summaryrefslogtreecommitdiffstats
path: root/InfoScreen.c
AgeCommit message (Expand)Author
2023-12-26Fix code styleBenny Baumann
2023-05-25Add missing copyright/file headersBenny Baumann
2022-03-25Improve String_contains_i to allow for multiple termsDaniel Lange
2021-12-07Introduce screen tabsHisham Muhammad
2021-11-04Cleanup: Fix misc styleguide issuesSohaib Mohamed
2021-07-15netbsd: Support curses libraries without ncurses mouse supportnia
2021-07-04Check for set_escdelay in ncursesBenny Baumann
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-03-12InfoScreen/ProcessList: do not access Vector internalsChristian Göttsche
2021-02-15InfoScreen: Remove old lines before scanning againØystein Hiåsen
2021-01-28Avoid syntax injection inside code blockYJ Lee
2021-01-28InfoScreen: add mouse wheel scrollYoungjae Lee
2021-01-28InfoScreen: fix mouse selectionYoungjae Lee
2021-01-08InfoScreen: fix uncontrolled format stringV
2021-01-04Panel_new: reorder argumentsChristian Göttsche
2021-01-04Add option to hide the Function BarChristian Göttsche
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-12-20Mark event arrays constChristian Göttsche
2020-12-03Common order for ESC/q/F10Benny Baumann
2020-11-28Hide process selection on ESCChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-20Drop tabs in source indentionsChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-09Mark process argument of Process_isThread constChristian Göttsche
2020-10-05limit max screen title length to window widthryenus
2020-10-02InfoScreen: update content on resizeChristian Göttsche
2020-09-29Drop redundant casts to the same typeChristian Göttsche
2020-09-03Axe automated header generation.Zev Weiss
2020-08-28Ignore wmove return valueChristian Göttsche
2020-08-25Avoid discarding const qualifiersChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-1010'Nathan Scott
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-19Resolve compilation warning relating to dangling else in InfoScreen_runNathan Scott
2020-06-11Fix misleading indentationJorge Pereira
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-01-29fix a bug about use of unitialised variable. refer to https://github.com/hish...wurongxin
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2017-07-22Mark some things as constRichard
2016-06-23Refresh whole panel on Ctrl+L in infoscreen.Hisham
2016-05-19Use set_escdelay() to avoid problems with ESCDELAY as a macro.Hisham
2016-02-19Fix behavior of ESC key, getting rid of the annoying delay.Hisham
2016-01-12refactor *Screen classes, add InfoScreen superclassHisham Muhammad