commit b0d55a306114e5ab753cc56d460b940ef16e51ba Author: Matthias Clasen Date: Fri Apr 1 17:40:39 2011 -0400 Updates NEWS | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 7565bcd9285cee3a1d360e39e3d33b9f58517246 Author: Matthias Clasen Date: Fri Apr 1 16:42:42 2011 -0400 List all available icons in Makefile.am This mismatch was causing e.g. gtk-caps-lock-warning.png to show up as missing image in entries. At the same time, sort the icon list alphabetically. gtk/Makefile.am | 441 ++++++++++++++++++++++++++++--------------------------- 1 files changed, 227 insertions(+), 214 deletions(-) commit 174ad13a2f84403d4b2c1051d04689e6cd1576ae Author: Matthias Clasen Date: Sun Mar 6 00:31:20 2011 -0500 Use existing mime type for GTK_FILE stock icon document-x-generic is not actually a mimetype. Using text-x-generic instead lets us work out-of-the-box in a11y themes. gtk/Makefile.am | 6 +- gtk/stock-icons/16/document-x-generic.png | Bin 569 -> 0 bytes gtk/stock-icons/16/document-x-generic.svg | 246 ----------------------------- gtk/stock-icons/16/text-x-generic.png | Bin 0 -> 569 bytes gtk/stock-icons/16/text-x-generic.svg | 246 +++++++++++++++++++++++++++++ gtk/stock-icons/24/document-x-generic.png | Bin 736 -> 0 bytes gtk/stock-icons/24/document-x-generic.svg | 213 ------------------------- gtk/stock-icons/24/text-x-generic.png | Bin 0 -> 736 bytes gtk/stock-icons/24/text-x-generic.svg | 213 +++++++++++++++++++++++++ 9 files changed, 461 insertions(+), 463 deletions(-) commit c9c23b0728552f9b7a640839100a82ae6d9ac81b Author: Alexander Larsson Date: Mon Mar 28 14:00:03 2011 +0200 Ensure we always grab the gdk lock in async callbacks Async callbacks are delivered in idles, so we need to make sure we get the gdk lock before calling any gdk/gtk stuff. This was missing in a few places. gtk/gtkfilechooserdefault.c | 9 ++++++++- gtk/gtkfilesystem.c | 3 +++ gtk/gtkfilesystemmodel.c | 4 ++++ gtk/gtkrecentmanager.c | 6 ++++++ gtk/gtksearchenginetracker.c | 10 +++++++++- 5 files changed, 30 insertions(+), 2 deletions(-) commit 7dec704421569bd029cc57bd4a49b38de74dfda7 Author: Chun-wei Fan Date: Sat Mar 26 15:32:45 2011 +0800 Update VS Property sheet Make GDK-Pixbuf include path consistant with autofiscated builds build/win32/vs9/gtk+.vsprops | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7308b4f01b8e49da6777c67bb0f22f2d34547bf5 Author: Kjartan Maraas Date: Sun Mar 20 10:41:02 2011 +0100 Updated Norwegian bokmål translation po/nb.po | 354 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 178 insertions(+), 176 deletions(-) commit eb475e605680d486a461b5656b9ce517fbc67c19 Author: Wouter Bolsterlee Date: Sat Mar 19 17:43:15 2011 +0100 Updated Dutch translation by Wouter Bolsterlee po/nl.po | 553 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 280 insertions(+), 273 deletions(-) commit ddd632dfc68d5024faa67dbb5d85af00d2ea2964 Author: Mike Gorse Date: Mon Mar 14 15:34:26 2011 -0500 Support GtkComboBoxEntry in GAIL again GAIL now supports the has_entry property for combo boxes, but the old GtkComboBoxEntry class does not use this property, so GAIL has not been supporting it correctly in 2.24. http://bugzilla.gnome.org/show_bug.cgi?id=637304 modules/other/gail/gailcombobox.c | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) commit 6e178a69fc73b45f66fc511f7a274b8fefc2e2e7 Author: Pavel Holejsovsky Date: Wed Mar 16 10:45:35 2011 +0100 [GI] Add missing (out) and (array) annotations Backported from master commit 2fb1c064. gdk/gdk.c | 2 +- gdk/gdkdisplay.c | 2 +- gdk/gdkevents.c | 2 +- gdk/gdkrectangle.c | 2 +- gdk/gdkwindow.c | 22 +++++++++++++--------- gtk/gtkaboutdialog.c | 18 +++++++++--------- gtk/gtkalignment.c | 12 ++++++++---- gtk/gtkbuildable.c | 6 +++--- gtk/gtkbuilder.c | 4 ++-- gtk/gtkbutton.c | 4 ++-- gtk/gtkcalendar.c | 9 ++++++--- gtk/gtkcellrenderer.c | 20 ++++++++++---------- gtk/gtkcellview.c | 2 +- gtk/gtkclipboard.c | 6 +++--- gtk/gtkcolorsel.c | 7 ++++--- gtk/gtkdialog.c | 3 ++- gtk/gtkeditable.c | 8 ++++---- gtk/gtkentry.c | 4 ++-- gtk/gtkframe.c | 6 ++++-- gtk/gtkhsv.c | 22 +++++++++++----------- gtk/gtkicontheme.c | 14 ++++++++------ gtk/gtkiconview.c | 8 ++++---- gtk/gtkimcontext.c | 24 ++++++++++++------------ gtk/gtklabel.c | 8 ++++---- gtk/gtklayout.c | 6 ++++-- gtk/gtkmain.c | 9 +++++---- gtk/gtkmisc.c | 10 ++++++---- gtk/gtkprintcontext.c | 8 ++++---- gtk/gtkprinter.c | 8 ++++---- gtk/gtkprintsettings.c | 9 +++++---- gtk/gtkrange.c | 8 +++++--- gtk/gtkrc.c | 9 ++++++--- gtk/gtkrecentchooser.c | 5 +++-- gtk/gtkscale.c | 4 ++-- gtk/gtkscalebutton.c | 7 ++++--- gtk/gtkscrolledwindow.c | 8 ++++---- gtk/gtkselection.c | 19 ++++++++++--------- gtk/gtkspinbutton.c | 8 ++++---- gtk/gtkstock.c | 6 +++--- gtk/gtkstyle.c | 2 +- gtk/gtktestutils.c | 6 ++++-- gtk/gtktextbufferrichtext.c | 13 +++++++------ gtk/gtktextiter.c | 2 +- gtk/gtktextview.c | 2 +- gtk/gtktreednd.c | 7 ++++--- gtk/gtktreemodelfilter.c | 2 +- gtk/gtktreeview.c | 39 ++++++++++++++++++++------------------- gtk/gtktreeviewcolumn.c | 8 ++++---- 48 files changed, 228 insertions(+), 192 deletions(-) commit 7039a30400e420af9b075e7e2c30c7d0b5876198 Author: Chun-wei Fan Date: Wed Mar 16 14:45:38 2011 +0800 Update build/win32/vs9/README.txt Make the information in that file more up-to-date. build/win32/vs9/README.txt | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) commit 054625ab04bbd6510828addb02b99481ccadbf6c Author: Matthias Clasen Date: Mon Mar 14 14:30:40 2011 -0400 Bump version configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)