summaryrefslogtreecommitdiffstats
path: root/Panel.c
Commit message (Collapse)AuthorAgeFilesLines
* alignment improvementsHisham Muhammad2014-02-271-20/+14
|
* Remove explicit calls to curses.h in other filesHisham Muhammad2013-02-261-1/+2
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-24/+27
| | | | UTF-8 display of big numbers.
* Add -p flag, contributed by Rob HoelzHisham Muhammad2012-08-101-1/+5
|
* Fix crashes when process list is emptyHisham Muhammad2012-03-051-2/+4
|
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-5/+9
|
* Mega-commit with features and tweaks for 1.0:Hisham Muhammad2011-11-181-0/+37
| | | | | | | | | | | * 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.
* Allow typing to select items in various panels (sort, user, signal).Hisham Muhammad2011-11-051-0/+1
| | | | | | Factored code from the SignalsPanel to apply to all selections from main screen. Closes feature request #3425304.
* Fix panel inconsistency that could lead to crashes. Closes #2422267.Hisham Muhammad2011-09-081-9/+2
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Remove arbitrary limit from rich stringsHisham Muhammad2010-11-221-28/+34
| | | | | | | | | 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
* * Add Bash/emacs style navigation keysHisham Muhammad2010-03-031-0/+8
| | | | | (thanks to Daniel Schuler)
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* warning fixesHisham Muhammad2010-02-251-1/+1
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-16/+47
|
* Add Unicode support, enabled with the --enable-unicodeHisham Muhammad2008-03-091-6/+8
| | | | | | flag, which requires libncursesw. Thanks to Sergej Pupykin!
* Make clicks on leftmost panel in the Setup screen change setup pages,Hisham Muhammad2008-03-051-0/+5
| | | | | | like the keyboard navigation does. Fixes bug reported by Tero Keinanen. https://sourceforge.net/tracker/index.php?func=detail&aid=1754735&group_id=108839&atid=651633
* Horizontally scroll in larger increments when on theHisham Muhammad2006-07-231-2/+7
| | | | | Linux console because of slow update of unaccelerated fb
* Perform RichString operations by hand.Hisham Muhammad2006-07-121-7/+6
| | | | | Avoid unnecessary operations when processing entries on ProcessList.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-3/+10
| | | | | | | | | | 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-3/+0
|
* Rename ListBox to Panel, matching dit.Hisham Muhammad2006-05-301-0/+353

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