commit 9b59e129c864e18d62e161e7b3dd563857c8dce9
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-08-12
doc: Include new API
M doc/libwnck-sections.txt
M doc/tmpl/class-group.sgml
M doc/tmpl/window.sgml
commit 7b6455ce1078e7ced9619cfc06f3f401241ad5b2
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-08-12
tasklist: Do not add same signal handler twice for drag_data_get
The duplicate was added by mistake, while allowing to reorder task
buttons.
https://bugzilla.gnome.org/show_bug.cgi?id=652225
M libwnck/tasklist.c
commit ead98e0855145ddc13c6ed8505a94fec19751390
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-08-12
wnckprop: Stop using deprecated gdk_cursor_unref()
M libwnck/wnckprop.c
commit eb9b76154264516c3bb632a90de8de52c5dc574a
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-08-12
widgets: Stop using deprecated gtk_widget_modify_font()
M libwnck/util.c
commit 629aecd83a75281657176a2eae2d627c21a50961
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-08-12
tasklist: Remove disabling of libgnomeui sounds
Since we moved to GTK+ 3, this is not useful anymore.
M libwnck/tasklist.c
commit 4c0a97437bc7e7a7c875809b82c8d31ca39b54fd
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-08-12
tasklist: Stop using deprecated gtk_hbox_new()
M libwnck/tasklist.c
commit de8fb576b2db973e0adf98f412a5667a2c4b2d09
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-08-12
core, wnckprop: Use "ID" instead of "resource class" in WnckClassGroup
To avoid any confusion for people not knowing what the WM_CLASS is, we
talk about "identifier" instead of "resource class".
This means we deprecate wnck_class_group_get_res_class();
wnck_class_group_get_id() should be used instead.
M libwnck/class-group.c
M libwnck/class-group.h
M libwnck/tasklist.c
M libwnck/window.c
M libwnck/wnckprop.c
commit 65ecde53d993970600b42f0b183b9485dd181099
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-08-12
wnckprop: Tweak print of class instance name
Check that it's not empty, and add translator comment.
M libwnck/wnckprop.c
commit 25568156a88a0657058d0bcc8ec2f0ce7786abd7
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-08-12
core: Improve API docs for new API
M libwnck/window.c
commit 065fb8394e5437a741da50bb22558babcf5ce9c1
Author: Marco Trevisan (Treviño) <mail@3v1n0.net>
Date: 2011-07-30
core: Add API to get WM_CLASS group name & instance name of a
WnckWindow
The old private getters for getting a window WM_CLASS name or WM_CLASS
are now public as wnck_window_get_class_group_name() and
wnck_window_get_class_instance_name().
It's important to be able to get the instance name as they could
differ
for special windows or for sub-applications (i.e. chromium web-apps).
Also make wnckprop print out the window class instance.
https://bugzilla.gnome.org/show_bug.cgi?id=168718
M libwnck/private.h
M libwnck/screen.c
M libwnck/tasklist.c
M libwnck/window.c
M libwnck/window.h
M libwnck/wnckprop.c
commit 862a730f68c64ac8659cb45e898fb533b66cfdb9
Author: Marek Černocký <marek@manet.cz>
Date: 2011-08-02
Updated Czech translation
M po/cs.po
commit 1eaba2715c8ed0a8c33e3953052e675710d3bcfe
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-07-22
all: Remove unused variables, as found by new gcc
M libwnck/pager.c
M libwnck/selector.c
M libwnck/tasklist.c
M libwnck/window-action-menu.c
M libwnck/workspace-accessible.c
M libwnck/xutils.c
commit efe6a2cc1ce834fd0bd8d40953b328c86e178828
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-07-22
tasklist: Fix tasklist taking some space when there is no window
We were adding a non-empty size hint even when there is no window.
M libwnck/tasklist.c
commit e4200d706a7c11fc6e2b34fc406feb837d230875
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-06-14
build: Modernize build system a bit
Use the tar-ustar option for AM_INIT_AUTOMAKE for better tarballs.
Do not use AM_MAINTAINER_MODE as it is not recommended by automake
developers.
Stop using GNOME_COMMON_INIT as it is deprecated.
Use LT_PREREQ & LT_INIT for libtool checks.
Require intltool 0.40.6 to avoid various bugs.
Do not use AC_ISC_POSIX, AC_HEADER_STDC as they shouldn't be needed on
modern systems.
Drop manual check for additional compiler flags.
M configure.ac
commit 6aec01569d3ecafbfc38edb91e79808b1a4b1b1a
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-05-23
release: post-release bump to 3.0.3
M configure.ac
commit 2c3fbcb7d16a3913d78bfe073a4ce6d35b768532
Author: Vincent Untz <vuntz@gnome.org>
Date: 2011-05-23
release: 3.0.2
M NEWS
M configure.ac