summaryrefslogtreecommitdiff
path: root/gdk/wayland
Commit message (Expand)AuthorAgeFilesLines
* Fix event->button.y_root when using mouse buttons and dnd canceledMaks Naumov2015-01-171-1/+1
* gdkeventsource-wayland: Fix styleJasper St. Pierre2014-12-281-2/+2
* wayland: Pass shadow width to the compositorCarlos Garnacho2014-11-231-15/+28
* gdkwindow: Don't pass the region to the impl when beginning a paintJasper St. Pierre2014-11-221-3/+2
* GdkGLContext: Remove unused update vfuncAlexander Larsson2014-11-201-19/+0
* configure.ac: Depend on cairo 1.14.0Javier Jardón2014-11-103-16/+3
* wayland: Schedule a clock tick instead of wl_surface_commit()ting directlyCarlos Garnacho2014-11-071-8/+27
* wayland: Don't translate a NULL region into an empty oneCarlos Garnacho2014-11-071-2/+7
* GdkGLContext: Add display propertyAlexander Larsson2014-11-031-0/+1
* Add GdkGLContext::profileAlexander Larsson2014-10-301-0/+4
* Remove GdkGLContext::visualAlexander Larsson2014-10-301-1/+0
* GdkGLContext: Track shared contextAlexander Larsson2014-10-301-0/+1
* GdkGLContext: Change the way we track the current contextAlexander Larsson2014-10-303-14/+24
* wayland: Emit GDK_OWNER_CHANGE events around wl_data_offer changesCarlos Garnacho2014-10-291-0/+38
* GdkGlContextWayland: Don't require specific bit depthsAlexander Larsson2014-10-281-3/+3
* wayland: Don't use the default displayJasper St. Pierre2014-10-275-39/+44
* gdkdisplay: Provide a default event_data_copy / event_data_freeJasper St. Pierre2014-10-271-15/+0
* Rename gdk_gl_context_flush_buffer to gdk_gl_context_end_frameAlexander Larsson2014-10-271-4/+4
* GL: Follow naming conventionsMatthias Clasen2014-10-212-4/+4
* wayland: don't init if XDG_RUNTIME_DIR missingRyan Lortie2014-10-211-0/+7
* wayland: Don't try to create a subsurface againBastien Nocera2014-10-211-3/+0
* Correct another Since tagMatthias Clasen2014-10-131-1/+1
* gl: Make gdk_gl_context_make_current() return voidAlexander Larsson2014-10-132-16/+14
* Fix warningAlexander Larsson2014-10-131-1/+0
* gl: Make all user GdkGLContexts not attached to any windowAlexander Larsson2014-10-135-2/+63
* wayland: Add OpenGL supportAlexander Larsson2014-10-139-9/+623
* wayland: Set GdkVisual::bits_per_rgb to 8Alexander Larsson2014-10-131-0/+1
* wayland: write wl_data_offer data asynchronouslyCarlos Garnacho2014-10-101-17/+97
* gdk: Deprecate static gravitiesBenjamin Otte2014-10-061-8/+0
* Implement titlebar action settings for WaylandMatthias Clasen2014-09-251-1/+3
* Wayland: Fix various compiler warningsMatthias Clasen2014-09-059-68/+21
* wayland: Don't leak the tmp_keymapJasper St. Pierre2014-09-051-1/+2
* wayland: Correctly find the keyboard for the keymapJasper St. Pierre2014-09-051-1/+1
* wayland: Unset window_impl->commit_pending when hiding the surfaceCarlos Garnacho2014-09-011-0/+1
* wayland: Store and use the current grab cursor, if anyCarlos Garnacho2014-09-011-2/+33
* wayland: Keep the last cursor on leave, try to restore it on enterCarlos Garnacho2014-09-011-5/+5
* wayland: Reference pixmap-based cursors' surface before handing the wl_bufferCarlos Garnacho2014-09-011-0/+2
* wayland: Add private API to retrieve the drag window for a drag contextCarlos Garnacho2014-09-012-0/+13
* wayland: Return properly type hints from GdkWindowsCarlos Garnacho2014-09-011-1/+8
* wayland: Don't set an xdg surface to DnD windowsCarlos Garnacho2014-09-011-1/+2
* wayland: Implement drag sourcesCarlos Garnacho2014-09-014-6/+203
* wayland: Implement the dropping part of DnDCarlos Garnacho2014-09-013-5/+255
* wayland: Replace clipboard implementationCarlos Garnacho2014-09-013-400/+49
* wayland: Implement drag/source side of selectionsCarlos Garnacho2014-09-014-1/+362
* wayland: Implement drop/destination side of selectionsCarlos Garnacho2014-09-014-1/+479
* wayland: implement text_property_to_utf8_list()Carlos Garnacho2014-09-011-1/+31
* wayland: Ensure the parent is committed after repositioning subsurfacesCarlos Garnacho2014-08-271-1/+11
* wayland: Fix x/y coordinate arguments on wl_data_device eventsCarlos Garnacho2014-08-261-4/+4
* wayland: ensure gdk_device_manager_get_client_pointer() returns a master pointerCarlos Garnacho2014-08-261-2/+3
* wayland: unset sequence if the xdg surface is moved/resized through touchCarlos Garnacho2014-08-261-9/+16