Hisham Muhammad
59d5eecdfd
fix pagedown in some panels
2011-12-14 23:30:16 +00:00
Hisham Muhammad
9c44f589d2
show proper values for very large times
2011-12-14 23:29:07 +00:00
Hisham Muhammad
0bb8dba937
update changelog, following confirmation of fix from users
2011-12-01 13:13:17 +00:00
Hisham Muhammad
bfd86a60cc
Keep panel structure up-to-date as process list changes when headers are updated during the screen manager. Hopefully closes #3444533 .
2011-12-01 12:31:57 +00:00
Hisham Muhammad
dfad0afb36
Don't run sched_setaffinity compatibility test when cross compiling
2011-11-23 18:43:35 +00:00
Hisham Muhammad
ae7e68321b
cleanup old stuff
2011-11-21 02:58:34 +00:00
Hisham Muhammad
bc87a8ff8c
Remove bundled hwloc-1.2.1. Use either native Linux affinity support or an external libhwloc.
...
(for details see https://sourceforge.net/mailarchive/forum.php?thread_name=CAJpkDYeZpwqcWxZ77wq6bMrnhn-KzkU1xAqb3cU0drfnA3n9FQ%40mail.gmail.com&forum_name=htop-general )
2011-11-21 02:52:41 +00:00
Hisham Muhammad
7ca1081712
Mega-commit with features and tweaks for 1.0:
...
* Performance improvements
* Support for splitting CPU meters into two or four columns
(thanks to Wim Heirman)
* Switch from PLPA, which is now deprecated, to HWLOC.
* Bring back support for native Linux sched_setaffinity,
so we don't have to use HWLOC where we don't need to.
* Support for typing in user names and column fields in selection panels.
2011-11-18 06:08:56 +00:00
Hisham Muhammad
3885648881
reduce code
2011-11-05 04:55:05 +00:00
Hisham Muhammad
88f6de2352
build fixes
2011-11-05 04:42:35 +00:00
Hisham Muhammad
539b32dc31
simplify code
2011-11-05 04:42:15 +00:00
Hisham Muhammad
9f29e92777
update changelog
2011-11-05 04:24:41 +00:00
Hisham Muhammad
e204861de5
Allow typing to select items in various panels (sort, user, signal).
...
Factored code from the SignalsPanel to apply to all selections from main screen.
Closes feature request #3425304 .
2011-11-05 04:19:47 +00:00
Hisham Muhammad
4c4cceee5d
naming consistency
2011-11-05 03:50:44 +00:00
Hisham Muhammad
ca6b9238a3
Support for UTF-8 tree drawing
...
(thanks to Bin Guo)
2011-11-03 22:12:12 +00:00
Hisham Muhammad
b45b9e2b33
use unicode header first
2011-11-03 22:07:10 +00:00
Hisham Muhammad
9b87e52d41
try to use unicode headers first
2011-11-03 22:01:54 +00:00
Hisham Muhammad
c18ccdb910
store cppcheck rule for future use
2011-10-25 00:46:37 +00:00
Hisham Muhammad
d1b1cbc757
cleanups and fixes, thanks to cppcheck and gcc -Wextra
2011-10-25 00:05:46 +00:00
Hisham Muhammad
75080ce79d
Use wider PID columns in 64-bit machines with larger pid_max values.
2011-09-29 18:40:23 +00:00
Hisham Muhammad
d25a0bc213
Fix regression in documentation
2011-09-27 00:03:40 +00:00
Hisham Muhammad
d1eff65fa5
Add changelog entry.
2011-09-26 03:25:12 +00:00
Hisham Muhammad
1afef1899d
Add flag to allow using the system install of hwloc.
2011-09-26 03:24:22 +00:00
Hisham Muhammad
ec17b7029a
Convert affinity control from the deprecated PLPA to HWLOC
2011-09-24 00:30:47 +00:00
Hisham Muhammad
d07b043ee0
Fix --sort-key=help
2011-09-08 04:47:48 +00:00
Hisham Muhammad
bb3e773c49
Interface improvements for large numbers.
2011-09-08 04:41:03 +00:00
Hisham Muhammad
b288eb88c0
minor change to improve portability
2011-09-08 04:29:23 +00:00
Hisham Muhammad
3e265ce4ab
Add missing header titles. Closes #3152630 .
2011-09-08 04:21:31 +00:00
Hisham Muhammad
f1f77653e0
removes some basic checks that succeed on most systems anyway and which cause problems for the uClibc folks. Closes #3204565 .
2011-09-08 03:40:26 +00:00
Hisham Muhammad
5a8307a10b
Fix panel inconsistency that could lead to crashes. Closes #2422267 .
2011-09-08 03:38:48 +00:00
Hisham Muhammad
978019d34f
sanity checks
2011-09-08 02:54:02 +00:00
Hisham Muhammad
f7fe4b4722
Fix off-by-one error in PROCESSOR display
2011-09-08 02:48:53 +00:00
Hisham Muhammad
4e72e790e3
make sure PLPA debug message never shows
2011-09-08 02:32:59 +00:00
Hisham Muhammad
31c995e663
Man page updates
...
(thanks to Vincent Launchbury)
2011-09-08 02:16:11 +00:00
Hisham Muhammad
a7bcf1d2e4
Try harder to find the ncurses header, fixes detection in SuSE SLES9.
...
(thanks to Moritz Barsnick)
2011-09-08 01:45:16 +00:00
Hisham Muhammad
25a2aada3c
Fix on-screen documentation regarding [ and ]
2011-09-08 01:36:08 +00:00
Hisham Muhammad
03322b62ec
Realign display of text-mode CPU meters. Closes #3369526 .
2011-09-08 01:29:59 +00:00
Hisham Muhammad
11092662ee
incremental filtering
...
plus some fixes
2011-09-08 01:17:26 +00:00
Hisham Muhammad
3f3213b2e2
show cursor when function bar allows typing an entry.
2011-09-08 01:10:58 +00:00
Hisham Muhammad
60e5106098
cleanup our own leak checker so that valgrind is happy with it.
2011-09-08 01:06:12 +00:00
Hisham Muhammad
636bb94fe6
improve Valgrind output
2011-09-08 01:01:44 +00:00
Hisham Muhammad
27b470e10d
Don't simply trust that string splits were successful...
2011-08-29 20:45:29 +00:00
Hisham Muhammad
5dfb46e14f
Stricter checks for command-line options
...
(thanks to Sebastian Pipping)
2011-08-26 21:04:26 +00:00
Hisham Muhammad
7eeb52dfbb
Fix number of supported backtrace frames (thanks to Sebastian Pipping)
2011-08-26 20:56:39 +00:00
Hisham Muhammad
717758409e
Fix segfault in BarMeterMode_draw() for small terminal widths
2011-08-26 20:55:09 +00:00
Hisham Muhammad
aa167adb90
Remove generated files from version history
2011-08-26 20:52:35 +00:00
Hisham Muhammad
da604d355a
be more precise in the comment
2011-08-12 16:37:27 +00:00
Hisham Muhammad
0a81172f62
changelog and future version bump
2011-05-26 16:59:53 +00:00
Hisham Muhammad
300caa076e
Tempus fugit.
2011-05-26 16:35:07 +00:00
Hisham Muhammad
7a9615960f
ncurses does not support the scrollwheel well, but this is a step in that direction.
2011-05-26 16:32:50 +00:00