summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.c
AgeCommit message (Expand)Author
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Fix code styleBenny Baumann
2022-05-31Refactor code for rendering command line cacheBenny Baumann
2021-11-04Cleanup: Fix misc styleguide issuesSohaib Mohamed
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-08-25IWYU updateChristian Göttsche
2021-08-22Only request selection index in ColorsPanel when neededBenny Baumann
2021-08-22Removed unused field in ColorsPanelBenny Baumann
2021-05-10cleaned up includes with iwyumayurdahibhate
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-11-25Add support to change numeric options in settings screenChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-10-02Adjust colorsChristian Göttsche
2020-09-03Axe automated header generation.Zev Weiss
2019-10-31Clean up existing whitespaceDaniel Flanagan
2018-02-05Fix color behavior on some terminals.Hisham Muhammad
2017-07-22Mark some things as constRichard
2016-02-02Check for failure in allocations.Hisham
2015-08-27Handle KEY_RECLICK events generated by ScreenManagerHisham Muhammad
2015-08-12Avoid future confusions with how default values are set.Hisham Muhammad
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2015-02-03Make the implementation of color schemes declarative.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
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-25Use strdup explicitlyHisham Muhammad
2011-12-01Keep panel structure up-to-date as process list changes when headers are upda...Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2008-05-07Let mouseclicks tick/untick checkboxesHisham Muhammad
2008-03-09Clean up headers by using 'static' whenever possible.Hisham Muhammad
2007-11-08Improve construction of tree view, properly nesting threads.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