summaryrefslogtreecommitdiffstats
path: root/OptionItem.c
Commit message (Collapse)AuthorAgeFilesLines
* Add includes for config.h as per the discussion in PR #1337Daniel Lange2023-12-261-0/+2
| | | | | | Many thanks to @Explorer09 Kang-Che Sung (宋岡哲). Also add a #error stanza to XUtils.h in case somebody forgets the beautiful mess GNU forces on us.
* Add some headers in the Setup -> Display options panelDaniel Lange2022-05-271-0/+24
|
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* Use RichString_appendnAscii where possibleChristian Göttsche2021-04-261-1/+1
| | | | | | | | | | `RichString_appendnAscii()` avoids a `strlen(3)` call over ` RichString_appendAscii()`. Use the former where the length is available from a previous checked `snprintf(3)` call. Keep `RichString_appendAscii()` when passing a string literal and rely on compilers to optimize the `strlen(3)` call away.
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-10/+10
| | | | | | | | RichString_writeFrom takes a top spot during performance analysis due to the calls to mbstowcs() and iswprint(). Most of the time we know in advance that we are only going to print regular ASCII characters.
* IWYU updateChristian Göttsche2020-12-061-0/+2
|
* Add support to change numeric options in settings screenChristian Göttsche2020-11-251-0/+189
Like delay or highlightDelaySecs

© 2014-2024 Faster IT GmbH | imprint | privacy policy