]> Pileus Git - ~andy/gtk/history - gdk/wayland/gdkdevice-wayland.c
Change FSF Address
[~andy/gtk] / gdk / wayland / gdkdevice-wayland.c
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