103 Commits (main)

Author SHA1 Message Date
Daniel Lange 94ad111391 Update license headers to explicitly say GPLv2+ 5 years ago
Christian Göttsche bdb015ffa3 Header: do not let multi-column meters expand to empty neighbors 5 years ago
Christian Göttsche 3f806368e0 CPUMeter: use correct buffer size 5 years ago
Christian Göttsche 2bf626c4e4 IWYU update 5 years ago
Christian Göttsche ba5ef1ac8b CPUMeter: show if a CPU is offline in text mode 5 years ago
Christian Göttsche 41af31be7f Rework CPU counting 5 years ago
Nathan Scott f0ed0fdafb Add a new DynamicMeter class for runtime Meter extension 5 years ago
Christian Göttsche 436808ff99 Use RichString_appendnAscii where possible 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 23797e730e CPUMeter_init: compactify branches 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 fd2a0cf421 FreeBSD: add support for CPU frequency and temperature 5 years ago
Christian Göttsche d72b0a682e Mark several non-modified pointer variables const 5 years ago
Christian Göttsche 22da57d621 CPUMeter: drop minimum width of CPU usage in bar mode 5 years ago
Christian Göttsche 157086e750 Split RichString_(append|appendn|write) into wide and ascii 5 years ago
Christian Göttsche e1ce141bc3 Use size_t as len type for Meter_UpdateValues 5 years ago
Christian Göttsche b76eaf187a Dynamically load libsensors at runtime 5 years ago
Christian Goettsche f5c3349bdb IWYU update (FreeBSD) 5 years ago
Christian Göttsche 7cf5277594 IWYU update (Linux) 5 years ago
Christian Göttsche 1b225cd7a0 Show CPU temperature in CPU meter 5 years ago
Benny Baumann 45869513bf Embracing branches 5 years ago
Benny Baumann 61e14d4bb2 Spacing around operators 5 years ago
Christian Göttsche 43d274a617 Use integer type for item count instead of char 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
Benny Baumann c6f04a9c5d Move xAsprintf, xSnprintf and xStrdup to StringUtils.h 5 years ago
Christian Göttsche 9f5b50edd7 CPUMeter: avoid crashes and leaks in case the CPU count changes 5 years ago
Christian Göttsche 79ad39c718 Mark Object pointer to _display function const 5 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
multi 9ee72568dc CPUMeter: add octuple-column CPU meters. 6 years ago
multi d22f6573f3 CPUMeter: refactor common CPU meter rendering code. 6 years ago
Christian Göttsche edf1b10d2c Read CPU frequency from sysfs by default 6 years ago
Benny Baumann 3c65d78d77 Update CPU freq display to use NAN on error 6 years ago
Benny Baumann ebcf924643 Use threshold for display of guest/steal/irq meters 6 years ago
Christian Hesse f805093589 align cpu id to right 6 years ago
Nathan Scott c5808c56db Consolidate repeated macro definitions into one header 6 years ago
Zev Weiss a1a027b9bd Axe automated header generation. 6 years ago
Redha Gouicem d0e8ff9319 fix unit (GHz -> MHz) 6 years ago
Redha Gouicem 0f5d2cd1e4 fixed compilation error 6 years ago
Redha Gouicem 293e3a2931 remove unused variable 6 years ago
Redha Gouicem 3ef5df25bc always display frequency in MHz 6 years ago
Christoph Budziszewski b55f9320bc fixed x/y coordinate mixup 6 years ago
Christoph Budziszewski 7fdd8d3732 adding support for more than 2 smaller cpumeter columns 6 years ago
Christoph Budziszewski f74cde982f removed whitespace from end of lines 6 years ago
Daniel Flanagan dd33444f7e Clean up existing whitespace 6 years ago