summaryrefslogtreecommitdiff
path: root/src/wayland
Commit message (Expand)AuthorAgeFilesLines
* window/wayland: Don't recursive indefinitely when updating monitorJonas Ådahl2018-08-271-1/+1
* wayland/gtk-shell: Handle requests after toplevel was unmanagedJonas Ådahl2018-08-271-10/+19
* wayland/legacy-xdg-shell: Handle requests after toplevel was unmanagedJonas Ådahl2018-08-271-14/+79
* wayland/legacy-xdg-shell: Cache frame callbacks if toplevel is unmanagedJonas Ådahl2018-08-271-1/+8
* wayland/xdg-shell: Handle requests after toplevel was unmanagedJonas Ådahl2018-08-271-13/+67
* wayland/xdg-shell: Cache frame callbacks if toplevel is unmanagedJonas Ådahl2018-08-271-1/+7
* wayland/xdg-shell: Cache pending frame callbacks on popup resetJonas Ådahl2018-08-271-0/+1
* wayland/surface: Add API to cache frame callbacksJonas Ådahl2018-08-272-7/+13
* wayland/xdg-shell: Queue frame callbacks on new actor after resettingJonas Ådahl2018-08-273-8/+18
* wayland: Use geometry_scale on opaque regionsCarlos Garnacho2018-08-271-1/+1
* wayland: Fix input/opaque regions calculation on hidpiCarlos Garnacho2018-08-271-14/+26
* window: Force update monitor on hot plugsJonas Ådahl2018-08-271-1/+1
* window: Pass flag to meta_window_update_monitor() instead of boolJonas Ådahl2018-08-272-5/+5
* wayland/actor-surface: Intersect input/opaque region with surface regionRobert Mader2018-08-211-0/+8
* wayland/xdg-shell: Intersect set geometry with subsurface tree geometryRobert Mader2018-08-204-4/+27
* wayland: Use surface size helper functionsRobert Mader2018-08-203-30/+8
* wayland/surface: Add get_width() and get_height() helper functionsRobert Mader2018-08-202-0/+37
* clutter/enum: Add CLUTTER_EVENT_FLAG_REPEATED for auto-repeated eventsAndrea Azzarone2018-08-201-4/+3
* wayland/keyboard: Create a separate keymap shm file per resourceJonas Ådahl2018-08-172-83/+56
* wayland/keyboard: Indentation fixJonas Ådahl2018-08-171-1/+1
* wayland/keyboard: Accept key down serial after key up for popupsJonas Ådahl2018-08-152-6/+22
* wayland: Implement text-input from wayland-protocolsCarlos Garnacho2018-08-146-0/+738
* wayland: Make gtk-text-input "legacy"Carlos Garnacho2018-08-145-70/+68
* wayland: Clean up xwayland grabs even if surface is goneOlivier Fourdan2018-08-061-7/+7
* wayland-private: Make display_name non-constFlorian Müllner2018-07-311-1/+1
* Don't cast free function passed to g_clear_pointerFlorian Müllner2018-07-312-11/+11
* wayland: Remove unused GList *lDaniel van Vugt2018-07-311-1/+0
* wayland: Nullify monitor resources when updating outputsOlivier Fourdan2018-07-301-21/+31
* window/wayland: Always update monitor for non-user opsOlivier Fourdan2018-07-241-0/+6
* Rename errors.[ch] to meta-x11-errors.[ch]Armin Krezović2018-07-062-6/+6
* Add --no-x11 flag so mutter wayland can be started without X11Armin Krezović2018-07-061-3/+10
* xwayland: Destroy selection bridge windows before closing X11 displayJonas Ådahl2018-07-062-3/+10
* Prepare for making MetaX11Display conditionalArmin Krezović2018-07-061-4/+4
* Stop using MetaScreen where it is unnecessaryArmin Krezović2018-07-064-5/+0
* Move X11 helper windows and xprops to MetaX11DisplayArmin Krezović2018-07-061-4/+4
* Move stack tracking and guard_window outside of MetaScreenArmin Krezović2018-07-062-3/+3
* Move alarm and xids management to MetaX11DisplayArmin Krezović2018-07-061-2/+2
* Move X11 extension queries to MetaX11DisplayArmin Krezović2018-07-061-2/+2
* Switch meta_error_trap functions to MetaX11DisplayArmin Krezović2018-07-062-6/+6
* Start populating MetaX11DisplayArmin Krezović2018-07-061-5/+6
* wayland: Realize dmabuf buffers before trying to attach themMiguel A. Vico2018-06-211-0/+1
* wayland: Create EGLStream-backed buffers through wl_eglstream_controllerMiguel A. Vico2018-06-153-0/+103
* wayland: Always realize buffers at surface commit timeMiguel A. Vico2018-06-153-12/+15
* wayland-buffer: Create EGLStream texture at buffer_realize timeMiguel A. Vico2018-06-151-12/+10
* cursor-renderer/native: Let the backend realize cursor sprite itselfJonas Ådahl2018-06-151-10/+0
* cursor-renderer: Centralize hw cursor realization pathsJonas Ådahl2018-06-151-2/+2
* cursor-renderer/native: Fetch instead of pass wl_buffer when realizingJonas Ådahl2018-06-155-14/+34
* wayland: Add wl_surface backed cursor sprite implementationJonas Ådahl2018-06-153-5/+100
* wayland/cursor-surface: Remove unnecessary NULL checkJonas Ådahl2018-06-151-1/+1
* backends/cursor: Move out Xcursor functionality into own typeJonas Ådahl2018-06-152-8/+10