summaryrefslogtreecommitdiffstats
path: root/Meter.h
AgeCommit message (Expand)Author
12 daysDefine MeterModeId to unsigned int and use it throughoutExplorer09
12 daysNew header "MeterMode.h" for MeterModeId definitionsExplorer09
12 daysMake 'Meter_modes' private and simplify its structureExplorer09
12 daysRemove CUSTOM_METERMODE MeterModeIdExplorer09
12 daysObsolete the CUSTOM_METERMODE use in default modeExplorer09
2023-12-26Relocate include of config.h from header to source modeuleBenny Baumann
2023-11-24Rewrite Meter_humanUnit() to accept floating point valueExplorer09
2023-10-10Cap the maximum size of GraphData buffer to 32768 values.Explorer09
2023-10-08Meter: allocate GraphData buffer dynamicallyZev Weiss
2023-08-29Rework ZramMeter and remove MeterClass.comprisedValuesExplorer09
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-04-11Meter: introduce comprisedValues optionChristian Göttsche
2021-12-08IOMeters: rework initial displayChristian Göttsche
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-08-22Meter: update documentation to match Doxygen styleChristian Göttsche
2021-07-15Pointer indication aligned to typenameBenny Baumann
2021-07-08Pretty-print values in the PCP DynamicMeter codeNathan Scott
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-03-19Use unsigned types for CPU counts and associated variablesChristian Göttsche
2021-03-04Save text buffer in MeterChristian Göttsche
2021-01-23Allow meters in text mode to span empty neighbors to the rightChristian Göttsche
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2020-12-26LoadMeter: dynamically adjust color and total of barChristian Göttsche
2020-12-06Introduce METER_BUFFER_CHECK and METER_BUFFER_APPEND_CHR to cleanup writing t...Christian Göttsche
2020-12-06Use size_t as len type for Meter_UpdateValuesChristian Göttsche
2020-12-02Meter: document MeterClass string fieldsChristian Göttsche
2020-11-19IWYU update (Linux)Christian Göttsche
2020-10-31Use integer type for item count instead of charChristian Göttsche
2020-10-26Hold only a const version of the ProcessList in MetersChristian Göttsche
2020-10-19XUtils string related updatesChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-12CPUMeter: avoid crashes and leaks in case the CPU count changesChristian Göttsche
2020-10-12Meter: use explicit type for drawDataChristian 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-29Sort headers/includesBenny Baumann
2020-09-29Covert Meter attributes to file-local constant arraysChristian Göttsche
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-09Consolidate repeated macro definitions into one headerNathan Scott
2020-09-08Further, minor cleanups to headers post-MakeHeadersNathan Scott
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2016-05-04Rename Meter.setValues() functions to updateValues()Explorer09
2016-01-21New macro GRAPH_HEIGHT for Graph Meter heightExplorer09