summaryrefslogtreecommitdiff
path: root/src/compositor
Commit message (Expand)AuthorAgeFilesLines
* wayland: Add basic input supportwip/wayland-inputNeil Roberts2013-05-071-0/+8
* adapt to runtime control over display server modeRobert Bragg2013-05-074-376/+339
* wayland: Adds basic hybrid X + Wayland supportRobert Bragg2013-05-077-67/+397
* Track the X Shape input region and use it for pickingRobert Bragg2013-05-072-59/+199
* background: Fix memory leakPavel Vasin2013-04-291-0/+12
* Let the UI layer (via the core) construct the frame maskSimon McVittie2013-04-171-70/+2
* Don't redefine MetaBackgroundPrivate, fixing a build issue:Jasper Lievisse Adriaanse2013-03-291-1/+0
* background: don't tank if background is destroyed before it gets a pipelineRay Strode2013-03-261-1/+2
* background: share snippets between pipelinesRay Strode2013-03-261-4/+8
* background: drop saturation and blur effectsRay Strode2013-03-261-143/+2
* background: fix pixbuf leak in load_file_finishRay Strode2013-03-261-3/+8
* background: fix task leak in load_file_asyncRay Strode2013-03-261-0/+1
* Add small note to the docs about the actor containers in the compositorTomeu Vizoso2013-03-181-0/+13
* Move compositor documentation from header to the API docsTomeu Vizoso2013-03-181-0/+47
* background: Fix the desaturate effect when on its ownJasper St. Pierre2013-03-181-1/+6
* background-group: Use a default FixedLayout managerJasper St. Pierre2013-03-181-6/+1
* Add a meaningful name and description to all sections/files in the API docsTomeu Vizoso2013-03-147-12/+55
* docs: Fix cross-reference generationTomeu Vizoso2013-03-141-0/+6
* Fix gobs of gtk-doc warningsTomeu Vizoso2013-03-143-4/+13
* Update and fix commentsJasper St. Pierre2013-03-141-7/+9
* background-group: Subclass ClutterActor, not ClutterGroupJasper St. Pierre2013-03-141-1/+1
* compositor: Fix crash when adding a window with an opaque regionJasper St. Pierre2013-03-141-0/+3
* Compositor: sync stacking of window actors even if they're not parented to th...Giovanni Campagna2013-03-121-7/+11
* compositor: map overlay window before redirecting windowsRay Strode2013-03-041-16/+31
* compositor: don't show stage right awayRay Strode2013-03-042-1/+26
* Always send _NET_WM_FRAME_DRAWN for newly created windowsOwen W. Taylor2013-03-041-1/+6
* window-actor: Fix leaked frame listPavel Vasin2013-03-041-0/+1
* window-actor: Fix leaked opaque_regionPavel Vasin2013-03-041-0/+1
* compositor: Fix ClutterTimeline usageRui Matos2013-03-041-1/+2
* Fix up for latest Clutter deprecationsJasper St. Pierre2013-03-033-41/+39
* meta-window-group: Report a paint volumeAdel Gadllah2013-03-031-0/+8
* compositor: fix background vignette for non-stretched stylesRay Strode2013-03-021-4/+46
* compositor: when tiling background, center on screenRay Strode2013-03-021-5/+32
* compositor: Make sure we always call the post_paint handlersAdel Gadllah2013-03-021-2/+4
* meta-background-group: Report a paint volumeAdel Gadllah2013-03-021-0/+9
* compositor: Don't connect to the stage's paint signalAdel Gadllah2013-03-021-4/+6
* background: Fix gradient color renderingRay Strode2013-02-281-7/+2
* compositor/background: Avoid uninitialized variable warningRico Tzschichholz2013-02-201-6/+8
* compositor: Don't use deprecated Cogl-1.0 APIJasper St. Pierre2013-02-199-160/+153
* compositor: rework how backgrounds are managedRay Strode2013-02-197-594/+1520
* compositor: export actor_is_untransformed functionRay Strode2013-02-194-98/+164
* compositor: do sync actor stack in one passRay Strode2013-02-191-26/+20
* window-actor: Set every window actor to be reactiveJasper St. Pierre2013-02-171-0/+2
* compositor: Spoof events on the guard windowJasper St. Pierre2013-02-171-0/+48
* compositor: Set the background actor to be reactive by defaultJasper St. Pierre2013-02-171-0/+1
* window-actor: Use meta_window_is_monitor_sizedAdel Gadllah2013-02-171-29/+1
* MetaWindowActor: Go back to freezing affecting actor geometryOwen W. Taylor2013-02-153-8/+21
* MetaWindowActor: Freeze shouldn't affect actor positionOwen W. Taylor2013-02-151-14/+22
* Fix corner cases where _NET_WM_FRAME_DRAWN might be missedOwen W. Taylor2013-02-143-26/+53
* compositor: Add a new window group for override-redirect windowsGayan Perera2013-02-143-3/+29