summaryrefslogtreecommitdiffstats
path: root/Settings.c
Commit message (Expand)AuthorAgeFilesLines
* Print message if config file was resolvedSefa Eyeoglu2024-03-121-7/+7
* Resolve configuration pathSefa Eyeoglu2024-03-111-0/+6
* Update Settings.cKen McDonell2024-02-051-1/+1
* Minor bug fixes for Coverity issuesKen McDonell2024-02-051-0/+3
* Explicitly check sscanf(3) and fscanf(3) return valuesChristian Göttsche2024-01-251-1/+1
* Settings: preserve empty headerChristian Göttsche2023-12-311-5/+15
* Update includes based on IWYUBenny Baumann2023-12-261-0/+2
* Fix code styleBenny Baumann2023-12-261-2/+2
* Add includes for config.h as per the discussion in PR #1337Daniel Lange2023-12-261-0/+2
* Write configuration to temporary file firstChristian Göttsche2023-11-111-1/+11
* Ensure possible NULL pointer values dealt with defensivelyNathan Scott2023-09-041-2/+3
* Support dynamic screens with 'top-most' entities beyond processesSohaib Mohamed2023-08-301-26/+81
* Introduce Row and Table classes for screens beyond top-processesNathan Scott2023-08-301-7/+7
* Refactor and consolidate dynamic meters/columns pointersNathan Scott2023-04-061-1/+2
* Add option to shadow path prefixesChristian Göttsche2023-02-031-0/+4
* Handle invalid process columns from configurationChristian Göttsche2023-01-101-6/+9
* Reformat code baseBenny Baumann2022-10-241-1/+1
* TUI-setup for 'hide running in container' optionvaldaarhun2022-08-291-0/+4
* Add fallback for HOME environment variableChristian Göttsche2022-08-221-3/+5
* Refactor code for rendering command line cacheBenny Baumann2022-05-311-0/+2
* Update Settings_newScreen with single-line sortKey checking.Nathan Scott2022-05-011-5/+1
* Remove redundant null checks on Settings_write (covscan)Nathan Scott2022-04-301-13/+11
* Add array bounds checking for the Process_fields array (covscan)Nathan Scott2022-04-301-1/+7
* Fix header layout and meters reset if a header column is emptyDaniel Lange2022-04-021-2/+9
* Set correct default sorting directionChristian Göttsche2021-12-171-8/+8
* Do not combine default and configuration process fieldsChristian Göttsche2021-12-171-2/+4
* Mark ScreenDefaults constChristian Göttsche2021-12-171-1/+1
* Add ScreenSettings_delete helperChristian Göttsche2021-12-081-3/+7
* Settings: initialize default sort key for new screenpanelChristian Göttsche2021-12-081-10/+14
* Fix memory leak on shutdown in new screen settings code.Nathan Scott2021-12-071-1/+2
* Fix misc styleguide issues and add missing header filesSohaib Mohamed2021-12-071-4/+4
* Enable tabs for a fresh install of htop OnlySohaib Mohamed2021-12-071-1/+1
* Fixup tabs with dynamic Columns - add missing `Dynamic()`Sohaib Mohamed2021-12-071-1/+4
* Improvements to the tab code after initial feedbackNathan Scott2021-12-071-37/+48
* Introduce screen tabsHisham Muhammad2021-12-071-71/+222
* Validate meter configuration before proceedingBenny Baumann2021-10-061-1/+24
* Properly release memory on partially read configurationBenny Baumann2021-10-061-6/+14
* Settings: use size_t for meter count in headerChristian Göttsche2021-10-011-4/+4
* Improve configuration file version diagnostic formatting slightlyNathan Scott2021-09-271-2/+3
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Settings: set ok when reading configuration from sysconfdirChristian Hesse2021-09-101-1/+1
* Add missing end-of-line to htoprc file version mismatch warningNathan Scott2021-09-081-1/+1
* Drop redundant semicolonsChristian Göttsche2021-09-041-2/+2
* Settings: enclose casted macro argument in parenthesisChristian Göttsche2021-09-041-1/+1
* Reduce variable scopeChristian Göttsche2021-09-041-1/+2
* Settings: create default meters on no existing config fileChristian Göttsche2021-09-021-0/+3
* Fix resource leaks dealing with unrecognised config file versionNathan Scott2021-08-311-0/+2
* Shorten crash output to fit on screenChristian Göttsche2021-08-261-49/+61
* IWYU updateChristian Göttsche2021-08-251-0/+1
* HeaderLayout: save name in configurationChristian Göttsche2021-08-241-2/+3

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