summaryrefslogtreecommitdiffstats
path: root/Meter.c
AgeCommit message (Expand)Author
2021-12-09Do not leave empty last column in headerChristian Göttsche
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-08-23Simplify delay.tv_usec calculation from BenBEDaniel Lange
2021-08-22Widen integer type before multiplicationChristian Göttsche
2021-08-17Meter: limit LED mode by widthChristian Göttsche
2021-07-15Whitespace around operatorsBenny Baumann
2021-07-08Pretty-print values in the PCP DynamicMeter codeNathan Scott
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-05Request the realtime and monotonic clock times once per sampleNathan Scott
2021-04-05Merging all the points related to calculating time in one placeSohaib
2021-03-24Drop unused attributes of actually used function parametersChristian Göttsche
2021-03-19Use unsigned types for CPU counts and associated variablesChristian Göttsche
2021-03-17RichString: do not unnecessarily clean whole bufferChristian Göttsche
2021-03-12Meter: do not access RichString internalsChristian Göttsche
2021-03-05Merge branch 'misc' of https://github.com/cgzones/htop into cgzones-miscNathan Scott
2021-03-04Separate data-update and drawing of headerChristian Göttsche
2021-03-04Save text buffer in MeterChristian Göttsche
2021-03-02Use ATTR_UNUSED instead of void castingChristian Göttsche
2021-02-28Rescale graph when value of total is changedMichael F. Schönitzer
2021-02-15Fix a couple of small spelling mistakes in commentsNathan Scott
2021-01-15LED Meter: display wide characters and restore non-wide ncurses supportChristian Göttsche
2021-01-13RichString_appendChr: add parameter to set attributesChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2021-01-11Add wrapper function for free and strdupChristian Göttsche
2021-01-10RichString_setAttrn: refactor to take a length instead of a stop indexChristian Göttsche
2021-01-09Convert unnecessary static variablesChristian Göttsche
2020-12-26LoadMeter: dynamically adjust color and total of barChristian Göttsche
2020-12-20Minor typo and comment clarificationBenny Baumann
2020-12-20BarMeter: rework text paddingChristian Göttsche
2020-12-20Meter: fix artifacts with very tiny widthChristian Göttsche
2020-12-15Meter: restore non-wide-character buildChristian Göttsche
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
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