summaryrefslogtreecommitdiffstats
path: root/htop.c
AgeCommit message (Expand)Author
2023-04-06Refactor to use a program name pointer instead of PACKAGE macroNathan Scott
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-03-25Abstract htop main function to allow for a platform binaryNathan Scott
2021-03-22Use a platform-specific routine for long option usageNathan Scott
2021-03-22Each platform defines its own long opt macro, prefer printfNathan Scott
2021-03-22Move libcap use to (Linux) platform-specific codeNathan Scott
2021-03-12Settings: check if writing configuration file was successfulChristian Göttsche
2021-02-13Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange
2021-02-05Use MainPanel type in State structChristian Göttsche
2021-02-02Make descriptions to -shelp available so people find threadsDaniel Lange
2021-01-27Pass Settings to CRT_initChristian Göttsche
2021-01-13Do not try to set not owned capabilitiesChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11Add option to drop Linux capabilitiesChristian Göttsche
2021-01-11Add wrapper function for free and strdupChristian Göttsche
2021-01-11Refactor setting filter and use safe strncpyChristian Göttsche
2021-01-09Convert unnecessary static variablesChristian Göttsche
2021-01-08Update help and man page for improved -t / -s optionsDaniel Lange
2021-01-08Free memory on multiple filter command line argumentsChristian Göttsche
2020-12-23Restore highlighted header of current sorted process columnChristian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-19Separate tree and list sort ordersHisham Muhammad
2020-12-02Set locale only once and do not override it laterChristian Göttsche
2020-11-28Hide process selection on ESCChristian Göttsche
2020-11-26Drop unneeded parameters to the ScreenManager constructorNathan Scott
2020-11-25Add support to change numeric options in settings screenChristian Göttsche
2020-11-24Move treeView setting to make status bar item correct when using --sort-key, ...Daniel Lange
2020-11-23Merge branch 'cleanup-init-done' into masterNathan Scott
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-19Minor cleanups to platform-specific init and doneNathan Scott
2020-11-18Align command line argument descriptions in help outputChristian Göttsche
2020-11-17Use 0 as no-match value for sortkeyChristian Göttsche
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-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Spacing after keywords (if)Benny Baumann
2020-11-02Spacing after keywords (while)Benny Baumann
2020-10-31Address items from reviewAdam Saponara
2020-10-31Fix segmentation fault when column name is NULL.Erdem Ersoy
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-20Merge branch 'Xalloc_Cleanup' of cgzones/htopDaniel Lange
2020-10-19XUtils string related updatesChristian Göttsche
2020-10-19Continue to update generic data in paused modeChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-16Misc conversion fixesChristian Göttsche
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-07Option to set initial filterlaydervus