index
:
nsxiv
master
neo simple X image viewer.
sinan@sinanmohd.com
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Provide image width and height to image-info script; fixes issue #159
Bert Münnich
2016-08-06
1
-1
/
+4
*
Revised error handling
Bert Münnich
2015-10-28
1
-57
/
+44
*
Prefix safe allocation functions with 'e' instead of 's_'
Bert Münnich
2015-10-28
1
-5
/
+5
*
Removed unnecessary buffer size constants
Bert Münnich
2015-10-28
1
-7
/
+2
*
Use XSI realpath(3)
Bert Münnich
2015-10-28
1
-15
/
+0
*
Use POSIX.1-2008 getline(3)
Bert Münnich
2015-10-28
1
-4
/
+5
*
Removed feature test macro definitions from source files
Bert Münnich
2015-10-28
1
-3
/
+2
*
Removed overcautious parameter checks
Bert Münnich
2015-10-28
1
-8
/
+3
*
Always run image-info script after key-handler in image mode; fixes issue #213
Bert Münnich
2015-08-19
1
-3
/
+3
*
Pass real paths to key handler instead of the paths provided by the user
Bert Münnich
2015-01-18
1
-1
/
+1
*
Cache out of view thumbnails in the background
Bert Münnich
2015-01-04
1
-9
/
+15
*
Use bit-field for boolean flags in fileinfo struct
Bert Münnich
2015-01-04
1
-11
/
+14
*
Ignore SIGPIPE, caused by key handler exiting before all files got printed, f...
Bert Münnich
2014-12-01
1
-0
/
+2
*
Pass file paths to key handler via stdin; fixes issue #187
Bert Münnich
2014-11-27
1
-37
/
+48
*
Fixed leakage of pipe descriptors in case of failing fork
Bert Münnich
2014-11-27
1
-8
/
+10
*
Do not print could-not-open-warnings for files found by directory traversal
Bert Münnich
2014-10-24
1
-7
/
+8
*
Corrected & refactored handling of window bar content...
Bert Münnich
2014-10-01
1
-27
/
+39
*
Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177
Bert Münnich
2014-10-01
1
-5
/
+6
*
Unified file count variable for image & thumbnail mode
Bert Münnich
2014-09-30
1
-10
/
+7
*
Changed image mark in thumbnail view to small rectangle
Bert Münnich
2014-09-27
1
-1
/
+1
*
Refactored main loop; properly fixes startup issue
Bert Münnich
2014-09-26
1
-32
/
+27
*
Fixed startup in thumbnail mode with floating window
Bert Münnich
2014-09-26
1
-3
/
+5
*
Revised thumbnail loading...
Bert Münnich
2014-09-26
1
-20
/
+13
*
Fixed segfault caused by image removal in thumbnail mode
Bert Münnich
2014-09-11
1
-1
/
+1
*
Simplified img_frame_animate
Bert Münnich
2014-09-01
1
-1
/
+1
*
Corrected i_alternate, fixes issue #171
Bert Münnich
2014-08-29
1
-3
/
+5
*
Bug #165: Deletion of unnecessary null pointer checks
Markus Elfring
2014-08-22
1
-2
/
+1
*
Further simplified thumbnail marks
Bert Münnich
2014-08-18
1
-1
/
+1
*
Full redraw when removing files during thumbnail reloading; fixes issue #164
Bert Münnich
2014-08-17
1
-0
/
+2
*
Fixed wrong thumbnail-to-file mappings caused by file deletions
Bert Münnich
2014-08-16
1
-4
/
+4
*
Pass marked files to external key handler in thumbnail mode; fixes issue #135
Bert Münnich
2014-08-16
1
-32
/
+49
*
Count number of marked files
Bert Münnich
2014-08-16
1
-0
/
+4
*
Unified file index variable for image & thumbnail mode
Bert Münnich
2014-08-16
1
-26
/
+22
*
Generalized thumbnail loading, allows easier reloading of thumbnails later on
Bert Münnich
2014-08-16
1
-8
/
+11
*
Overhauled window drawing, yet again; fixes issue #155
Bert Münnich
2014-07-28
1
-7
/
+5
*
Added support for multiple commands per key/button mapping; elegant fix for i...
Bert Münnich
2014-07-23
1
-4
/
+8
*
Revised command structure and key and mouse button mappings
Bert Münnich
2014-07-23
1
-12
/
+6
*
Show key handler status in bar while it is running
Bert Münnich
2014-06-15
1
-7
/
+17
*
Timeout initial redraw
Miroslav Koskar
2014-05-24
1
-1
/
+1
*
Use real path of all files internally, requires _XOPEN_SOURCE>=500, fixes iss...
Bert Münnich
2014-03-17
1
-3
/
+15
*
Warn once when external key combo is used and key-handler not installed
Bert Münnich
2014-02-18
1
-4
/
+14
*
Unified X atom initialization
Bert Münnich
2014-02-02
1
-1
/
+1
*
Merged pull request #129
Bert Münnich
2014-01-31
1
-10
/
+9
|
\
|
*
Use a prefix key to execute the key handler
András Mohari
2014-01-31
1
-2
/
+12
|
/
*
Double click on thumbnail to open image
Bert Münnich
2014-01-11
1
-6
/
+10
*
Adhere to XDG Base Directory Specification; fixes issue #124
Bert Münnich
2014-01-11
1
-28
/
+26
*
Allow config.h to use multimedia keys (XF86_XK_*); fixes issue #123
Bert Münnich
2014-01-09
1
-0
/
+1
*
Fixed handling of overloaded key mappings
Bert Münnich
2014-01-08
1
-8
/
+20
*
Fixup for 9574150
Bert Münnich
2014-01-08
1
-4
/
+6
*
Check file modification time after key handler
Bert Münnich
2014-01-08
1
-0
/
+10
[next]