Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added file marks; fixes issue #94 | Bert Münnich | 2013-08-10 | 1 | -0/+4 |
| | | | | | | | | - 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 | ||||
* | Changed key bindings for flipping to bar & underscore | Bert Münnich | 2013-08-10 | 1 | -2/+2 |
| | |||||
* | Refactored merged rotation code | Bert Münnich | 2013-08-10 | 1 | -3/+3 |
| | |||||
* | Handle 180 degrees image rotation | Bastien Dejean | 2013-08-10 | 1 | -2/+7 |
| | |||||
* | Changed default font to support more encodings; fixed issue #66 | Bert Münnich | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | New command: i_alternate, go to last image, issue #65 | Bert Münnich | 2012-08-16 | 1 | -0/+1 |
| | |||||
* | New commands: fit to the window's height/width | baskerville | 2012-07-19 | 1 | -1/+3 |
| | |||||
* | Simplified & sped up reloading of all thumbnails | Bert Münnich | 2012-05-13 | 1 | -1/+1 |
| | |||||
* | Added a command to refresh the thumbnails | baskerville | 2012-05-08 | 1 | -0/+1 |
| | |||||
* | Added horizontal and vertical flip commands | baskerville | 2012-05-06 | 1 | -0/+3 |
| | |||||
* | Fixed issue #41, added WIN_FS_COLOR to config.h | Bert Münnich | 2012-03-02 | 1 | -0/+1 |
| | |||||
* | Added it_toggle_bar command; default mapping: XK_b | Bert Münnich | 2012-02-15 | 1 | -0/+1 |
| | |||||
* | Changed default font string, removed missing fontset warnings | Bert Münnich | 2012-02-12 | 1 | -1/+1 |
| | |||||
* | Added text bar on bottom of window | Bert Münnich | 2012-02-12 | 1 | -5/+12 |
| | |||||
* | Removed exif support; made gif support non-optional | Bert Münnich | 2012-02-11 | 1 | -12/+0 |
| | |||||
* | Removed slideshow support | Bert Münnich | 2012-02-11 | 1 | -8/+0 |
| | |||||
* | Added screen-wise scrolling for thumbnail mode | Bert Münnich | 2011-10-27 | 1 | -26/+26 |
| | |||||
* | Added i_reset_slideshow: set slideshow delay to number prefix | Bert Münnich | 2011-10-16 | 1 | -1/+1 |
| | |||||
* | Added i_set_zoom command: set zoom to number prefix | Bert Münnich | 2011-10-16 | 1 | -1/+1 |
| | |||||
* | Added support for number prefix for commands | Bert Münnich | 2011-10-16 | 1 | -4/+2 |
| | |||||
* | Mention min/max zoom level in config.def.h | Bert Münnich | 2011-10-16 | 1 | -1/+3 |
| | |||||
* | Much nicer handling of compile-time features | Bert | 2011-09-12 | 1 | -0/+12 |
| | | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings | ||||
* | Added own bool type | Bert | 2011-09-11 | 1 | -77/+77 |
| | |||||
* | Added slideshow support | Bert | 2011-09-10 | 1 | -0/+8 |
| | |||||
* | Overhauled building | Bert | 2011-09-08 | 1 | -0/+138 |
- config.h -> config.def.h - Create config.h during make, if it does not exist - Nice make output - Use XFLAGS and XLIBS to include additional compile-time features, which depend on third-party libraries |