summaryrefslogtreecommitdiffstats
path: root/types.h
AgeCommit message (Collapse)Author
2013-08-10Added file marks; fixes issue #94Bert Münnich
- Command it_toggle_image_mark (bound to 'm') toggles mark of current image - Command it_navigate_marked (bound to 'N'/'P') can be used to go to the next/previous marked image - When option -o is given, all marked files get printed
2013-08-10Refactored merged rotation codeBert Münnich
2013-08-10Handle 180 degrees image rotationBastien Dejean
2013-02-08Use bool from stdbool.h after switching to C99Bert Münnich
2013-02-08Updated/corrected license headerBert Münnich
2012-12-27Fixed issue #73Bert Münnich
2012-07-19New commands: fit to the window's height/widthbaskerville
2012-05-06Slightly refactored flippingBert Münnich
2012-05-06Added horizontal and vertical flip commandsbaskerville
2012-02-15Added own exif tag handling in files exif.[ch]Bert Münnich
2012-02-12Added text bar on bottom of windowBert Münnich
2011-09-11Added own bool typeBert
2011-09-06Load as much of a corrupted gif file as possibleBert
2011-09-03Simplified cursor resettingBert
2011-09-02Data driven timeout handlingBert
2011-08-19Put event handling back into main.c; events -> commandsBert
2011-08-19Renamed application modesBert
2011-08-18Small refactoringsBert
2011-08-18Revised handling of file names & pathsBert
2011-07-26Major code refactoringBert
- Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch]
2011-07-22Reduced usage of preprocessor macrosBert