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