summaryrefslogtreecommitdiffstats
path: root/Action.c
AgeCommit message (Expand)Author
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
2021-07-18Rework CPU countingChristian Göttsche
2021-07-15Whitespace around operatorsBenny Baumann
2021-07-15Split statements that should go onto multiple linesBenny Baumann
2021-04-21Document '?' key to reach the help screenBenny Baumann
2021-04-14Add read-only optionChristian Göttsche
2021-03-24Add MEMORY_SHARED to help screenDavid Zarzycki
2021-03-17Action: merge conditionsChristian Göttsche
2021-03-14Improve process followingChristian Göttsche
2021-03-03Follow followed process when switching thread visibilitiesChristian Göttsche
2021-02-16Shorten keyboard help to fit default screen widthDaniel Lange
2021-02-13Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange
2021-02-07Remove force sort order to ASC when returning to tree modeDaniel Lange
2021-02-05Use MainPanel type in State structChristian Göttsche
2021-01-27Drop invalid todoChristian Göttsche
2021-01-11Linux: Add SwapCached to the swap meterDavid Zarzycki
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-06Hashtable: use more distinct typename for key typeChristian Göttsche
2021-01-04Panel_new: reorder argumentsChristian Göttsche
2021-01-04Add option to hide the Function BarChristian Göttsche
2021-01-04Action: drop resize callbackChristian Göttsche
2021-01-01Action: remove trivial wrapper functionChristian Göttsche
2020-12-23Added keybind 'N' for sorting by PIDJake Mannens
2020-12-23Position help labels one step to the rightJake Mannens
2020-12-24Remove 'n' and 'N' search inc/dec keybindsJake Mannens
2020-12-22Merge branch 'resize_bar' of https://github.com/cgzones/htop into cgzones-res...Nathan Scott
2020-12-21De-lazy @cgzones :)Daniel Lange
2020-12-21Action: sort key binding assignmentsChristian Göttsche
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-12-19Separate tree and list sort ordersHisham Muhammad
2020-12-19Add "Tree view is always sorted by PID" option to mimic htop 2 behaviorHisham Muhammad
2020-12-18Update key mapping documentation for sortingBenny Baumann
2020-12-09Sort in paused mode after inverting sort orderChristian Göttsche
2020-12-02Implement sorting in tree modeMaxim Zhiburt
2020-11-28Hide process selection on ESCChristian Göttsche
2020-11-26Drop unneeded parameters to the ScreenManager constructorNathan Scott
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-19IWYU update (FreeBSD)Christian Goettsche
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-17Hashtable updateChristian Göttsche
2020-11-15Drop hideThreads SettingChristian Göttsche
2020-11-15Resolve merge conflicts, merge #298 "Macro cleanup" from @BenBEDaniel Lange
2020-11-14Split platform dependent parts for file locks screenBenny Baumann