summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
2011-05-25New option: -n, start at given pictureBert
2011-05-22Show image dimension in window titleBert
2011-05-16H/J/K/L mappings to pan to edgesBert
2011-04-19Fixed background color for non-EWMH-compliant WMsBert
2011-04-19Center zoomed areaBert
2011-04-15Fixed mouse cursorBert
2011-04-14Merged commands.h into config.hBert
2011-04-11Slightly changed introductory textBert
2011-04-11Remove invalid images when loading them; refactoringsBert
2011-04-11Refactored main.cBert
2011-04-11Merge branch 'tcache'Bert
2011-04-08New option: -C, clean thumbnail cacheBert
2011-04-08Refactored recursive directory util functionsBert
2011-04-07Moved read_dir_rec into util.cBert
2011-04-07Disable support for external commands by defaultBert
2011-04-07Removed escape key mappingBert
2011-04-06New key mapping: D, remove image from file listBert
2011-04-06New option: -a, do not filter out unsupported filesBert
2011-04-05Readded file-type check at startupBert
2011-04-04Do not check file-type at startupBert
2011-03-17Filename cosmeticsBert
2011-03-10Toggle image transparency with A-keyBert
2011-03-09Use ctrl for ext cmds, disable them in config.hBert
2011-03-03Use "/bin/sh -c" for external commandsBert
2011-03-01Support for external commands like mogrify & jpegtranBert
2011-03-01Shorter typedefsBert
2011-02-27Small refactorings, removed over-ambitious todoBert
2011-02-27Revert "Save rotated png-files with S-key"Bert
2011-02-27Save rotated png-files with S-keyBert
2011-02-26Sort directory entries when using -rBert
2011-02-25Refactored imlib context handlingBert
2011-02-21Correct timeout handling, more complexBert
2011-02-21Fixed cursor hiding after switching to thumb modeBert
2011-02-21Hide cursor on redraw or after 1.5s mouse inactivityBert
2011-02-21Fixed title for thumbnail modeBert
2011-02-21Always support thumbs; start thumb-mode with single -tBert
2011-02-20Mode-guard in on_motionnotifyBert
2011-02-20Replaced -T flag with -tt; default thumbnail sizeBert
2011-02-20Mouse-wheel scrolling in thumb modeBert
2011-02-19g/G key mappings in thumbnail modeBert
2011-02-19Double click thumb to openBert
2011-02-19Merge branch 'master' into thumbsBert
2011-02-19Fixed offsets in resize win to imageBert
2011-02-19Sync thumb selection & fileidx; check thumb viewBert
2011-02-19Update title when moving selectionBert
2011-02-17Activate thumb-mode with Return keyBert
2011-02-17Fixed cursor when opening thumbBert
2011-02-17Variable timeout (2)Bert
2011-02-17Variable timeoutBert
2011-02-17Use Button1 to open thumbnailBert