summaryrefslogtreecommitdiffstats
path: root/ScreenManager.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove some unused #includesHugo Musso Gualandi2020-09-121-1/+0
| | | | As suggested by cppclean.
* 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-7/+7
| | | | | | | | 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-6/+6
| | | | Sync-up missing extern declarations for many functions.
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-3/+1
|
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-2/+4
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* major header cleanupHisham Muhammad2011-12-261-11/+2
|
* Keep panel structure up-to-date as process list changes when headers are ↵Hisham Muhammad2011-12-011-2/+3
| | | | updated during the screen manager. Hopefully closes #3444533.
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* * Option for counting CPUs from zeroHisham Muhammad2011-03-221-2/+6
| | | | | | (thanks to Sean Noonan) * Meters update in every screen (no longer halting while on Setup, etc.)
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* warning fixesHisham Muhammad2010-02-251-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-2/+0
| | | | | Reduces resulting code size.
* Fix GCC 4.3 issues: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=416852Hisham Muhammad2007-08-101-1/+1
|
* Regenerated all headers.Hisham Muhammad2006-06-061-2/+2
|
* Rename ListBox to Panel, matching dit.Hisham Muhammad2006-05-301-4/+4
|
* Rename TypedVector to Vector, matching dit.Hisham Muhammad2006-05-301-3/+3
|
* Initial import.Hisham Muhammad2006-03-041-0/+58

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