summaryrefslogtreecommitdiff
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* compositor: Add "locate_pointer" vmethodOlivier Fourdan2019-06-054-0/+20
* compositor: Emit 'grab-op-end' signal after ungrab happenedMarco Trevisan (Treviño)2019-05-291-4/+6
* compositor: Drop error trapCarlos Garnacho2019-05-241-5/+0
* compositor: Remove unused background_actor private referenceMarco Trevisan (Treviño)2019-04-301-1/+0
* compositor: Disconnect from stage signals on destructionMarco Trevisan (Treviño)2019-04-302-5/+19
* compositor: Destroy window actors list on destructionMarco Trevisan (Treviño)2019-04-301-0/+17
* cogl: Remove unused texture_type argument from cogl_pipeline_set_layer_null_t...Adam Jackson2019-04-181-3/+1
* compositor: Drop ARB_texture_rectangle awarenessAdam Jackson2019-04-185-158/+12
* cogl: NPOT textures are always availableAdam Jackson2019-04-181-15/+0
* shaped-texture: Use draw_rectangle() for full paintsRobert Mader2019-04-171-5/+4
* shaped-texture: Use CoglMatrix for viewport src-rectRobert Mader2019-04-171-49/+47
* shaped-texture: Add checks to viewport reset functionsRobert Mader2019-04-171-0/+6
* background: Shrink wallpaper using LINEAR_MIPMAP_LINEARDaniel van Vugt2019-03-261-1/+1
* shadow-factory: Update shadow of attached modalsFlorian Müllner2019-03-121-1/+1
* background: Use monitor scale to generate the texture at real monitor sizeMarco Trevisan (Treviño)2019-03-011-11/+25
* Use a consistent style for enum bracesNiels De Graef2019-02-289-10/+20
* screen-cast-window: Add API to check if content has damageJonas Ådahl2019-02-261-0/+7
* screen-cast-window: Add API to transform cursor stateJonas Ådahl2019-02-261-0/+47
* screen-cast-window-stream: Don't set the position propertyJonas Ådahl2019-02-261-15/+0
* shaped-texture: Clean-up deprecated NPOT checkRobert Mader2019-02-251-25/+2
* MetaPluginManager: Don't return void valueOlivier Fourdan2019-02-211-2/+2
* shaped-texture: Add support for viewportsRobert Mader2019-02-064-27/+262
* region-utils: Add API to crop and scale an integer regionRobert Mader2019-02-062-0/+53
* Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-252-0/+2
* meta: Hide libmutter symbols by default and selectively export themMarco Trevisan (Treviño)2019-01-231-0/+2
* window-actor: Use actual image size for captureOlivier Fourdan2019-01-221-8/+10
* Drop AutotoolsGeorges Basile Stavracas Neto2019-01-101-40/+0
* compositor: Fix maybe-uninitialized warningRobert Mader2019-01-071-1/+1
* Add some gtk-doc comments.Niels De Graef2019-01-062-3/+22
* shaped-texture: Indentation fix in update_area()Robert Mader2019-01-051-4/+4
* shaped-texture: Invert transform of damage in update_area()Robert Mader2019-01-051-2/+24
* boxes: Add API to transform a MetaRectangleRobert Mader2019-01-051-43/+6
* monitor-transform: Move helper functions into their own fileRobert Mader2019-01-051-0/+1
* shaped-texture: Use actual texture if tower returned NULLJonas Ådahl2019-01-051-0/+2
* window-actor: Turn into an abstract classGeorges Basile Stavracas Neto2019-01-041-4/+4
* window-actor: Remove post_init() vfuncGeorges Basile Stavracas Neto2019-01-044-24/+18
* window-actor: Move window actor creation to MetaCompositorGeorges Basile Stavracas Neto2019-01-043-62/+45
* Document window and surface actorsGeorges Basile Stavracas Neto2019-01-041-1/+61
* window-actor: Cleanup includesGeorges Basile Stavracas Neto2019-01-041-6/+0
* window-actor: Move X11-specific code to MetaWindowActorX11Georges Basile Stavracas Neto2019-01-044-396/+584
* window-actor: Select X11 or Wayland actor based on client typeGeorges Basile Stavracas Neto2019-01-041-1/+15
* Add MetaWindowActorX11 and MetaWindowActorWaylandGeorges Basile Stavracas Neto2019-01-044-0/+150
* window-actor: Turn into a derivable classGeorges Basile Stavracas Neto2019-01-042-245/+404
* shaped-texture: Draw external textures via offscreenJonas Ådahl2019-01-031-0/+3
* shaped-texture: Get transformed textures pixels via offscreenJonas Ådahl2019-01-031-3/+145
* shaped-texture: Don't change the callers clip rectJonas Ådahl2019-01-031-16/+20
* shaped-texture: Stop using gdk rect helperJonas Ådahl2019-01-031-3/+1
* shaped-texture: Fix include orderJonas Ådahl2019-01-031-1/+1
* boxes: Add helper to scale rectangles by a doubleJonas Ådahl2019-01-032-21/+3
* shaped-texture: Put actual texture painting in helperJonas Ådahl2019-01-031-62/+77