summaryrefslogtreecommitdiffstats
path: root/IncSet.h
Commit message (Collapse)AuthorAgeFilesLines
* Increase Search and Filter max string length to 128Daniel Lange2023-03-291-1/+1
| | | | | | As per discussion in https://github.com/htop-dev/htop/issues/1201#issuecomment-1486340598 Closes #1201, closes #1202
* Introduce screen tabsHisham Muhammad2021-12-071-1/+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
|
* Refactor setting filter and use safe strncpyChristian Göttsche2021-01-111-0/+2
|
* Remove 'n' and 'N' search inc/dec keybindsJake Mannens2020-12-241-4/+0
|
* Spacing around operatorsBenny Baumann2020-11-021-1/+1
|
* Implement IncSet_filter as functionChristian Göttsche2020-10-281-2/+4
| | | | Make it more readable and fix unenclosed macro arguments
* Make all required includes explicitBenny Baumann2020-10-181-0/+2
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Add key to pause process list updatesChristian Göttsche2020-10-121-1/+1
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Sort headers/includesBenny Baumann2020-09-291-1/+2
|
* Further, minor cleanups to headers post-MakeHeadersNathan Scott2020-09-081-2/+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-10/+10
| | | | | | | | 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.
* Merge branch 'hishamhm-pull-850'Nathan Scott2020-08-201-0/+6
|\
| * added MainPanel actions n and N for find next and find prev. closes #601syrrim2018-11-031-0/+6
| |
* | Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott2020-08-181-7/+7
|/ | | | Sync-up missing extern declarations for many functions.
* Auto-follow process after a search.Hisham2016-05-051-0/+1
| | | | See #237.
* incremental search and filter reintegrated!Hisham Muhammad2015-03-231-2/+3
|
* Add corresponding .h file.Hisham Muhammad2014-04-241-1/+1
|
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-0/+56

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