summaryrefslogtreecommitdiffstats
path: root/Process.h
AgeCommit message (Expand)Author
2021-01-11Process: drop commLenChristian Göttsche
2021-01-11Linux: use correct column alignment for wide fieldsChristian Göttsche
2021-01-02Object: return int on comparisonChristian Göttsche
2020-12-19Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like...Christian Göttsche
2020-12-19Rework enum ProcessFieldChristian Göttsche
2020-12-19Split boilerplate and platform-independent field comparisonBenny Baumann
2020-12-19Invert Process_compare resolution so that superclass matches run firstHisham Muhammad
2020-12-16Move macro definitions close to usageChristian Göttsche
2020-12-16Use common naming for bare enum typesChristian Göttsche
2020-12-06Use size_t as type for buffer length in ProcessChristian Göttsche
2020-12-06IWYU updateChristian Göttsche
2020-12-02Implement sorting in tree modeMaxim Zhiburt
2020-11-26Calculate library size (M_LRS column) from maps fileFynn Wulf
2020-11-26Fix crash when getCommandStr not overloaded for a platform processChristian Göttsche
2020-11-24Cleanup some documentationNarendran Gopalakrishnan
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-21Rename virtual memory column from M_SIZE to M_VIRTChristian Göttsche
2020-11-19IWYU update (Linux)Christian Göttsche
2020-11-16Add process column for normalized CPU usageChristian Göttsche
2020-10-31Address items from reviewAdam Saponara
2020-10-30Highlight new and old processes (#74)Adam Saponara
2020-10-28Implement Process_getParentPid and Process_isChildOf as functionsChristian Göttsche
2020-10-26Hold only a const version of Settings in ProcessChristian Göttsche
2020-10-22Mark user field of Process constChristian Göttsche
2020-10-20IWYU updateChristian Göttsche
2020-10-19Cache PAGE_SIZEChristian Göttsche
2020-10-18Make all required includes explicitBenny Baumann
2020-10-16Refactor generating starttime string into Process classChristian Göttsche
2020-10-10Mark Object pointer to _display function constChristian Göttsche
2020-10-09Mark process argument of Process_isThread 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-10-05Merge branch '0000/int-sizes/00' of https://github.com/mfwitten/htop into mfw...Nathan Scott
2020-09-29Process.{h,c}: Use integer types that are more portableMichael Witten
2020-09-29Sort headers/includesBenny Baumann
2020-09-29Drop redundant declarationsChristian Göttsche
2020-09-24Drop dead process fieldsChristian Göttsche
2020-09-18Use strict function prototypesChristian Göttsche
2020-09-12Clean up some code duplication in the header filesHugo Musso Gualandi
2020-09-03Remove superfluous 'extern's from function declarations.Zev Weiss
2020-09-03Axe automated header generation.Zev Weiss
2020-08-25Avoid discarding const qualifiersChristian Göttsche
2020-08-20Merge branch 'hishamhm-pull-866'Nathan Scott
2020-08-20Resolve compiler warnings and errors relating to the Arg unionNathan Scott
2020-08-19Merge branch 'hishamhm-pull-869'Nathan Scott
2020-08-18Re-generate all headers with latest scripts/MakeHeader.pyNathan Scott
2018-12-30Deal with larger numbers in colorNumber and outputRateadrien1018
2018-12-15Remove unnecessary HAVE_SYS_SYSMACROS_H checkWataru Ashihara
2018-04-05Collapse current subtree pressing BackspaceHisham Muhammad