summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* shaped-texture: Add priv pointer to _get_image()Jonas Ådahl2019-02-111-2/+3
* shaped-texture: Stop using gdk rect helperJonas Ådahl2019-02-111-3/+1
* boxes: Add helper to scale rectangles by a doubleJonas Ådahl2019-02-112-0/+32
* shaped-texture: Put actual texture painting in helperJonas Ådahl2019-02-111-37/+52
* compositor: Make meta_actor_painting_untransformed take a framebufferJonas Ådahl2019-02-115-12/+26
* cogl/texture: Add API to check whether _get_data() will workJonas Ådahl2019-02-1116-7/+66
* cogl/texture-2d-gl: Bind correct target when getting dataJonas Ådahl2019-02-111-2/+2
* cogl/texture-2d-gl: Try to determine format for external texturesJonas Ådahl2019-02-111-1/+6
* window: Fix introspection warningsJonas Ådahl2019-02-111-2/+2
* window: Expose the client type in the APIOlivier Fourdan2019-02-112-0/+16
* screen-cast-session: Add window-id supportOlivier Fourdan2019-02-112-2/+22
* window: Add window idOlivier Fourdan2019-02-115-0/+55
* screen-cast-session: Add support for RecordWindowOlivier Fourdan2019-02-111-4/+48
* screen-cast-session: Add screen-cast window modeOlivier Fourdan2019-02-115-0/+599
* window-actor: Implement MetaScreenCastWindow interfaceOlivier Fourdan2019-02-111-1/+131
* screen-cast: Add screen-cast-window interfaceOlivier Fourdan2019-02-113-0/+147
* screen-cast-src: Add VideoCrop supportOlivier Fourdan2019-02-112-4/+55
* remote-desktop: Do not leak the virtual touchscreenOlivier Fourdan2019-02-111-0/+1
* clutter: Keep a device reference with eventsOlivier Fourdan2019-02-111-4/+12
* clutter/evdev: Use `clutter_event_set_device()`Olivier Fourdan2019-02-114-9/+4
* renderer/native: Use shadow fb on software GL if preferredJonas Ådahl2019-02-111-4/+57
* renderer/native: Also wrap flip closures for EGLStreamsJonas Ådahl2019-02-113-14/+44
* wayland: Create EGLStream-backed buffers through wl_eglstream_controllerMiguel A. Vico2019-02-115-0/+124
* wayland: Realize dmabuf buffers before trying to attach themMiguel A. Vico2019-02-111-0/+1
* wayland: Always realize buffers at surface commit timeMiguel A. Vico2019-02-113-12/+15
* wayland-buffer: Create EGLStream texture at buffer_realize timeMiguel A. Vico2019-02-111-12/+10
* renderer/native: Choose first EGL config for non-GBM backendsMiguel A. Vico2019-02-111-17/+48
* xprops: Make sure text_property_to_utf8() returns UTF8Florian Müllner2019-02-111-1/+5
* x11/window-props: Do not convert WM_NAMEFlorian Müllner2019-02-111-4/+1
* wayland/gtk-shell: Handle requests after toplevel was unmanagedJonas Ådahl2019-02-111-10/+19
* wayland/legacy-xdg-shell: Handle requests after toplevel was unmanagedJonas Ådahl2019-02-111-14/+79
* wayland/legacy-xdg-shell: Cache frame callbacks if toplevel is unmanagedJonas Ådahl2019-02-111-1/+8
* wayland/xdg-shell: Handle requests after toplevel was unmanagedJonas Ådahl2019-02-111-13/+68
* wayland/xdg-shell: Cache frame callbacks if toplevel is unmanagedJonas Ådahl2019-02-111-1/+7
* wayland/xdg-shell: Cache pending frame callbacks on popup resetJonas Ådahl2019-02-111-0/+1
* wayland/surface: Add API to cache frame callbacksJonas Ådahl2019-02-112-7/+13
* wayland/xdg-shell: Queue frame callbacks on new actor after resettingJonas Ådahl2019-02-113-4/+16
* window: unmanage dialog when clearing transient_forOlivier Fourdan2019-02-111-0/+8
* idle-monitor: Don't try to auto-start SessionManagerFlorian Müllner2019-02-111-1/+2
* backends/x11: Only free cursor if it was created successfullySebastian Keller2019-02-111-1/+3
* window: Return -1 if meta_window_get_monitor is called on an unmanaged windowSam Spilsbury2019-02-111-1/+5
* wayland/keyboard: Create a separate keymap shm file per resourceJonas Ådahl2019-02-112-83/+56
* renderer/native: Fallback to non-planar API if gbm_bo_get_handle_for_plane failsAlex Villacís Lasso2019-02-111-5/+16
* monitor-manager-kms: Check if GPUs can have outputsIain Lane2019-02-113-0/+30
* gpu-kms: Handle drmModeGetResources() failingIain Lane2019-02-111-5/+31
* gpu-kms: Don't crash if drmModeGetResources returns NULLAaron Plattner2019-02-111-0/+7
* monitor: Use current monitor mode to check whether activeJonas Ådahl2019-02-111-6/+16
* tests: Add "closed-transient" testFlorian Müllner2019-02-112-0/+20
* window: Explicitly exclude unmanaging window from focus againFlorian Müllner2019-02-111-1/+3
* window: Don't refuse to move focus to the grab windowFlorian Müllner2019-02-111-0/+1