summaryrefslogtreecommitdiffstats
path: root/Process.h
AgeCommit message (Expand)Author
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
2018-02-26Updates to generated header filesHisham Muhammad
2018-02-18Replace size_t with int/void* unionHisham Muhammad
2018-02-04Add support for Linux TASK_IDLEVladimir Panteleev
2017-09-14Make 'c' key work with threads as well.Hisham Muhammad
2016-05-30Silence cast warning.Hisham
2016-02-02Reuse comm object if possible, avoid useless repetitions of free+strdup.Hisham
2015-12-14Extend buffer for reading lines from /proc.Hisham Muhammad
2015-09-10Remove duplicate declaration.Jardel Weyrich
2015-08-20Make column width calculation dynamic.Hisham Muhammad
2015-05-20added missing defines for androidsherpya
2015-04-02Merge branch 'master' into wipHisham Muhammad