1. fdfbb59 Introduce SCREEN_TAB_* macro constants by Explorer09 · 1 year, 1 month ago
  2. 05c7d4f Ignore FOCUS_IN and FOCUS_OUT events if these have been activated within xterm by Daniel Lange · 2 years, 1 month ago
  3. e56089e Update includes based on IWYU by Benny Baumann · 2 years, 4 months ago
  4. 6aa9ef2 Fix code style by Benny Baumann · 2 years, 4 months ago
  5. b74673f Rename ProcessList to ProcessTable throughout by Nathan Scott · 2 years, 7 months ago
  6. 53bdcab Support dynamic screens with 'top-most' entities beyond processes by Sohaib Mohamed · 2 years, 8 months ago
  7. 0f751e9 Introduce Row and Table classes for screens beyond top-processes by Nathan Scott · 2 years, 8 months ago
  8. 87db379 Implement logic for '--max-iterations' by Sahil Siddiq · 3 years, 2 months ago
  9. 72235d8 Adapt platform code for the new Machine base class by Nathan Scott · 3 years ago
  10. 0bdade1 Introduce Machine class for host-specific info (split from ProcessList) by Nathan Scott · 3 years ago
  11. e4ebe18 Drop references to 'Process' in generic screen code by Nathan Scott · 3 years, 2 months ago
  12. 7c68f01 Misc cleanup by Christian Göttsche · 3 years, 2 months ago
  13. 4010458 Reformat code base by Benny Baumann · 3 years, 5 months ago
  14. 15fe50d Toggle the header meters with pound key by Christian Göttsche · 3 years, 6 months ago
  15. fa3e0d0 ProcessList_buildTree: produce sorted tree by Denis Lisov · 4 years, 4 months ago
  16. a3a7958 ProcessList: sort before panel rebuild if needed by Denis Lisov · 4 years, 4 months ago
  17. ba3a1df Fix misc styleguide issues and add missing header files by Sohaib Mohamed · 4 years, 5 months ago
  18. 72ba20f Introduce screen tabs by Hisham Muhammad · 4 years, 7 months ago
  19. 696f79f Dynamically scale the ST_UID size to support 32-bit UIDs by Silke Hofstra · 4 years, 8 months ago
  20. 94ad111 Update license headers to explicitly say GPLv2+ by Daniel Lange · 4 years, 6 months ago
  21. 68f2bfe Abstract resize handling by adding a new Htop reaction by Christian Göttsche · 4 years, 8 months ago
  22. b9e6922 ScreenManager: reduce ScreenManager_resize by Christian Göttsche · 4 years, 8 months ago
  23. a8b8f5f ScreenManager: drop unused member by Christian Göttsche · 4 years, 8 months ago
  24. 2ab8fb8 netbsd: Support curses libraries without ncurses mouse support by nia · 4 years, 9 months ago
  25. 18e3fd5 Check for set_escdelay in ncurses by Benny Baumann · 4 years, 9 months ago
  26. 356488a Request the realtime and monotonic clock times once per sample by Nathan Scott · 5 years ago
  27. 75fd9ed Reorder the header update and process scanning by Nathan Scott · 5 years ago
  28. b862e36 Separate data-update and drawing of header by Christian Göttsche · 5 years ago
  29. fd4e6b4 Use MainPanel type in State struct by Christian Göttsche · 5 years ago
  30. 12f5f06 Check for sortTimeout to not run towards -inf by Daniel Lange · 5 years ago
  31. d72b0a6 Mark several non-modified pointer variables const by Christian Göttsche · 5 years ago
  32. 2ba8a81 Fix clearing the last line in setup on function bar change (thanks cgzones) by Daniel Lange · 5 years ago
  33. a3cced9 Add option to hide the Function Bar by Christian Göttsche · 5 years ago
  34. 24c5ca9 Panel: rework hight logic by Christian Göttsche · 5 years ago
  35. 86d2931 Restore highlighted header of current sorted process column by Christian Göttsche · 5 years ago
  36. e3862aa Rework drawing of FunctionBar by Christian Göttsche · 5 years ago
  37. 7b739b6 Fix pause mode ("Z") in tree view by Daniel Lange · 5 years ago
  38. c49ca61 Common order for ESC/q/F10 by Benny Baumann · 5 years ago
  39. 19b5141 Hide process selection on ESC by Christian Göttsche · 5 years ago
  40. fee2175 Drop unneeded parameters to the ScreenManager constructor by Nathan Scott · 5 years ago
  41. 0951090 Merge branch 'hili-new-old' of adsr/htop into highlight-new-old-processes by Daniel Lange · 5 years ago
  42. 4586951 Embracing branches by Benny Baumann · 5 years ago
  43. 61e14d4 Spacing around operators by Benny Baumann · 5 years ago
  44. dde71c6 Highlight new and old processes (#74) by Adam Saponara · 5 years ago
  45. 96e2a42 Continue to update generic data in paused mode by Christian Göttsche · 5 years ago
  46. 0f52629 Make all required includes explicit by Benny Baumann · 6 years ago
  47. b47bc66 Add key to pause process list updates by Christian Göttsche · 5 years ago
  48. 079c2ab Update License consistently to GPLv2 as per COPYING file by Daniel Lange · 5 years ago
  49. 18b1e9f Do not drop qualifier in cast by Christian Göttsche · 6 years ago
  50. c9ecd0f Revert the vim_mode setting for now, needs a rethink by Nathan Scott · 6 years ago
  51. a1a027b Axe automated header generation. by Zev Weiss · 6 years ago
  52. 5c5a599 Merge branch 'hishamhm-pull-959' by Nathan Scott · 6 years ago
  53. 12805f6 Add simple vim mode by Daniel Flanagan · 6 years ago
  54. b0e24cd Added an option to disable the mouse. by MartinJM · 7 years ago
  55. 79c939e Remove duplicated if condition by Alan Barr · 7 years ago
  56. 0128d22 Added Ctrl+A and Ctrl+E to go to beginning and end of line. by Hisham · 10 years ago
  57. 645057d Use set_escdelay() to avoid problems with ESCDELAY as a macro. by Hisham · 10 years ago
  58. c23d4f1 Fix behavior of ESC key, getting rid of the annoying delay. by Hisham · 10 years ago
  59. b54d2dd Check for failure in allocations. by Hisham · 10 years ago
  60. 99b9470 vi keys: translate ALT-h/j/k/l to arrow keys by Michael Klein · 10 years ago
  61. 78be820 Add expand/collapse on additional clicks! by Hisham Muhammad · 11 years ago
  62. b003636 Support for NCurses 6.0 and mouse wheel by Hisham Muhammad · 11 years ago
  63. a93db52 handle clicks on panel header line by Hisham Muhammad · 11 years ago
  64. ade7993 incremental search and filter reintegrated! by Hisham Muhammad · 11 years ago
  65. d0c72c3 Move FunctionBar inside Panel by Hisham Muhammad · 11 years ago
  66. 1084a3f Working on integration of IncSet in new branch. by Hisham Muhammad · 11 years ago
  67. 09c7152 Refactor state control variables. by Hisham Muhammad · 11 years ago
  68. 6f868b0 Fix allocation of processes. Closes #166. by Hisham Muhammad · 11 years ago
  69. d7c843c Complete cursor-based movement of headers. by Hisham Muhammad · 11 years ago
  70. c2108e5 Another mega-patch for the refactoring process. by Hisham Muhammad · 11 years ago
  71. 3383d8e Sorry about the mega-patch. by Hisham Muhammad · 11 years ago
  72. 9faf493 Refactored key handlers. by Hisham Muhammad · 11 years ago
  73. ee5dc46 Don't end up killing init if process selected to be killed terminates before the user selects a signal. Closes #3606072. by Hisham Muhammad · 13 years ago
  74. 00b324b Changes in object model: separate class objects to store vtable. Also, nicer UTF-8 display of big numbers. by Hisham Muhammad · 13 years ago
  75. 2a73405 search and filter for the strace and lsof screens! by Hisham Muhammad · 13 years ago
  76. 45f7a4f Remove old memory debugging routines. We have Valgrind nowadays. by Hisham Muhammad · 14 years ago
  77. 84281bd major header cleanup by Hisham Muhammad · 14 years ago
  78. bfd86a6 Keep panel structure up-to-date as process list changes when headers are updated during the screen manager. Hopefully closes #3444533. by Hisham Muhammad · 14 years ago
  79. 300caa0 Tempus fugit. by Hisham Muhammad · 15 years ago
  80. a9c0ea3 * Option for counting CPUs from zero by Hisham Muhammad · 15 years ago
  81. b4a6340 * Add Bash/emacs style navigation keys (thanks to Daniel Schuler) by Hisham Muhammad · 16 years ago
  82. a600d5a Tempus fugit. by Hisham Muhammad · 16 years ago
  83. 02a30bf warning fixes by Hisham Muhammad · 16 years ago
  84. 6330ff3 changes for htop 0.8.2 by Hisham Muhammad · 17 years ago
  85. 15ab0ad Let mouseclicks tick/untick checkboxes by Hisham Muhammad · 18 years ago
  86. da23c8c Clean up headers by using 'static' whenever possible. by Hisham Muhammad · 18 years ago
  87. 5d48ab8 Performance improvement hackathon: improve process comparison routines, by Hisham Muhammad · 20 years ago
  88. ea855ae Remove references to ListBox by Hisham Muhammad · 20 years ago
  89. c2cdcd0 Rename ListBox to Panel, matching dit. by Hisham Muhammad · 20 years ago
  90. a853faa Rename TypedVector to Vector, matching dit. by Hisham Muhammad · 20 years ago
  91. d6231ba Initial import. by Hisham Muhammad · 20 years ago