Commit Graph

699 Commits

Author SHA1 Message Date
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
4c4cceee5d naming consistency 2011-11-05 03:50:44 +00:00
ca6b9238a3 Support for UTF-8 tree drawing
(thanks to Bin Guo)
2011-11-03 22:12:12 +00:00
b45b9e2b33 use unicode header first 2011-11-03 22:07:10 +00:00
9b87e52d41 try to use unicode headers first 2011-11-03 22:01:54 +00:00
c18ccdb910 store cppcheck rule for future use 2011-10-25 00:46:37 +00:00
d1b1cbc757 cleanups and fixes, thanks to cppcheck and gcc -Wextra 2011-10-25 00:05:46 +00:00
75080ce79d Use wider PID columns in 64-bit machines with larger pid_max values. 2011-09-29 18:40:23 +00:00
d25a0bc213 Fix regression in documentation 2011-09-27 00:03:40 +00:00
d1eff65fa5 Add changelog entry. 2011-09-26 03:25:12 +00:00
1afef1899d Add flag to allow using the system install of hwloc. 2011-09-26 03:24:22 +00:00
ec17b7029a Convert affinity control from the deprecated PLPA to HWLOC 2011-09-24 00:30:47 +00:00
d07b043ee0 Fix --sort-key=help 2011-09-08 04:47:48 +00:00
bb3e773c49 Interface improvements for large numbers. 2011-09-08 04:41:03 +00:00
b288eb88c0 minor change to improve portability 2011-09-08 04:29:23 +00:00
3e265ce4ab Add missing header titles. Closes #3152630. 2011-09-08 04:21:31 +00:00
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
5a8307a10b Fix panel inconsistency that could lead to crashes. Closes #2422267. 2011-09-08 03:38:48 +00:00
978019d34f sanity checks 2011-09-08 02:54:02 +00:00
f7fe4b4722 Fix off-by-one error in PROCESSOR display 2011-09-08 02:48:53 +00:00
4e72e790e3 make sure PLPA debug message never shows 2011-09-08 02:32:59 +00:00
31c995e663 Man page updates
(thanks to Vincent Launchbury)
2011-09-08 02:16:11 +00:00
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
25a2aada3c Fix on-screen documentation regarding [ and ] 2011-09-08 01:36:08 +00:00
03322b62ec Realign display of text-mode CPU meters. Closes #3369526. 2011-09-08 01:29:59 +00:00
11092662ee incremental filtering
plus some fixes
2011-09-08 01:17:26 +00:00
3f3213b2e2 show cursor when function bar allows typing an entry. 2011-09-08 01:10:58 +00:00
60e5106098 cleanup our own leak checker so that valgrind is happy with it. 2011-09-08 01:06:12 +00:00
636bb94fe6 improve Valgrind output 2011-09-08 01:01:44 +00:00
27b470e10d Don't simply trust that string splits were successful... 2011-08-29 20:45:29 +00:00
5dfb46e14f Stricter checks for command-line options
(thanks to Sebastian Pipping)
2011-08-26 21:04:26 +00:00
7eeb52dfbb Fix number of supported backtrace frames (thanks to Sebastian Pipping) 2011-08-26 20:56:39 +00:00
717758409e Fix segfault in BarMeterMode_draw() for small terminal widths 2011-08-26 20:55:09 +00:00
aa167adb90 Remove generated files from version history 2011-08-26 20:52:35 +00:00
da604d355a be more precise in the comment 2011-08-12 16:37:27 +00:00
0a81172f62 changelog and future version bump 2011-05-26 16:59:53 +00:00
300caa076e Tempus fugit. 2011-05-26 16:35:07 +00:00
7a9615960f ncurses does not support the scrollwheel well, but this is a step in that direction. 2011-05-26 16:32:50 +00:00
9599e5650e larger numbers 2011-05-26 16:32:05 +00:00
9b3514062f nicer display for large numbers 2011-05-26 16:31:18 +00:00
6382e03b68 fix broken height for All CPUs meter 2011-05-26 16:22:50 +00:00
bd459776a4 retain meter state when it is reinit'ed in the Setup screen 2011-03-31 20:24:59 +00:00
b57b7e9a9e only reinit initializable meters 2011-03-29 15:02:46 +00:00
219bb9ccff handle large values for process time 2011-03-28 19:06:06 +00:00
391eab2866 add missing update to header file 2011-03-28 17:13:28 +00:00
7d7118b1f6 launch lsof for parent process when called on threads. 2011-03-22 22:09:42 +00:00
a9c0ea3753 * Option for counting CPUs from zero
(thanks to Sean Noonan)
* Meters update in every screen (no longer halting while on Setup, etc.)
2011-03-22 20:37:08 +00:00
b561956637 ignore checks for /proc when cross-compiling
(as suggested by Andy Kennedy)
2011-03-22 17:04:39 +00:00
8bdec7155e show names of zombie processes properly 2011-03-17 04:26:28 +00:00
36ef1a93be make htop friendly to uclibc (thanks to Matt for the report) 2010-12-05 15:43:56 +00:00