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 84 85 86 87 88 89 90
|
2006-04-10 Florian Boor <florian@kernelconcepts.de>
* Release version 0.20
2006-04-09 Florian Boor <florian@kernelconcepts.de>
* gpe-taskmanager.c main(): Fix array size, allocate atom list dynamically.
2006-03-17 Florian Boor <florian@kernelconcepts.de>
* (activate_task): Use libgpelaunch function instead of activate_window().
* (activate_window): removed
2006-03-16 Florian Boor <florian@kernelconcepts.de>
* Add support to switch to a running task.
2006-01-15 Phil Blundell <pb@reciva.com>
* Version 0.19 released.
2006-01-15 Phil Blundell <pb@reciva.com>
* gpe-taskmanager.c (add_window): Don't add DESKTOP or DOCK
windows.
(row_activated): New function.
(task_manager): Install handler for row-activated signal.
* Makefile (PACKAGE_LDFLAGS): Link with -lgpelaunch.
2005-04-22 Florian Boor <florian@kernelconcepts.de>
* Version 0.18 released.
* Don't use deprecated windows.h
2005-03-31 Florian Boor <florian@kernelconcepts.de>
* Don't use render.h
2004-11-07 Phil Blundell <pb@nexus.co.uk>
* Makefile (LINGUAS): Add zh_CN.
* po/zh_CN.po: New file, courtesy Meng Jie.
2004-06-21 Philip Blundell <philb@gnu.org>
* Version 0.17 released.
2004-06-21 Philip Blundell <philb@gnu.org>
* Makefile (LINGUAS): Add de pt ro ru sr sk sv.
Use PACKAGE_CFLAGS, etc.
2003-10-19 Philip Blundell <philb@gnu.org>
* Makefile: Use STANDARD_CFLAGS, STANDARD_LDFLAGS,
STANDARD_CPPFLAGS.
2003-10-18 Philip Blundell <philb@gnu.org>
* Makefile (LINGUAS): Add fr.
(GTKCFLAGS, GTKLDFLAGS): Don't define. Use GPEFLAGS, GPELIBS from
Makefile.dpkg_ipkg instead.
2003-10-09 Philip Blundell <philb@gnu.org>
* Version 0.16 released.
2003-10-09 Philip Blundell <philb@gnu.org>
* Makefile (LINGUAS): Add cs.
2003-09-26 Philip Blundell <philb@gnu.org>
* Version 0.15 released.
2003-09-14 Philip Blundell <philb@gnu.org>
* familiar/control1 (Source): Added.
* Makefile (install-program): Depend on all-desktop.
* gpe-taskmanager.desktop: Deleted.
* gpe-taskmanager.desktop.in: New.
2003-09-06 Philip Blundell <philb@gnu.org>
* po/nl.po: New file, courtesy Elros Cyriatan.
* Makefile (LINGUAS): Add nl.
|