index
:
nsxiv
master
new simple X image viewer
Justin Gassner
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
2017-10-16
One header file for type definitions and function declarations
Bert Münnich
2017-10-06
Improve mouse support
Bert Münnich
2017-10-05
Simplify cursor reset in image mode
Bert Münnich
2017-10-04
Mouse drag translates pointer position to image area
Bert Münnich
2017-05-17
Detect all file overwrites in autoreload_inotify
Bert Münnich
2017-05-17
Revised autoreload interface
Bert Münnich
2017-05-17
Add autoreload support by inotify (and dummy backend nop)
Max Voit
2017-05-17
Properly quit when window gets closed; fixes issue #27
Bert Münnich
2017-02-15
Fix typo
Jakub Wilk
2017-01-07
Pass given file names to key-handler instead of real paths
Bert Münnich
2016-12-01
Merge djhejna/floatdelay
Bert Münnich
2016-11-30
Ignore button and key events while key-handler is running
Bert Münnich
2016-11-28
Support for DELAY as a floating point number including less than 1
Don Hejna
2016-09-28
Allow opening directories non-recursively
Paride Legovini
2016-08-06
Use Xft for font loading and text drawing
Bert Münnich
2016-08-06
Provide image width and height to image-info script; fixes issue #159
Bert Münnich
2015-10-28
Revised error handling
Bert Münnich
2015-10-28
Prefix safe allocation functions with 'e' instead of 's_'
Bert Münnich
2015-10-28
Removed unnecessary buffer size constants
Bert Münnich
2015-10-28
Use XSI realpath(3)
Bert Münnich
2015-10-28
Use POSIX.1-2008 getline(3)
Bert Münnich
2015-10-28
Removed feature test macro definitions from source files
Bert Münnich
2015-10-28
Removed overcautious parameter checks
Bert Münnich
2015-08-19
Always run image-info script after key-handler in image mode; fixes issue #213
Bert Münnich
2015-01-18
Pass real paths to key handler instead of the paths provided by the user
Bert Münnich
2015-01-04
Cache out of view thumbnails in the background
Bert Münnich
2015-01-04
Use bit-field for boolean flags in fileinfo struct
Bert Münnich
2014-12-01
Ignore SIGPIPE, caused by key handler exiting before all files got printed, f...
Bert Münnich
2014-11-27
Pass file paths to key handler via stdin; fixes issue #187
Bert Münnich
2014-11-27
Fixed leakage of pipe descriptors in case of failing fork
Bert Münnich
2014-10-24
Do not print could-not-open-warnings for files found by directory traversal
Bert Münnich
2014-10-01
Corrected & refactored handling of window bar content...
Bert Münnich
2014-10-01
Fixed segfault on image removal with uninitialized thumbnails; fixes issue #177
Bert Münnich
2014-09-30
Unified file count variable for image & thumbnail mode
Bert Münnich
2014-09-27
Changed image mark in thumbnail view to small rectangle
Bert Münnich
2014-09-26
Refactored main loop; properly fixes startup issue
Bert Münnich
2014-09-26
Fixed startup in thumbnail mode with floating window
Bert Münnich
2014-09-26
Revised thumbnail loading...
Bert Münnich
2014-09-11
Fixed segfault caused by image removal in thumbnail mode
Bert Münnich
2014-09-01
Simplified img_frame_animate
Bert Münnich
2014-08-29
Corrected i_alternate, fixes issue #171
Bert Münnich
2014-08-22
Bug #165: Deletion of unnecessary null pointer checks
Markus Elfring
2014-08-18
Further simplified thumbnail marks
Bert Münnich
2014-08-17
Full redraw when removing files during thumbnail reloading; fixes issue #164
Bert Münnich
2014-08-16
Fixed wrong thumbnail-to-file mappings caused by file deletions
Bert Münnich
2014-08-16
Pass marked files to external key handler in thumbnail mode; fixes issue #135
Bert Münnich
2014-08-16
Count number of marked files
Bert Münnich
2014-08-16
Unified file index variable for image & thumbnail mode
Bert Münnich
2014-08-16
Generalized thumbnail loading, allows easier reloading of thumbnails later on
Bert Münnich
2014-07-28
Overhauled window drawing, yet again; fixes issue #155
Bert Münnich
[next]