summaryrefslogtreecommitdiff
path: root/gdk/wayland/gdkwayland.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a public header for GdkWaylandSeatEmmanuele Bassi2020-10-141-0/+1
| | | | We have public API requiring it as a type.
* GdkWindow -> GdkSurface: File renamesAlexander Larsson2018-03-201-1/+1
| | | | | | | | | | | | | Rename all *window.[ch] source files. This is an automatic operation, done by the following commands: for i in $(git ls-files gdk | grep window); do git mv $i $(echo $i | sed s/window/surface/); git sed -f g $(basename $i) $(basename $i | sed s/window/surface/) ; done git checkout NEWS* po-properties po
* selection: Remove #ifdef WAYLANDBenjamin Otte2017-11-151-1/+0
| | | | | | | Instead, turn the functions into backend API: gdk_broadway_display_add_selection_targets() gdk_broadway_display_clear_selection_targets() Remove the old per-backend functions, too.
* wayland: Port to new monitor apiMatthias Clasen2016-04-271-0/+1
|
* wayland: Formatting fixesMatthias Clasen2015-02-281-1/+1
|
* wayland: Add OpenGL supportAlexander Larsson2014-10-131-0/+1
| | | | This uses EGL to implement GdkGLContext for wayland.
* wayland: Remove displaymanager implementationBenjamin Otte2013-05-021-1/+0
| | | | | This is an API break, but the wayland backend is unsupported, so we can get away with it.
* wayland: Clean up gdkwayland.hMatthias Clasen2013-04-081-45/+3
| | | | Make this an include-only header
* wayland: Make GdkWaylandDevice publicJan Arne Petersen2013-02-011-0/+1
| | | | | | | | Rename GdkDeviceCore to GdkWaylandDevice and export it properly in a header file. Add public accessors for wl_seat, wl_pointer and wl_keyboard. https://bugzilla.gnome.org/show_bug.cgi?id=692823
* wayland: Make GdkWaylandWindow publicJan Arne Petersen2013-01-231-0/+1
| | | | | | | | | Allows to access Wayland specific window information like wl_surface and wl_shell_surface. Add gdk_wayland_window_get_wl_surface for getting the Wayland wl_surface and gdk_wayland_window_get_wl_shell_surface for getting the Wayland wl_shell_surface.
* wayland: Make GdkWaylandDisplay publicJan Arne Petersen2013-01-231-0/+4
| | | | | | | | Allows to access Wayland specific display information like wl_display etc. Add gdk_wayland_display_get_wl_display for getting the Wayland wl_display.
* wayland: Expose GdkWaylandDisplayManager as a public GTypeRob Bradford2012-04-171-0/+10
| | | | | This permits a runtime test of whether we are running on the Wayland platform or not.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* wayland: Fix memory handling for the selection callbacksRob Bradford2012-01-131-2/+2
|
* wayland: Add basic API for setting and clearing the selection on the deviceRob Bradford2012-01-131-0/+13
|
* wayland: Expose basic mechanism for getting selection content by callbackRob Bradford2012-01-131-1/+12
| | | | | | | This version has a couple of TODOs/FIXMEs: * We should do something better than g_io_channel_read_to_end * Need to check the mime type is valid
* wayland: Add call to get types available for the selection as atomsRob Bradford2012-01-131-0/+6
|
* Add Wayland backendKristian Høgsberg2011-02-051-0/+38