summaryrefslogtreecommitdiffstats
path: root/Panel.c
AgeCommit message (Expand)Author
2023-12-26Fix code styleBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2022-10-24Reformat code baseBenny Baumann
2022-10-22Toggle the header meters with pound keyChristian Göttsche
2021-12-08Panel: initialize cursorOn memberChristian Göttsche
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-07-15Whitespace around operatorsBenny Baumann
2021-03-17RichString: do not unnecessarily clean whole bufferChristian Göttsche
2021-01-31Improve handling when selected last process entryChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-04Panel_new: reorder argumentsChristian Göttsche
2021-01-04Add option to hide the Function BarChristian Göttsche
2021-01-04Panel: rework hight logicChristian Göttsche
2020-12-23Restore highlighted header of current sorted process columnChristian Göttsche
2020-12-22Merge branch 'misc' of https://github.com/cgzones/htop into cgzones-miscChristian Göttsche
2020-12-21Panel_init: initialize selectedLen memberChristian Göttsche
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-03Allow to pass '/' for item searchBenny Baumann
2020-12-03Handle 'q' as quit if first characterBenny Baumann
2020-12-03Some visual code cleanupBenny Baumann
2020-12-03Use common handling for scrollingBenny Baumann
2020-12-03Reduce code duplicationBenny Baumann
2020-11-28Hide process selection on ESCChristian Göttsche
2020-11-16Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Whitespace and indentation issuesBenny Baumann
2020-11-02Spacing after keywords (for)Benny Baumann
2020-11-02Assert Vector_get returns an objectChristian Göttsche
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-27Avoid some unnecessary casts and mark some not changing variables constChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-07Mark Object instances constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian 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-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwe...Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2018-02-05Handle unexpected values for character passed to isalnumHisham Muhammad
2016-08-07Fix scrolling behavior change caused by 759caf0fExplorer09
2016-06-19Moving left and right needs a full redraw.Hisham
2016-06-15Added Ctrl+A and Ctrl+E to go to beginning and end of line.Hisham