-------------------------------------------------------------------
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
- Update to version 3.3.16:
+ The widget-factory theme test is now installed as a demo named
gtk3-widget-factory
+ The Raleigh theme is now a pure fallback theme that doesn't
share any CSS with other themes anymore
+ GtkColorSelectionDialog has been deprecated in favor of a new
color chooser widget named GtkColorChooserDialog
+ The GtkApplication session support has been simplified
+ Bugs fixed: bgo#612283, bgo#668114, bgo#669116, bgo#669208,
bgo#669511, bgo#669636, bgo#669638, bgo#669794, bgo#669947,
bgo#670077, bgo#670078, bgo#670400.
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 7 07:36:24 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.14:
+ Theming:
- Fixes for border handling in GtkEntry, GtkCellRendererText,
GtkComboBox
- Parse values more carefully, supporting percentages, angles
- Implement CSS linear-gradient syntax
- Support background-size
- Support a gtk.gresource file in themes
+ Bugs fixed: bgo#543520, bgo#649121, bgo#669176.
+ Updated translations.
- Remove xz BuildRequires now that it comes for free in the build
system.
-------------------------------------------------------------------
Tue Jan 31 08:42:56 UTC 2012 - vuntz@opensuse.org
- Update to version 3.3.12:
+ GtkApplication:
- Add API to create menus from models
- New format for