summaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.c
AgeCommit message (Expand)Author
2021-01-11Clarify that only the main screen function bar is optionally hiddenDaniel Lange
2021-01-04Add option to hide the Function BarChristian Göttsche
2020-12-19Add "Tree view is always sorted by PID" option to mimic htop 2 behaviorHisham Muhammad
2020-12-06IWYU updateChristian Göttsche
2020-12-02Dynamically load libsensors at runtimeChristian Göttsche
2020-11-25Add support to change numeric options in settings screenChristian Göttsche
2020-11-25Improve Fahrenheit temperature configuration textChristian Göttsche
2020-11-24Group the "Merge Command" related options visuallyBenny Baumann
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-21Remove unnecessary parensBenny Baumann
2020-11-16Show CPU temperature in CPU meterChristian Göttsche
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-20Merge branch 'number-cpus-from-zero' of zevweiss/htopDaniel Lange
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-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-24Do not drop qualifier in castChristian Göttsche
2020-09-15Number CPUs from zero by default.Zev Weiss
2020-09-15Revert the vim_mode setting for now, needs a rethinkNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-08-29add toggle for vim mode in optionsckath
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwe...Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-932'Nathan Scott
2019-08-10Add a display option to hide CPU usage number from CPU meter.Arnavion
2019-08-09Add new display option to also show CPU frequency in CPU meters.Arnavion
2019-07-12Added option to enable/disable the mouse.MartinJM
2017-07-22Mark some things as constRichard
2016-02-02Try to make threads less confusing.Hisham
2016-02-02Check for failure in allocations.Hisham
2015-08-27Handle KEY_RECLICK events generated by ScreenManagerHisham Muhammad
2015-08-12Avoid future confusions with how default values are set.Hisham Muhammad
2015-08-07New setting: "Show program path"Tobias Geerinckx-Rice
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2013-12-18Make CPU meter optionally account guest time in its percentagesHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-10-20Option to update process names on every refreshHisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-25Use strdup explicitlyHisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
2010-11-20Use a more correct name for memory option.Hisham Muhammad
2010-08-24add support for steal/guest CPU time measurementHisham Muhammad
2010-02-25show custom thread namesHisham Muhammad
2008-05-07Let mouseclicks tick/untick checkboxesHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2008-03-08BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad
2007-11-09IO-wait time now counts as idle time, which is a moreHisham Muhammad