Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | One header file for type definitions and function declarations | Bert Münnich | 2017-10-16 | 1 | -100/+0 |
| | |||||
* | Improve mouse support | Bert Münnich | 2017-10-06 | 1 | -0/+2 |
| | | | | | | | | | | | | None of the mouse mappings uses a keyboard modifier, making it possible to access the most basic features by only using the mouse. Next/previous image with left button depending on cursor position, middle button for dragging, right button for switching to thumnail mode and wheel for zooming. Users can keep the old behaviour by simply not adapting the changes to the buttons array in config.def.h to their config.h file. | ||||
* | Simplify cursor handling | Bert Münnich | 2017-10-05 | 1 | -2/+4 |
| | |||||
* | Mouse drag translates pointer position to image area | Bert Münnich | 2017-10-04 | 1 | -1/+1 |
| | | | | This makes mouse panning more direct and faster. | ||||
* | State the purpose of CLEANUP macro | Bert Münnich | 2017-05-17 | 1 | -0/+4 |
| | |||||
* | Revised error handling | Bert Münnich | 2015-10-28 | 1 | -0/+2 |
| | | | | | | | - Functions warn() and die() replaced by GNU-like error(3) function - Register cleanup() with atexit(3) - Functions called by cleanup() are marked with CLEANUP and are not allowed to call exit(3) | ||||
* | Cache out of view thumbnails in the background | Bert Münnich | 2015-01-04 | 1 | -2/+3 |
| | |||||
* | Use bit-field for boolean flags in fileinfo struct | Bert Münnich | 2015-01-04 | 1 | -2/+6 |
| | |||||
* | Do not print could-not-open-warnings for files found by directory traversal | Bert Münnich | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | Added support for multiple commands per key/button mapping; elegant fix for ↵ | Bert Münnich | 2014-07-23 | 1 | -4/+4 |
| | | | | issue #150 | ||||
* | Double click on thumbnail to open image | Bert Münnich | 2014-01-11 | 1 | -1/+2 |
| | |||||
* | Second take at rotating & flipping multi-frame images; fixes issue #121 | Bert Münnich | 2014-01-09 | 1 | -2/+2 |
| | |||||
* | Revert "Apply flip & rotation on all frames of a multi-frame image; fixes ↵ | Bert Münnich | 2014-01-09 | 1 | -4/+2 |
| | | | | | | issue #121" This reverts commit f795273b650a4df39dca693f30c3650ec1d3393f. | ||||
* | Apply flip & rotation on all frames of a multi-frame image; fixes issue #121 | Bert Münnich | 2014-01-09 | 1 | -2/+4 |
| | |||||
* | Added file marks; fixes issue #94 | Bert Münnich | 2013-08-10 | 1 | -0/+1 |
| | | | | | | | | - 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 | ||||
* | Refactored merged rotation code | Bert Münnich | 2013-08-10 | 1 | -4/+4 |
| | |||||
* | Handle 180 degrees image rotation | Bastien Dejean | 2013-08-10 | 1 | -0/+6 |
| | |||||
* | Use bool from stdbool.h after switching to C99 | Bert Münnich | 2013-02-08 | 1 | -8/+1 |
| | |||||
* | Updated/corrected license header | Bert Münnich | 2013-02-08 | 1 | -0/+18 |
| | |||||
* | Fixed issue #73 | Bert Münnich | 2012-12-27 | 1 | -0/+4 |
| | |||||
* | New commands: fit to the window's height/width | baskerville | 2012-07-19 | 1 | -0/+2 |
| | |||||
* | Slightly refactored flipping | Bert Münnich | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | Added horizontal and vertical flip commands | baskerville | 2012-05-06 | 1 | -0/+5 |
| | |||||
* | Added own exif tag handling in files exif.[ch] | Bert Münnich | 2012-02-15 | 1 | -0/+5 |
| | |||||
* | Added text bar on bottom of window | Bert Münnich | 2012-02-12 | 1 | -0/+1 |
| | |||||
* | Added own bool type | Bert | 2011-09-11 | 1 | -1/+6 |
| | |||||
* | Load as much of a corrupted gif file as possible | Bert | 2011-09-06 | 1 | -0/+1 |
| | |||||
* | Simplified cursor resetting | Bert | 2011-09-03 | 1 | -1/+1 |
| | |||||
* | Data driven timeout handling | Bert | 2011-09-02 | 1 | -3/+5 |
| | |||||
* | Put event handling back into main.c; events -> commands | Bert | 2011-08-19 | 1 | -0/+7 |
| | |||||
* | Renamed application modes | Bert | 2011-08-19 | 1 | -2/+2 |
| | |||||
* | Small refactorings | Bert | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Revised handling of file names & paths | Bert | 2011-08-18 | 1 | -0/+5 |
| | |||||
* | Major code refactoring | Bert | 2011-07-26 | 1 | -10/+4 |
| | | | | | - Configurable key and mouse mappings in config.h - Put event handling code from main.c into events.[ch] | ||||
* | Reduced usage of preprocessor macros | Bert | 2011-07-22 | 1 | -0/+35 |