summaryrefslogtreecommitdiffstats
path: root/Action.c
AgeCommit message (Expand)Author
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
2020-11-09Implement screen for active file locksFynn Wulf
2020-11-02Wrap inline structure definitionsBenny Baumann
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Convert addattrstr to static inline functionBenny Baumann
2020-10-27Avoid some unnecessary casts and mark some not changing variables constChristian Göttsche
2020-10-20IWYU updateChristian Göttsche
2020-10-20Merge branch 'help_lines' of https://github.com/cgzones/htopDaniel Lange
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Misc conversion fixesChristian Göttsche
2020-10-14Do not hard-code line numbers in help screen building codeChristian Göttsche
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-09use 'w' for command wrapping as 'M' is already usedryenus
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-29Drop redundant casts to the same typeChristian Göttsche
2020-09-24Do not drop qualifier in castChristian Göttsche
2020-09-24show selected command wrapped in a separate windowryenus
2020-09-24Avoid unsigned integer overflowChristian Göttsche
2020-09-18Avoid checking of undefined macrosChristian Göttsche
2020-09-18Use strict function prototypesChristian Göttsche
2020-09-17Fix memory leak in actionSetAffinity()Christian Göttsche