summaryrefslogtreecommitdiffstats
path: root/CPUMeter.c
AgeCommit message (Expand)Author
12 daysDefine MeterModeId to unsigned int and use it throughoutExplorer09
12 daysCPUMeter: Read height from sub-meter objectsExplorer09
12 daysDon't initialize meter mode in custom meter init functionsExplorer09
12 daysObsolete the CUSTOM_METERMODE use in default modeExplorer09
2023-12-26Update includes based on IWYUBenny Baumann
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-08-18Replace isnan() with better comparisons (isgreater(), etc.)Explorer09
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2022-12-02CPUMeter: show frequency in text modeChristian Göttsche
2022-10-24Reformat code baseBenny Baumann
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-09-18Header: do not let multi-column meters expand to empty neighborsChristian Göttsche
2021-09-02CPUMeter: use correct buffer sizeChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-10CPUMeter: show if a CPU is offline in text modeChristian Göttsche
2021-07-18Rework CPU countingChristian Göttsche
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-04-26Use RichString_appendnAscii where possibleChristian Göttsche
2021-03-19Use unsigned types for CPU counts and associated variablesChristian Göttsche
2021-03-19Merge branch 'richstring_memset' of cgzones/htopDaniel Lange
2021-03-18Merge pull request #436 from cgzones/freebsdGraham Inggs
2021-03-17RichString: do not unnecessarily clean whole bufferChristian Göttsche
2021-03-12CPUMeter_init: compactify branchesChristian Göttsche
2021-03-04Separate data-update and drawing of headerChristian Göttsche
2021-03-04Save text buffer in MeterChristian Göttsche
2021-02-05FreeBSD: add support for CPU frequency and temperatureChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2020-12-20CPUMeter: drop minimum width of CPU usage in bar modeChristian Göttsche
2020-12-08Split RichString_(append|appendn|write) into wide and asciiChristian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-12-02Dynamically load libsensors at runtimeChristian Göttsche
2020-11-19IWYU update (FreeBSD)Christian Goettsche
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-16Show CPU temperature in CPU meterChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-31Use integer type for item count instead of charChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Move xAsprintf, xSnprintf and xStrdup to StringUtils.hBenny Baumann
2020-10-12CPUMeter: avoid crashes and leaks in case the CPU count changesChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-07Mark Object instances constChristian Göttsche
2020-10-07Mark Object classes and Object class fields constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
2020-09-29Covert Meter attributes to file-local constant arraysChristian Göttsche
2020-09-28CPUMeter: add octuple-column CPU meters.multi
2020-09-28CPUMeter: refactor common CPU meter rendering code.multi
2020-09-24Read CPU frequency from sysfs by defaultChristian Göttsche
2020-09-24Update CPU freq display to use NAN on errorBenny Baumann