summaryrefslogtreecommitdiffstats
path: root/ScreenManager.c
AgeCommit message (Expand)Author
2021-08-22Abstract resize handling by adding a new Htop reactionChristian Göttsche
2021-08-22ScreenManager: reduce ScreenManager_resizeChristian Göttsche
2021-08-10ScreenManager: drop unused memberChristian Göttsche
2021-07-15netbsd: Support curses libraries without ncurses mouse supportnia
2021-07-04Check for set_escdelay in ncursesBenny Baumann
2021-04-05Request the realtime and monotonic clock times once per sampleNathan Scott
2021-03-31Reorder the header update and process scanningNathan Scott
2021-03-04Separate data-update and drawing of headerChristian Göttsche
2021-02-05Use MainPanel type in State structChristian Göttsche
2021-02-01Check for sortTimeout to not run towards -infDaniel Lange
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11Fix clearing the last line in setup on function bar change (thanks cgzones)Daniel Lange
2021-01-04Add option to hide the Function BarChristian Göttsche
2021-01-04Panel: rework hight logicChristian Göttsche
2020-12-23Restore highlighted header of current sorted process columnChristian Göttsche
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-12-09Fix pause mode ("Z") in tree viewDaniel Lange
2020-12-03Common order for ESC/q/F10Benny Baumann
2020-11-28Hide process selection on ESCChristian Göttsche
2020-11-26Drop unneeded parameters to the ScreenManager constructorNathan Scott
2020-11-16Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-19Continue to update generic data in paused modeChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-24Do not drop qualifier in castChristian Göttsche
2020-09-15Revert the vim_mode setting for now, needs a rethinkNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-08-20Merge branch 'hishamhm-pull-959'Nathan Scott
2019-10-31Add simple vim modeDaniel Flanagan
2019-07-12Added an option to disable the mouse.MartinJM
2019-02-10Remove duplicated if conditionAlan Barr
2016-06-15Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham
2016-05-19Use set_escdelay() to avoid problems with ESCDELAY as a macro.Hisham
2016-02-19Fix behavior of ESC key, getting rid of the annoying delay.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-12vi keys: translate ALT-h/j/k/l to arrow keysMichael Klein
2015-08-19Add expand/collapse on additional clicks!Hisham Muhammad
2015-08-19Support for NCurses 6.0 and mouse wheelHisham Muhammad
2015-03-24handle clicks on panel header lineHisham Muhammad
2015-03-23incremental search and filter reintegrated!Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-03-22Working on integration of IncSet in new branch.Hisham Muhammad
2015-03-22Refactor state control variables.Hisham Muhammad
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad
2015-02-03Complete cursor-based movement of headers.Hisham Muhammad
2015-01-23Another mega-patch for the refactoring process.Hisham Muhammad