summaryrefslogtreecommitdiff
path: root/src/compositor/meta-window-actor.c
Commit message (Expand)AuthorAgeFilesLines
* screen-cast/window: Add API to check if stream-cast is activeRobert Mader2023-02-281-0/+32
* compositor: Drop debug helpersBilal Elmoussaoui2022-12-221-41/+0
* cleanup: Make GDK dependency specific to X11Bilal Elmoussaoui2022-12-221-1/+0
* compositor: Setup and use ownership chainsJonas Ådahl2022-12-171-2/+8
* window-actor: Use logical monitor scale on cursor scaleGeorges Basile Stavracas Neto2022-12-031-5/+10
* window-actor: Apply resource scale to cursor positionGeorges Basile Stavracas Neto2022-12-031-0/+7
* window-actor: Add several (nullable) annotationsCorentin Noël2022-11-241-3/+4
* window: Move surface property to it subclassesBilal Elmoussaoui2022-11-171-6/+9
* window-actor/wayland: Draw black background for fullscreen windowsSebastian Wick2022-10-101-16/+3
* window-actor: Move culling logic into child classesSebastian Wick2022-10-101-26/+0
* window-actor: Rename confusing variable nameJonas Ådahl2022-10-101-7/+7
* window-actor: Make meta_window_actor_get_image fastpath reachableSebastian Wick2022-10-101-1/+7
* screencast: Implement buffer-transform supportRobert Mader2022-08-051-0/+9
* compositor: Keep track of the top window actor on each viewDor Askayo2022-08-011-0/+19
* window-actor: Add API to get the surface actor candidate for scanoutSebastian Keller2022-05-171-6/+6
* window-actor: Add API to get the topmost surface actorRobert Mader2022-01-071-0/+15
* shaped-texture: Remove get_image_via_offscreen()Robert Mader2021-09-041-3/+4
* window-actor: Add paint_to_content() functionRobert Mader2021-09-041-0/+68
* window-actor: Factor out framebuffer creation of get_image()Robert Mader2021-09-041-73/+91
* window-actor: Add a new can_freeze_commits() APIOlivier Fourdan2021-01-301-0/+8
* compositor: Trigger repick after window effects hereCarlos Garnacho2020-12-231-4/+12
* cogl: Turn CoglFramebuffer, CoglOffscreen and CoglOnscreen into GObjectsJonas Ådahl2020-10-161-2/+2
* window-actor: Freeze subsurfaces as wellRobert Mader2020-10-141-6/+8
* src: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-2/+4
* Replace the CoglMatrix type by graphene_matrix_tGeorges Basile Stavracas Neto2020-10-061-1/+1
* clutter: Paint views with individual frame clocksJonas Ådahl2020-07-021-4/+6
* compositor: Use stage signals instead of clutter repaint callbacksJonas Ådahl2020-07-021-4/+4
* clutter/actor: Always return a resource scale in get_resource_scale()Jonas Dreßler2020-06-301-4/+2
* window-actor: Don't freeze actor updates during the size-change effectJonas Dreßler2020-06-151-6/+1
* window-actor: Make freezing and thawing of actor updates public APIJonas Dreßler2020-06-151-6/+28
* window-actor: Allow syncing actor geometry while effect is runningJonas Dreßler2020-06-151-3/+0
* clutter/paint-context: Allow passing redraw clip to offscreen paint contextJonas Ådahl2020-04-231-2/+2
* clutter/paint-context: Add paint flagJonas Ådahl2020-04-231-2/+6
* window-actor: Set viewport when blitting to screencast fbJonas Ådahl2020-04-031-0/+1
* window-actor: Force full actor geometry sync when mappingRobert Mader2020-03-301-0/+3
* window-actor: Inhibit culling when blitting to screencastGeorges Basile Stavracas Neto2020-03-271-6/+15
* window-actor: Clip before translate when blittingGeorges Basile Stavracas Neto2020-03-271-5/+5
* window-actor: Shuffle some lines aroundGeorges Basile Stavracas Neto2020-03-271-1/+1
* window-actor: Add API to update regionsOlivier Fourdan2020-03-101-0/+6
* window-stream-source: Draw into DMA buffer imageGeorges Basile Stavracas Neto2020-02-281-0/+64
* window-actor: Make culling of opaque windows X11 onlyRobert Mader2020-02-201-29/+0
* screen-cast-window: Use buffer bounds in place of frame boundsOlivier Fourdan2020-02-111-16/+8
* window-actor: Ensure clipping in `capture_into()`Olivier Fourdan2020-02-111-10/+14
* window-actor: Add `set_frozen` vfuncOlivier Fourdan2020-01-161-3/+18
* window-actor: Also cull out clip_regionRobert Mader2020-01-061-3/+11
* clutter, core: Stop using the Cogl framebuffer stackJonas Ådahl2019-12-031-4/+0
* clutter: Introduce paint contextsJonas Ådahl2019-12-031-1/+4
* Replace ClutterPoint by graphene_point_tGeorges Basile Stavracas Neto2019-10-161-2/+2
* Replace ClutterVertex by graphene_point3d_tGeorges Basile Stavracas Neto2019-10-161-1/+1
* window-actor: Move shapes, shadows and unredirection to X11 sub typesJonas Ådahl2019-10-161-869/+32