diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-07-12 10:04:18 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-07-12 10:05:34 -0400 |
commit | d20ac9715efdab9a6f4cf10de2a317ab7cc8a271 (patch) | |
tree | ca3cca52de4227c31a0dae630b15f837872223a7 /NEWS | |
parent | 7cf895257f9e8b01cf8e50e570931900b472766c (diff) | |
download | gtk+-d20ac9715efdab9a6f4cf10de2a317ab7cc8a271.tar.gz |
Updates
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 47 |
1 files changed, 47 insertions, 0 deletions
@@ -1,3 +1,50 @@ +Overview of Changes from GTK+ 2.90.4 to 2.90.5 +============================================== + +* Support NOCONFIGURE in autogen.sh to avoid running configure + +* The cairo dependency has been bumped to 1.9.10 + +* Drop aliasing hacks instead use -Bsymbolic-funtions. + +* Bugs: + 589904 Certain drawing in some widgets does not pass on... + 610346 Confusion between GtkWindow:allow-grow and GtkWindow:resizable + 613284 Replace GdkRegion with cairo_region_t + 617386 Migrate API docs from templates to source files (GtkButton) + 617389 Migrate API docs from templates to source files (GtkCalendar) + 617392 Migrate API docs from templates to source files (GtkCellEditable) + 621414 Can't select file on file browser popup after choosing to sort... + 622677 Remove GdkWindowObject public structure + 623239 also show num-lock warning + 623307 Annotate gdk_display_manager_list_displays return value + 623389 [iconview] Fix segfault when using rubberband selection + 623476 [windows] gdk fails to compile + 623520 gtk+ 3 fails to build from outside git source tree + 623845 Use -Bsymbolic + +* Deprecations and cleanups: + - GdkRegion has been removed, and region-using code has been ported + to cairo_region_t and cairo_rectangle_int_t. + - The deprecated GdkFont has been removed, together with vestigial + uses in GTK+, including the GdkFontSel::font property and a GdkFont + member in GtkStyle. + - The GdkWindowObject structure has been removed from public headers. + - The GdkWindow::allow-grow and ::allow-shrink properties have been removed. + +* Quartz: + - Misc fixed to clipping and color handling + - Update the DND code for GdkDevice changes + +* Translation updates: + Estonian + Galician + Hebrew + Kazakh + Slovenian + Spanish + + Overview of Changes from GTK+ 2.90.3 to 2.90.4 ============================================== |