summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-6/+3
| | | | | | | | | | | First stage in sanitizing the process list structure so that htop can support other types of lists too (cgroups, filesystems, ...), in the not-too-distant future. This introduces struct Machine for system-wide information while keeping process-list information in ProcessList (now much less). Next step is to propogate this separation into each platform, to match these core changes.
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* Simplify adding pages in one placeBenny Baumann2021-08-221-2/+0
|
* cleaned up includes with iwyumayurdahibhate2021-05-101-0/+1
|
* Make all required includes explicitBenny Baumann2020-10-181-0/+1
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* 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-2/+2
|
* 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-2/+2
| | | | | | | | 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-2/+2
| | | | Sync-up missing extern declarations for many functions.
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-2/+5
| | | | | 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-0/+2
| | | | UTF-8 display of big numbers.
* major header cleanupHisham Muhammad2011-12-261-11/+8
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-11/+1
| | | | | Reduces resulting code size.
* Regenerated all headers.Hisham Muhammad2006-06-061-3/+4
|
* Rename ListBox'es to Panel's, matching dit.Hisham Muhammad2006-05-301-0/+40

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