summaryrefslogtreecommitdiffstats
path: root/Panel.c
AgeCommit message (Expand)Author
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
2016-05-04Make PgDown behavior more usual.Hisham
2016-02-18Fix behavior of Panel on empty lists.Hisham
2016-02-02Check for failure in allocations.Hisham
2015-11-02Fix moving of metersHisham Muhammad
2015-09-07fix calloc() callsChristian Hesse
2015-08-27Don't select last item when clicking past the end of the panel.Hisham Muhammad
2015-08-19Support for NCurses 6.0 and mouse wheelHisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.Hisham Muhammad
2015-04-02Merge branch 'master' into wipHisham Muhammad
2015-03-31Cleanup unused field.Hisham Muhammad