summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
AgeCommit message (Expand)Author
2023-08-31Rename ProcessList to ProcessTable throughoutNathan Scott
2023-08-30Introduce Row and Table classes for screens beyond top-processesNathan Scott
2023-05-08Adapt platform code for the new Machine base classNathan Scott
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-05-05ProcessList.h: remove `ProcessList_remove`Denis Lisov
2022-02-13ProcessList: delay tree rebuild until panel rebuildDenis Lisov
2022-02-13ProcessList: cleanup the tree set sorting remainsDenis Lisov
2022-02-13ProcessList: introduce displayListDenis Lisov
2022-02-13ProcessList: sort before panel rebuild if neededDenis Lisov
2021-09-22Update license headers to explicitly say GPLv2+Daniel Lange
2021-08-25IWYU updateChristian Göttsche
2021-08-13PCP: support for 'dynamic columns' added at runtimeSohaib Mohamed
2021-07-18Add ProcessList_isCPUonlineChristian Göttsche
2021-07-18Rework CPU countingChristian Göttsche
2021-07-07Add a new DynamicMeter class for runtime Meter extensionNathan Scott
2021-05-10cleaned up includes with iwyumayurdahibhate
2021-04-21Drop ProcessList_get and ProcessList_sizeChristian Göttsche
2021-04-05Request the realtime and monotonic clock times once per sampleNathan Scott
2021-04-05Merging all the points related to calculating time in one placeSohaib
2021-03-21Merge branch 'openbsd' of cgzones/htopDaniel Lange
2021-03-20OpenBSD: updateChristian Göttsche
2021-03-19Use unsigned types for CPU counts and associated variablesChristian Göttsche
2021-03-15Linux: individually show shared memoryChristian Göttsche
2021-02-13Option and key ("*") to collapse / expand all branches under PID 1Daniel Lange
2021-02-07Linux: overhaul memory partitionChristian Göttsche
2021-01-11Linux: Add SwapCached to the swap meterDavid Zarzycki
2021-01-11Mark several non-modified pointer variables constChristian Göttsche
2020-12-02Implement sorting in tree modeMaxim Zhiburt
2020-11-27Drop unused global ProcessList memory fieldsNathan Scott
2020-11-16Apply patch from BenBE as per https://github.com/htop-dev/htop/pull/241#issue...Daniel Lange
2020-11-16Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processesDaniel Lange
2020-11-15Mark ProcessList_keyAt argument constChristian Göttsche
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-28Unify function argument namesChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessListChristian Göttsche
2020-10-19Continue to update generic data in paused modeChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
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-09Switch variable/field naming from WhiteList to MatchListNathan Scott
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2016-02-14Portable affinity using hwlocHisham
2015-04-09Fixes to use platform-specific compare routines.Hisham Muhammad
2015-04-02Merge branch 'master' into wipHisham Muhammad
2015-03-16Major advances in FreeBSD port.Hisham Muhammad
2015-03-16Get FreeBSD tree to compile again with latest changes.Hisham Muhammad