commit bf5ce3b7b04ffff69a88c5aac634ff70ef9fda5f Author: mtbar131 Date: Sun Jul 20 23:11:59 2014 +0200 Adapt text color to background. Whenever note is opened or note color changes, change text color to black or white. See #726067 data/Default-black.css | 32 ++++++++++++++++++++++++++++++++ data/Default-white.css | 32 ++++++++++++++++++++++++++++++++ data/Default.css | 32 -------------------------------- data/Makefile.am | 3 ++- src/libbiji/editor/biji-webkit-editor.c | 33 +++++++++++++++++++++++++++++++++ src/libbiji/editor/biji-webkit-editor.h | 2 ++ 6 files changed, 101 insertions(+), 33 deletions(-) commit 0b1f9a94d4eeafc17e34ff35633f3fd2cb6ea817 Author: Matthias Clasen Date: Tue Jul 15 00:37:09 2014 +0200 Use the new gear menu icon Instead of misusing emblem-system-symbolic, there is now a dedicated icon for this purpose. Just setting the right direction on the menu button makes GTK+ use the correct icon. https://bugzilla.gnome.org/show_bug.cgi?id=733059 src/bjb-main-toolbar.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) commit 6bd9391bd85174a228f0d450ce582bb260357427 Author: Enrico Nicoletto Date: Mon Jul 14 16:43:43 2014 +0000 Updated Brazilian Portuguese translation po/pt_BR.po | 48 ++++++++++++++++++++++++++++++------------------ 1 file changed, 30 insertions(+), 18 deletions(-) commit fe4a07d96e0454465b79cd24c41df4cd111e8cf3 Author: Yosef Or Boczko Date: Sun Jul 13 15:43:23 2014 +0300 Updated Hebrew translation po/he.po | 68 +++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 29 deletions(-) commit 8de1fd066a917674329fc43c914a6369aa3aa119 Author: MarMav Date: Wed Jul 9 23:09:25 2014 +0000 Updated Greek translation po/el.po | 168 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 92 insertions(+), 76 deletions(-) commit a8fc0ac48c1f8c349e1373002b18ab8a7589c64d Author: Pierre-Yves Luyten Date: Mon Jun 30 22:48:59 2014 +0200 Do not gtk_widget_show_all on top level or main view This was convenient but is not appropriate because of the GtkActionBar. Some widgets needs to remain hidden, hacking around this would be absurd while we rather need not to show what is not to be shown... See #721195 (version 3.13+) src/bjb-bijiben.c | 4 +++- src/bjb-main-view.c | 3 ++- src/bjb-search-toolbar.c | 1 + src/bjb-selection-toolbar.c | 14 ++++++++++---- src/bjb-window-base.c | 15 ++++++++++++++- 5 files changed, 30 insertions(+), 7 deletions(-) commit bac3feecca1c1cf035dd6a751c0acd0dcb11f54f Author: Fran DiƩguez Date: Tue Jul 1 21:36:52 2014 +0200 Updated Galician translations po/gl.po | 162 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 89 insertions(+), 73 deletions(-) commit 9345c66f6de6c3f10fc499f9a48102bdc909a5db Author: Yuri Myasoedov Date: Mon Jun 30 23:12:34 2014 +0400 Updated Russian translation po/ru.po | 157 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 83 insertions(+), 74 deletions(-) commit 85ee2efcb0de8f746a6c4d87873588f03a96fc95 Author: Daniel Mustieles Date: Mon Jun 30 13:46:12 2014 +0200 Updated Spanish translation po/es.po | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) commit 89ebe39df93158603cd6e1db2ee44c2996af22ed Author: Andika Triwidada Date: Sat Jun 28 03:47:25 2014 +0000 Updated Indonesian translation po/id.po | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) commit 36f669674254ae72b78293d89066cd50948167d6 Author: Pierre-Yves Luyten Date: Mon Jun 23 23:18:53 2014 +0200 Prepare for 3.13.3 NEWS | 20 ++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-)