summaryrefslogtreecommitdiffstats
path: root/Meter.c
AgeCommit message (Expand)Author
12 daysAdjust some code style for maintainabilityExplorer09
12 daysDefine MeterModeId to unsigned int and use it throughoutExplorer09
12 daysMake 'Meter_modes' private and simplify its structureExplorer09
12 daysReorder Meter.c sections. No code changes.Explorer09
12 daysObsolete the CUSTOM_METERMODE use in default modeExplorer09
2024-04-13BarMeterMode_draw() code formatting adjustmentExplorer09
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-25Meter: use correct unicode characters for digit '9'Christian Hesse
2023-11-24Use xSnprintf in Meter_humanUnit()Explorer09
2023-11-24Rewrite Meter_humanUnit() to accept floating point valueExplorer09
2023-11-12Use memmove() for moving previous graph valuesExplorer09
2023-11-12Assert on BarMeterMode_characters lengthExplorer09
2023-11-10Permit zero 'total' in meters; remove assertionExplorer09
2023-10-26Record new graph data even when no graph is drawn.Explorer09
2023-10-10Cap the maximum size of GraphData buffer to 32768 values.Explorer09
2023-10-10GraphMeterMode_draw() code cleanupExplorer09
2023-10-10Reorder some GraphMeterMode_draw() codeExplorer09
2023-10-10Let GraphMeterMode_draw() return early when the meter is too narrow...Explorer09
2023-10-10Use size_t/ssize_t for nValue-related variablesBenny Baumann
2023-10-10Fix inconsistent type castBenny Baumann
2023-10-08Meter: allocate GraphData buffer dynamicallyZev Weiss
2023-08-29Fix Meter.c #include order; no code changesExplorer09
2023-08-29Rework ZramMeter and remove MeterClass.comprisedValuesExplorer09
2023-08-29Explicitly ignore NaN values in BarMeterMode_draw()Explorer09
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-04-11Meter: introduce comprisedValues optionChristian Göttsche
2023-02-04Ignore NAN values when drawing graphser-azh
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