82 Commits (ddda739cb24ef2ea12ee556987ceeea71d322ffa)

Author SHA1 Message Date
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 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
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
Arnavion 81b64691a7 Move sysfs-reading code to LinuxProcessList.c and add average frequency. 7 years ago
Arnavion 43728b37e7 Fix typo. 7 years ago
Arnavion 1acfb0a752 Show N/A instead of 0KHz when CPU frequency is not available. 7 years ago
Arnavion 1d5e6a27a0 Add a display option to hide CPU usage number from CPU meter. 7 years ago
Arnavion 9703a25d1b Divide by 1000, not 1024, and show more decimals. 7 years ago
Arnavion 4b0600d8f8 Add new display option to also show CPU frequency in CPU meters. 7 years ago
senjan 131a6c6e2b CPU_KERNEL redefined 7 years ago
Hisham Muhammad 09e241fb12 Security review: check results of snprintf. 9 years ago
Tomasz Kramkowski 2b5c1b4b13 Replace all uses of sprintf with snprintf 9 years ago
Explorer09 9dea20e068 Rename Meter.setValues() functions to updateValues() 10 years ago
Explorer09 99fb3070a2 Explicit "maxItems" property of meters 10 years ago
Hisham b54d2dde40 Check for failure in allocations. 10 years ago
Hisham Muhammad 71190654bc Calculate CPU averages on Darwin (See #295). 11 years ago
Christian Hesse 696e36cb45 remove extra space in dual meters without margins 11 years ago
Hisham Muhammad 14bd77c5f4 Add longer descriptions to available meters. 11 years ago
Hisham Muhammad 3383d8e556 Sorry about the mega-patch. 11 years ago
Hisham Muhammad 100bd10b1d Make blue text more readable. Closes #55. 12 years ago
Hisham Muhammad 76a715ee8c Fix order of calloc arguments. 12 years ago
Hisham Muhammad c1e0f6e17c BUGFIX: Fix crash when adding meters and toggling detailed CPU time. 12 years ago