summaryrefslogtreecommitdiff
path: root/src/compositor/meta-surface-actor.c
Commit message (Expand)AuthorAgeFilesLines
* WIPwip/nielsdg/uncrustify-testNiels De Graef2018-11-191-7/+16
* Clean up include macros messJonas Ådahl2018-11-061-6/+6
* Stop using g_type_class_add_private()Florian Müllner2018-07-311-2/+1
* compositor: Add get_paint_volume() implementation to MetaSurfaceActorCarlos Garnacho2018-07-131-0/+8
* surface-actor: Keep track of ignored damageFlorian Müllner2016-06-171-12/+21
* surface-actor-x11: Unredirect ARGB32 windows with full opaque regionsJasper St. Pierre2016-03-211-0/+7
* compositor: Always recurse over surface children actors when pickingCarlos Garnacho2014-11-241-6/+6
* compositor: Ensure child actors are included in pickingCarlos Garnacho2014-10-231-0/+7
* meta-surface-actor: Fix is_argb32 for unredirected windowsAdel Gadllah2014-08-261-2/+8
* surface-actor: Call process_damage even when the actor is invisibleJasper St. Pierre2014-08-211-4/+3
* wayland: Update the CoglTexture in the MetaWaylandSurfaceJasper St. Pierre2014-08-211-1/+5
* window-actor: Rebuild the shape and mask when the surface updatesJasper St. Pierre2014-07-311-0/+18
* surface-actor: Remove unused APIsJasper St. Pierre2014-07-311-8/+0
* surface-actor: Implement is_argb32 generically for both X11 and WaylandJasper St. Pierre2014-03-251-1/+20
* wayland: Move "public" Wayland API to another header fileJasper St. Pierre2014-02-281-1/+0
* MetaSurfaceActor: add a generic hook to retrieve the MetaWindowGiovanni Campagna2014-02-271-0/+6
* MetaSurfaceActor: move freeze accounting to MetaWindowActorGiovanni Campagna2014-02-251-27/+9
* window-actor: Split into two subclasses of MetaSurfaceActorJasper St. Pierre2014-02-201-77/+128
* Fix the input region not working properlyJasper St. Pierre2014-02-181-3/+94
* shaped-texture: Move unobscured_region processing hereJasper St. Pierre2014-02-051-12/+19
* Revert unintentional merge from wip/surface-content to waylandJasper St. Pierre2014-01-221-144/+66
* surface contentJasper St. Pierre2014-01-211-73/+58
* surface-actor: Move unobscured_region processing hereJasper St. Pierre2014-01-211-6/+99
* surface-actor: ReindentJasper St. Pierre2013-12-061-2/+2
* surface-actor: Don't use self->priv->foo directlyJasper St. Pierre2013-12-061-7/+12
* surface-actor: Move work out of _new constructorJasper St. Pierre2013-12-061-15/+8
* compositor: meta-surface-actor: upload texture changes at the correct positionLionel Landwerlin2013-12-021-1/+1
* compositor: Update to latest cogl APIColin Walters2013-11-291-1/+1
* wayland-surface: Restructure code flow in wl_surface_attach a bit more...Jasper St. Pierre2013-11-251-1/+5
* wayland-surface: Replace MetaWindowActor with MetaSurfaceActorJasper St. Pierre2013-11-251-0/+1
* surface-actor: Add setters for set_input_region / set_opaque_regionJasper St. Pierre2013-11-251-0/+14
* shaped-texture: Make CullableJasper St. Pierre2013-11-251-8/+26
* surface-actor: Remove unused fieldJasper St. Pierre2013-11-211-1/+0
* Revert "ff"Jasper St. Pierre2013-11-191-1/+3
* ffJasper St. Pierre2013-11-181-3/+1
* Introduce MetaSurfaceActor for drawing MetaWindowActor contentJonas Ådahl2013-11-181-0/+149