- 19 Aug, 2015 10 commits
-
-
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
-
- 16 Jul, 2015 3 commits
-
-
Christian Hesse authored
-
Christian Hesse authored
-
Christian Hesse authored
This has two effects: * The locale may have impact on string formatting. So depending on the locale we may end up with different decimal point. * We can use nl_langinfo() for UTF-8 detection.
-
- 15 Jul, 2015 2 commits
-
-
Christian Hesse authored
-
Hisham Muhammad authored
paint PROCESS_LOW_PRIORITY in green
-
- 14 Jul, 2015 1 commit
-
-
Christian Hesse authored
... and thus make it use a different color than PROCESS_HIGH_PRIORITY.
-
- 16 Jun, 2015 3 commits
-
-
Hisham Muhammad authored
write header length (number of columns) back to configuration
-
Hisham Muhammad authored
ignore enter, delete and space on empty panel
-
Hisham Muhammad authored
Change all displayed memory size specifiers to use GNU Coreutils style size specifiers
-
- 15 Jun, 2015 1 commit
-
-
Christian Hesse authored
-
- 11 Jun, 2015 1 commit
-
-
Christian Hesse authored
-
- 08 Jun, 2015 4 commits
-
-
Tomasz Kramkowski authored
The man page now contains the section "MEMORY SIZES" which talks about the convention used for representing memory sizes and why it was chosen.
-
Tomasz Kramkowski authored
The MemoryMeter and SwapMeter now use the short GNU Coreutils style format to represent memory sizes.
-
Hisham Muhammad authored
fix compiler warnings
-
Hisham Muhammad authored
add */.dirstamp to .gitignore
-