summaryrefslogtreecommitdiffstats
path: root/IncSet.c
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
|
* Mark several non-modified pointer variables constChristian Göttsche2021-01-111-5/+5
|
* Refactor setting filter and use safe strncpyChristian Göttsche2021-01-111-0/+7
|
* Drop useless double parenthesisChristian Göttsche2021-01-061-1/+1
|
* IncSet: do not resize on our own and do not search on resizeChristian Göttsche2021-01-041-1/+1
| | | | | The supervising ScreenManager will resize all Panels. Also do not start the search on resize.
* Enable going back to previous search matches (Shift-F3)Daniel Lange2020-12-251-5/+5
|
* Remove 'n' and 'N' search inc/dec keybindsJake Mannens2020-12-241-8/+0
|
* Rework drawing of FunctionBarChristian Göttsche2020-12-201-13/+6
| | | | | | | | | | | 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
* Mark event arrays constChristian Göttsche2020-12-201-2/+2
|
* Embracing branchesBenny Baumann2020-11-021-11/+26
|
* Whitespace and indentation issuesBenny Baumann2020-11-021-1/+1
|
* Spacing after keywords (for)Benny Baumann2020-11-021-1/+1
|
* Make all required includes explicitBenny Baumann2020-10-181-3/+9
| | | | Information as seen by IWYU 0.12 + clang 9 on Linux
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+2
|
* Add key to pause process list updatesChristian Göttsche2020-10-121-9/+10
|
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
|
* Call character checking function with unsigned charChristian Göttsche2020-09-171-1/+1
| | | | See https://wiki.sei.cmu.edu/confluence/display/c/STR37-C.+Arguments+to+character-handling+functions+must+be+representable+as+an+unsigned+char
* Clean up some code duplication in the header filesHugo Musso Gualandi2020-09-121-1/+0
| | | | | | | | | | | | | PR htop-dev/htop#70 got rid of the infrastructure for generating header files, but it left behind some code duplication. Some of cases are things that belong in the header file and don't need to be repeated in the C file. Other cases are things that belong in the C file and don't need to be in the header file. In this commit I tried to fix all of these that I could find. When given a choice I preferred keeping things out of the header file, unless they were being used by someone else.
* Axe automated header generation.Zev Weiss2020-09-031-33/+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.
* added MainPanel actions n and N for find next and find prev. closes #601syrrim2018-11-031-12/+32
|
* Mark some things as constRichard2017-07-221-4/+4
| | | | | | | Several string pointer arrays pointed to const strings but were not const themselves. A few various structures and arrays were also marked const.
* Auto-follow process after a search.Hisham2016-05-051-17/+25
| | | | See #237.
* Check for failure in allocations.Hisham2016-02-021-1/+1
|
* Redraw the panel when resizing the window during an incremental searchAntoine Catton2015-12-091-0/+2
| | | | | | | | | | | | | | KEY_RESIZE wasn't handled by the incremental search. Resulting in this bug: * Set your terminal window to a small size. * Press '\' to filter the processes * Maximize your terminal window * The list of processes didn't resize. This change fixes this bug. Thank you Julian Andrews (@julianandrews) for finding this bug.
* Rename String to StringUtils.David Hunt2015-08-191-1/+1
| | | | | | | | | Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
* Do not trust isalpha(c) for values > 255.Hisham Muhammad2015-03-231-1/+1
| | | | | | | Fixes #174. Conflicts: Panel.c
* incremental search and filter reintegrated!Hisham Muhammad2015-03-231-13/+22
|
* Move FunctionBar inside PanelHisham Muhammad2015-03-231-2/+3
|
* Fix out-of-bounds write.Hisham Muhammad2014-04-241-1/+1
|
* Fix order of calloc arguments.Hisham Muhammad2014-01-161-1/+1
| | | | (Patch by Dawid Gajownik)
* search and filter for the strace and lsof screens!Hisham Muhammad2012-11-101-0/+213

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