1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
2006-02-27 Matthew Allum <mallum@openedhand.com>
* doc/xrestop.1:
Add docs for --max-samples options
* xrestop.c: (window_get_utf8_name), (usage), (recurse_win_tree),
(main):
Fix gcc 4 compiler warnings. Minor source cleanups.
Fix missing PIDs due to window recursing bug ( John Tapsell )
Handle 'q' key to quit ( Moray Allan )
'--max-samples' option ( Jeremy C Reed )
2004-08-14 mallum,,, <mallum@handhelds.org>
* configure.ac:
Bump up version to 0.3
2004-02-07 Matthew Allum,,, <mallum@handhelds.org>
* doc/xrestop.1:
Applied man page patch from Moray Allan
2004-01-02 Matthew Allum <mallum@handhelds.com>
Applied patch from Alan Coopersmith;
* configure.ac:
check for xres header and lib. Check Solaris X bits. Check for
curses if no ncurses
* xrestop.c: (window_get_pid), (window_get_utf8_name):
Solaris cc tweaks. Compile with curses if no ncurses.
2003-12-24 Matthew Allum <mallum@handhelds.com>
* doc/Makefile.am:
Small fix to extra_dist
2003-12-24 Matthew Allum <mallum@handhelds.com>
* Makefile.am:
* configure.ac:
* doc/Makefile.am:
* xrestop.spec.in:
Added spec file from Ralph Loader.
Put the man page in EXTRA_DIST
2003-12-21 Matthew Allum <mallum@handhelds.com>
* xrestop.c: (xrestop_client_get_info), (xrestop_display),
(xrestop_sort_compare), (main):
Fix broken sort.
Identify self.
Tweak readability.
2003-12-20 Matthew Allum <mallum@handhelds.org>
* Makefile.am:
* configure.ac:
* doc/Makefile.am:
* doc/xrestop.1:
Added a simple man page.
2003-12-20 Matthew Allum <mallum@handhelds.org>
* xrestop.c: (xrestop_display), (xrestop_sort_compare):
Add totals to display. Change sort order to total bytes rather
than just pixmap bytes.
2003-12-18 Matthew Allum <mallum@handhelds.org>
* xrestop.c: (xrestop_display), (main):
Added basic --batch mode functionality
2003-12-18 Matthew Allum <mallum@handhelds.org>
* xrestop.c: (window_get_utf8_name), (check_win_for_info),
(xrestop_client_get_stats):
Added support for grabbing utf8 window titles
2003-12-18 Matthew Allum <mallum@handhelds.org>
Initial import.
|