gtk+ 3.3.18



About Gtk+
==========

GTK+ is a multi-platform toolkit for creating graphical user
interfaces. Offering a complete set of widgets, GTK+ is suitable for
projects ranging from small one-off tools to complete application
suites.

GTK+ has been designed from the ground up to support a range of
languages, not only C/C++. Using GTK+ from languages such as Perl and
Python (especially in combination with the Glade GUI builder) provides
an effective method of rapid application development.

GTK+ is free software and part of the GNU Project. However, the
licensing terms for GTK+, the GNU LGPL, allow it to be used by all
developers, including those developing proprietary software, without
any license fees or royalties.

News
====

* 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

* Bug fixes:
 650693 Drawing errors in column headers when adding...
 655065 Build failure on OS X 10.7 Lion
 668141 button: don't be active when holding the mouse...
 669335 Render a background in the scrollbars junction area
 669342 overlay: add left/right/top/bottom style classes...
 670555 I can't change GtkInfoBar text color via the theme
 670881 Deactivate the menu if the window is withdrawn
 671057 colorchooser can't remove palette
 671070 Correct GroupSwitch mask
 671170 GtkTable and GtkGrid alignment problem

* Translation updates:
 Basque
 Belarusian
 Brazilian Portuguese
 Bulgarian
 Estonian
 Finnish
 Galician
 Hungarian
 Kazakh
 Korean
 Polish
 Persian
 Punjabi
 Serbian
 Slovenian
 Swedish
 Telugu
 Spanish
 Ukranian
 Vietnamese




Download
========

http://download.gnome.org/sources/gtk+/3.3/gtk+-3.3.18.tar.xz (12.4M)
  sha256sum: c63cc7ff19c28f73c1060f4b6168ef0f6cb359803abb990baa5c5f5a48f31f90



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]