summaryrefslogtreecommitdiff
path: root/src/backends/meta-stage.c
Commit message (Expand)AuthorAgeFilesLines
* meta/stage: Process BEFORE_PAINT watchers at ClutterStage.before_paintGeorges Basile Stavracas Neto2020-09-011-3/+11
* screen-cast: Track and always record cursorsJonas Ådahl2020-08-051-1/+22
* cursor-renderer: Always keep the cursor overlay on the stageJonas Ådahl2020-08-051-17/+32
* stage: Use g_list_foreach instead of manual for loopJonas Ådahl2020-08-051-5/+1
* stage: Keep a pointer to the backendJonas Ådahl2020-08-051-0/+3
* clutter/paint-context: Add 'no-cursors' paint flagJonas Ådahl2020-04-231-2/+6
* stage: Only invoke paint phase callbacks when painting viewsJonas Ådahl2020-04-231-5/+10
* stage: Pass paint context in phase callbacksJonas Ådahl2020-04-231-7/+11
* clutter/stage: Remove hide/show cursor APIJonas Ådahl2020-04-061-3/+1
* clutter/stage: Pass redraw clip instead of extents when painting viewJonas Ådahl2020-02-251-3/+5
* clutter, core: Stop using the Cogl framebuffer stackJonas Ådahl2019-12-031-3/+7
* clutter: Introduce paint contextsJonas Ådahl2019-12-031-2/+3
* Replace ClutterRect by graphene_rect_tGeorges Basile Stavracas Neto2019-10-161-13/+13
* stage: Introduce MetaStageWatch and familyGeorges Basile Stavracas Neto2019-06-191-0/+103
* clutter: Remove ability to be user resizableJonas Ådahl2019-06-131-1/+0
* renderer-native: Fake page flipping slower when power savingJonas Ådahl2019-04-021-4/+23
* stage: Queue redraw previous Rect only if it has changedMarco Trevisan (Treviño)2019-03-011-2/+5
* stage: Clamp to pixel the redraw clip taking care of the floored coordsMarco Trevisan (Treviño)2019-03-011-0/+5
* stage: Add utility function to queue draw a ClutterRectMarco Trevisan (Treviño)2019-03-011-14/+17
* backends/stage: Emit signal between painting actors and overlaysJonas Ådahl2019-01-161-0/+18
* backends/stage: Fix minor style issueJonas Ådahl2019-01-161-1/+2
* backends/stage: Remove MetaStagePrivateJonas Ådahl2018-11-091-18/+14
* Clean up include macros messJonas Ådahl2018-11-061-5/+5
* build: Introspect some more typesFlorian Müllner2018-05-071-1/+1
* cursor-renderer: Track cursor position using floatsJonas Ådahl2017-07-141-23/+23
* Introduce regional stage renderingJonas Ådahl2016-07-201-0/+3
* stage: Fix function definitionFlorian Müllner2016-06-021-1/+1
* backends: Allow multiple "SW" cursor overlays on the stageCarlos Garnacho2016-05-031-16/+53
* backends: Get rid of meta-cursor-private.hJonas Ådahl2015-08-281-1/+0
* meta-stage: To change the stage state we need to set the event typeRui Matos2015-03-301-0/+1
* wayland: manually activate/deactivate stage when taking/dropping grabRay Strode2015-03-281-0/+66
* stage: Refine our assertions for overlays in MetaStageJasper St. Pierre2014-08-211-3/+3
* stage: Make the API take a CoglTextureJasper St. Pierre2014-08-211-9/+3
* stage: Refactor the cursor drawing code into a generic "overlay" systemJasper St. Pierre2014-08-211-57/+85
* meta-stage: Remove an unused variableJasper St. Pierre2014-08-151-1/+0
* backend: Create the stage in the backend, rather than the compositorJasper St. Pierre2014-08-131-0/+176