summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.h
Commit message (Collapse)AuthorAgeFilesLines
* IWYU updateChristian Göttsche2021-08-251-1/+0
|
* Removed unused field in ColorsPanelBenny Baumann2021-08-221-2/+1
|
* cleaned up includes with iwyumayurdahibhate2021-05-101-0/+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
|
* Sort headers/includesBenny Baumann2020-09-291-1/+1
|
* Clean up some code duplication in the header filesHugo Musso Gualandi2020-09-121-6/+0
| | | | | | | | | | | | | PR htop-dev/htop#70 got rid of the infrastructure for generating header files, but it left behind some code duplication. Some of cases are things that belong in the header file and don't need to be repeated in the C file. Other cases are things that belong in the C file and don't need to be in the header file. In this commit I tried to fix all of these that I could find. When given a choice I preferred keeping things out of the header file, unless they were being used by someone else.
* Further, minor cleanups to headers post-MakeHeadersNathan Scott2020-09-081-1/+0
| | | | | Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
* Remove superfluous 'extern's from function declarations.Zev Weiss2020-09-031-1/+1
| | | | | | | | Applied via: $ find * -name '*.h' -exec sed -i -r 's/^extern (.+\()/\1/;' {} + Suggested-by: Bert Wesarg <bert.wesarg@googlemail.com>
* Axe automated header generation.Zev Weiss2020-09-031-2/+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.
* Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-1/+1
| | | | Sync-up missing extern declarations for many functions.
* Make the implementation of color schemes declarative.Hisham Muhammad2015-02-031-1/+1
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-0/+2
| | | | UTF-8 display of big numbers.
* major header cleanupHisham Muhammad2011-12-261-11/+9
|
* Use strdup explicitlyHisham Muhammad2011-12-251-0/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-5/+0
| | | | | Reduces resulting code size.
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-1/+0
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* Regenerated all headers.Hisham Muhammad2006-06-061-1/+8
|
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+32

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