summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wayland: Fix wayland session not starting on some systemswip/hadess/fedora-no-waylandBastien Nocera2020-03-031-1/+4
* Update Italian translationMilo Casagrande2020-03-031-31/+44
* Update French translationGuillaume Bernard2020-03-031-29/+43
* Update Swedish translationAnders Jonsson2020-03-021-31/+44
* Update Croatian translationGoran Vidović2020-03-011-31/+44
* Updated Lithuanian translationAurimas Černius2020-03-011-49/+44
* Bump version to 3.35.923.35.92Florian Müllner2020-03-012-1/+40
* Updated Slovenian translationMatej Urbančič2020-02-291-35/+48
* wayland/xdg-shell: Add support for explicit popup repositioningJonas Ådahl2020-02-294-1/+148
* wayland/xdg-shell: Add support implicit popup movingJonas Ådahl2020-02-292-1/+15
* window: Implement asynchronous popup movingJonas Ådahl2020-02-298-89/+275
* wayland/window-configuration: Track resize flags and gravity tooJonas Ådahl2020-02-293-10/+25
* Add MetaGravity and replace X11 equivalent with itJonas Ådahl2020-02-2921-263/+294
* constraints: Pass constrained relative coordinates to window implJonas Ådahl2020-02-296-23/+86
* window: Put placement related fields in a anynomous structJonas Ådahl2020-02-295-20/+25
* wayland/window: Pass popup configuration using relative coordinatesJonas Ådahl2020-02-295-24/+75
* place: Make placement rule processing provide relative coordinatesJonas Ådahl2020-02-293-37/+57
* window/wayland: Don't inhibit finishing moves if any window is resizedJonas Ådahl2020-02-291-1/+6
* xwayland: Allow setting up maintenance processesCarlos Garnacho2020-02-291-6/+27
* wayland: Pass private X connection on GNOME_SETUP_DISPLAYCarlos Garnacho2020-02-291-0/+1
* wayland: Set up initialization X11 socketCarlos Garnacho2020-02-296-25/+93
* core: Use DISPLAY envvar to forward in the launch contextCarlos Garnacho2020-02-291-1/+1
* background-actor: Do not copy empty clip/unobscured regionsRobert Mader2020-02-291-2/+12
* surface-actor: Do not copy empty clip/unobscured regionsRobert Mader2020-02-291-14/+26
* window-actor/x11: Disable culling on window actor levelRobert Mader2020-02-291-39/+0
* surface-actor: Cull out surfaces without alpha channelRobert Mader2020-02-291-0/+12
* wayland/actor-surface: Check for MetaXwaylandSurface instead of window typeRobert Mader2020-02-291-4/+2
* cogl/clip-stack: Set color and depth mask when drawing rectangle clipsJonas Dreßler2020-02-291-0/+5
* cogl/clip-stack: Explicitely initialize the stencil maskJonas Dreßler2020-02-291-2/+4
* cogl/clip-stack: Restore old matrices after drawing to stencil bufferJonas Dreßler2020-02-291-12/+29
* cogl/clip-stack: Use "merge" parameter for rectangle clipsJonas Dreßler2020-02-291-19/+18
* Update Japanese translationsicklylife2020-02-291-2/+3
* Update Japanese translationsicklylife2020-02-291-6/+16
* clutter-actor: Add detail to captured-eventDaniel van Vugt2020-02-291-3/+93
* build: ensure absolute path to sysprof dbus interface dirworldofpeace2020-02-292-3/+6
* Update Polish translationPiotr Drąg2020-02-291-33/+46
* cursor-renderer-native: Fix hw cursor for non-square spritesJonas Ådahl2020-02-281-1/+1
* compositor: Shuffle x11 compositing bits in MetaCompositorCarlos Garnacho2020-02-282-5/+4
* xwayland: Do not block on Xwayland initializationCarlos Garnacho2020-02-284-49/+73
* core: Make meta_display_init_x11() an async functionCarlos Garnacho2020-02-283-11/+97
* tests: Set fatal log handler on clutter testsCarlos Garnacho2020-02-281-0/+18
* tests: Ensure MetaX11Display is initialized before running testsCarlos Garnacho2020-02-284-0/+20
* x11: Set up the compositing manager selection on meta_display_init_x11()Carlos Garnacho2020-02-281-0/+1
* monitor-stream-src: Use cogl_framebuffer_finish()Georges Basile Stavracas Neto2020-02-281-1/+1
* screen-cast-stream-src: Remove unused parameterGeorges Basile Stavracas Neto2020-02-281-3/+2
* window-stream-source: Draw into DMA buffer imageGeorges Basile Stavracas Neto2020-02-285-4/+105
* monitor-stream-src: Implement blitting view framebuffersGeorges Basile Stavracas Neto2020-02-281-0/+62
* screen-cast-stream-src: Support DMA buffer sharingGeorges Basile Stavracas Neto2020-02-282-27/+164
* renderer-native: Implement DMA buffer creationGeorges Basile Stavracas Neto2020-02-281-0/+68
* renderer-native: Move DMA buffer creation to an auxiliary functionGeorges Basile Stavracas Neto2020-02-281-75/+102