summaryrefslogtreecommitdiffstats
path: root/Settings.c
AgeCommit message (Expand)Author
2022-05-31Refactor code for rendering command line cacheBenny Baumann
2022-05-01Update Settings_newScreen with single-line sortKey checking.Nathan Scott
2022-04-30Remove redundant null checks on Settings_write (covscan)Nathan Scott
2022-04-30Add array bounds checking for the Process_fields array (covscan)Nathan Scott
2022-04-02Fix header layout and meters reset if a header column is emptyDaniel Lange
2021-12-17Set correct default sorting directionChristian Göttsche
2021-12-17Do not combine default and configuration process fieldsChristian Göttsche
2021-12-17Mark ScreenDefaults constChristian Göttsche
2021-12-08Add ScreenSettings_delete helperChristian Göttsche
2021-12-08Settings: initialize default sort key for new screenpanelChristian Göttsche
2021-12-07Fix memory leak on shutdown in new screen settings code.Nathan Scott
2021-12-07Fix misc styleguide issues and add missing header filesSohaib Mohamed
2021-12-07Enable tabs for a fresh install of htop OnlySohaib Mohamed
2021-12-07Fixup tabs with dynamic Columns - add missing `Dynamic()`Sohaib Mohamed
2021-12-07Improvements to the tab code after initial feedbackNathan Scott
2021-12-07Introduce screen tabsHisham Muhammad
2021-10-06Validate meter configuration before proceedingBenny Baumann
2021-10-06Properly release memory on partially read configurationBenny Baumann
2021-10-01Settings: use size_t for meter count in headerChristian Göttsche
2021-09-27Improve configuration file version diagnostic formatting slightlyNathan Scott
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-10Settings: set ok when reading configuration from sysconfdirChristian Hesse
2021-09-08Add missing end-of-line to htoprc file version mismatch warningNathan Scott
2021-09-04Drop redundant semicolonsChristian Göttsche
2021-09-04Settings: enclose casted macro argument in parenthesisChristian Göttsche
2021-09-04Reduce variable scopeChristian Göttsche
2021-09-02Settings: create default meters on no existing config fileChristian Göttsche
2021-08-31Fix resource leaks dealing with unrecognised config file versionNathan Scott
2021-08-26Shorten crash output to fit on screenChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-24HeaderLayout: save name in configurationChristian Göttsche
2021-08-23Merge branch 'header_fmt' of cgzones/htopDaniel Lange
2021-08-23Merge branch 'config_versions' of fasterit/htopDaniel Lange
2021-08-23Apply approved warning message suggested by nathansDaniel Lange
2021-08-22Add option to change Header layoutChristian Göttsche
2021-08-18Merge branch 'read-settings-defaults' of bjpbakker/htopDaniel Lange
2021-08-13Introduce versioned config files and config_reader_min_versionDaniel Lange
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-08-02Read settings after applying defaultsBart Bakker
2021-07-15Disable mouse option when support is unavailablenia
2021-07-15Whitespace around operatorsBenny Baumann
2021-05-23Allow for highlighting of deleted executables to be configuredBenny Baumann
2021-05-16Print current settings on crashChristian Göttsche
2021-04-14Add read-only optionChristian Göttsche
2021-03-19Use unsigned types for CPU counts and associated variablesChristian Göttsche
2021-03-18Merge pull request #436 from cgzones/freebsdGraham Inggs
2021-03-13Settings_write: fix return value on errorChristian Göttsche
2021-03-12Settings: check if writing configuration file was successfulChristian Göttsche
2021-03-12Settings: mark non-modified pointer parameters constChristian Göttsche
2021-02-17Refactor to remove no-op callsBenny Baumann