summaryrefslogtreecommitdiffstats
path: root/Meter.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing t...Christian Göttsche2020-12-061-5/+5
* Use size_t as len type for Meter_UpdateValuesChristian Göttsche2020-12-061-3/+2
* IWYU updateChristian Göttsche2020-12-061-0/+1
* Meter: fix bar coloring without wide ncurses supportChristian Göttsche2020-12-051-6/+5
* Resolve conversion from int to charChristian Göttsche2020-12-051-1/+1
* Resolve conversion from int to unsigned and backChristian Göttsche2020-12-051-5/+2
* Update even more snprintfsChristian Göttsche2020-11-281-6/+6
* Add support to change numeric options in settings screenChristian Göttsche2020-11-251-1/+2
* Fully support non-ascii characters in Meter-BarChristian Göttsche2020-11-251-8/+17
* Embracing branchesBenny Baumann2020-11-021-9/+20
* Spacing around operatorsBenny Baumann2020-11-021-18/+18
* Spacing after keywords (for)Benny Baumann2020-11-021-1/+1
* Use integer type for item count instead of charChristian Göttsche2020-10-311-5/+3
* Hold only a const version of the ProcessList in MetersChristian Göttsche2020-10-261-1/+1
* Assert allocating non-zero size memoryChristian Göttsche2020-10-191-1/+1
* Make all required includes explicitBenny Baumann2020-10-181-8/+12
* Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann2020-10-161-1/+1
* Meter: use explicit type for drawDataChristian Göttsche2020-10-121-1/+1
* Mark Object pointer to _display function constChristian Göttsche2020-10-101-3/+2
* Mark Object instances constChristian Göttsche2020-10-071-4/+4
* Mark Object classes and Object class fields constChristian Göttsche2020-10-071-4/+4
* Update License consistently to GPLv2 as per COPYING fileDaniel Lange2020-10-051-1/+1
* Covert Meter attributes to file-local constant arraysChristian Göttsche2020-09-291-1/+1
* Drop redundant casts to the same typeChristian Göttsche2020-09-291-1/+1
* Drop unused macrosChristian Göttsche2020-09-241-2/+0
* Clean up some code duplication in the header filesHugo Musso Gualandi2020-09-121-4/+0
* Consolidate repeated macro definitions into one headerNathan Scott2020-09-091-11/+0
* Axe automated header generation.Zev Weiss2020-09-031-83/+0
* Merge branch 'hishamhm-pull-960'Nathan Scott2020-08-201-8/+8
|\
| * Clean up existing whitespaceDaniel Flanagan2019-10-311-8/+8
* | fixed display of blank barsJonischkeit Clemens2020-08-181-0/+3
|/
* Fix out-of-bounds readHisham Muhammad2018-02-181-1/+1
* Fix indentationHisham Muhammad2018-02-181-1/+1
* Fix issue with small terminals.Hisham Muhammad2018-02-131-1/+1
* Clarify we are looking for the null terminationcoypoop2018-02-041-1/+1
* Security review: check results of snprintf.Hisham Muhammad2017-07-271-4/+4
* Merge pull request #651 from Explorer09/graph-mode-drawHisham Muhammad2017-07-261-2/+2
|\
| * Round values in graph drawing (instead of implicit truncate)Explorer092017-07-151-2/+2
* | Mark some things as constRichard2017-07-221-6/+6
|/
* Let BarMeterMode_characters[] be const array.Explorer092016-07-221-1/+1
* Remove redundant is-null checks on free(Meter.drawData)Explorer092016-05-271-4/+2
* Rename Meter.setValues() functions to updateValues()Explorer092016-05-041-9/+10
* BarMeterMode_draw minor code improvementExplorer092016-03-221-4/+1
* Explicit "maxItems" property of metersExplorer092016-03-111-6/+3
* Avoid crash on huge screens.Hisham2016-02-021-1/+6
* Check for failure in allocations.Hisham2016-02-021-5/+5
* Change variable 'dot' to avoid division by reciprocal.Explorer092016-01-211-3/+3
* New macro GRAPH_HEIGHT for Graph Meter heightExplorer092016-01-211-7/+9
* Introduce CLAMP macro. Unify all MIN(MAX(a,b),c) uses.Explorer092016-01-151-9/+10
* Present IO-Wait as a dot in monochrome. Fixes #345.Hisham Muhammad2016-01-111-1/+1

© 2014-2024 Faster IT GmbH | imprint | privacy policy