summaryrefslogtreecommitdiffstats
path: root/ColumnsPanel.c
AgeCommit message (Expand)Author
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Fix code styleBenny 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
2022-10-24Reformat code baseBenny Baumann
2021-12-07Introduce screen tabsHisham Muhammad
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-04ColumnsPanel: drop unused struct declarationChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-12-03Allow to pass '/' for item searchBenny Baumann
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-02Spacing around operatorsBenny Baumann
2020-10-31Fix segmentation fault when column name is NULL.Erdem Ersoy
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-07Mark Object instances constChristian Göttsche
2020-10-06Handle Panel_getSelected() returning NULLChristian 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-21Remove trailing whitespacesChristian Göttsche
2019-10-31Clean up existing whitespaceDaniel Flanagan
2017-10-23fix fallthough comments for GCC 7.xChristian Hesse
2017-07-22Mark some things as constRichard
2016-02-02Check for failure in allocations.Hisham
2015-11-02Highlight moving meters in a different color.Hisham Muhammad
2015-08-27Handle KEY_RECLICK events generated by ScreenManagerHisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-03-23Do not trust isalpha(c) for values > 255.Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-03-16Get FreeBSD tree to compile again with latest changes.Hisham Muhammad
2015-03-16Isolate portable and Linux-specific process fields.Hisham Muhammad
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-01-21Sorry about the mega-patch.Hisham Muhammad
2013-05-24Performance improvements due to conditional parsing of IO data depending on s...Hisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-14fix pagedown in some panelsHisham Muhammad
2011-11-18Mega-commit with features and tweaks for 1.0:Hisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2006-08-04--sort-key flag in the command-line, overriding theHisham Muhammad
2006-05-30Rename ListBox'es to Panel's, matching dit.Hisham Muhammad