- 6490590 Relocate include of config.h from header to source modeule by Benny Baumann · 2 years, 4 months ago
- e56089e Update includes based on IWYU by Benny Baumann · 2 years, 4 months ago
- b74673f Rename ProcessList to ProcessTable throughout by Nathan Scott · 2 years, 7 months ago[Renamed (65%) from ProcessList.c]
- 0f751e9 Introduce Row and Table classes for screens beyond top-processes by Nathan Scott · 2 years, 8 months ago
- 72235d8 Adapt platform code for the new Machine base class by Nathan Scott · 3 years ago
- 0bdade1 Introduce Machine class for host-specific info (split from ProcessList) by Nathan Scott · 3 years ago
- 7a7c693 Fix scroll relative to followed process by gandalf3 · 3 years, 1 month ago
- e7f447b Refactor and consolidate dynamic meters/columns pointers by Nathan Scott · 3 years ago
- 9631bc9 Avoid UB for deep nested processes by Christian Göttsche · 3 years, 10 months ago
- ce50095 Merge branch 'fix-allBranchesCollapsed' of tanriol/htop by Daniel Lange · 3 years, 10 months ago
- da97d26 ProcessList_collapseAllBranches: actually build tree by Denis Lisov · 3 years, 11 months ago
- 9ed9d73 Correct titleBuffer size and share it in alignedProcessFieldTitle() by Explorer09 · 4 years ago
- 0af08bc Process: Display single digit precision for CPU% greater than 99.9% by Kumar · 4 years ago
- 4b8b61f ProcessList.h: remove `ProcessList_remove` by Denis Lisov · 4 years ago
- 08166b2 ProcessList: fix quadratic process removal when scanning by Charlie Vieth · 4 years, 2 months ago
- 7c43e02 Improve String_contains_i to allow for multiple terms by Daniel Lange · 4 years ago
- 3ba6952 Linux: dynamically adjust the SECATTR column width by Christian Göttsche · 4 years, 4 months ago
- 978a7c8 ProcessList_buildTreeBranch: drop extra assert by Denis Lisov · 4 years, 3 months ago
- 79a6f6c ProcessList_buildTree: skip hashtable if known root by Denis Lisov · 4 years, 3 months ago
- deb05fe ProcessList: delay tree rebuild until panel rebuild by Denis Lisov · 4 years, 4 months ago
- 82d34de ProcessList: cleanup the tree set sorting remains by Denis Lisov · 4 years, 3 months ago
- fa3e0d0 ProcessList_buildTree: produce sorted tree by Denis Lisov · 4 years, 4 months ago
- 82dce5c ProcessList_buildTree: sort by parent for fast search by Denis Lisov · 4 years, 4 months ago
- 8d98786 ProcessList_buildTree: drop sort direction checking by Denis Lisov · 4 years, 4 months ago
- 58b42e4 ProcessList: introduce displayList by Denis Lisov · 4 years, 4 months ago
- 2477a5a ProcessList_buildTree: handle every process once by Denis Lisov · 4 years, 4 months ago
- 1a403eb ProcessList_buildTree: lookup parent via hashtable by Denis Lisov · 4 years, 4 months ago
- a3a7958 ProcessList: sort before panel rebuild if needed by Denis Lisov · 4 years, 4 months ago
- 72ba20f Introduce screen tabs by Hisham Muhammad · 4 years, 7 months ago
- 696f79f Dynamically scale the ST_UID size to support 32-bit UIDs by Silke Hofstra · 4 years, 8 months ago
- 94ad111 Update license headers to explicitly say GPLv2+ by Daniel Lange · 4 years, 6 months ago
- 6f2021f PCP: support for 'dynamic columns' added at runtime by Sohaib Mohamed · 4 years, 9 months ago
- 41af31b Rework CPU counting by Christian Göttsche · 4 years, 10 months ago
- 976c612 Pointer indication aligned to typename by Benny Baumann · 4 years, 9 months ago
- f0ed0fd Add a new DynamicMeter class for runtime Meter extension by Nathan Scott · 4 years, 10 months ago
- a61a2e6 Call makeCommandStr on all platforms by Benny Baumann · 5 years ago
- 02431c4 Rename command line field from comm to cmdline by Benny Baumann · 5 years ago
- 1b74dfe cleaned up includes with iwyu by mayurdahibhate · 5 years ago
- bd689ab Avoid implicit pointer to bool conversion in assignment by Christian Göttsche · 5 years ago
- d58c2f0 Drop ProcessList_get and ProcessList_size by Christian Göttsche · 5 years ago
- 3675611 Update timestamps for the special process scans at startup also by Nathan Scott · 5 years ago
- 356488a Request the realtime and monotonic clock times once per sample by Nathan Scott · 5 years ago
- 58ad020 ProcessList: fix treeview on OpenBSD when hiding kernel threads by Christian Göttsche · 5 years ago
- 1e806f9 RichString: do not unnecessarily clean whole buffer by Christian Göttsche · 5 years ago
- a4173f5 Improve process following by Christian Göttsche · 5 years ago
- d37d66b InfoScreen/ProcessList: do not access Vector internals by Christian Göttsche · 5 years ago
- 59a150e Follow followed process when switching thread visibilities by Christian Göttsche · 5 years ago
- 07a6efc Make the first tree item stable on expand / collapse again by Daniel Lange · 5 years ago
- 2c6222e Option and key ("*") to collapse / expand all branches under PID 1 by Daniel Lange · 5 years ago
- 06b1674 Improve handling when selected last process entry by Christian Göttsche · 5 years ago
- 4531b31 Sort out the mess around column sorting that had accumulated over time by Daniel Lange · 5 years ago
- b9adc30 RichString: implement safe rewind by Christian Göttsche · 5 years ago
- d72b0a6 Mark several non-modified pointer variables const by Christian Göttsche · 5 years ago
- fbaa0cd Exit follow mode cleanly after followed process dies by Christian Göttsche · 5 years ago
- 27db929 Show arrow indicating order of sorted process column by Christian Göttsche · 5 years ago
- 90ea3ac Object: return int on comparison by Christian Göttsche · 5 years ago
- 9f68c8d Merge Process_pidColumns into Process_fields and rework auto-fit for PID-like columns by Christian Göttsche · 5 years ago
- 2327260 Separate tree and list sort orders by Hisham Muhammad · 5 years ago
- e8c6994 Add "Tree view is always sorted by PID" option to mimic htop 2 behavior by Hisham Muhammad · 5 years ago
- 52fa4e7 Fix typo by Christian Göttsche · 5 years ago
- 27b8d81 ProcessList: save scan time in millisecond by Christian Göttsche · 5 years ago
- 26993d2 Support clock_gettime() on OSX El Capitan and earlier by Christian Göttsche · 5 years ago
- f6613db Additional code simplification by Benny Baumann · 5 years ago
- 157086e Split RichString_(append|appendn|write) into wide and ascii by Christian Göttsche · 5 years ago
- 7ba25aa IWYU update by Christian Göttsche · 5 years ago
- 3695cbd Silence possible NULL dereference by Christian Göttsche · 5 years ago
- c6b66a7 Minor code streamlining by Benny Baumann · 5 years ago
- 709821f Some minor spelling issues by Benny Baumann · 5 years ago
- 2d87417 Avoid expensive build of tree when not using it by Benny Baumann · 5 years ago
- bd24664 Avoid useless search for pid 0 by Benny Baumann · 5 years ago
- d0e71cb Reorder field initialization to group fields by task by Benny Baumann · 5 years ago
- e3b6049 Code style cleanup and documentation/comments by Benny Baumann · 5 years ago
- b4b952d Use common values for initial size estimates for Hashtables by Benny Baumann · 5 years ago
- 4907d90 Fix issue with inconsistent displayTreeSet by Maxim Zhiburt · 5 years ago
- cf306ff Implement sorting in tree mode by Maxim Zhiburt · 5 years ago
- e33d4d9 Include merge status with column title when enabled by Narendran Gopalakrishnan · 5 years ago
- 09fe94d Improving Command display/sort by Narendran Gopalakrishnan · 5 years ago
- 4fb82e3 fix indent by Christian Göttsche · 5 years ago
- 8f2d129 Apply patch from BenBE as per https://github.com/htop-dev/htop/pull/241#issuecomment-720081138 by Daniel Lange · 5 years ago
- 0951090 Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processes by Daniel Lange · 5 years ago
- 9131732 Mark ProcessList_keyAt argument const by Christian Göttsche · 5 years ago
- 4586951 Embracing branches by Benny Baumann · 5 years ago
- 61e14d4 Spacing around operators by Benny Baumann · 5 years ago
- a83f515 Address items from review by Adam Saponara · 5 years ago
- dde71c6 Highlight new and old processes (#74) by Adam Saponara · 5 years ago
- a3bb7cb Hold only a const version of Settings in ProcessList by Christian Göttsche · 5 years ago
- 96e2a42 Continue to update generic data in paused mode by Christian Göttsche · 5 years ago
- 0f52629 Make all required includes explicit by Benny Baumann · 6 years ago
- 872e542 Rename StringUtils.[ch] to XUtils.[ch] by Benny Baumann · 5 years ago
- e9246ab Misc Vector updates by Christian Göttsche · 5 years ago
- 08d85e6 Mark Object classes and Object class fields const by Christian Göttsche · 5 years ago
- 079c2ab Update License consistently to GPLv2 as per COPYING file by Daniel Lange · 5 years ago
- 4597332 Switch variable/field naming from WhiteList to MatchList by Nathan Scott · 6 years ago
- a1a027b Axe automated header generation. by Zev Weiss · 6 years ago
- 728b04b Merge branch 'ci-hwloc-job' of https://github.com/bertwesarg/htop into bertwesarg-ci-hwloc-job by Nathan Scott · 6 years ago
- dd33444 Clean up existing whitespace by Daniel Flanagan · 6 years ago
- 0dbedf9 Collapse current subtree pressing Backspace by Hisham Muhammad · 8 years ago
- b34d76c Fix: infinite loop in tree view on macOS by Wataru Ashihara · 8 years ago
- e3f65c8 Make 'c' key work with threads as well. by Hisham Muhammad · 9 years ago
- b9934ff minor style tweak by Hisham Muhammad · 9 years ago