summaryrefslogtreecommitdiffstats
path: root/ScreenManager.c
AgeCommit message (Expand)Author
2024-03-14Ignore FOCUS_IN and FOCUS_OUT events if these have been activated within xtermDaniel Lange
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Fix code styleBenny Baumann
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-08-30Support dynamic screens with 'top-most' entities beyond processesSohaib Mohamed
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-05-22Implement logic for '--max-iterations'Sahil Siddiq
2023-05-08Adapt platform code for the new Machine base classNathan Scott
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-05-08Drop references to 'Process' in generic screen codeNathan Scott
2023-02-18Misc cleanupChristian Göttsche
2022-10-24Reformat code baseBenny Baumann
2022-10-22Toggle the header meters with pound keyChristian Göttsche
2022-02-13ProcessList_buildTree: produce sorted treeDenis Lisov
2022-02-13ProcessList: sort before panel rebuild if neededDenis Lisov
2021-12-07Fix misc styleguide issues and add missing header filesSohaib Mohamed
2021-12-07Introduce screen tabsHisham Muhammad
2021-10-27Dynamically scale the ST_UID size to support 32-bit UIDsSilke Hofstra
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
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