summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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
2011-02-04New key mapping: W, resize window to fit imageBert
2011-02-03Removed some warningsBert
2011-02-03Split img_fit into internal/external functionBert
2011-02-03New key mappings: 0/w, zoom to 100%/to fit windowBert
2011-02-03Display filesize in window titleBert
2011-02-03Manual event handling in main.cBert
2011-02-03Refactored, new files util.[ch], C89Bert
2011-02-02Fixed stupid memory leak in read_dir_recBert
2011-02-02New option: -r, open all images in directoriesBert
2011-02-02Skeleton for -rBert
2011-01-31New key command: r, reload imageBert
2011-01-31Check file timestamps before loading from cacheBert