153 Commits (df5c479b95b15d70bcdc593fdcb72bf2f034cee7)

Author SHA1 Message Date
Benny Baumann e56089e1fa Update includes based on IWYU 2 years ago
Christian Hesse f1f69d6d1c Meter: use correct unicode characters for digit '9' 2 years ago
Explorer09 5d2569270c Use xSnprintf in Meter_humanUnit() 2 years ago
Explorer09 5751bafb8d Rewrite Meter_humanUnit() to accept floating point value 2 years ago
Explorer09 0875b9e042 Use memmove() for moving previous graph values 2 years ago
Explorer09 ef487e9409 Assert on BarMeterMode_characters length 2 years ago
Explorer09 b57adcde0a Permit zero 'total' in meters; remove assertion 2 years ago
Explorer09 4ef3e1f1bb Record new graph data even when no graph is drawn. 2 years ago
Explorer09 83041f3550 Cap the maximum size of GraphData buffer to 32768 values. 2 years ago
Explorer09 1a9ae38b5b GraphMeterMode_draw() code cleanup 2 years ago
Explorer09 9c3e1d4e64 Reorder some GraphMeterMode_draw() code 2 years ago
Explorer09 74b28849c4 Let GraphMeterMode_draw() return early when the meter is too narrow... 2 years ago
Benny Baumann 44cace2664 Use size_t/ssize_t for nValue-related variables 2 years ago
Benny Baumann 15dc5132ad Fix inconsistent type cast 2 years ago
Zev Weiss a33cbae288 Meter: allocate GraphData buffer dynamically 2 years ago
Explorer09 68f4f10f01 Fix Meter.c #include order; no code changes 3 years ago
Explorer09 25cb42f0e4 Rework ZramMeter and remove MeterClass.comprisedValues 3 years ago
Explorer09 8ecdb75d74 Explicitly ignore NaN values in BarMeterMode_draw() 3 years ago
Explorer09 b416433fbe Replace isnan() with better comparisons (isgreater(), etc.) 3 years ago
Nathan Scott 0bdade1b6c Introduce Machine class for host-specific info (split from ProcessList) 3 years ago
Christian Göttsche ccf745ee7e Meter: introduce comprisedValues option 3 years ago
er-azh 03be9d15a3 Ignore NAN values when drawing graphs 3 years ago
Christian Göttsche 5c8670717a Do not leave empty last column in header 4 years ago
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Daniel Lange a912512ac9 Simplify delay.tv_usec calculation from BenBE 5 years ago
Christian Göttsche ccb756d3c7 Widen integer type before multiplication 5 years ago
Christian Göttsche f886759022 Meter: limit LED mode by width 5 years ago
Benny Baumann 0d85af2872 Whitespace around operators 5 years ago
Nathan Scott 01f5b89278 Pretty-print values in the PCP DynamicMeter code 5 years ago
Nathan Scott f0ed0fdafb Add a new DynamicMeter class for runtime Meter extension 5 years ago
mayurdahibhate 1b74dfe187 cleaned up includes with iwyu 5 years ago
Nathan Scott 356488aa53 Request the realtime and monotonic clock times once per sample 5 years ago
Sohaib 421bdeec60 Merging all the points related to calculating time in one place 5 years ago
Christian Göttsche 9c437ceb0c Drop unused attributes of actually used function parameters 5 years ago
Christian Göttsche a11d01568c Use unsigned types for CPU counts and associated variables 5 years ago
Christian Göttsche 1e806f9899 RichString: do not unnecessarily clean whole buffer 5 years ago
Christian Göttsche 350b48e44c Meter: do not access RichString internals 5 years ago
Christian Göttsche b862e36ee7 Separate data-update and drawing of header 5 years ago
Christian Göttsche 2d1042adb3 Save text buffer in Meter 5 years ago
Christian Göttsche df818b9904 Use ATTR_UNUSED instead of void casting 5 years ago
Michael F. Schönitzer 76350c0350 Rescale graph when value of total is changed 5 years ago
Nathan Scott 8cd90f0c4a Fix a couple of small spelling mistakes in comments 5 years ago
Christian Göttsche b5a5e83470 LED Meter: display wide characters and restore non-wide ncurses support 5 years ago
Christian Göttsche 5fde0e0127 RichString_appendChr: add parameter to set attributes 5 years ago
Christian Göttsche d72b0a682e Mark several non-modified pointer variables const 5 years ago
Christian Göttsche 70f48f1f44 Add wrapper function for free and strdup 5 years ago
Christian Göttsche 3bb731c645 RichString_setAttrn: refactor to take a length instead of a stop index 5 years ago
Christian Göttsche 6301d5c1da Convert unnecessary static variables 5 years ago
Christian Göttsche 2c06566405 LoadMeter: dynamically adjust color and total of bar 5 years ago
Benny Baumann 5fa1c7040d Minor typo and comment clarification 5 years ago