summaryrefslogtreecommitdiffstats
path: root/Settings.c
AgeCommit message (Expand)Author
6 daysFix GCC build warning in NetBSD 10mainExplorer09
12 daysUse struct member to determine size of allocationsBenny Baumann
12 daysDefine MeterModeId to unsigned int and use it throughoutExplorer09
2024-04-17Use 'fp' name for local 'FILE*' variables.Explorer09
2024-04-17Merge branch 'signal_safe' of cgzones/htopDaniel Lange
2024-04-17Avoid writing configuration to non-regular filesExplorer09
2024-04-16Memory leak when a legacy config file existsBenny Baumann
2024-04-13Avoid fprintf in Settings_writeChristian Göttsche
2024-04-05Read htoprc in modern location first before old oneExplorer09
2024-04-05Avoid multiplication in calloc argumentChristian Göttsche
2024-04-05Check for absolute paths in environment variablesChristian Göttsche
2024-03-12Print message if config file was resolvedSefa Eyeoglu
2024-03-11Resolve configuration pathSefa Eyeoglu
2024-02-05Update Settings.cKen McDonell
2024-02-05Minor bug fixes for Coverity issuesKen McDonell
2024-01-25Explicitly check sscanf(3) and fscanf(3) return valuesChristian Göttsche
2023-12-31Settings: preserve empty headerChristian Göttsche
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Fix code styleBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-11-11Write configuration to temporary file firstChristian Göttsche
2023-09-04Ensure possible NULL pointer values dealt with defensivelyNathan Scott
2023-08-30Support dynamic screens with 'top-most' entities beyond processesSohaib Mohamed
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-04-06Refactor and consolidate dynamic meters/columns pointersNathan Scott
2023-02-03Add option to shadow path prefixesChristian Göttsche
2023-01-10Handle invalid process columns from configurationChristian Göttsche
2022-10-24Reformat code baseBenny Baumann
2022-08-29TUI-setup for 'hide running in container' optionvaldaarhun
2022-08-22Add fallback for HOME environment variableChristian Göttsche
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