aboutsummaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* Do not keep track of fullscreen stateBert Münnich2019-07-161-1/+1
* Fix file list indexes when deleting last imageBert Münnich2018-12-291-3/+3
* Set window title only once at startupBert Münnich2018-10-151-9/+0
* Don't skip dot files when cleaning cacheKacper Gutowski2018-07-301-1/+1
* Set global markidx whenever a single img is (un)markedBert Münnich2018-06-091-0/+1
* (Un)mark thumbnails while holding Button3 downBert Münnich2018-06-091-4/+13
* (Un)mark single image through generic functionBert Münnich2018-06-091-0/+12
* Rename variable toggledidx to markidxBert Münnich2018-06-091-3/+3
* Fix cg_mark_range after removing images from file listBert Münnich2018-06-091-0/+2
* Remove unnecessary special cases in cg_mark_rangeBert Münnich2018-06-091-1/+1
* Add mark range functionDaniel Lublin2018-06-091-0/+1
* Revise waiting for child processesBert Münnich2018-02-181-6/+20
* Close image-info explicitlyBert Münnich2018-02-181-18/+18
* Skip imlib cache when reloading due to inotify eventBert Münnich2018-02-181-0/+1
* RefactoringBert Münnich2018-01-091-9/+7
* Fix a potential uninitialized variableHyleus2018-01-091-2/+5
* Separate bar fields only by spacesBert Münnich2017-12-071-5/+7
* Remove obsolete files[].baseBert Münnich2017-12-071-5/+0
* Left bar shows file name as given by userBert Münnich2017-12-071-19/+5
* Try to match a fallback font if neededSquibby2017-12-061-2/+2
* Fix navigating from last to previous image over invalid filesBert Münnich2017-10-261-3/+4
* Set LC_COLLATE for -r file list sortingBert Münnich2017-10-241-0/+3
* One header file for type definitions and function declarationsBert Münnich2017-10-161-15/+4
* Improve mouse supportBert Münnich2017-10-061-3/+27
* Simplify cursor reset in image modeBert Münnich2017-10-051-2/+2
* Mouse drag translates pointer position to image areaBert Münnich2017-10-041-0/+1
* Detect all file overwrites in autoreload_inotifyBert Münnich2017-05-171-1/+1
* Revised autoreload interfaceBert Münnich2017-05-171-11/+20
* Add autoreload support by inotify (and dummy backend nop)Max Voit2017-05-171-1/+12
* Properly quit when window gets closed; fixes issue #27Bert Münnich2017-05-171-1/+1
* Fix typoJakub Wilk2017-02-151-1/+1
* Pass given file names to key-handler instead of real pathsBert Münnich2017-01-071-1/+1
* Merge djhejna/floatdelayBert Münnich2016-12-011-3/+7
|\
| * Support for DELAY as a floating point number including less than 1Don Hejna2016-11-271-1/+1
* | Ignore button and key events while key-handler is runningBert Münnich2016-11-301-0/+9
|/
* Allow opening directories non-recursivelyParide Legovini2016-09-281-5/+1
* Use Xft for font loading and text drawingBert Münnich2016-08-061-2/+2
* Provide image width and height to image-info script; fixes issue #159Bert Münnich2016-08-061-1/+4
* Revised error handlingBert Münnich2015-10-281-57/+44
* Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich2015-10-281-5/+5
* Removed unnecessary buffer size constantsBert Münnich2015-10-281-7/+2
* Use XSI realpath(3)Bert Münnich2015-10-281-15/+0
* Use POSIX.1-2008 getline(3)Bert Münnich2015-10-281-4/+5
* Removed feature test macro definitions from source filesBert Münnich2015-10-281-3/+2
* Removed overcautious parameter checksBert Münnich2015-10-281-8/+3
* Always run image-info script after key-handler in image mode; fixes issue #213Bert Münnich2015-08-191-3/+3
* Pass real paths to key handler instead of the paths provided by the userBert Münnich2015-01-181-1/+1
* Cache out of view thumbnails in the backgroundBert Münnich2015-01-041-9/+15
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-041-11/+14
* Ignore SIGPIPE, caused by key handler exiting before all files got printed, f...Bert Münnich2014-12-011-0/+2