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