- 20 Aug, 2015 10 commits
-
-
Hisham Muhammad authored
Fix tree view if userland threads are hidden.
-
Hisham Muhammad authored
Closes PR #111.
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
use a define for graphical meter array size
-
Hisham Muhammad authored
Interpret command line PIDs as PIDs, not TIDs
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
Closes #228.
-
Hisham Muhammad authored
Closes #241.
-
- 19 Aug, 2015 15 commits
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Christian Hesse authored
* Use MIN() and MAX() to make sure values are inside bounds. This should fix an issue where Meters were missing dots at the bottom. * Remove variable 'level' and calculate on the fly.
-
Christian Hesse authored
-
Christian Hesse authored
With more dimensional arrays we have to define the array size. Use one dimensional arrays to be more flexible. Additionally this allows to shrink array size for ASCII.
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
-
David Hunt authored
Fixes building on case-insensitive filesystems where String.h gets confused with <string.h>. From d734dacea0a10d0465dad4e95b3421511e7da112 Mon Sep 17 00:00:00 2001 From: David Hunt <dhunt@iolanthe.attlocal.net> Date: Sat, 11 Jul 2015 20:56:31 -0500 Subject: [PATCH 1/8] Rename String to StringUtils
-
- 12 Aug, 2015 9 commits
-
-
Hisham Muhammad authored
Translations obtained by @glixx from Mandriva Linux. Closes #227.
-
Hisham Muhammad authored
-
Hisham Muhammad authored
-
Hisham Muhammad authored
[PATCH] New setting: "Show program path"
-
Hisham Muhammad authored
remove autoconf files, generate by autogen.sh
-
-
Hisham Muhammad authored
-
Hisham Muhammad authored
simplify UTF-8 detection
-
Hisham Muhammad authored
Fix sort by cstime
-
- 07 Aug, 2015 2 commits
-
-
Tobias Geerinckx-Rice authored
-
Tobias Geerinckx-Rice authored
Add a setting to hide all but the last component from the programme path, leaving only the "basename". Makes htop more usable on smaller screens, or systems with longer than average paths. Off by default. "Highlight program basename" will still be respected, to further visually separate process names from their arguments.
-
- 04 Aug, 2015 2 commits
-
-
Hisham Muhammad authored
Fix typo in comment
-
peter-warhzner authored
-
- 29 Jul, 2015 1 commit
-
-
Christian Hesse authored
htop uses scanf functions to parse values from proc filesystem. This breaks when initializing locale for LC_NUMERIC because of unexpected commas. So initialize locale for LC_CTYPE only.
-
- 23 Jul, 2015 1 commit
-
-
Maks Naumov authored
-