summaryrefslogtreecommitdiffstats
path: root/Settings.c
AgeCommit message (Collapse)Author
2011-08-29Don't simply trust that string splits were successful...Hisham Muhammad
2011-08-12be more precise in the commentHisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
(thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25show custom thread namesHisham Muhammad
2010-02-22minor tweaks by David WeberHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
Reduces resulting code size.
2008-03-08BUGFIX: Fix display of CPU count for threaded processes.Hisham Muhammad
When user threads are hidden, process now shows the sum of processor usage for all processors. When user threads are displayed, each thread shows its own processor usage, including the root thread. (thanks to Bert Wesarg for the report) Also, add option to display thread colors differently.
2007-11-26Avoid crashing when using many meters (thanks to David Cho for the report)Hisham Muhammad
2007-11-09IO-wait time now counts as idle time, which is a moreHisham Muhammad
accurate description. It is still available in split time, now called detailed CPU time. (thanks to Samuel Thibault for the report)
2007-08-10Add a trailing newline in .htoprcHisham Muhammad
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=420856 (sheesh, the things people get worked up about :) )
2006-10-04Contribution by Philipp Richter: Display IO-Wait, IRQ and Soft-IRQ values in ↵Hisham Muhammad
status bar (minor modifications: default to false, add help)
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-05-09Minor fix to HTOPRC feature.Hisham Muhammad
2006-05-06Add support for $HTOPRC, as suggested by Luis LimonHisham Muhammad
2006-04-10- Overhaul meters implementation;Hisham Muhammad
- add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
2006-03-23Update copyrights.Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad