summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2018-12-29Fix file list indexes when deleting last imageBert Münnich
2018-10-15Set window title only once at startupBert Münnich
2018-07-30Don't skip dot files when cleaning cacheKacper Gutowski
2018-06-09Set global markidx whenever a single img is (un)markedBert Münnich
2018-06-09(Un)mark thumbnails while holding Button3 downBert Münnich
2018-06-09(Un)mark single image through generic functionBert Münnich
2018-06-09Rename variable toggledidx to markidxBert Münnich
2018-06-09Fix cg_mark_range after removing images from file listBert Münnich
2018-06-09Remove unnecessary special cases in cg_mark_rangeBert Münnich
2018-06-09Add mark range functionDaniel Lublin
2018-02-18Revise waiting for child processesBert Münnich
2018-02-18Close image-info explicitlyBert Münnich
2018-02-18Skip imlib cache when reloading due to inotify eventBert Münnich
2018-01-09RefactoringBert Münnich
2018-01-09Fix a potential uninitialized variableHyleus
2017-12-07Separate bar fields only by spacesBert Münnich
2017-12-07Remove obsolete files[].baseBert Münnich
2017-12-07Left bar shows file name as given by userBert Münnich
2017-12-07Try to match a fallback font if neededSquibby
2017-10-26Fix navigating from last to previous image over invalid filesBert Münnich
2017-10-24Set LC_COLLATE for -r file list sortingBert Münnich
2017-10-16One header file for type definitions and function declarationsBert Münnich
2017-10-06Improve mouse supportBert Münnich
2017-10-05Simplify cursor reset in image modeBert Münnich
2017-10-04Mouse drag translates pointer position to image areaBert Münnich
2017-05-17Detect all file overwrites in autoreload_inotifyBert Münnich
2017-05-17Revised autoreload interfaceBert Münnich
2017-05-17Add autoreload support by inotify (and dummy backend nop)Max Voit
2017-05-17Properly quit when window gets closed; fixes issue #27Bert Münnich
2017-02-15Fix typoJakub Wilk
2017-01-07Pass given file names to key-handler instead of real pathsBert Münnich
2016-12-01Merge djhejna/floatdelayBert Münnich
2016-11-30Ignore button and key events while key-handler is runningBert Münnich
2016-11-28Support for DELAY as a floating point number including less than 1Don Hejna
2016-09-28Allow opening directories non-recursivelyParide Legovini
2016-08-06Use Xft for font loading and text drawingBert Münnich
2016-08-06Provide image width and height to image-info script; fixes issue #159Bert Münnich
2015-10-28Revised error handlingBert Münnich
2015-10-28Prefix safe allocation functions with 'e' instead of 's_'Bert Münnich
2015-10-28Removed unnecessary buffer size constantsBert Münnich
2015-10-28Use XSI realpath(3)Bert Münnich
2015-10-28Use POSIX.1-2008 getline(3)Bert Münnich
2015-10-28Removed feature test macro definitions from source filesBert Münnich
2015-10-28Removed overcautious parameter checksBert Münnich
2015-08-19Always run image-info script after key-handler in image mode; fixes issue #213Bert Münnich
2015-01-18Pass real paths to key handler instead of the paths provided by the userBert Münnich
2015-01-04Cache out of view thumbnails in the backgroundBert Münnich
2015-01-04Use bit-field for boolean flags in fileinfo structBert Münnich
2014-12-01Ignore SIGPIPE, caused by key handler exiting before all files got printed, f...Bert Münnich
2014-11-27Pass file paths to key handler via stdin; fixes issue #187Bert Münnich