aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
Commit message (Expand)AuthorAgeFilesLines
* fix: don't use reserved identifiersNRK2022-06-251-4/+4
* code-style: slight cleanupsNRK2022-03-021-1/+1
* add config.h option for top statusbar (#231)N-R-K2022-02-261-0/+3
* use win-title script for customizing window title (#213)N-R-K2022-02-231-13/+0
* Add keybind to scroll to image center (#203)Nick Hanley2022-01-151-0/+1
* make thumbnail bindings configureable via config.h (#167)N-R-K2022-01-101-1/+12
* Allow setting cache size based on memory percentage (#184)MahouShoujoMivutilde2022-01-011-4/+7
* fix: broken compilation when using HAVE_LIBFONTS=0 (#194)N-R-K2021-12-291-1/+1
* specify func argument and related cleanup (#183)N-R-K2021-12-191-1/+1
* bring back zoom_levels (#156)N-R-K2021-12-011-4/+7
* allow configuring imlib2's cache size (#171)N-R-K2021-11-261-0/+6
* switch back to whitelisting modifers (#150)N-R-K2021-11-241-3/+3
* rename: keyhandler_abort -> KEYHANDLER_ABORT (#172)N-R-K2021-11-241-1/+1
* make width of navigation area configurable (#155)LuXu2021-11-041-0/+5
* Add colors and fonts to config.h (#115)Arthur Williams2021-10-291-1/+9
* Add default key-binding for DRAG_RELATIVE (#117)LuXu2021-10-271-0/+1
* Make imgcursor a config variable.Arthur Williams2021-10-131-0/+5
* code-style: fix consistency issues all over the codebase (#94)Berke Kocaoğlu2021-10-111-1/+1
* update outdated comment in config.def.h (#105)N-R-K2021-09-301-3/+2
* Use zoom steps instead of hard-coding levels (#92)Lu Xu2021-09-251-7/+4
* make keyhandler abort key configurable via config.hNRK2021-09-241-0/+3
* Allow any set of modifiers to be used in keybindingsArthur Williams2021-09-201-0/+3
* config.def.h: change enums to static const intsNRK2021-09-171-7/+3
* Rename, Update Docs and Prepare for Release (#9)Berke Kocaoğlu2021-09-161-1/+1
* set title based on prefix and suffix (#23)qsmodo2021-09-161-0/+15
* add new keybind, Ctrl-a to toggle animation (#33)N-R-K2021-09-161-0/+1
* Implement fill scale modeBerke Kocaoğlu2021-09-161-0/+1
* Change colors and font only via X resourcesBert Münnich2019-04-191-11/+3
* Add Xresources font supportvxid2019-04-191-0/+1
* New colorsBert Münnich2019-01-261-2/+2
* Mention X resource properties in build-time color configBert Münnich2019-01-261-0/+1
* Align compile-time color options with X resource colorsBert Münnich2019-01-231-5/+2
* Simplify X resource retrievalBert Münnich2019-01-231-5/+5
* Add Xresources capabilitynoamcore2019-01-231-5/+5
* Change default key-bindings of mark commandsBert Münnich2018-06-091-3/+3
* Add mark range functionDaniel Lublin2018-06-091-0/+1
* Use argument to select between two drag methodsphi2018-01-221-1/+1
* Improve mouse supportBert Münnich2017-10-061-10/+4
* Make pan fraction configurablejcalve2017-09-061-0/+3
* Use Xft for font loading and text drawingBert Münnich2016-08-061-2/+2
* Build-time option for default thumbnail size; fixes issue #207Bert Münnich2015-12-201-0/+3
* Simplified command argumentsBert Münnich2015-01-111-88/+88
* Apply gamma value on thumbnails too; fixes issue #193Bert Münnich2015-01-051-3/+3
* Moved thumbnail sizes array to config.def.hBert Münnich2014-09-291-0/+6
* Removed obsolete thumbnail dimension configuration settingBert Münnich2014-09-281-6/+0
* Added thumbnail zooming...Bert Münnich2014-09-281-6/+6
* Increased contrast in default color setBert Münnich2014-08-171-2/+2
* Added command to remove all image marks, bound to Ctrl-m; fixes issue #163Bert Münnich2014-08-171-0/+1
* Revised handling of GIF animationsBert Münnich2014-07-251-7/+0
* Added support for multiple commands per key/button mapping; elegant fix for i...Bert Münnich2014-07-231-0/+2