aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Revised command structure and key and mouse button mappingsBert Münnich2014-07-231-51/+47
|
* Use integers for mouse mappings and buttons 6+7 for horizontal scrollingBert Münnich2014-05-311-9/+11
| | | | Fixes issue #143
* Use a checkerboard background for alpha layer; fixes issue #138Bert Münnich2014-04-061-13/+10
|
* Revised scale mode and zoom level handlingBert Münnich2014-02-041-9/+2
| | | | | | | - Scale mode is not reset to default value upon image loading anymore - New default key binding to change mode to scale-down - Removed scale mode setting from config.h - Removed -d command line option, as this is now the default at startup
* Removed fit-win-to-img commandBert Münnich2014-02-041-1/+0
|
* Merged pull request #129Bert Münnich2014-01-311-1/+3
|\
| * Use a prefix key to execute the key handlerAndrás Mohari2014-01-311-0/+6
|/ | | | | | The default prefix key is C-x, and can be changed in config.def.h. The first key pressed after the prefix key will be passed the external key handler, unless the key is Escape, which is used to cancel the prefix.
* Slideshow mode is back, in a simplified versionBert Münnich2014-01-041-0/+5
|
* Moved external shell commands into exec/key-handler scriptBert Münnich2014-01-021-17/+0
| | | | | Gets called on all unset key mappings. Arguments are: key combo and current file. Thanks to Francesco Orsenigo (xarvh) for the idea.
* Proper support for Ctrl/Shift/Alt modifiers in key & mouse mappingsBert Münnich2014-01-021-93/+92
|
* Refactored remote changesBert Münnich2013-12-311-1/+1
|
* Read GIF's repeat information from file.Aleksander Nitecki2013-12-301-1/+1
|
* Merge remote-tracking branch 'baskerville/reverse-marks'Bert Münnich2013-11-141-0/+1
|\
| * Add command to reverse marked imagesBastien Dejean2013-11-141-0/+1
| |
* | Refactored remote changesBert Münnich2013-11-141-3/+3
| |
* | Add support for changing the gamma valueAndrás Mohari2013-11-131-0/+11
|/
* Added options for anti-alias & alpha layer coloring to config.def.hBert Münnich2013-08-221-0/+13
| | | | Also removed now obsolete -p command line option; fixes issue #98
* Added file marks; fixes issue #94Bert Münnich2013-08-101-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 & underscoreBert Münnich2013-08-101-2/+2
|
* Refactored merged rotation codeBert Münnich2013-08-101-3/+3
|
* Handle 180 degrees image rotationBastien Dejean2013-08-101-2/+7
|
* Changed default font to support more encodings; fixed issue #66Bert Münnich2012-08-241-1/+1
|
* New command: i_alternate, go to last image, issue #65Bert Münnich2012-08-161-0/+1
|
* New commands: fit to the window's height/widthbaskerville2012-07-191-1/+3
|
* Simplified & sped up reloading of all thumbnailsBert Münnich2012-05-131-1/+1
|
* Added a command to refresh the thumbnailsbaskerville2012-05-081-0/+1
|
* Added horizontal and vertical flip commandsbaskerville2012-05-061-0/+3
|
* Fixed issue #41, added WIN_FS_COLOR to config.hBert Münnich2012-03-021-0/+1
|
* Added it_toggle_bar command; default mapping: XK_bBert Münnich2012-02-151-0/+1
|
* Changed default font string, removed missing fontset warningsBert Münnich2012-02-121-1/+1
|
* Added text bar on bottom of windowBert Münnich2012-02-121-5/+12
|
* Removed exif support; made gif support non-optionalBert Münnich2012-02-111-12/+0
|
* Removed slideshow supportBert Münnich2012-02-111-8/+0
|
* Added screen-wise scrolling for thumbnail modeBert Münnich2011-10-271-26/+26
|
* Added i_reset_slideshow: set slideshow delay to number prefixBert Münnich2011-10-161-1/+1
|
* Added i_set_zoom command: set zoom to number prefixBert Münnich2011-10-161-1/+1
|
* Added support for number prefix for commandsBert Münnich2011-10-161-4/+2
|
* Mention min/max zoom level in config.def.hBert Münnich2011-10-161-1/+3
|
* Much nicer handling of compile-time featuresBert2011-09-121-0/+12
| | | | | - *_SUPPORT enabled in config.h - XLIBS helper app prints lib flags needed for current settings
* Added own bool typeBert2011-09-111-77/+77
|
* Added slideshow supportBert2011-09-101-0/+8
|
* Overhauled buildingBert2011-09-081-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