summaryrefslogtreecommitdiffstats
path: root/Meter.c
Commit message (Expand)AuthorAgeFilesLines
* RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche2021-01-101-2/+2
* Convert unnecessary static variablesChristian Göttsche2021-01-091-3/+2
* LoadMeter: dynamically adjust color and total of barChristian Göttsche2020-12-261-1/+3
* Minor typo and comment clarificationBenny Baumann2020-12-201-2/+2
* BarMeter: rework text paddingChristian Göttsche2020-12-201-17/+28
* Meter: fix artifacts with very tiny widthChristian Göttsche2020-12-201-6/+10
* Meter: restore non-wide-character buildChristian Göttsche2020-12-151-0/+4
* Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche2020-12-081-2/+2
* 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

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