summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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
2011-01-30Nicer key handling, does not fix problemsBert
2011-01-30Explicitly enable printing of warningsBert
2011-01-29Mouse-panning while pressing button2Bert
2011-01-28Map arrow keys to h/j/k/lBert
2011-01-26Complete mouse supportBert
2011-01-26Merge remote branch 'falconindy/mouse'Bert
2011-01-26Added a key-mapping for toggle anti-aliasingBert
2011-01-26Added <,> mappings to rotate imageBert
2011-01-23Added man pageBert
2011-01-23Implemented fullscreen modeBert
2011-01-23main.c: add zooming on mousewheel eventsDave Reisner
2011-01-23Added [,] mappings for go 10 images back/forwardBert
2011-01-22Added g/G mappings for goto first/last imageBert
2011-01-22Handle window resize events properlyBert
2011-01-21Implemented panningBert