summaryrefslogtreecommitdiffstats
path: root/FunctionBar.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid magic numbers for the size of FunctionBar listsBenny Baumann11 days1-7/+7
|
* Reserve full function array to make the GCC14 static code analyzer happyBenny Baumann12 days1-1/+1
| | | | Only happens with LTO, -fanalyzer, and -fsanitize=address,leak
* Introduce screen tabsHisham Muhammad2021-12-071-4/+7
| | | | 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
|
* Rework drawing of FunctionBarChristian Göttsche2020-12-201-3/+4
| | | | | | | | | | | 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
* Embracing branchesBenny Baumann2020-11-021-4/+6
|
* Spacing around operatorsBenny Baumann2020-11-021-5/+5
|
* XUtils string related updatesChristian Göttsche2020-10-191-0/+2
| | | | | | | | | | - allow count out-parameter of String_split() to be NULL - introduce xStrndup() - do not allow NULL pointers passed to String_eq() it is not used in any code - implement String_startsWith(), String_contains_i() and String_eq() as inline header functions - adjust several conversion issues
* Make all required includes explicitBenny Baumann2020-10-181-5/+6
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann2020-10-171-1/+0
|
* 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-6/+29
|
* Enable -Wcast-qual compiler warningChristian Göttsche2020-10-061-8/+8
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* 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
|
* Mark some things as constRichard2017-07-221-5/+5
| | | | | | | 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-7/+8
|
* Clean up some needless malloc casts, convert some mallocs to callocs, and ↵Michael McConville2015-09-161-2/+2
| | | | fix some style
* Simplify constructors.Hisham Muhammad2015-03-231-0/+8
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-11/+5
|
* Improve discoverability of the expand/collapse feature.Hisham Muhammad2014-04-091-7/+11
| | | | | | | | | | | It is now accessible via F6 when on tree view (as a bonus, it is now also reachable via the mouse). The function bar now dynamically changes to reflect the toggle nature of the tree-view mode (F5) and the F6 key serves as expand/collapse when on tree mode, and its previous behavior of bringing up the "Sort By" menu (which only made sense on non-tree mode). Users wishing to go to the "Sort By" menu straight from Tree View can still do so with the "<" and ">" keys (the top-compatible keys for sort selection).
* Remove explicit calls to curses.h in other filesHisham Muhammad2013-02-261-1/+0
|
* Changes in object model: separate class objects to store vtable. Also, nicer ↵Hisham Muhammad2012-12-051-9/+5
| | | | 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-3/+3
|
* Use strdup explicitlyHisham Muhammad2011-12-251-3/+3
|
* show cursor when function bar allows typing an entry.Hisham Muhammad2011-09-081-1/+5
|
* 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.)
* oopsHisham Muhammad2010-03-261-2/+4
| | | | | (Thanks to Bert Wesarg for the heads up)
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* warning fixesHisham Muhammad2010-02-251-7/+7
|
* simplify codeHisham Muhammad2009-10-161-4/+2
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-10/+12
|
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-1/+5
| | | | | | | | | | 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.
* Updates for new version of the MakeHeader.py script.Hisham Muhammad2006-06-061-6/+0
|
* Update copyrights.Hisham Muhammad2006-03-231-1/+1
|
* Initial import.Hisham Muhammad2006-03-041-0/+131

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