summaryrefslogtreecommitdiffstats
path: root/Header.c
AgeCommit message (Expand)Author
12 daysUse struct member to determine size of allocationsBenny Baumann
12 daysDefine MeterModeId to unsigned int and use it throughoutExplorer09
2024-01-25Explicitly check sscanf(3) and fscanf(3) return valuesChristian Göttsche
2023-12-26Update includes based on IWYUBenny Baumann
2023-12-26Add includes for config.h as per the discussion in PR #1337Daniel Lange
2023-05-08Introduce Machine class for host-specific info (split from ProcessList)Nathan Scott
2023-04-06Refactor and consolidate dynamic meters/columns pointersNathan Scott
2022-10-22Do not render a margin around the header if there are any metersBenny Baumann
2021-12-09Do not leave empty last column in headerChristian Göttsche
2021-12-07Introduce screen tabsHisham Muhammad
2021-10-15Header: allocate memory for terminating entryChristian 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-09-04Header: use upper case floating point suffixChristian Göttsche
2021-09-04Reduce variable scopeChristian Göttsche
2021-08-25IWYU updateChristian Göttsche
2021-08-23Tiny cleanup from review commentsDaniel Lange
2021-08-22Add option to change Header layoutChristian Göttsche
2021-08-10Add assert to improve backtraces on NULL function pointerChristian Göttsche
2021-07-14Ensure PCP dynamic metric configuration definition uniquenessNathan Scott
2021-07-14Ensure we do not attempt to add a DynamicMeter via theNathan Scott
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-03-19Use unsigned types for CPU counts and associated variablesChristian Göttsche
2021-03-04Separate data-update and drawing of headerChristian Göttsche
2021-02-02Leave less right margin next to long (text) metersDaniel Lange
2021-01-26Use typedef names instead of raw struct onesChristian 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-06Remove unused function Header_readMeterNameChristian Göttsche
2020-11-28Update even more snprintfsChristian Göttsche
2020-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-07Mark Object instances constChristian Göttsche
2020-10-05Update License consistently to GPLv2 as per COPYING fileDaniel Lange
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-03Axe automated header generation.Zev Weiss
2020-08-25Avoid string overflow warningChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-960'Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2019-02-12Restore meter name after used in Header_addMeterByName()wangqr
2017-07-27Security review: check results of snprintf.Hisham Muhammad
2016-05-07Fix macro Header_forEachColumnExplorer09
2016-02-02Check for failure in allocations.Hisham
2015-09-07fix calloc() callsChristian Hesse
2015-08-19Rename String to StringUtils.David Hunt
2015-06-12write header length (number of columns) back to configurationChristian Hesse
2015-03-16Fix saving of header states, motion in Setup screen.Hisham Muhammad