summaryrefslogtreecommitdiffstats
path: root/htop.h
Commit message (Collapse)AuthorAgeFilesLines
* Further, minor cleanups to headers post-MakeHeadersNathan Scott2020-09-081-17/+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.
* Sorry about the mega-patch.Hisham Muhammad2015-01-211-3/+0
| | | | | This is a work-in-progress, code is currently broken. (Some actions, and notably, the header, are missing.)
* Changes for supporting separate platform subdirectories.Hisham Muhammad2014-11-241-25/+0
|
* Refactored key handlers.Hisham Muhammad2014-11-191-2/+27
| | | | | | Made the logic more modular, hopefully easier to follow, and removed repeated code. Plus, some optimization in RichString code.
* Improve discoverability of the expand/collapse feature.Hisham Muhammad2014-04-091-0/+2
| | | | | | | | | | | 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).
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-5/+1
|
* Add IO priority support ('i' key)Hisham Muhammad2012-10-041-0/+2
|
* major header cleanupHisham Muhammad2011-12-261-27/+0
|
* Use strdup explicitlyHisham Muhammad2011-12-251-2/+2
|
* build fixesHisham Muhammad2011-11-051-1/+0
|
* incremental filteringHisham Muhammad2011-09-081-0/+2
| | | | | plus some fixes
* Tempus fugit.Hisham Muhammad2011-05-261-2/+2
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+4
|
* changes for htop 0.8.2Hisham Muhammad2009-06-021-0/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-10/+0
| | | | | Reduces resulting code size.
* Add Unicode support, enabled with the --enable-unicodeHisham Muhammad2008-03-091-0/+1
| | | | | | flag, which requires libncursesw. Thanks to Sergej Pupykin!
* Time keeps passing byHisham Muhammad2008-03-051-1/+1
|
* Improve construction of tree view, properly nesting threads.Hisham Muhammad2007-11-081-0/+1
| | | | | | | Add CPU affinity screen ('a' key). BUGFIX: Correct display of TPGID field. Add TGID field.
* Fix crash on invalid command line arguments:Hisham Muhammad2007-08-101-1/+1
| | | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435651
* Regenerated all headers.Hisham Muhammad2006-06-061-12/+11
|
* Rename ListBox to Panel, matching dit.Hisham Muhammad2006-05-301-3/+3
|
* Initial import.Hisham Muhammad2006-03-041-0/+53

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