summaryrefslogtreecommitdiff
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* shaped-texture: Add debug paint overlay for opaque regionsRobert Mader2020-08-311-0/+83
* background-content: Use redraw_clip when culling is unavailableDaniel van Vugt2020-08-301-1/+12
* background-content: Explicitly distinguish stage space from actor spaceDaniel van Vugt2020-08-301-17/+45
* background-content: Don't set up pipeline unless it's neededDaniel van Vugt2020-08-301-7/+7
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-295-9/+9
* clutter/actor: Return the actor used when picking clockJonas Ådahl2020-08-131-1/+1
* clutter-stage: Add `gl-video-memory-purged` signalDaniel van Vugt2020-08-051-1/+3
* surface-actor: Restore drop shadow with server-side decorationsOlivier Fourdan2020-07-281-1/+1
* cleanup: Remove duplicate semicolons in C codeOlivier Fourdan2020-07-281-1/+1
* background: Use NEAREST filtering when the texture is the monitor resolutionDaniel van Vugt2020-07-081-8/+15
* window-actor/wayland: Remove custom get_paint_volume() vfuncRobert Mader2020-07-071-26/+0
* background-content: Mipmap background texture renderingDaniel van Vugt2020-07-071-4/+10
* clutter: Paint views with individual frame clocksJonas Ådahl2020-07-029-47/+103
* compositor: Use stage signals instead of clutter repaint callbacksJonas Ådahl2020-07-028-100/+73
* wayland/compositor: Process frame callbacks on 'after-update'Jonas Ådahl2020-07-021-5/+0
* compositor: Remove unused stage pointerJonas Ådahl2020-07-021-2/+0
* clutter/stage: Only emit "presented" on completion eventJonas Ådahl2020-07-021-28/+32
* compositor: Remove 'pre-paint' signalJonas Ådahl2020-07-021-19/+1
* surface-actor: Remove 'pre-paint' vfuncJonas Ådahl2020-07-026-19/+11
* compositor-x11: Move synchronization to before-updateJonas Ådahl2020-07-021-7/+35
* laters: Use 'before-update' signal from stageJonas Ådahl2020-07-022-14/+22
* laters: Use clutter_stage_schedule_update() instead of timelineJonas Ådahl2020-07-021-14/+10
* surface-actor: Add culling offset for geometry scale - take 2Robert Mader2020-06-301-20/+42
* clutter/actor: Always return a resource scale in get_resource_scale()Jonas Dreßler2020-06-301-4/+2
* background-content: Fix an x/y mixupDaniel van Vugt2020-06-301-1/+1
* shaped-texture: Clean up set_opaque_region()Robert Mader2020-06-291-7/+1
* shaped-texture: Make set_opaque_region() privateRobert Mader2020-06-291-0/+2
* shaped-texture: Use the REPLACE combine function on opaque areasDaniel van Vugt2020-06-271-6/+3
* shaped-texture: Reintroduce clip_regionRobert Mader2020-06-223-28/+55
* window-actor-x11: switch the signal callback argument and data on shadow fact...Corentin Noël2020-06-151-4/+4
* 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
* background-content: Shut up warningJonas Ådahl2020-06-101-1/+1
* background-content: Render background slices relative to actor boxGeorges Basile Stavracas Neto2020-06-091-6/+11
* background-content: Simplify method callGeorges Basile Stavracas Neto2020-06-091-13/+10
* background-actor: Use MetaBackgroundContentGeorges Basile Stavracas Neto2020-06-092-822/+34
* Introduce MetaBackgroundContentGeorges Basile Stavracas Neto2020-06-092-0/+951
* compositor: Get the stage via the backendJonas Ådahl2020-06-057-20/+45
* wayland: Drive frame callbacks from stage updatesJonas Ådahl2020-05-261-47/+0
* Reshuffle Wayland initailizationJonas Ådahl2020-05-261-5/+5
* surface-actor: Move out some X11-ism to X11 subclassJonas Ådahl2020-05-266-34/+20
* region-utils: Make transform util const correctJonas Ådahl2020-05-262-2/+2
* clutter/actor: Make has_mapped_clones() factor in parent actorsJonas Dreßler2020-05-261-9/+3
* shaped-texture: Fix typo in documentationRobert Mader2020-05-131-1/+1
* background: Limit mipmap levels to avoid loss of visible detailDaniel van Vugt2020-05-131-0/+33
* shaped-texture: Add a few explanatory commentsNiels De Graef2020-05-131-1/+60
* compositor: Only include meta-window-actor-wayland.h when building with waylandLaurent Bigonville2020-04-271-1/+1
* window-actor/x11: Cache the frame boundsOlivier Fourdan2020-04-271-9/+19
* clutter/paint-context: Allow passing redraw clip to offscreen paint contextJonas Ådahl2020-04-232-3/+4