summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkwindow-wayland.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Convert mouse position to doubles, add new getterswip/window-scalesAlexander Larsson2013-07-031-2/+2
* wayland: Support gdk_window_get_scaleAlexander Larsson2013-06-281-10/+86
* wayland: ensure the clip region is updated after the window size is updatedThomas Wood2013-05-141-1/+1
* wayland: Don't use double buffers for wayland when not neededAlexander Larsson2013-05-071-11/+47
* gdkwindow: Remove translate vfuncAlexander Larsson2013-05-071-10/+0
* wayland: when possible, fill in actual and predicted presentation timesOwen W. Taylor2013-04-251-0/+70
* wayland: fill in refresh_interval in GdkFrameTimingsOwen W. Taylor2013-04-251-0/+47
* GdkWaylandWindow: Consolidate surface creation and destruction codeOwen W. Taylor2013-04-251-46/+30
* GdkWaylandWindow: synchronize frame drawingOwen W. Taylor2013-04-251-2/+71
* GdkWindowWayland: make sure we attach the surface when repaintingOwen W. Taylor2013-04-251-15/+21
* GdkWindowWayland: draw, then damage, then commitOwen W. Taylor2013-04-251-2/+3
* wayland: Don't get the shell surface twiceMatthias Clasen2013-04-131-1/+3
* Remove an unused filed in GdkWindowImplWaylandMatthias Clasen2013-03-311-3/+0
* wayland: Pass most recent button press serial to set_popup_surfaceKristian Høgsberg2013-03-271-4/+3
* wayland: Add support for custom surfacesJan Arne Petersen2013-03-241-16/+117
* wayland: complete cursor_for_pixbufThomas Hindoe Paaboel Andersen2013-03-211-1/+1
* wayland: Preserve dimensions separately for fullscreen / maximised caseRob Bradford2013-03-191-7/+16
* wayland: Implement gdk_window_[un]maximizeScott Moreau2013-03-181-2/+41
* wayland: Always attach buffer before committingScott Moreau2013-03-181-7/+0
* wayland: Remove unused wayland-egl headerScott Moreau2013-03-181-1/+0
* wayland: Set title on shell surfaces to window titleScott Moreau2013-03-181-0/+12
* wayland: Synthesize fullscreen window state changeRob Bradford2013-02-191-0/+6
* wayland: attempt to determine the possible parent surface for popupsThomas Wood2013-02-181-2/+24
* wayland: look further through the hierarchy for the surface with the grabThomas Wood2013-02-181-4/+12
* Reimplement _NET_WM_SYNC_REQUEST inside X11 backendOwen W. Taylor2013-02-141-17/+0
* wayland: set the "transient inactive" flag on tooltip surfacesThomas Wood2013-02-121-3/+10
* wayland: Make GdkWaylandDevice publicJan Arne Petersen2013-02-011-2/+2
* wayland: Implement gdk_window_fullscreen & gdk_window_unfullscreenRob Bradford2013-01-291-0/+26
* wayland: Make GdkWaylandWindow publicJan Arne Petersen2013-01-231-3/+47
* wayland: Drop code to use cairo-gl for renderingRob Bradford2013-01-181-68/+0
* wayland: Update to reflect protocol changesScott Moreau2012-10-191-0/+1
* 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: 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_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: 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: Port to SHM pool allocation mechanismRob Bradford2012-07-121-30/+38
* wayland: Port to new input protocol mechanismRob Bradford2012-07-121-8/+8
* wayland: Protocol change: ping event on shell_surfaceRob Bradford2012-07-121-0/+9
* 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 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: Rename GdkDisplayWayland to GdkWaylandDisplayRob Bradford2012-04-171-7/+7
* wayland: Use an ARGB buffer for the Cairo and SHM surfaceRob Bradford2012-04-161-2/+2