summaryrefslogtreecommitdiffstats
path: root/Meter.c
AgeCommit message (Expand)Author
2021-01-13RichString_appendChr: add parameter to set attributesChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11Add wrapper function for free and strdupChristian Göttsche
2021-01-10RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche
2021-01-09Convert unnecessary static variablesChristian Göttsche
2020-12-26LoadMeter: dynamically adjust color and total of barChristian Göttsche
2020-12-20Minor typo and comment clarificationBenny Baumann
2020-12-20BarMeter: rework text paddingChristian Göttsche
2020-12-20Meter: fix artifacts with very tiny widthChristian Göttsche
2020-12-15Meter: restore non-wide-character buildChristian Göttsche
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-06Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing t...Christian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-05Meter: fix bar coloring without wide ncurses supportChristian Göttsche
2020-12-05Resolve conversion from int to charChristian Göttsche
2020-12-05Resolve conversion from int to unsigned and backChristian Göttsche
2020-11-28Update even more snprintfsChristian Göttsche
2020-11-25Add support to change numeric options in settings screenChristian Göttsche
2020-11-25Fully support non-ascii characters in Meter-BarChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-11-02Spacing after keywords (for)Benny Baumann
2020-10-31Use integer type for item count instead of charChristian Göttsche
2020-10-26Hold only a const version of the ProcessList in MetersChristian Göttsche
2020-10-19Assert allocating non-zero size memoryChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-12Meter: use explicit type for drawDataChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
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-29Covert Meter attributes to file-local constant arraysChristian Göttsche
2020-09-29Drop redundant casts to the same typeChristian Göttsche
2020-09-24Drop unused 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-03Axe automated header generation.Zev Weiss
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-18fixed display of blank barsJonischkeit Clemens
2019-10-31Clean up existing whitespaceDaniel Flanagan
2018-02-18Fix out-of-bounds readHisham Muhammad
2018-02-18Fix indentationHisham Muhammad
2018-02-13Fix issue with small terminals.Hisham Muhammad
2018-02-04Clarify we are looking for the null terminationcoypoop
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2017-07-26Merge pull request #651 from Explorer09/graph-mode-drawHisham Muhammad
2017-07-22Mark some things as constRichard
2017-07-15Round values in graph drawing (instead of implicit truncate)Explorer09