summaryrefslogtreecommitdiffstats
path: root/HeaderLayout.h
Commit message (Collapse)AuthorAgeFilesLines
* Add HeaderLayout format for one single 100%-width columnPeter Dey2024-04-171-0/+2
|
* Relocate include of config.h from header to source modeuleBenny Baumann2023-12-261-2/+0
|
* HeaderLayout: add "3 columns - 40/30/30", "... 30/40/30" & "... 30/30/40"Christian Hesse2023-12-261-0/+6
| | | | | Existing layouts with three columns do not match my needs... There is always a column too narrow. I think this would be a reasonable choice.
* Fix a compile warning: comparison of unsigned enum expression < 0 is always ↵hwangcc232022-04-051-0/+1
| | | | | | | | | | | false Get this warning when compiling Settings.c on the Mac OS X with clang-800.0.42.1. Settings.c:447:28: warning: comparison of unsigned enum expression < 0 is always false [-Wtautological-compare] if (this->hLayout < 0 || this->hLayout >= LAST_HEADER_LAYOUT) ~~~~~~~~~~~~~ ^ ~ This patch fixes the problem.
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* IWYU updateChristian Göttsche2021-08-251-0/+2
|
* HeaderLayout: save name in configurationChristian Göttsche2021-08-241-9/+30
| | | | | | Use a name in the user configuration file instead of the compile time enum value, so that future reorderings or insertions do not change the user selected layout.
* Add option to change Header layoutChristian Göttsche2021-08-221-0/+54

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