summaryrefslogtreecommitdiffstats
path: root/Meter.c
Commit message (Expand)AuthorAgeFilesLines
* Cap the maximum size of GraphData buffer to 32768 values.Explorer092023-10-101-2/+7
* GraphMeterMode_draw() code cleanupExplorer092023-10-101-9/+3
* Reorder some GraphMeterMode_draw() codeExplorer092023-10-101-13/+12
* Let GraphMeterMode_draw() return early when the meter is too narrow...Explorer092023-10-101-8/+9
* Use size_t/ssize_t for nValue-related variablesBenny Baumann2023-10-101-4/+6
* Fix inconsistent type castBenny Baumann2023-10-101-1/+1
* Meter: allocate GraphData buffer dynamicallyZev Weiss2023-10-081-8/+14
* Fix Meter.c #include order; no code changesExplorer092023-08-291-1/+1
* Rework ZramMeter and remove MeterClass.comprisedValuesExplorer092023-08-291-12/+1
* Explicitly ignore NaN values in BarMeterMode_draw()Explorer092023-08-291-2/+3
* Replace isnan() with better comparisons (isgreater(), etc.)Explorer092023-08-181-4/+1
* Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott2023-05-081-6/+6
* Meter: introduce comprisedValues optionChristian Göttsche2023-04-111-4/+15
* Ignore NAN values when drawing graphser-azh2023-02-041-1/+1
* 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

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