summaryrefslogtreecommitdiffstats
path: root/Meter.c
AgeCommit message (Expand)Author
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
2016-07-22Let BarMeterMode_characters[] be const array.Explorer09
2016-05-27Remove redundant is-null checks on free(Meter.drawData)Explorer09
2016-05-04Rename Meter.setValues() functions to updateValues()Explorer09
2016-03-22BarMeterMode_draw minor code improvementExplorer09
2016-03-11Explicit "maxItems" property of metersExplorer09
2016-02-02Avoid crash on huge screens.Hisham
2016-02-02Check for failure in allocations.Hisham
2016-01-21Change variable 'dot' to avoid division by reciprocal.Explorer09
2016-01-21New macro GRAPH_HEIGHT for Graph Meter heightExplorer09
2016-01-15Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer09
2016-01-11Present IO-Wait as a dot in monochrome. Fixes #345.Hisham Muhammad