summaryrefslogtreecommitdiffstats
path: root/ui/gfx/compositor/layer.cc
Commit message (Expand)AuthorAgeFilesLines
* Moves scheduling draw/paint from Window::SetBounds tosky@chromium.org2011-11-031-0/+10
* Revert r107440 because this causes a crash on touchui on page load.sadrul@chromium.org2011-11-021-101/+71
* Allows observers to be notified when layer animations complete.vollick@chromium.org2011-11-021-5/+0
* Add traces in compositor, views and skiapiman@chromium.org2011-11-011-0/+4
* ui/gfx: Convert CreateCanvas to use gfx::Size.tfarina@chromium.org2011-11-011-2/+2
* Gets Bubble to work on aura.sky@chromium.org2011-10-311-0/+3
* aura: Add fullscreen/popups to RenderWidgetHostViewAura.derat@chromium.org2011-10-311-13/+10
* Reland r107720 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-57/+52
* Revert 107715 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-52/+57
* Enable the new layer animation framework.vollick@chromium.org2011-10-281-57/+52
* Fix visibility on WebLayerpiman@chromium.org2011-10-271-4/+4
* ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.tfarina@chromium.org2011-10-271-3/+3
* This patch lets the browser window punch a hole in the DesktopBackgroundView,pkotwicz@chromium.org2011-10-261-71/+101
* Revert 107360vandebo@chromium.org2011-10-261-101/+71
* This patch lets the browser window punch a hole in the DesktopBackgroundView,pkotwicz@chromium.org2011-10-261-71/+101
* Enable accelerated compositing of web pages when using webkit compositorpiman@chromium.org2011-10-261-3/+51
* Explicit animation supportvollick@chromium.org2011-10-241-12/+12
* Use WebKit compositor in ui::Layerpiman@chromium.org2011-10-221-3/+111
* Revert 106768 - Explicit animation supportvollick@chromium.org2011-10-211-12/+12
* Explicit animation supportvollick@chromium.org2011-10-211-12/+12
* Revert 106606 - Use WebKit compositor in ui::Layerlipalani@chromium.org2011-10-201-111/+3
* Use WebKit compositor in ui::Layerpiman@chromium.org2011-10-201-3/+111
* Fixes hole boundspkotwicz@chromium.org2011-10-201-1/+1
* Add GetTargetBounds to window/layer.oshima@chromium.org2011-10-201-0/+6
* Fixes transform of holes to match that of the child view in ::Drawpkotwicz@chromium.org2011-10-131-2/+9
* Revert 104311 - Revert 104304 - Avoid overdraw in views desktop.vollick@chromium.org2011-10-061-31/+28
* Revert 104304 - Avoid overdraw in views desktop.vollick@chromium.org2011-10-061-28/+31
* Avoid overdraw in views desktop.vollick@chromium.org2011-10-061-31/+28
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-1/+1
* Makes visbility inherited. That is, in order for a window to besky@chromium.org2011-10-051-4/+19
* Layer unittests for http://codereview.chromium.org/7976040/pkotwicz@chromium.org2011-10-041-3/+3
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-031-0/+10
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-301-10/+0
* Add a new method to Layer that schedules a redraw in the compositor.Rename Co...ben@chromium.org2011-09-301-1/+5
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-291-0/+10
* Setting fills bounds opaquely as the default.pkotwicz@chromium.org2011-09-291-2/+2
* In views desktop, it is possible for child layers to intersect. (This situati...pkotwicz@chromium.org2011-09-291-45/+87
* Adds the ability to set an Animation on Layer so that future changes to the l...sky@chromium.org2011-09-291-29/+105
* Refactors TestCompositor out of views_unittests into a place it can besky@chromium.org2011-09-281-1/+2
* Allow layers to be created without a compositor, creating this association wh...ben@chromium.org2011-09-271-11/+42
* Fixes compositor crashpkotwicz@chromium.org2011-09-271-1/+2
* Do not allocate a texture if hole covers entire layer.pkotwicz@chromium.org2011-09-271-8/+28
* Allow animating alphavollick@chromium.org2011-09-231-4/+46
* Make specifying a texture optional on a Layer.ben@chromium.org2011-09-191-7/+17
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-181-1/+1
* Fix for SetExternalTexture.backer@chromium.org2011-09-141-4/+8
* The Compositor should own drawing the root layer.ben@chromium.org2011-09-141-26/+30
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-1/+11
* Changes to port holey layer changes into windows compositorpkotwicz@chromium.org2011-09-021-4/+0
* Add invalid rect tracking and repaint scheduling to Layer.ben@chromium.org2011-09-011-1/+30