summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* 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
* wayland: Remove unused member from structRob Bradford2012-04-161-4/+0
* wayland: hide predefined_atomsMathias Hasselmann2012-03-161-1/+1
* gdk: Make query_state() vfunc a void vfuncBenjamin Otte2012-03-091-3/+1
* wayland: Add some useful comments explaining the cairo surface behaviourRob Bradford2012-03-061-0/+28
* wayland: Add NULL warning check to _gdk_wayland_window_set_device_grabbedRob Bradford2012-03-061-1/+5
* wayland: Don't try and reset the pointer window grab if there wasn't oneRob Bradford2012-03-061-3/+4
* wayland: Categorise menus, popups and combo boxes as Wayland popup windowsRob Bradford2012-02-271-11/+36
* wayland: Store the device that does a grab for a window on the windowRob Bradford2012-02-273-0/+33
* wayland: Call wl_shell_surface_set_{popup,transient,toplevel} before attachRob Bradford2012-02-271-2/+2
* Change FSF AddressJavier Jardón2012-02-2714-42/+14
* gdk: pull more precondition checks into the generic gdkscreen.cMichael Natterer2012-02-241-8/+0
* GdkScreen: fix precondition checks in the public APIMichael Natterer2012-02-211-28/+0
* wayland: Fix return type from gdk_wayland_window_configure()Kristian Høgsberg2012-01-301-1/+1
* wayland: Also synthesize a configure event from gdk_window_wayland_move_resizeKristian Høgsberg2012-01-292-28/+33
* wayland: Destroy shell surface as we destroy the surfaceKristian Høgsberg2012-01-191-0/+1
* wayland: Report middle and right buttons correctlyKristian Høgsberg2012-01-181-2/+15
* wayland: Update modifiers handling to match new semanticsRob Bradford2012-01-181-5/+3
* wayland: Handle request for selection atoms when there's no selectionKristian Høgsberg2012-01-171-1/+1
* wayland: Adapt move_resize vfunc implementation to match semanticsRob Bradford2012-01-171-1/+5
* wayland: Set GdkWindow focused state based on keyboard focusKristian Høgsberg2012-01-163-30/+26
* wayland: Implement client side keyboard repeatKristian Høgsberg2012-01-161-4/+63
* wayland: Free the internal selection data when the selection is clearedRob Bradford2012-01-131-0/+11
* wayland: Fix memory handling for the selection callbacksRob Bradford2012-01-132-5/+8
* wayland: Add basic API for setting and clearing the selection on the deviceRob Bradford2012-01-132-0/+158
* wayland: Expose basic mechanism for getting selection content by callbackRob Bradford2012-01-132-1/+127
* wayland: Add call to get types available for the selection as atomsRob Bradford2012-01-132-0/+41
* wayland: Remove unused variables to silence compiler warningRob Bradford2012-01-131-4/+0
* wayland: Set surface type based on GdkWindow hintKristian Høgsberg2012-01-131-2/+13
* wayland: Update to new SHM buffer format typeRob Bradford2012-01-131-1/+1
* wayland: Remove unused variable from grab implementationRob Bradford2012-01-121-3/+0
* wayland: Fix compilation warning for destroy function implementationRob Bradford2012-01-121-1/+1
* wayland: Fix implementation of gdk_atom_nameRob Bradford2012-01-121-2/+2
* wayland: Remove unused variableRob Bradford2012-01-121-1/+0
* wayland: Constrain the window configure requests to the window's geometryRob Bradford2012-01-091-0/+11
* wayland: Implement set_geometry_hints vfuncRob Bradford2012-01-091-0/+10
* wayland: Make the resize and move functions use gdk_device_ungrabRob Bradford2012-01-091-25/+13
* wayland: Add implementations for the device_grab / device_ungrab vfuncsKristian Høgsberg2012-01-091-0/+46
* wayland: Break an implicit grab when asking to be resizedRob Bradford2012-01-061-0/+22
* wayland: Make the event source use _gdk_display_get_next_serialRob Bradford2012-01-061-2/+2
* wayland: Implement the get_next_serial vfunc on GdkDisplayRob Bradford2012-01-061-1/+2
* wayland: The shared cursors are now installed in the weston directoryKristian Høgsberg2012-01-061-1/+1
* wayland: Set a default cursor when the window cursor is set to NULLRob Bradford2012-01-051-6/+12
* gdk/*: Use g_list_free_full convenience functionJavier Jardón2012-01-052-4/+2
* Add gdk_screen_get_monitor_workareaMatthias Clasen2011-12-181-0/+1
* wayland: Add dummy implementation of the wl_data_device functionalityRob Bradford2011-12-141-0/+159