summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* gdk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-2/+2
* wayland: Fallback to setting transient windows if no seat availableRob Bradford2012-07-181-13/+15
* wayland: Don't compare against GdkWindowTypeHint as a bitmaskRob Bradford2012-07-181-3/+3
* wayland: Add default settings implementation for Wayland backend.José Dapena Paz2012-07-171-2/+68
* wayland: Initial version of keyboard key event handlingJosé Dapena Paz2012-07-162-455/+205
* wayland: Hook up _get_num_lock / _get_caps_lock to read from XKB stateJosé Dapena Paz2012-07-161-2/+4
* wayland: Remove unused function declarationRob Bradford2012-07-161-1/+0
* wayland: Remove annoying whitespaceRob Bradford2012-07-161-1/+0
* wayland: Create and expose an xkb_state on the keymap objectJosé Dapena Paz2012-07-162-2/+6
* wayland: Refactor the keymap handling so it is associated with deviceJosé Dapena Paz2012-07-164-71/+65
* wayland: Use the correct union member for axis eventsRob Bradford2012-07-161-1/+1
* wayland: implementation of pointer_handle_axis.José Dapena Paz2012-07-161-0/+35
* wayland: Implement the keyboard_enter/keyboard_leave eventsRob Bradford2012-07-161-0/+45
* wayland: data_device.data_offer now has a safe object wrapperRob Bradford2012-07-161-8/+2
* wayland: Process the keymap that is sent over from the compositorRob Bradford2012-07-165-0/+71
* wayland: Expose _gdk_wayland_display_get_keymap internallyRob Bradford2012-07-161-3/+3
* wayland: Ensure we destroy the shell surface when destroying the surfaceRob Bradford2012-07-121-11/+22
* wayland: wl_shell_surface_set_popup requires a valid seat and serialRob Bradford2012-07-121-1/+12
* wayland: Protocol update: wl_pointer_set_cursor takes a serialRob Bradford2012-07-121-1/+6
* wayland: Protocol update: wl_shell_surface_resize and _move take serialsRob Bradford2012-07-121-2/+9
* wayland: Save the serial number for the ping eventRob Bradford2012-07-121-0/+7
* wayland: Save the serial numbers for the pointer eventsRob Bradford2012-07-121-1/+12
* wayland: Add internal API for handling Wayland serial numbersRob Bradford2012-07-123-1/+19
* wayland: Ensure that _get_client_pointer returns a pointerRob Bradford2012-07-121-1/+12
* wayland: Port to libxkbcommon API changesRob Bradford2012-07-121-2/+2
* wayland: Switch to new wayland cursors mechanismRob Bradford2012-07-124-91/+77
* wayland: Protocol change: wl_buffer_damageRob Bradford2012-07-121-14/+0
* wayland: Protocol change: configure eventRob Bradford2012-07-121-1/+0
* wayland: Protocol change: wl_shell_surface_* take surfaces for parentsRob Bradford2012-07-121-2/+2
* wayland: Remove unused variableRob Bradford2012-07-121-1/+0
* wayland: Temporary disable/hackaround keyboard codeRob Bradford2012-07-121-4/+21
* wayland: Port to SHM pool allocation mechanismRob Bradford2012-07-121-30/+38
* wayland: Port to new input protocol mechanismRob Bradford2012-07-124-61/+377
* wayland: Load cursor theme using new Wayland cursor libraryRob Bradford2012-07-122-0/+26
* wayland: Remove unhelpful debug messageRob Bradford2012-07-121-3/+0
* wayland: Protocol change: ping event on shell_surfaceRob Bradford2012-07-121-0/+9
* wayland: Update to new header path for xkbcommonRob Bradford2012-07-123-3/+3
* wayland: Calculate window position offset to give emulated root coordinatesRob Bradford2012-04-251-5/+32
* wayland: Only update position if the with_move flag is setRob Bradford2012-04-251-7/+10
* wayland: Improve error message handling in cursor buffer codeRob Bradford2012-04-251-15/+22
* wayland: Improve the error reporting in the Cairo GL surface code pathRob Bradford2012-04-191-2/+8
* wayland: Improve error messages during SHM buffer creationRob Bradford2012-04-191-17/+26
* wayland: Expose GdkWaylandDisplayManager as a public GTypeRob Bradford2012-04-172-11/+11
* wayland: Rename GdkScreenWayland to GdkWaylandScreenRob Bradford2012-04-171-43/+43
* wayland: Rename GdkDisplayWayland to GdkWaylandDisplayRob Bradford2012-04-176-61/+61
* wayland: Use an ARGB buffer for the Cairo and SHM surfaceRob Bradford2012-04-161-2/+2
* wayland: Force an expose for the whole area when scrollingRob Bradford2012-04-161-15/+1
* wayland: Add support for rendering into an SHM buffer with Cairo image backendRob Bradford2012-04-163-3/+139
* wayland: Move the buffer creation to the cairo surface creationRob Bradford2012-04-161-3/+4
* wayland: Move the finalize function to allow a clear logical block of codeRob Bradford2012-04-161-17/+18