summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: Avoid queueing resizes while changing workspace during window dragwip/carlosg/move-resize-loopCarlos Garnacho2018-06-141-1/+1
* wayland: Detach MetaWaylandActorSurface from its actor on disposeCarlos Garnacho2018-06-141-7/+11
* Update Chinese (Taiwan) translationYi-Jyun Pan2018-06-131-18/+13
* core: Hide close dialog before destroyingCarlos Garnacho2018-06-081-0/+3
* wayland: Handle get_subsurface() with a role-less parent surfaceCarlos Garnacho2018-06-082-2/+13
* renderer/native: Also wrap flip closures for EGLStreamsJonas Ådahl2018-06-073-14/+44
* settings: Remove confused commentJonas Ådahl2018-06-071-1/+0
* Make screen cast and remote desktop non-experimentalJonas Ådahl2018-06-074-60/+3
* clutter-input-device-xi2: Check for null group_modes before unrefCorentin Noël2018-06-071-1/+2
* clutter-actor: Fix uninitialized matrix multiplyDaniel van Vugt2018-05-311-1/+1
* renderer-native: Don't crash if the FB surface can't be lockedMarco Trevisan (Treviño)2018-05-291-0/+6
* device-manager-evdev: Add main seat to seats by defaultMarco Trevisan (Treviño)2018-05-291-8/+6
* device-manager-evdev: Free the main seat on finalizeMarco Trevisan (Treviño)2018-05-291-0/+1
* device-manager-evdev: Set and unset the stage for the main seat tooMarco Trevisan (Treviño)2018-05-291-0/+4
* wayland: Don't reset input focus on text commitChangwoo Ryu2018-05-261-2/+0
* frames: Allow for unknown mouse buttonsOlivier Fourdan2018-05-251-4/+11
* Bump version to 3.29.23.29.2Florian Müllner2018-05-242-1/+15
* Update Chinese (China) translationDz Chen2018-05-211-143/+234
* wayland: Compare geometries after chaining upgbsneto/issue-150Georges Basile Stavracas Neto2018-05-182-29/+8
* shaped-texture: Disable mipmapping during animationDaniel van Vugt2018-05-181-6/+82
* Update Galician translationMarcos Lans2018-05-151-6/+6
* clutter-device-evdev: Get devices from main seat if no real seat is setMarco Trevisan (Treviño)2018-05-151-9/+4
* clutter-seat-evdev: Add function to get device by idMarco Trevisan (Treviño)2018-05-152-0/+21
* frames: Handle touch eventswip/carlosg/touch-on-framesCarlos Garnacho2018-05-142-29/+137
* frames: Make 1st button/motion handlers take generic eventsCarlos Garnacho2018-05-141-51/+77
* build: Adjust to filename changesFlorian Müllner2018-05-071-2/+2
* build: Introspect some more typesFlorian Müllner2018-05-0716-63/+85
* window-group: Remove undefined function declarationFlorian Müllner2018-05-071-3/+0
* clutter: Don't reference invalid pc in girFlorian Müllner2018-05-071-1/+1
* screen-cast: Handle PipeWire errors more gracefullyJonas Ådahl2018-05-071-6/+33
* wayland/xdg-foreign: Fix child surface validation checkJonas Ådahl2018-05-071-4/+2
* wayland/xdg-foreign: Send immediate destroy event to correct resourceJonas Ådahl2018-05-071-1/+1
* build: Don't fail immediately when logind is missingwip/fmuellner/optional-logindFlorian Müllner2018-05-071-4/+1
* main: Fix typoFlorian Müllner2018-05-041-1/+1
* wayland: avoid a crash in is_effectively_synchronized()Olivier Fourdan2018-05-031-1/+4
* idle-monitor: Don't try to auto-start SessionManagerFlorian Müllner2018-04-301-1/+2
* Update Romanian translationDaniel Șerbănescu2018-04-301-211/+329
* wayland: Check if state and size changed before calling move_resize()Georges Basile Stavracas Neto2018-04-252-2/+34
* wayland: Add function to query if window needs move or resizeGeorges Basile Stavracas Neto2018-04-252-0/+8
* window: Let implementations finish state changesGeorges Basile Stavracas Neto2018-04-254-7/+23
* Bump version to 3.29.13.29.1Florian Müllner2018-04-252-2/+24
* native: Restore previous EGL state after blitting onto secondary GPUJonas Ådahl2018-04-254-7/+17
* cogl: Do not unref a NULL objectMarco Trevisan (Treviño)2018-04-251-1/+5
* monitor-manager: Find active monitor when deriving global scaleJonas Ådahl2018-04-251-4/+17
* wayland: Let IM events go throughCarlos Garnacho2018-04-241-2/+4
* backend: Don't center the pointers on monitor changesMario Sanchez Prada2018-04-241-16/+7
* wayland: Avoid actor updates non actor_surface role wl_surface.commitCarlos Garnacho2018-04-231-3/+4
* wayland: Refactor surface actor into MetaWaylandActorSurfaceCarlos Garnacho2018-04-235-106/+103
* wayland: Notify actively of xwayland window/surface associationsCarlos Garnacho2018-04-236-63/+85
* wayland: Add MetaWaylandSurface::geometry-changed signalCarlos Garnacho2018-04-233-21/+27