summaryrefslogtreecommitdiffstats
path: root/IncSet.c
AgeCommit message (Expand)Author
2022-03-25Improve String_contains_i to allow for multiple termsDaniel Lange
2021-12-07Introduce screen tabsHisham Muhammad
2021-10-01Resolve -Wimplicit-int-conversion warningsChristian Göttsche
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11Refactor setting filter and use safe strncpyChristian Göttsche
2021-01-06Drop useless double parenthesisChristian Göttsche
2021-01-04IncSet: do not resize on our own and do not search on resizeChristian Göttsche
2020-12-25Enable going back to previous search matches (Shift-F3)Daniel Lange
2020-12-24Remove 'n' and 'N' search inc/dec keybindsJake Mannens
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-12-20Mark event arrays constChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-11-02Spacing after keywords (for)Benny Baumann
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-17Call character checking function with unsigned charChristian Göttsche
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-03Axe automated header generation.Zev Weiss
2018-11-03added MainPanel actions n and N for find next and find prev. closes #601syrrim
2017-07-22Mark some things as constRichard
2016-05-05Auto-follow process after a search.Hisham
2016-02-02Check for failure in allocations.Hisham
2015-12-09Redraw the panel when resizing the window during an incremental searchAntoine Catton
2015-08-19Rename String to StringUtils.David Hunt
2015-03-23Do not trust isalpha(c) for values > 255.Hisham Muhammad
2015-03-23incremental search and filter reintegrated!Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2014-04-24Fix out-of-bounds write.Hisham Muhammad
2014-01-16Fix order of calloc arguments.Hisham Muhammad
2012-11-10search and filter for the strace and lsof screens!Hisham Muhammad