summaryrefslogtreecommitdiffstats
path: root/ScreenManager.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't end up killing init if process selected to be killed terminates before ↵Hisham Muhammad2013-02-261-1/+2
| | | | the user selects a signal. Closes #3606072.
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-4/+4
| | | | UTF-8 display of big numbers.
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-1/+1
|
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-6/+7
|
* Keep panel structure up-to-date as process list changes when headers are ↵Hisham Muhammad2011-12-011-28/+36
| | | | updated during the screen manager. Hopefully closes #3444533.
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* * Option for counting CPUs from zeroHisham Muhammad2011-03-221-3/+18
| | | | | | (thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
* * Add Bash/emacs style navigation keysHisham Muhammad2010-03-031-0/+2
| | | | | (thanks to Daniel Schuler)
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* warning fixesHisham Muhammad2010-02-251-4/+4
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-3/+3
|
* Let mouseclicks tick/untick checkboxesHisham Muhammad2008-05-071-3/+0
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-6/+0
| | | | | Reduces resulting code size.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-3/+3
| | | | | | | | | | 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.
* Remove references to ListBoxHisham Muhammad2006-05-301-26/+26
|
* Rename ListBox to Panel, matching dit.Hisham Muhammad2006-05-301-26/+26
|
* Rename TypedVector to Vector, matching dit.Hisham Muhammad2006-05-301-21/+21
|
* Initial import.Hisham Muhammad2006-03-041-0/+225

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