summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.c
AgeCommit message (Expand)Author
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-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2021-12-07Introduce screen tabsHisham Muhammad
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-08-31Fix meterPanels size calculation for dynamic array allocationNathan Scott
2021-08-25IWYU updateChristian Göttsche
2021-08-22Simplify adding pages in one placeBenny Baumann
2021-08-22Add option to change Header layoutChristian Göttsche
2021-08-22Removed unused field in ColorsPanelBenny Baumann
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2020-12-03Allow to pass '/' for item searchBenny Baumann
2020-11-02Embracing branchesBenny Baumann
2020-10-18Make all required includes explicitBenny Baumann
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
2017-07-22Mark some things as constRichard
2016-06-15Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham
2015-03-24handle clicks on panel header lineHisham Muhammad
2015-03-23Do not trust isalpha(c) for values > 255.Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-02-03Complete cursor-based movement of headers.Hisham Muhammad
2015-01-23Another mega-patch for the refactoring process.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2012-11-10search and filter for the strace and lsof screens!Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2010-03-03* Add Bash/emacs style navigation keysHisham Muhammad
2010-02-25warning fixesHisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2008-03-05Make clicks on leftmost panel in the Setup screen change setup pages,Hisham Muhammad
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-05-30Remove references to ListBoxHisham Muhammad
2006-05-30Rename ListBox'es to Panel's, matching dit.Hisham Muhammad