aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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
2011-02-17Select and open thumbnailsBert
2011-02-17Linked thumbnails to filesBert
2011-02-17Made key mappings mode-dependentBert
2011-02-17Appropriate title for thumbnail modeBert
2011-02-17Fill window before loading thumbsBert
2011-02-17Immediately respond to events while loading thumbsBert
2011-02-17Merge branch 'master' into thumbsBert
2011-02-17Higher timeout, faster window resizingBert
2011-02-17Use watch-cursor while loading thumbnailsBert
2011-02-17Who needs threads to load thumbnails?Bert
2011-02-16Use pthread to load thumbnailsBert
2011-02-16Refactored thumbs, new files thumbs.[ch]Bert
2011-02-16Render thumbnailsBert
2011-02-16Added app-modeBert
2011-02-16Fixed thumbnail creationBert
2011-02-16First things for thumbnail modeBert
2011-02-15Fixed empty lines in readline()Bert
2011-02-14More appropriate buffer sizesBert
2011-02-14Fixed indentationBert
2011-02-14Read filenames from stdinBert
2011-02-09Handle image remove/rename while runningBert
2011-02-09Handle WM_DELETE_WINDOW messages correctly, thanks to fungtBert
2011-02-06Nicer fit window to imageBert