summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* Reimplement _NET_WM_SYNC_REQUEST inside X11 backendOwen W. Taylor2013-02-141-17/+0
* wayland: Add support for output device removalRob Bradford2013-02-143-6/+24
* wayland: Add basic multiple output supportRob Bradford2013-02-143-3/+5
* wayland: Handle wl_output in GdkWaylandScreenJan Arne Petersen2013-02-133-71/+85
* wayland: skip pointer and keyboard events without a surfaceThomas Wood2013-02-121-0/+12
* wayland: set the "transient inactive" flag on tooltip surfacesThomas Wood2013-02-121-3/+10
* wayland: React to G_IO_ERR and G_IO_HUP on the wayland socketRob Bradford2013-02-061-1/+4
* wayland: remove debug messageThomas Wood2013-02-061-2/+0
* wayland: avoid returning NULL when getting a cursorThomas Wood2013-02-061-2/+8
* wayland: use the GdkCursorType enum information to lookup the cursor nameThomas Wood2013-02-061-30/+14
* wayland: fix the direction of scrollingThomas Wood2013-02-061-2/+3
* wayland: Use g_value_set_static to avoid string copiesRob Bradford2013-02-051-3/+3
* wayland: Pull the cursor theme name out from the setting for itRob Bradford2013-02-051-1/+8
* wayland: Advertise the cursor theme through GtkSettings as AdwaitaRob Bradford2013-02-051-0/+7
* wayland: Add global_remove handlerJan Arne Petersen2013-02-011-1/+7
* wayland: Make GdkWaylandDevice publicJan Arne Petersen2013-02-016-96/+145
* wayland: Rename GdkWaylandDeviceJan Arne Petersen2013-02-011-32/+32
* wayland: Remove unused, commented out codeJan Arne Petersen2013-02-011-405/+0
* wayland: Implement gdk_window_fullscreen & gdk_window_unfullscreenRob Bradford2013-01-291-0/+26
* wayland: Add missing reference to gdkwaylandwindow.hRico Tzschichholz2013-01-271-1/+2
* wayland: Make GdkWaylandWindow publicJan Arne Petersen2013-01-235-5/+101
* wayland: Make GdkWaylandDisplay publicJan Arne Petersen2013-01-236-17/+127
* wayland: Handle the keymap being needed before we know about seatsRob Bradford2013-01-221-1/+13
* wayland: Drop code to use cairo-gl for renderingRob Bradford2013-01-183-158/+0
* wayland: update to work with stable libxkbcommonRan Benita2012-10-293-17/+12
* wayland: Update to reflect protocol changesScott Moreau2012-10-196-44/+28
* 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