aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
Commit message (Collapse)AuthorAgeFilesLines
* 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