summaryrefslogtreecommitdiffstats
path: root/FunctionBar.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce screen tabsHisham Muhammad2021-12-071-2/+2
| | | | This is a forward port (by nathans) of Hisham's original code.
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* cleaned up includes with iwyumayurdahibhate2021-05-101-0/+1
|
* Add key to pause process list updatesChristian Göttsche2020-10-121-2/+4
|
* Enable -Wcast-qual compiler warningChristian Göttsche2020-10-061-1/+4
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Further, minor cleanups to headers post-MakeHeadersNathan Scott2020-09-081-3/+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-7/+7
| | | | Sync-up missing extern declarations for many functions.
* Mark some things as constRichard2017-07-221-1/+1
| | | | | | | Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
* Simplify constructors.Hisham Muhammad2015-03-231-0/+3
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-5/+3
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-5/+1
| | | | UTF-8 display of big numbers.
* major header cleanupHisham Muhammad2011-12-261-10/+0
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* * Option for counting CPUs from zeroHisham Muhammad2011-03-221-3/+3
| | | | | | (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-2/+2
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-1/+1
|
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-0/+4
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Regenerated all headers.Hisham Muhammad2006-06-061-5/+6
|
* Initial import.Hisham Muhammad2006-03-041-0/+47

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