summaryrefslogtreecommitdiffstats
path: root/OpenFilesScreen.h
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+4
| | | | | | | | 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-4/+4
| | | | Sync-up missing extern declarations for many functions.
* refactor *Screen classes, add InfoScreen superclassHisham Muhammad2016-01-121-6/+8
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-2/+0
|
* Add .h file ref previous commitHisham Muhammad2014-04-221-3/+7
|
* alignment improvementsHisham Muhammad2014-02-271-1/+1
|
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-1/+0
|
* major header cleanupHisham Muhammad2011-12-261-12/+0
|
* Use strdup explicitlyHisham Muhammad2011-12-251-1/+1
|
* add missing update to header fileHisham Muhammad2011-03-281-0/+1
|
* extra checks for lsof failuresHisham Muhammad2009-10-161-1/+1
|
* oops, add missing filesHisham Muhammad2009-06-021-0/+53

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