summaryrefslogtreecommitdiffstats
path: root/Settings.c
AgeCommit message (Expand)Author
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
2021-02-13Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange
2021-02-05FreeBSD: add support for CPU frequency and temperatureChristian Göttsche
2021-02-02Improve initial setup for systems with many CPUsDaniel Lange
2021-01-31Quote SYSCONFDIR definitionChristian Göttsche
2021-01-25Fix possible division by zeroChristian Göttsche
2021-01-21Sort out the mess around column sorting that had accumulated over timeDaniel Lange
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-04Add option to hide the Function BarChristian Göttsche
2020-12-19Mark Platform_defaultFields constChristian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-19Separate tree and list sort ordersHisham Muhammad
2020-12-19Add "Tree view is always sorted by PID" option to mimic htop 2 behaviorHisham Muhammad
2020-12-02Dynamically load libsensors at runtimeChristian Göttsche
2020-11-26Calculate library size (M_LRS column) from maps fileFynn Wulf
2020-11-25Add support to change numeric options in settings screenChristian Göttsche
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-16Show CPU temperature in CPU meterChristian Göttsche
2020-11-16Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange
2020-11-15Drop hideThreads SettingChristian Göttsche
2020-11-02Embracing branchesBenny Baumann