diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-07-22 09:17:50 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-07-22 18:51:11 -0400 |
commit | edcce8e6baba0dac06c4c59433e28023b7a8163c (patch) | |
tree | 02c7b6316e91cab794c1b0862b2c80f5fe28694b /NEWS | |
parent | 0388781e8f3415bad909d9f29c5a4c9d9ccd2ea4 (diff) | |
download | gtk+-edcce8e6baba0dac06c4c59433e28023b7a8163c.tar.gz |
Updates for 3.1.10
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -1,3 +1,51 @@ +Overview of Changes in GTK+ 3.1.10 +================================== + +* Assorted file chooser improvements/redesign: + - Remove the expander in Save mode + - Move the path bar up in Save mode + - Remember the last opened directory + - Start in recently-used mode when no folder is set + - Update recent-files when confirming in the file chooser + +* Accessibility: + - Gail has been merged into GTK+ and is no longer a module + - A testsuite for a11y functionality has been added + +* Theming: + - Icon view cells can now have a border + +* GtkMountOperation can now show processes on OpenBSD + +* Gdk input devices now expose their XInput2 device ID + via gdk_x11_device_get_id() + +* Bugs fixed: + 653450 gtkfilechooser crashes when adding favorite + 653705 GtkAssistant doesn't notice destroyed pages + 653947 Crash in gdk/x11/gdkdevicemanager-xi2.c:get_event_window + 654125 gdkoffscreenwindow set any impl handlers to null... + 654179 iconview: make it possible for selected cells to render... + 654428 focusable labels are emitting inappropriate object:text-sel... + 654678 Message dialog's primary text font increases on every call... + 654695 Memory corruption in gtk_theming_engine_register_property() + 654720 void return issues cause compile issues for GTK 3.1.8 + 655009 Clamp border radius following CSS specs + +* Translation updates: + Galician + German + Hebrew + Latvian + Lithuanian + Norwegian bokmål + Persian + Polish + Slovenian + Spanish + Uighur + + Overview of Changes in GTK+ 3.1.8 ================================= |