summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
AgeCommit message (Expand)Author
2024-01-17Clicking on column headers needs to also update the sort direction arrowDaniel Lange
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
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-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-05-08Drop references to 'Process' in generic screen codeNathan Scott
2022-10-20Check for action flags correctlyChristian Göttsche
2022-08-09Please Clang 15Christian Göttsche
2022-03-25Improve MainPanel Label on active inc filter (Filter <-> FILTER)Daniel Lange
2021-12-07Introduce screen tabsHisham Muhammad
2021-09-29Adds a missing HAVE_GETMOUSE check.fraggerfox
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-18MainPanel: do not reset on disabled mouse eventsChristian Göttsche
2021-08-22Abstract resize handling by adding a new Htop reactionChristian Göttsche
2021-04-21Make MainPanel_pidSearch a static functionChristian Göttsche
2021-04-14Add read-only optionChristian Göttsche
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