summaryrefslogtreecommitdiffstats
path: root/Meter.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless assignment.Hisham Muhammad2014-04-211-1/+1
|
* alignment improvementsHisham Muhammad2014-02-271-0/+31
|
* Fix order of calloc arguments.Hisham Muhammad2014-01-161-1/+1
| | | | (Patch by Dawid Gajownik)
* BUGFIX: Fix crash when adding meters and toggling detailed CPU time.Hisham Muhammad2014-01-161-5/+11
| | | | | See https://bugzilla.redhat.com/show_bug.cgi?id=987805 for details. (thanks to Dawid Gajownik for the detailed analysis!)
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-110/+113
| | | | UTF-8 display of big numbers.
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-17/+16
|
* Mega-commit with features and tweaks for 1.0:Hisham Muhammad2011-11-181-2/+7
| | | | | | | | | | | * Performance improvements * Support for splitting CPU meters into two or four columns (thanks to Wim Heirman) * Switch from PLPA, which is now deprecated, to HWLOC. * Bring back support for native Linux sched_setaffinity, so we don't have to use HWLOC where we don't need to. * Support for typing in user names and column fields in selection panels.
* cleanups and fixes, thanks to cppcheck and gcc -WextraHisham Muhammad2011-10-251-4/+1
|
* Fix segfault in BarMeterMode_draw() for small terminal widthsHisham Muhammad2011-08-261-2/+8
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* retain meter state when it is reinit'ed in the Setup screenHisham Muhammad2011-03-311-1/+2
|
* * Option for counting CPUs from zeroHisham Muhammad2011-03-221-22/+37
| | | | | | (thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
* Remove arbitrary limit from rich stringsHisham Muhammad2010-11-221-12/+14
| | | | | | | | | Fix subtree hiding Fix reading of CPU values in hidden threads Fix hiding of zombie processes as kernel threads Remove "debug proc" code Code cleanup in processElements
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* warning fixesHisham Muhammad2010-02-251-10/+11
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-7/+6
|
* Option to display hostname in the meters areaHisham Muhammad2009-02-171-0/+2
|
* ACPI Battery meterHisham Muhammad2008-09-231-2/+5
| | | | | contributed by Ian Hands
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-43/+43
| | | | | Reduces resulting code size.
* Add Unicode support, enabled with the --enable-unicodeHisham Muhammad2008-03-091-2/+3
| | | | | | flag, which requires libncursesw. Thanks to Sergej Pupykin!
* Perform RichString operations by hand.Hisham Muhammad2006-07-121-1/+1
| | | | | Avoid unnecessary operations when processing entries on ProcessList.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-3/+7
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-35/+20
|
* Missed LoadMeter!Hisham Muhammad2006-05-181-0/+1
|
* Final fixes to make "All CPUs" the default CPU display mode.Hisham Muhammad2006-05-091-1/+4
|
* Enable "All CPUs" optionHisham Muhammad2006-05-091-10/+9
|
* - Overhaul meters implementation;Hisham Muhammad2006-04-101-208/+296
| | | | | | - add AllCPUsMeter; - because of that, the new .htoprc is incompatible with previous released versions.
* Fixes for header generation.Hisham Muhammad2006-03-231-1/+4
|
* Initial import.Hisham Muhammad2006-03-041-0/+350

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