Files
xfce4-taskmanager/ChangeLog
2009-09-11 15:33:00 +02:00

143 lines
3.9 KiB
Plaintext

2009-09-11 Mike Massonnet <mmassonnet@xfce.org>
* Small factorize on cmdline reading.
2009-09-09 Mike Massonnet <mmassonnet@xfce.org>
* Show command line arguments in Linux.
2009-09-08 Mike Massonnet <mmassonnet@xfce.org>
* Update Solaris patch from Peter Tribble.
* Check for the lib kstat in the autoconf script.
* Build with the correct file for Solaris in the automake script.
* Fixed the xfce_err messages and switched to g_snprintf for the
command strings.
* Updated the TODO file.
2009-09-03 Mike Massonnet <mmassonnet@xfce.org>
* Add support for Solaris from Peter Tribble
2008-09-21 Mike Massonnet <mmassonnet@xfce.org>
* Fix build for libtool 2.2 (or at least for ArchLinux)
2008-09-15 Mike Massonnet <mmassonnet@xfce.org>
=== Release 0.4.1 ===
2008-08-08 Mike Massonnet <mmassonnet@xfce.org>
* Refresh deprecated GtkTooltips against new GtkTooltip code
* Rework the border size between the GtkBox's
2008-08-03 Mike Massonnet <mmassonnet@xfce.org>
* New function to get the full and short cmdline (Linux)
* Fix compare functions (now works with floats and insensitive text)
* Fix cast which makes the CPU usage per process worky for multi-cores
2008-08-02 Mike Massonnet <mmassonnet@xfce.org>
* Display memory less than 1 MB with two decimals like 0.00 MB
* Quick clean up
* Update TODO
2008-07-31 Mike Massonnet <mmassonnet@xfce.org>
* Apply patch for BSD support from Landry Breuil
2008-05-11 Mike Massonnet <mmassonnet@xfce.org>
=== Release 0.4.0 ===
2008-05-11 Mike Massonnet <mmassonnet@xfce.org>
* Set window icon to "xfce-system" and modify the about dialog
2008-05-10 Mike Massonnet <mmassonnet@xfce.org>
* Redo what is displayed in More info (PPID, STATE, VM-size), and keep RSS
in normal info
2008-05-10 Mike Massonnet <mmassonnet@xfce.org>
* Set buffer_status to 1024 (fixes issues with 64bit archs) bug#4059
* Use convenience macro GINT_TO_POINTER to pass to user_data
2008-05-09 Mike Massonnet <mmassonnet@xfce.org>
* Properly refresh the CPU usage of a process
* Properly display the memory usage and fix signal connected on the
show_cached_as_free menu item
2008-05-09 Mike Massonnet <mmassonnet@xfce.org>
* Save sort column/type in config
* Set command column to expand and ellipsize
* Right align numerical columns
2008-05-09 Mike Massonnet <mmassonnet@xfce.org>
* Fix the event of the main menu to display on keyboard and mouse
* Properly position the main menu
* Properly save window size on quit
2008-05-09 Mike Massonnet <mmassonnet@xfce.org>
* Fix strings
2008-05-08 Mike Massonnet <mmassonnet@xfce.org>
* Properly refresh processes on CPU usage
* Correctly display the memory size of the processes
2008-05-05 Mike Massonnet <mmassonnet@xfce.org>
* Delete automated files
* Remove useless gettext() and properly align menu items on the right
2008-02-10 Johannes Zellner <webmaster@nebulon.de>
* Initial priority setting
* Few bug fixes
2007-01-12 Nick Schermer <nick@xfce.org>
* Change version number and svn revision support in configure.in.in
2007-01-12 Nick Schermer <nick@xfce.org>
* Apply patch from Álvaro Lopes to fix CPU usage per task, with
more then 1 CPU.
* Added a THANKS file.
* Remove some svn executable properties and add svn keywords.
* Added LINGUAS support and removed the configure.ac > configure.in.in file.
* Improved the configure.in.in and Makefiles.
2007-01-12 Nick Schermer <nick@xfce.org>
* Apply patch from bug 2714.
* Fix all typo and compiler warnings.
2006-06-26 Johannes Zellner <webmaster@nebulon.de>
* rewrite of the taskmanager ;)
* now using seperate files for each os to get the processinfos
2005-07-05 Johannes Zellner <webmaster@nebulon.de>
* added finnish translation
* fixed a memory leak in functions.c
2005-06-30 Johannes Zellner <webmaster@nebulon.de>
* bugfix in the sorting function
* name of about-dialog changed
* scrollbars only showed when needed
2005-06-30 Johannes Zellner <webmaster@nebulon.de>
* started completly new ;)