Cross-platform GUI toolkit
Forked from bratsche/gtk Wed Apr 29 16:21:14 -0700 2009
Last updated Wed Nov 11 15:37:46 -0800 2009
Gtk+ branch with support for widget roles and sibling detection
Forked from aruiz/gtk-roles-and-siblings Sat Jan 24 03:08:16 -0800 2009
Last updated Thu Feb 19 07:12:02 -0800 2009
MPX-aware GTK+
Last updated Fri Jan 16 08:09:05 -0800 2009
96 commits »
Minor fixes
Use G_STRLOC instead __FILE__ and __LINE__
Add single-include guard and reduce includes to what's needed
Don't allow to include this new header individually
Fix a compilation warning: use NULL instead ""
Remove unused function
Fix compilation warnings: use G_GSIZE_FORMAT instead %i
bgo#563010 - Fix clearing the selection in GtkFileChooserButton
Added editing_canceled property to GtkCellEditable
Deprecated GtkNotebook tab packing
Deprecate GtkCurve and GtkGammaCurve
Added accesor for GTK_VIEWPORT (widget)->bin_window
Fix a compilation warning
Fix some compilation warning
Fix compilation warning
Remove some unnused variables
3 commits »
Fallback to XI1 if XI2 is not available in the server.
changed gdk_device_get_relative() to gdk_device_get_associated_device().
GdkDeviceXI2: Use XIMaskIsSet() for button state mask as well.
GdkEventSource: Do not ref a possibly NULL window.
12 commits »
Turn gdk_display_device_ungrab() into gdk_device_ungrab().
Add gtk_get_current_event_device().
GdkEventSource: Set event->any.window for window filters.
GdkDeviceCore: Implement get_history().
GdkDeviceXI: Use _gdk_device_allocate_history().
GdkDevice: Add _gdk_device_allocate_history().
Remove doubled declaration from gdk/gdkinput.h
Put 2 symbols in the right place in gdk.symbols
GdkWindowImpl: remove functions related to input windows.
Remove gdk/x11/gdkinputprivate.h.
Remove unused code.
GdkDeviceXI: XCloseDevice() on dispose.
6 commits »
GdkDeviceManagerXI2: Set devices' keys.
GdkDeviceManagerXI: Set devices' keys.
GdkDevice: Add private function to set device keys.
GdkDevice: Don't allow master devices to be disabled.
GdkDeviceManagerXI: Don't ignore core events so eagerly.
Don't try to enable extension events on master devices.
GdkDeviceCore: Use _gdk_device_add_axis().
GdkDeviceXI: X/Y could be uninitialized if these axes are ignored.
GdkDevice: Make gdk_device_set_axis_use() also modify internal data.
11 commits »
GdkWindow: Fix silly typo.
GdkWindow: Fix wrong cast.
GdkWindow: Remove unused variables.
GdkDeviceManagerXI: Mark keyboard devices as such.
Remove gdkinput-*.c
GdkDevice: move API docs to the new code location.
GdkDeviceManagerXI: Fill in the missing GdkDevice properties.
GdkDeviceManagerXI2: plug leak.
GdkDeviceManagerXI: Remove unused variables.
GdkDeviceManagerXI2: respect GDK_MODE_WINDOW.
Rework axes translation.
5 commits »
Remove GdkDevicePrivate usage.
Add initial GdkDeviceManagerXI implementation
GdkEventSource: Pass an allocated event to filters.
Compile again with xinput support enabled.
Remove gdk/x11/gdkevents-x11.c