]> Pileus Git - ~andy/gtk/history - gdk/wayland/gdkdevice-wayland.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gdk / wayland / gdkdevice-wayland.c
2013-03-15 Matthias Clasenwayland: Rename GdkDeviceManagerCore to GdkWaylandDevic...
2013-02-19 Thomas Woodwayland: attempt to determine the possible parent surfa...
2013-02-12 Thomas Woodwayland: skip pointer and keyboard events without a...
2013-02-06 Thomas Woodwayland: fix the direction of scrolling
2013-02-02 Jan Arne Petersenwayland: Make GdkWaylandDevice public
2013-02-02 Jan Arne Petersenwayland: Rename GdkWaylandDevice
2013-02-02 Jan Arne Petersenwayland: Remove unused, commented out code
2012-11-02 Federico Mena QuinteroMerge branch 'bgo687196-filesystemmodel-crash'
2012-10-29 Ran Benitawayland: update to work with stable libxkbcommon
2012-10-19 Scott Moreauwayland: Update to reflect protocol changes
2012-07-16 José Dapena Pazwayland: Initial version of keyboard key event handling
2012-07-16 Rob Bradfordwayland: Remove annoying whitespace
2012-07-16 José Dapena Pazwayland: Refactor the keymap handling so it is associat...
2012-07-16 Rob Bradfordwayland: Use the correct union member for axis events
2012-07-16 José Dapena Pazwayland: implementation of pointer_handle_axis.
2012-07-16 Rob Bradfordwayland: Implement the keyboard_enter/keyboard_leave...
2012-07-16 Rob Bradfordwayland: data_device.data_offer now has a safe object...
2012-07-16 Rob Bradfordwayland: Process the keymap that is sent over from...
2012-07-12 Rob Bradfordwayland: Protocol update: wl_pointer_set_cursor takes...
2012-07-12 Rob Bradfordwayland: Save the serial numbers for the pointer events
2012-07-12 Rob Bradfordwayland: Ensure that _get_client_pointer returns a...
2012-07-12 Rob Bradfordwayland: Switch to new wayland cursors mechanism
2012-07-12 Rob Bradfordwayland: Port to new input protocol mechanism
2012-07-12 Rob Bradfordwayland: Update to new header path for xkbcommon
2012-04-17 Rob Bradfordwayland: Rename GdkDisplayWayland to GdkWaylandDisplay
2012-03-09 Benjamin Ottegdk: Make query_state() vfunc a void vfunc
2012-03-06 Rob Bradfordwayland: Don't try and reset the pointer window grab...
2012-02-27 Rob Bradfordwayland: Store the device that does a grab for a window...
2012-02-27 Javier JardónChange FSF Address
2012-01-18 Kristian Høgsbergwayland: Report middle and right buttons correctly
2012-01-17 Kristian Høgsbergwayland: Handle request for selection atoms when there...
2012-01-16 Kristian Høgsbergwayland: Set GdkWindow focused state based on keyboard...
2012-01-16 Kristian Høgsbergwayland: Implement client side keyboard repeat
2012-01-13 Rob Bradfordwayland: Free the internal selection data when the...
2012-01-13 Rob Bradfordwayland: Fix memory handling for the selection callbacks
2012-01-13 Rob Bradfordwayland: Add basic API for setting and clearing the...
2012-01-13 Rob Bradfordwayland: Expose basic mechanism for getting selection...
2012-01-13 Rob Bradfordwayland: Add call to get types available for the select...
2012-01-13 Rob Bradfordwayland: Remove unused variables to silence compiler...
2012-01-12 Rob Bradfordwayland: Remove unused variable from grab implementation
2012-01-12 Rob Bradfordwayland: Fix compilation warning for destroy function...
2012-01-09 Kristian Høgsbergwayland: Add implementations for the device_grab /...
2012-01-05 Rob Bradfordwayland: Set a default cursor when the window cursor...
2012-01-05 Javier Jardóngdk/*: Use g_list_free_full convenience function
2011-12-14 Rob Bradfordwayland: Add dummy implementation of the wl_data_device...
2011-12-14 Rob Bradfordwayland: Get the data device during input device setup
2011-12-14 Rob Bradfordwayland: Don't use deprecated function: gdk_window_get_...
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-11 Kristian Høgsbergwayland: Only set x, y, and modifiers if the pointers...
2011-02-11 Kristian Høgsbergwayland: There's only one screen
2011-02-11 Kristian Høgsbergwayland: Remove some fprintf debug messages
2011-02-10 Kristian Høgsbergwayland: Adjust the hw keycode in key events for min_ke...
2011-02-10 Kristian Høgsbergwayland: Return surface coordinates and mask in window_...
2011-02-10 Kristian Høgsbergwayland: Fix indentation
2011-02-10 Kristian Høgsbergwayland: Unref the keyboard focus surface when losing...
2011-02-10 Kristian Høgsbergwayland: Use GDK_NOTE for logging event debug messages
2011-02-10 Kristian Høgsbergwayland: Set event screen
2011-02-10 Kristian Høgsbergwayland: Copy translate_keyboard_string() form x11...
2011-02-10 Kristian Høgsbergwayland: Actually return device in _gdk_wayland_device_...
2011-02-09 Kristian Høgsbergwayland: Clear modifier mask before restoring from...
2011-02-09 Kristian Høgsbergwayland: Consolidate device and devicemanager implement...
2011-02-09 Kristian Høgsbergwayland: Support setting cursors
2011-02-05 Kristian HøgsbergAdd Wayland backend