summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* IWYU updateChristian Göttsche2021-08-251-0/+1
|
* Only request selection index in ColorsPanel when neededBenny Baumann2021-08-221-1/+2
|
* Removed unused field in ColorsPanelBenny Baumann2021-08-221-2/+1
|
* cleaned up includes with iwyumayurdahibhate2021-05-101-3/+1
|
* Rework drawing of FunctionBarChristian Göttsche2020-12-201-11/+8
| | | | | | | | | | | Draw the FunctionBar within Panel_draw instead of manually throughout the code. Add an optional PanelClass function drawFunctionBar, to allow specific panels to override the default FunctionBar_draw call. Rework the code on color change, to really change all colors (selection markers and panel headers). Closes: #402
* IWYU updateChristian Göttsche2020-12-061-1/+0
|
* Add support to change numeric options in settings screenChristian Göttsche2020-11-251-2/+2
| | | | Like delay or highlightDelaySecs
* Embracing branchesBenny Baumann2020-11-021-0/+1
|
* Make all required includes explicitBenny Baumann2020-10-181-4/+10
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
|
* Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann2020-10-161-0/+1
|
* Add key to pause process list updatesChristian Göttsche2020-10-121-1/+1
|
* Mark Object instances constChristian Göttsche2020-10-071-1/+1
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Adjust colorsChristian Göttsche2020-10-021-0/+1
| | | | | | | | - do not reverse CPU steal and guest in monochrome - black on black in Light Terminal is not visible, use blue on black - white on blue in Light Terminal is display as blue on black, use yellow on black - re-draw FunctionBar after color change
* Axe automated header generation.Zev Weiss2020-09-031-13/+0
| | | | | | | | | | | | | | Reasoning: - implementation was unsound -- broke down when I added a fairly basic macro definition expanding to a struct initializer in a *.c file. - made it way too easy (e.g. via otherwise totally innocuous git commands) to end up with timestamps such that it always ran MakeHeader.py but never used its output, leading to overbuild noise when running what should be a null 'make'. - but mostly: it's just an awkward way of dealing with C code.
* Clean up existing whitespaceDaniel Flanagan2019-10-311-1/+1
|
* Fix color behavior on some terminals.Hisham Muhammad2018-02-051-0/+1
| | | | Fixes #635.
* Mark some things as constRichard2017-07-221-2/+2
| | | | | | | Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* Handle KEY_RECLICK events generated by ScreenManagerHisham Muhammad2015-08-271-0/+1
|
* Avoid future confusions with how default values are set.Hisham Muhammad2015-08-121-1/+1
|
* Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad2015-04-091-0/+1
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-1/+4
|
* Make the implementation of color schemes declarative.Hisham Muhammad2015-02-031-5/+5
|
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-1/+1
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-5/+11
| | | | UTF-8 display of big numbers.
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-6/+13
|
* Use strdup explicitlyHisham Muhammad2011-12-251-1/+2
|
* Keep panel structure up-to-date as process list changes when headers are ↵Hisham Muhammad2011-12-011-1/+1
| | | | updated during the screen manager. Hopefully closes #3444533.
* warning fixesHisham Muhammad2010-02-251-1/+1
|
* Let mouseclicks tick/untick checkboxesHisham Muhammad2008-05-071-0/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-20/+19
| | | | | Reduces resulting code size.
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-8/+5
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-1/+0
|
* Remove references to ListBoxHisham Muhammad2006-05-301-2/+2
|
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+99

© 2014-2024 Faster IT GmbH | imprint | privacy policy