summaryrefslogtreecommitdiffstats
path: root/FunctionBar.c
AgeCommit message (Expand)Author
2024-04-18Avoid magic numbers for the size of FunctionBar listsBenny Baumann
2024-04-17Reserve full function array to make the GCC14 static code analyzer happyBenny Baumann
2021-12-07Introduce screen tabsHisham Muhammad
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2020-12-20Rework drawing of FunctionBarChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-19XUtils string related updatesChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-17Combine XAlloc.[ch] into XUtils.[ch]Benny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-12Add key to pause process list updatesChristian Göttsche
2020-10-06Enable -Wcast-qual compiler warningChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-03Axe automated header generation.Zev Weiss
2019-10-31Clean up existing whitespaceDaniel Flanagan
2017-07-22Mark some things as constRichard
2016-02-02Check for failure in allocations.Hisham
2015-09-16Clean up some needless malloc casts, convert some mallocs to callocs, and fix...Michael McConville
2015-03-23Simplify constructors.Hisham Muhammad
2015-03-23Move FunctionBar inside PanelHisham Muhammad
2014-04-09Improve discoverability of the expand/collapse feature.Hisham Muhammad
2013-02-26Remove explicit calls to curses.h in other filesHisham Muhammad
2012-12-05Changes in object model: separate class objects to store vtable. Also, nicer ...Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad
2011-12-25Use strdup explicitlyHisham Muhammad
2011-09-08show cursor when function bar allows typing an entry.Hisham Muhammad
2011-05-26Tempus fugit.Hisham Muhammad
2011-03-22* Option for counting CPUs from zeroHisham Muhammad
2010-03-26oopsHisham Muhammad
2010-02-25Tempus fugit.Hisham Muhammad
2010-02-25warning fixesHisham Muhammad
2009-10-16simplify codeHisham Muhammad
2009-06-02changes for htop 0.8.2Hisham Muhammad
2006-07-11Performance improvement hackathon: improve process comparison routines,Hisham Muhammad
2006-06-06Updates for new version of the MakeHeader.py script.Hisham Muhammad
2006-03-23Update copyrights.Hisham Muhammad
2006-03-04Initial import.Hisham Muhammad