Accepting request 108101 from home:vuntz:branches:GNOME:Factory

Update to 3.3.18

OBS-URL: https://build.opensuse.org/request/show/108101
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=81
This commit is contained in:
2012-03-11 17:40:52 +00:00
committed by Git OBS Bridge
parent 2c9e48460e
commit ac2a71d9c7
4 changed files with 35 additions and 6 deletions

View File

@@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Mar 6 08:02:39 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.18:
+ Add support for touch devices:
- New device types GDK_SOURCE_TOUCHSCREEN and
GDK_SOURCE_TOUCHPAD for direct and indirect touch devices
- New event GdkEventTouch and GDK_TOUCH_MASK
- New signal GtkWidget::touch-event
+ Add support for smooth scrolling:
- Scroll events can contain scroll deltas, obtainable via
gdk_event_get_scroll_deltas()
- Scroll direction for such events is GDK_SCROLL_SMOOTH
- To receive scroll events, widgets must now set either
GDK_SCROLL_MASK or GDK_SMOOTH_SCROLL_MASK
+ GtkScrolledWindow will do kinetic scrolling with touch devices
+ XInput2 is now required for building the X11 backend, support
for XInput1 has been removed
+ Deprecations are now versioned, and new API is marked with the
version it was introduced. Use these with
GDK_VERSION_{MIN,MAX}_REQUIRED
+ Theming:
- Memory consumption of the CSS parser has been reduced
- CSS selectors of the form "a + b" and "a ~ b" work now
+ Bugs fixed: bgo#650693, bgo#655065, bgo#668141, bgo#669335,
bgo#669342, bgo#670555, bgo#670881, bgo#671057, bgo#671070,
bgo#671170.
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 21 12:07:40 UTC 2012 - vuntz@opensuse.org