summaryrefslogtreecommitdiffstats
path: root/Meter.c
Commit message (Expand)AuthorAgeFilesLines
* Do not leave empty last column in headerChristian Göttsche2021-12-091-5/+5
* Update license headers to explicitly say GPLv2+Daniel Lange2021-09-221-1/+1
* Simplify delay.tv_usec calculation from BenBEDaniel Lange2021-08-231-1/+1
* Widen integer type before multiplicationChristian Göttsche2021-08-221-1/+1
* Meter: limit LED mode by widthChristian Göttsche2021-08-171-1/+6
* Whitespace around operatorsBenny Baumann2021-07-151-1/+1
* Pretty-print values in the PCP DynamicMeter codeNathan Scott2021-07-081-6/+10
* Add a new DynamicMeter class for runtime Meter extensionNathan Scott2021-07-071-7/+6
* cleaned up includes with iwyumayurdahibhate2021-05-101-1/+0
* Request the realtime and monotonic clock times once per sampleNathan Scott2021-04-051-2/+2
* Merging all the points related to calculating time in one placeSohaib2021-04-051-4/+4
* Drop unused attributes of actually used function parametersChristian Göttsche2021-03-241-1/+1
* Use unsigned types for CPU counts and associated variablesChristian Göttsche2021-03-191-2/+2
* RichString: do not unnecessarily clean whole bufferChristian Göttsche2021-03-171-5/+4
* Meter: do not access RichString internalsChristian Göttsche2021-03-121-2/+2
* Merge branch 'misc' of https://github.com/cgzones/htop into cgzones-miscNathan Scott2021-03-051-3/+1
|\
| * Use ATTR_UNUSED instead of void castingChristian Göttsche2021-03-021-3/+1
* | Separate data-update and drawing of headerChristian Göttsche2021-03-041-8/+0
* | Save text buffer in MeterChristian Göttsche2021-03-041-19/+13
|/
* Rescale graph when value of total is changedMichael F. Schönitzer2021-02-281-3/+4
* Fix a couple of small spelling mistakes in commentsNathan Scott2021-02-151-1/+1
* LED Meter: display wide characters and restore non-wide ncurses supportChristian Göttsche2021-01-151-1/+6
* RichString_appendChr: add parameter to set attributesChristian Göttsche2021-01-131-1/+1
* Mark several non-modified pointer variables constChristian Göttsche2021-01-111-1/+1
* Add wrapper function for free and strdupChristian Göttsche2021-01-111-2/+1
* 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

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