aboutsummaryrefslogtreecommitdiff
path: root/types.h
Commit message (Expand)AuthorAgeFilesLines
* Revised error handlingBert Münnich2015-10-281-0/+2
* Cache out of view thumbnails in the backgroundBert Münnich2015-01-041-2/+3
* Use bit-field for boolean flags in fileinfo structBert Münnich2015-01-041-2/+6
* Do not print could-not-open-warnings for files found by directory traversalBert Münnich2014-10-241-1/+1
* Added support for multiple commands per key/button mapping; elegant fix for i...Bert Münnich2014-07-231-4/+4
* Double click on thumbnail to open imageBert Münnich2014-01-111-1/+2
* Second take at rotating & flipping multi-frame images; fixes issue #121Bert Münnich2014-01-091-2/+2
* Revert "Apply flip & rotation on all frames of a multi-frame image; fixes iss...Bert Münnich2014-01-091-4/+2
* Apply flip & rotation on all frames of a multi-frame image; fixes issue #121Bert Münnich2014-01-091-2/+4
* Added file marks; fixes issue #94Bert Münnich2013-08-101-0/+1
* Refactored merged rotation codeBert Münnich2013-08-101-4/+4
* Handle 180 degrees image rotationBastien Dejean2013-08-101-0/+6
* Use bool from stdbool.h after switching to C99Bert Münnich2013-02-081-8/+1
* Updated/corrected license headerBert Münnich2013-02-081-0/+18
* Fixed issue #73Bert Münnich2012-12-271-0/+4
* New commands: fit to the window's height/widthbaskerville2012-07-191-0/+2
* Slightly refactored flippingBert Münnich2012-05-061-1/+1
* Added horizontal and vertical flip commandsbaskerville2012-05-061-0/+5
* Added own exif tag handling in files exif.[ch]Bert Münnich2012-02-151-0/+5
* Added text bar on bottom of windowBert Münnich2012-02-121-0/+1
* Added own bool typeBert2011-09-111-1/+6
* Load as much of a corrupted gif file as possibleBert2011-09-061-0/+1
* Simplified cursor resettingBert2011-09-031-1/+1
* Data driven timeout handlingBert2011-09-021-3/+5
* Put event handling back into main.c; events -> commandsBert2011-08-191-0/+7
* Renamed application modesBert2011-08-191-2/+2
* Small refactoringsBert2011-08-181-2/+2
* Revised handling of file names & pathsBert2011-08-181-0/+5
* Major code refactoringBert2011-07-261-10/+4
* Reduced usage of preprocessor macrosBert2011-07-221-0/+35