summaryrefslogtreecommitdiffstats
path: root/ProcessList.c
AgeCommit message (Expand)Author
2020-12-06IWYU updateChristian Göttsche
2020-12-03Silence possible NULL dereferenceChristian Göttsche
2020-12-02Minor code streamliningBenny Baumann
2020-12-02Some minor spelling issuesBenny Baumann
2020-12-02Avoid expensive build of tree when not using itBenny Baumann
2020-12-02Avoid useless search for pid 0Benny Baumann
2020-12-02Reorder field initialization to group fields by taskBenny Baumann
2020-12-02Code style cleanup and documentation/commentsBenny Baumann
2020-12-02Use common values for initial size estimates for HashtablesBenny Baumann
2020-12-02Fix issue with inconsistent displayTreeSetMaxim Zhiburt
2020-12-02Implement sorting in tree modeMaxim Zhiburt
2020-11-24Include merge status with column title when enabledNarendran Gopalakrishnan
2020-11-24Improving Command display/sortNarendran Gopalakrishnan
2020-11-21fix indentChristian Göttsche
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-11-02Embracing branchesBenny Baumann
2020-11-02Spacing around operatorsBenny Baumann
2020-10-31Address items from reviewAdam Saponara
2020-10-30Highlight new and old processes (#74)Adam Saponara
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-16Rename StringUtils.[ch] to XUtils.[ch]Benny Baumann
2020-10-16Misc Vector updatesChristian 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-09Switch variable/field naming from WhiteList to MatchListNathan Scott
2020-09-03Axe automated header generation.Zev Weiss
2020-08-26Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwe...Nathan Scott
2019-10-31Clean up existing whitespaceDaniel Flanagan
2018-04-05Collapse current subtree pressing BackspaceHisham Muhammad
2018-02-04Fix: infinite loop in tree view on macOSWataru Ashihara
2017-09-14Make 'c' key work with threads as well.Hisham Muhammad
2017-09-04minor style tweakHisham Muhammad
2017-09-01Find roots when constructing process tree, fix #587wangqr
2016-02-29Release resource when using hwlocHisham
2016-02-18Pre-reset 'show' for process.Hisham Muhammad
2016-02-14Portable affinity using hwlocHisham
2015-08-20Merge pull request #43 from ErkiDerLoony/masterHisham Muhammad
2015-08-20Merge pull request #134 from jeffgarrett/pid-selectionHisham Muhammad
2015-08-19Rename String to StringUtils.David Hunt
2015-04-09Fixes to use platform-specific compare routines.Hisham Muhammad
2015-04-09Visual tweaks: change color when following, add Broken Gray theme.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
2015-03-15Move more Linux-specific code into Linux subdir.Hisham Muhammad
2015-02-20Fix allocation of processes. Closes #166.Hisham Muhammad