summaryrefslogtreecommitdiffstats
path: root/ScreenManager.c
Commit message (Collapse)AuthorAgeFilesLines
* Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham2016-06-151-2/+9
| | | | | (Also, '^' and '$') Closes #508.
* Use set_escdelay() to avoid problems with ESCDELAY as a macro.Hisham2016-05-191-1/+1
|
* Fix behavior of ESC key, getting rid of the annoying delay.Hisham2016-02-191-22/+6
| | | | | Thank you @Explorer09 for the push! Closes #417.
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* vi keys: translate ALT-h/j/k/l to arrow keysMichael Klein2016-01-121-0/+23
|
* Add expand/collapse on additional clicks!Hisham Muhammad2015-08-191-1/+5
|
* Support for NCurses 6.0 and mouse wheelHisham Muhammad2015-08-191-16/+25
|
* handle clicks on panel header lineHisham Muhammad2015-03-241-28/+34
|
* incremental search and filter reintegrated!Hisham Muhammad2015-03-231-5/+9
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-21/+3
|
* Working on integration of IncSet in new branch.Hisham Muhammad2015-03-221-7/+5
|
* Refactor state control variables.Hisham Muhammad2015-03-221-46/+53
|
* Fix allocation of processes. Closes #166.Hisham Muhammad2015-02-201-12/+0
|
* Complete cursor-based movement of headers.Hisham Muhammad2015-02-031-1/+3
|
* Another mega-patch for the refactoring process.Hisham Muhammad2015-01-231-19/+35
| | | | | Kinda runs, but functionality from the original main loop is still missing. Patience.
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-25/+80
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Refactored key handlers.Hisham Muhammad2014-11-191-1/+1
| | | | | | Made the logic more modular, hopefully easier to follow, and removed repeated code. Plus, some optimization in RichString code.
* 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