summaryrefslogtreecommitdiffstats
path: root/RichString.h
AgeCommit message (Expand)Author
2024-01-20RichString: add access function annotationsChristian Göttsche
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-10-10Merge branch 'style-header-consistency' of https://github.com/BenBE/htop into...Nathan Scott
2023-05-28Avoid comma operator to reduce ambiguity of the assignmentBenny Baumann
2023-05-24Always mark config.h with IWYU pragma: keepBenny Baumann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-05-10Enclose macro argumentChristian Göttsche
2021-03-17RichString: do not unnecessarily clean whole bufferChristian Göttsche
2021-01-15LED Meter: display wide characters and restore non-wide ncurses supportChristian Göttsche
2021-01-15RichString: implement safe rewindChristian Göttsche
2021-01-15RichString: refactor writing limited amount of columnsChristian Göttsche
2021-01-13RichString_appendChr: add parameter to set attributesChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-10RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche
2020-12-23RichString: return number of written characters on write/append functionsChristian Göttsche
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-11-25Fully support non-ascii characters in Meter-BarChristian Göttsche
2020-11-16Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange
2020-11-02Avoid RichString_beginAllocated being ammendableBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Spacing after keywords (while)Benny Baumann
2020-11-02Spacing after keywords (#define)Benny Baumann
2020-11-02Remove unnecessary trailing semicolon on macrosBenny Baumann
2020-10-31Enclose macro arguments in parenthesesChristian Göttsche
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-28Simplify RichString_beginChristian Göttsche
2020-10-28Enclose macro arguments in parenthesesChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-06Merge branch 'update-license-and-copyright-info'Nathan Scott
2020-10-05Merge identical declarationsChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-18Avoid checking of undefined macrosChristian 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-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2018-02-26Protect against overflows in RichString_setAttrnHisham Muhammad
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2015-08-27Fixes for color glitches in ncurses ABI6.Hisham Muhammad
2015-08-25include wctype.h for iswprint()Christian Hesse
2015-08-20Extra checks.Hisham Muhammad
2015-08-20Make Unicode strings safe for ncurses 6 ABI.Hisham Muhammad
2014-11-19Refactored key handlers.Hisham Muhammad
2013-02-26Add extra checks in configure.ac for different locations of (n)curses.hHisham Muhammad
2012-11-10search and filter for the strace and lsof screens!Hisham Muhammad
2011-12-26Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad
2011-12-26major header cleanupHisham Muhammad