123 Commits (faabbaa71ec09c0dc8a013f412b38726eec4e899)

Author SHA1 Message Date
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
Christian Göttsche 6e46fd6f1f BarMeter: rework text padding 5 years ago
Christian Göttsche c5e31ba4aa Meter: fix artifacts with very tiny width 5 years ago
Christian Göttsche 79970f05f3 Meter: restore non-wide-character build 5 years ago
Christian Göttsche 157086e750 Split RichString_(append|appendn|write) into wide and ascii 5 years ago
Christian Göttsche ad764ff972 Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing to bar buffers 5 years ago
Christian Göttsche e1ce141bc3 Use size_t as len type for Meter_UpdateValues 5 years ago
Christian Göttsche 7ba25aa3c4 IWYU update 5 years ago
Christian Göttsche 5f528b7455 Meter: fix bar coloring without wide ncurses support 5 years ago
Christian Göttsche f0a9dfc37e Resolve conversion from int to char 5 years ago
Christian Göttsche 1e9b184367 Resolve conversion from int to unsigned and back 5 years ago
Christian Göttsche ea4f33409a Update even more snprintfs 5 years ago
Christian Göttsche 267014cbfe Add support to change numeric options in settings screen 5 years ago
Christian Göttsche adf9185209 Fully support non-ascii characters in Meter-Bar 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Benny Baumann adf797c295 Spacing after keywords (for) 5 years ago
Christian Göttsche 43d274a617 Use integer type for item count instead of char 5 years ago
Christian Göttsche 72103e9613 Hold only a const version of the ProcessList in Meters 5 years ago
Christian Göttsche 577416d1a9 Assert allocating non-zero size memory 5 years ago
Benny Baumann 0f5262917f Make all required includes explicit 5 years ago
Benny Baumann 872e542f4e Rename StringUtils.[ch] to XUtils.[ch] 5 years ago
Christian Göttsche 0b9a001498 Meter: use explicit type for drawData 6 years ago
Christian Göttsche 79ad39c718 Mark Object pointer to _display function const 6 years ago
Christian Göttsche ba282cfe19 Mark Object instances const 6 years ago
Christian Göttsche 08d85e6143 Mark Object classes and Object class fields const 6 years ago
Daniel Lange 079c2abf8e Update License consistently to GPLv2 as per COPYING file 6 years ago
Christian Göttsche 6db2d52261 Covert Meter attributes to file-local constant arrays 6 years ago
Christian Göttsche 843949131a Drop redundant casts to the same type 6 years ago
Christian Göttsche ce0fd5f6d8 Drop unused macros 6 years ago
Hugo Musso Gualandi 9207401f97 Clean up some code duplication in the header files 6 years ago