commit 7a46b506f8468c9b6946abbad4e550c4eda50116 Author: Anders Jonsson Date: Tue Nov 4 20:14:42 2014 +0000 Updated Swedish translation M po/sv.po commit 59e577ee112d9949ee96ea80c4beb6a3e8646b00 Author: Timo Jyrinki Date: Mon Nov 3 19:01:42 2014 +0200 Change Finnish translation team web page to l10n.gnome.org M po/fi.po commit ff40806a86a55ba54dd2790836ee17c6303f592f Author: Alberts Muktupāvels Date: Wed Oct 15 01:55:31 2014 +0300 remove stock icons M doc/libwnck-sections.txt M libwnck/Makefile.am M libwnck/private.h D libwnck/stock_delete.png D libwnck/stock_maximize.png D libwnck/stock_minimize.png M libwnck/util.c M libwnck/window-action-menu.c M libwnck/xutils.h commit 3dbe327d6f67d68db609f0c8aecd2bff82d1e67e Author: Alberts Muktupāvels Date: Wed Oct 15 01:45:11 2014 +0300 tasklist: don't use deprecated GtkImageMenuItem Stop using GtkImageMenuItem for '... All' items. Image menu is still used for wnck_task items. M libwnck/tasklist.c commit 68a71158df9ad592d5283e203d60920812a0ee1e Author: Alberts Muktupāvels Date: Wed Oct 15 01:19:06 2014 +0300 window-action-menu: don't use deprecated GtkImageMenuItem M libwnck/window-action-menu.c commit afc7505fc1898801d68a1bc216298c105096dbf7 Author: Alberts Muktupāvels Date: Wed Oct 15 09:18:21 2014 +0300 tasklist: fix missing icon in tasklist button After showing/hiding icon and/or label tasklist button might not look as expected - label on icon or icon not visible at all. https://bugzilla.gnome.org/show_bug.cgi?id=658106 M libwnck/tasklist.c commit 72a38cb214edb2310534f0c138e415a5a273dd6b Author: Marco Trevisan (Treviño) Date: Mon Oct 20 10:27:08 2014 -0400 WnckPager: be more restrictive on allocation check M libwnck/pager.c commit 2fc0f058f00daf76c06e485c9d39491513f48345 Author: Alberts Muktupāvels Date: Wed Oct 15 07:34:24 2014 +0300 pager: don't return invalid workspace rect Make sure that get_workspace_rect does not return invalid workspace rectangle. Looks like this functions gets called before allocation is set on pager widget. In this case set rect->{x,y,widht,height} to 0. This fixes following bug in gnome-pane: *** BUG *** In pixman_region32_init_rect: Invalid rectangle passed Set a breakpoint on '_pixman_log_error' to debug M libwnck/pager.c commit eddfee28c623fd7f4a0b6e38373798f96121e445 Author: David King Date: Mon Oct 13 13:38:24 2014 +0100 xutils: Correctly link against libXrender If using cairo-xlib-xrender functions (and especially XRender functions), use the libraries from the cairo-xlib-xrender pkg-config file explicitly rather than relying on implicit linking. Avoids linker errors regarding an undefined reference to XRenderFindStandardFormat. https://bugzilla.gnome.org/show_bug.cgi?id=738455 M configure.ac M libwnck/xutils.c commit 1441d813ae0f110ff4569292ec64b056f17dad0f Author: Saibal Ray Date: Wed Sep 24 05:31:02 2014 +0000 Updated Bengali (India) translation M po/bn_IN.po commit 5f88636284154e76611012c8a7c7495b9d917bd7 Author: Chris Wilson Date: Wed Sep 17 16:48:17 2014 +0100 xutils: Support non-standard depths for icon pixmaps Currently the presumption is that applications assign a Pixmap for their icon image using the default visual for the screen, or as an A1 bitmap for the icon mask. At least SDL doesn't conform to this rule and always uses 32-bit ARGB Pixmaps. This cases the XCopyArea used by Cairo to grab the image surface from the Pixmap to fail as the source Pixmap and the cairo surface are of different depths and triggers a BadMatch - killing libwnck and its client gnome-shell/gala et al. So as a fallback, if the depth does not match the visual of the root window, we presume that it is in a standard XRenderPictFormat and create a cairo surface of the appropriate depth - instead of crashing, we may just get a weirdly coloured icon. Bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=736817 Cc: Marco Trevisan (Treviño) Cc: Benjamin Otte M libwnck/xutils.c commit 20b1bfbe7b96c5d5a7508bc0f6180775df6ddb3c Author: Saibal Ray Date: Tue Sep 16 08:47:56 2014 +0000 Updated Bengali (India) translation M po/bn_IN.po commit 16ba4e6ef7996f5a2b5aa19e8c5e1147ec720929 Author: Marco Trevisan (Treviño) Date: Tue Sep 2 17:17:22 2014 +0200 Release: post-release bump to 3.4.10 M configure.ac