commit a816ccd4968f1e221b92bfd1e2b2dc27703d6db5 Author: Matthias Clasen Date: Sun Mar 22 21:18:59 2015 -0400 3.16.0 configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 3a2f5634ee05be8ec219cbb574c681124a6a31fc Author: Matthias Clasen Date: Sun Mar 22 19:19:56 2015 -0400 Updates NEWS | 31 +++++++++++++++++++++++++++++++ README.in | 6 +++--- 2 files changed, 34 insertions(+), 3 deletions(-) commit 4cee145764feb857ce57d262a2de53e9b0517273 Author: Andika Triwidada Date: Mon Mar 23 00:06:08 2015 +0000 Updated Indonesian translation po/id.po | 4080 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 2069 insertions(+), 2011 deletions(-) commit 14289cfb3e666436d52c4201df036768228a9cb3 Author: Jiro Matsuzawa Date: Mon Mar 23 02:54:19 2015 +0900 l10n: Update Japanese translation po/ja.po | 5441 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 3038 insertions(+), 2403 deletions(-) commit 9c45420bd81a5fa137fe8f45943fb3ff8a4c5db6 Author: Andika Triwidada Date: Sun Mar 22 09:30:19 2015 +0000 Updated Indonesian translation po-properties/id.po | 4498 ++++++++++++++++++++++++++------------------------- 1 file changed, 2317 insertions(+), 2181 deletions(-) commit b4c6fb63344e271acfbb710db254ad990c96e202 Author: Samir Ribic Date: Sun Mar 22 07:54:46 2015 +0000 Updated Bosnian translation po/bs.po | 2763 ++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 1444 insertions(+), 1319 deletions(-) commit 686fec77cb52996e83f632205cd42ab05ec45803 Author: Muhammet Kara Date: Sat Mar 21 21:29:43 2015 +0000 Updated Turkish translation po/tr.po | 6080 +++++++++++++++++++++++++++++--------------------------------- 1 file changed, 2844 insertions(+), 3236 deletions(-) commit f5051cca839dd7add3021d94ced265a83325cc2b Author: Inaki Larranaga Murgoitio Date: Sat Mar 21 17:01:29 2015 +0100 Updated Basque language po-properties/eu.po | 936 +++++++++++++++++++++++++++------------------------- 1 file changed, 479 insertions(+), 457 deletions(-) commit 6f748c31ca22171ca285fefb107c0c29f234a6df Author: Inaki Larranaga Murgoitio Date: Sat Mar 21 16:57:50 2015 +0100 Updated Basque language po/eu.po | 3931 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 1990 insertions(+), 1941 deletions(-) commit 56583717fe7bfc28a906d488f182ba7645fff651 Author: Matthias Clasen Date: Fri Mar 20 20:50:55 2015 -0400 HighContrast: Fix a typo Commit 0a39d7d9 introduced a selected_bg_color with a missing $ in front of it. gtk/theme/HighContrast/_common.scss | 2 +- gtk/theme/HighContrast/gtk.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 1d93297a3a0538cf2162cdcdda2693495f66e262 Author: Gábor Kelemen Date: Fri Mar 20 23:20:39 2015 +0000 Updated Hungarian translation po/hu.po | 3699 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 1959 insertions(+), 1740 deletions(-) commit 7c633740931514e6aebc01f6de462b4209c398f5 Author: Rico Tzschichholz Date: Fri Mar 20 20:18:44 2015 +0100 mir: Fix version annotation, the mir-backend is available since 3.16 gdk/mir/gdkmir.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 0a39d7d91e530f7bd40c0ca8aba9a7951975a177 Author: Jakub Steiner Date: Fri Mar 20 12:32:49 2015 +0100 HighContrast: fix insensitive and backdrop states - checkboxes, labels, menus/modelbuttons and buttons were a mixed bag for :insensitive and :backdrop https://bugzilla.gnome.org/show_bug.cgi?id=746188 gtk/theme/HighContrast/_colors.scss | 1 - gtk/theme/HighContrast/_common.scss | 51 ++++++++++++++++++------------- gtk/theme/HighContrast/_drawing.scss | 10 +++---- gtk/theme/HighContrast/gtk.css | 58 +++++++++++++++++++++--------------- 4 files changed, 69 insertions(+), 51 deletions(-) commit 139ed7409f07140e74cc66d3c34ee43908eeb78c Author: Carlos Garnacho Date: Thu Mar 19 15:58:00 2015 +0100 wayland: Silence warnings on clipboard data sending cancellation During copy/paste, it may be common that we receive several property changes around the selection atom, this results in warnings when cancelling the previous write attempt. We already honor the last request properly, so we should just cancel silently. gdk/wayland/gdkselection-wayland.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit e995c0d1bf3496b811d0f1026a55b23b1ff32714 Author: Carlos Garnacho Date: Thu Mar 19 15:54:48 2015 +0100 wayland: Ensure we re-request the target if the fd changes If we receive wl_data_source.target before .send, the target would already be cached, but we'd take no action on the new fd. gdk/wayland/gdkselection-wayland.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit 9ec5b3f9a16cb5f3a63916699b824c9106a97c2b Author: Carlos Garnacho Date: Thu Mar 19 15:49:04 2015 +0100 wayland: Don't accept the "TARGETS" target on the wl_data_offer This is handled separately through the data already cached from the wl_data_offer.offer handler, we can avoid this request entirely then. gdk/wayland/gdkselection-wayland.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 223209ecaadfd87df66a180bd1c2a4244627df10 Author: Kjartan Maraas Date: Thu Mar 19 21:26:44 2015 +0100 Updated Norwegian bokmål translation. po/nb.po | 1839 +++++++++++++++++++++++++++----------------------------------- 1 file changed, 812 insertions(+), 1027 deletions(-) commit 8d6b19533fd0cba61ed3d43071ac5dfd570ff0e6 Author: Милош Поповић Date: Thu Mar 19 13:23:10 2015 +0000 Updated Serbian translation po/sr.po | 4492 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 2549 insertions(+), 1943 deletions(-) commit 17b65d3c8ac61f91e71e257d26c3b5c870f56e9c Author: Carlos Garnacho Date: Tue Mar 17 17:59:15 2015 +0100 wayland: Fix thinko in wl_data_source.cancelled handler The wl_data_source may be the clipboard's. Looking up the drag context in order to get the display isn't going to fare well there. So, just use the default display, and only look up the drag context when we know we need it. https://bugzilla.gnome.org/show_bug.cgi?id=746386 gdk/wayland/gdkselection-wayland.c | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) commit 847a79c5f95a774146025e5f81e434a939d61333 Author: Chao-Hsiung Liao Date: Wed Mar 18 01:54:29 2015 +0000 Updated Chinese (Taiwan) translation po-properties/zh_TW.po | 4388 ++++++++++++++++++++++++------------------------ 1 file changed, 2182 insertions(+), 2206 deletions(-) commit 24db6d55180df0a7d86008f4b1bc24f3a0d4c4dd Author: Chao-Hsiung Liao Date: Wed Mar 18 01:51:13 2015 +0000 Updated Chinese (Taiwan) translation po/zh_TW.po | 3858 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 1938 insertions(+), 1920 deletions(-) commit 00544e9090b51d979a833dbbf2e3e6a9a9f49a55 Author: Matthias Clasen Date: Tue Mar 17 19:38:18 2015 -0400 HighContrast: Fix calendar selection The selected day was not differentiated from other days at all. Render it white on black instead. https://bugzilla.gnome.org/show_bug.cgi?id=746369 gtk/theme/HighContrast/_common.scss | 3 +++ gtk/theme/HighContrast/gtk.css | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) commit 3d3591e873f71657356cf54a7ac6cbe900d147d0 Author: Matthias Clasen Date: Tue Mar 17 19:34:15 2015 -0400 HighContrast: Fix color chooser marks The checkmark for the selected color was always black, making it more or less invisible on dark colors. https://bugzilla.gnome.org/show_bug.cgi?id=746368 gtk/theme/HighContrast/_common.scss | 4 ++++ gtk/theme/HighContrast/gtk.css | 22 ++++++++++++++-------- 2 files changed, 18 insertions(+), 8 deletions(-) commit 49b6be4e06ffb952573f35b082163dcb5fbb99b3 Author: Jakub Steiner Date: Tue Mar 17 23:55:10 2015 +0100 HighContrast: catch backdrop:insensitive:active of GtkSwitch https://bugzilla.gnome.org/show_bug.cgi?id=746358 gtk/theme/HighContrast/_common.scss | 3 ++- gtk/theme/HighContrast/gtk.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) commit 557f5d5c7c386c65d48e0ce01b58c7bacbb26a86 Author: Jakub Steiner Date: Tue Mar 17 23:42:11 2015 +0100 HighContrast: unbreak GtkExpander - the open state is checked, not active now https://bugzilla.gnome.org/show_bug.cgi?id=746370 gtk/theme/HighContrast/_common.scss | 2 +- gtk/theme/HighContrast/gtk.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit bcddf68858f3e88453125ed7c8e322677f2bca3f Author: Anders Jonsson Date: Tue Mar 17 21:24:09 2015 +0000 Updated Swedish translation po-properties/sv.po | 1001 ++++++++++++++++++++++----------------------------- 1 file changed, 432 insertions(+), 569 deletions(-) commit 75105f94f084ea5a63583715817fd8b0bc5caf5a Author: Zahari Yurukov Date: Tue Mar 17 23:03:13 2015 +0200 Updated Bulgarian translation po/bg.po | 3058 +++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 1951 insertions(+), 1107 deletions(-) commit f671cd629659766eb4cd0b07447ccd8d6c686ec5 Author: Jakub Steiner Date: Tue Mar 17 18:18:18 2015 +0100 HightContrast: make tab buttons not shift size - only 1px stroke for close buttons in notebook tabs https://bugzilla.gnome.org/show_bug.cgi?id=746149 gtk/theme/HighContrast/_common.scss | 3 +++ gtk/theme/HighContrast/gtk.css | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) commit 9b5fa0860fdf69e98f56afb7ea4445792a0f18e1 Author: Jakub Steiner Date: Tue Mar 17 15:46:22 2015 +0100 HighContrast: OSD fixes - buttons - labels - scale trough/slider https://bugzilla.gnome.org/show_bug.cgi?id=746148 gtk/theme/HighContrast/_common.scss | 15 +- gtk/theme/HighContrast/_drawing.scss | 57 +++--- gtk/theme/HighContrast/gtk.css | 354 ++++++++++++++++++++++------------- 3 files changed, 255 insertions(+), 171 deletions(-) commit 390dd37656945e26ad6953de0c9af7a86dc74133 Author: Matthias Clasen Date: Tue Mar 17 06:53:37 2015 -0400 Add to release notes Mention that GtkSearchEntry now 'eats' some keys. README.in | 5 +++++ 1 file changed, 5 insertions(+)