summaryrefslogtreecommitdiffstats
path: root/Action.c
AgeCommit message (Expand)Author
9 daysFix "CPU usage bar" help alignment.Anton Soroko
2023-12-26Update includes based on IWYUBenny Baumann
2023-11-03Warn on failure to kill a processBenny Baumann
2023-10-26Move shared memory next to used memoryKevin Bracey
2023-10-26Correct order of memory meter in helpKevin Bracey
2023-09-23Add recalculate to Ctrl-L refreshDaniel Lange
2023-09-09Fix compilation issue in Action.cBenny Baumann
2023-09-08Update process list on thread visibility togglingDaniel Lange
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-24Document 'O' keyboard shortcutSahil Siddiq
2023-05-17Make Action_pickFromVector code match header prototypeNathan Scott
2023-05-16Update F5 key label on tab switch (Tree <-> List)Daniel Lange
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-04-28Force re-sorting of the process list view after switching between list/treevi...Benny Baumann
2023-04-23{Memory,Swap}Meter: add "compressed memory" metricsIvan Shapovalov
2023-04-11Minor code formatting consistency fixesBenny Baumann
2023-02-05Add support for scheduling policiesChristian Göttsche
2023-01-10Update the Panel header on sort order inversionsChristian Göttsche
2022-11-22Refresh the settings->lastUpdate to force recalculation of cached display str...Benny Baumann
2022-11-22Allow to keep following when just changing display settingsBenny Baumann
2022-10-27Update the panel header when changing to another tabBenny Baumann
2022-10-24Reformat code baseBenny Baumann
2022-10-22Toggle the header meters with pound keyChristian Göttsche
2022-08-29Implement LinuxProcessList_checkPidNamespacevaldaarhun
2022-08-04actionExpandOrCollapse: NOOP in flat modeChristian Göttsche
2022-05-30Merge branch 'fix-allBranchesCollapsed' of tanriol/htopDaniel Lange
2022-05-30actionExpandOrCollapseAllBranches: NOP in flat modeDenis Lisov
2022-05-21Fix typo, thx Explorer09Benny Baumann
2022-05-20Mark item separator in default color on help screenWHR
2022-05-20fix typo (dist -> disk)Christian Hesse
2022-05-20Colorize process state characters in help screenBenny Baumann
2022-05-19Call mousemask(3X) to truly enable or disable mouse controlWHR
2022-05-13Increasing niceness is also disabled by --readonly modeDaniel Lange
2022-04-30Document screen tab switching (TAB, Shift-TAB keys)Daniel Lange
2022-02-13ProcessList: sort before panel rebuild if neededDenis Lisov
2022-01-13Help: Linux swap consistencyKevin Bracey
2021-12-07Introduce screen tabsHisham Muhammad
2021-12-05Pre-select the last sent signal in SignalsPanelChristian Göttsche
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-08-22Simplify adding pages in one placeBenny Baumann
2021-08-22Abstract resize handling by adding a new Htop reactionChristian Göttsche
2021-08-18Spell out virtualizedDaniel Lange
2021-08-17Apply suggestions from code reviewNathan Scott
2021-08-17Ensure DynamicColumn hash lookups never see NULL pointersNathan Scott
2021-08-16Simplify Action_pickFromVector() width parameter usageChristian Göttsche
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-07-18Enable affinity support for non-LinuxChristian Göttsche