summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
AgeCommit message (Expand)Author
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-06Avoid function cast by refactoring callback prototypeChristian Göttsche
2021-01-04IncSet: do not resize on our own and do not search on resizeChristian Göttsche
2021-01-04Add option to hide the Function BarChristian Göttsche
2020-12-23Restore highlighted header of current sorted process columnChristian 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-16MainPanel: use actual KEY_RESIZE instead of KEY_SHUFFLEChristian Göttsche
2020-12-15MainPanel: do not reset hideProcessSelection on KEY_SHUFFLEChristian Göttsche
2020-12-02Minor code streamliningBenny Baumann
2020-12-02Implement sorting in tree modeMaxim Zhiburt
2020-11-28Hide process selection on ESCChristian Göttsche
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-15Mark ProcessList_keyAt argument constChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-18Make all required includes explicitBenny Baumann
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-12Compress size of default FunctionBarChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-17Call character checking function with unsigned charChristian Göttsche
2020-09-03Axe automated header generation.Zev Weiss
2020-08-20Merge branch 'hishamhm-pull-949'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-09-12MainPanel: add seventh char to main functionsduchampdev
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2017-07-22Mark some things as constRichard
2016-07-28'Follow' only if element is found in searchHisham
2016-06-15Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham
2016-05-25Make sure a pointer fits in the argument!Hisham
2016-05-05Auto-follow process after a search.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-03Check range when accessing keys table.Hisham Muhammad
2015-08-20Extra checks.Hisham Muhammad
2015-04-09update bar when clicking header.Hisham Muhammad
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad
2015-04-08Keep following status when no key is pressed.Hisham 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-03-15Add MainPanel.cHisham Muhammad