summaryrefslogtreecommitdiffstats
path: root/main.c
AgeCommit message (Expand)Author
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
2011-01-21Stricter object encapsulationBert
2011-01-21Merged img_display() into img_render()Bert
2011-01-21Removed debug outputBert
2011-01-21More robust key handlingBert
2011-01-20First try on zoomingBert
2011-01-20No more expose handlingBert
2011-01-20Put some useful information in the window titleBert
2011-01-20Check all given files before open the firstBert
2011-01-20Go to next/previous imageBert
2011-01-20Handle expose eventsBert
2011-01-19Made parse_options voidBert
2011-01-19Option handling, merged app.c & events.c into main.cBert
2011-01-18Reordered function definitionsBert
2011-01-17Basic main skeletonBert
2011-01-17Non-working skeletonBert