- da54c7f Don't show 'set I/O priority' in help screen for non-Linux-based platforms by WHR · 1 year, 1 month ago
- 993f691 Skip thread-related settings if platform didn't present threads as processes by WHR · 1 year, 1 month ago
- 86d9423 Support optionally one-time process strings update on CTRL-L by WHR · 1 year, 2 months ago
- 4168c1a Handle KEY_ENTER as same as CR by WHR · 1 year, 5 months ago
- 83e6dda Refuse to take action to process if it isn't valid by WHR · 1 year, 5 months ago
- d59d7e5 Readjust height of DiskPanel after leaving from setup screen by WHR · 2 years, 1 month ago
- 16abafb Mention '?' key in the help screen by WHR · 2 years, 5 months ago
- 0fcf47e Add disk statistics mode for Linux-based and kFreeBSD-based platforms by WHR · 2 years, 5 months ago
- edf73b4 Make several pointers to 'ProcessList' read-only; remove an unnecessary type cast for 'Header *' by WHR · 2 years, 5 months ago
- 71591d9 Fix 'set CPU affinity' didn't show in help screen with kFreeBSD cpuset; fix using undefined macros in 'if' directives of C preprocessor by WHR · 2 years, 6 months ago
- cb161fe Allow linking to generic libcurses by WHR · 2 years, 6 months ago
- d9931d6 Ignore searching next / previous action without last search buffer by WHR · 2 years, 6 months ago
- b2b93ae Add CPU affinity support via cpuset_getaffinity(2) and cpuset_setaffinity(2) by WHR · 2 years, 6 months ago
- b789618 Add KernelStackTraceScreen to display kernel stack trace of a process by WHR · 2 years, 6 months ago
- 69b3046 Rename all constants in 'ProcessField' its extensions to avoid identifier pollution by WHR · 2 years, 6 months ago
- 907da1d Apply case-sensitivity setting to user list panel by WHR · 2 years, 6 months ago
- d1ba1f3 Support changing 'explicit_delay' setting in setup screen by WHR · 2 years, 6 months ago
- aa36ac5 Support sorting items case-insensitively by WHR · 2 years, 6 months ago
- c4d382d Reformat process state descriptions in help screen by WHR · 2 years, 6 months ago
- 9f13e7b Add HTOP_PROCESS_Z_STATE_COLOR; use bold font for HTOP_PROCESS_R_STATE_COLOR in some color schemes by WHR · 2 years, 6 months ago
- 7c37040 Fix passing negative value other than -1 to ctype function leading to undefined behavior (eg. crashing on GNU systems) by WHR · 2 years, 6 months ago
- 6c2eed8 Update process states brief of help screen by WHR · 2 years, 6 months ago
- 6a08728 Add 'MONOCHROME' setting for color scheme description format by WHR · 2 years, 6 months ago
- 25bfb00 Prepare for customizable color schemes by WHR · 2 years, 6 months ago
- c4e47d0 Support enabling and disabling mouse usage in settings by WHR · 2 years, 6 months ago
- de5b378 Add an additional key 'o' for listing open files of a process by WHR · 2 years, 6 months ago
- 9b8f771 Implement vi(1)-style key-bindings by WHR · 2 years, 6 months ago
- 808f8b9 Reformat usage message; update copyright notices and license information by WHR · 2 years, 6 months ago
- d91709b Update following process after searching next / previous (key n / N) by WHR · 2 years, 6 months ago
- 5656fae Remove unnecessary type casts by WHR · 2 years, 6 months ago
- 5a0f6a1 Rename all constants in ColorSchemes to be consistent by WHR · 2 years, 6 months ago
- a754650 Rename all constants in ColorElements to avoid identifier pollution by WHR · 2 years, 6 months ago
- 9c8d061 Merge remote-tracking branch 'wangqr/dev-follow-process-on-demand' into 'rivoreo-fork' by WHR · 2 years, 6 months ago
- 49675a0 Add ArgScreen to list command line arguments of a process by WHR · 2 years, 6 months ago
- 67bc274 added MainPanel actions n and N for find next and find prev. closes #601 by syrrim · 6 years ago
- ba863d3 Remove RESET_COLOR: it was exactly same as DEFAULT_COLOR by WHR · 2 years, 6 months ago
- 1a2667d Adjust SignalsPanel width by WHR · 2 years, 7 months ago
- 3165f4d Colorize process state characters in help screen by WHR · 2 years, 7 months ago
- b690200 Fix inappropriate line breaking in help screen with a 80-character-wide terminal by WHR · 2 years, 7 months ago
- 00e1355 Remove settings value 'hide_threads' by WHR · 2 years, 7 months ago
- ea40f6c Rename 2 settings variables by WHR · 2 years, 7 months ago
- 0d814c9 Try truss(1) before strace(1) because Solaris has an unrelated strace(1M) command by WHR · 2 years, 7 months ago
- 7066ea0 Add generic ZFS ARC size statistic by WHR · 2 years, 7 months ago
- 4376760 Optimize colors in help screen by WHR · 2 years, 7 months ago
- da60309 Don't follow process when selecting non-process-specific options by wangqr · 6 years ago
- 666e1e7 Fix virtualization color in help screen by Hisham Muhammad · 6 years ago
- 0dbedf9 Collapse current subtree pressing Backspace by Hisham Muhammad · 7 years ago
- 8c65321 Replace size_t with int/void* union by Hisham Muhammad · 7 years ago
- 5fca258 call clear() function when SIGWINCH is received. (#660) by guoci · 7 years ago
- e3f65c8 Make 'c' key work with threads as well. by Hisham Muhammad · 7 years ago
- d5faf64 Mark some things as const by Richard · 7 years ago
- 0c16847 F6 is actually used for both actions, depending on context. by Hisham · 8 years ago
- e0e8440 update keymap in help by ryenus · 8 years ago
- 572546f Auto-follow process after a search. See #237. by Hisham · 9 years ago
- 0a4a447 Add "p" to Help by Marco Hinz · 9 years ago
- d43e709 Typo in the word "priority" by Vasyl Boroviak · 9 years ago
- 474d26c Portable affinity using hwloc by Hisham · 9 years ago
- c148907 Try to make threads less confusing. by Hisham · 9 years ago
- 466d4da refactor *Screen classes, add InfoScreen superclass by Hisham Muhammad · 9 years ago
- 032af15 Merge branch 'envscreen' of https://github.com/mklein-de/htop into mklein-de-envscreen by Hisham Muhammad · 9 years ago
- d850803 Merge branch 'master' of https://github.com/hishamhm/htop by Hisham Muhammad · 9 years ago
- c6ca311 Present IO-Wait as a dot in monochrome. Fixes #345. by Hisham Muhammad · 9 years ago
- 4b29e84 Fix typo: prority => priority by Benjamin Porter · 9 years ago
- 0919ea3 'e' displays environment of current process by Michael Klein · 9 years ago
- 78be820 Add expand/collapse on additional clicks! by Hisham Muhammad · 9 years ago
- 5e602f1 Rename String to StringUtils. by David Hunt · 9 years ago
- fc0e446 Add shortcut key 'p' to toggle full program paths. by Tobias Geerinckx-Rice · 9 years ago
- b1f934c Visual tweaks: change color when following, add Broken Gray theme. by Hisham Muhammad · 10 years ago
- a93db52 handle clicks on panel header line by Hisham Muhammad · 10 years ago
- 7cb8cb0 Simplify constructors. by Hisham Muhammad · 10 years ago
- b1b3f57 Tempus fugit. by Hisham Muhammad · 10 years ago
- ade7993 incremental search and filter reintegrated! by Hisham Muhammad · 10 years ago
- d0c72c3 Move FunctionBar inside Panel by Hisham Muhammad · 10 years ago
- 1084a3f Working on integration of IncSet in new branch. by Hisham Muhammad · 10 years ago
- 9ff5d2b Fix saving of header states, motion in Setup screen. by Hisham Muhammad · 10 years ago
- 59914bf Rename Setup_run to Action_runSetup. by Hisham Muhammad · 10 years ago
- e3fe396 Move more Linux-specific code into Linux subdir. by Hisham Muhammad · 10 years ago
- c2108e5 Another mega-patch for the refactoring process. by Hisham Muhammad · 10 years ago
- 3383d8e Sorry about the mega-patch. by Hisham Muhammad · 10 years ago
- aaaaf06 Builds on Linux again! by Hisham Muhammad · 10 years ago
- eb229d9 Changes for supporting separate platform subdirectories. by Hisham Muhammad · 10 years ago