summaryrefslogtreecommitdiffstats
path: root/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-301-103/+171
* Add a new method to Layer that schedules a redraw in the compositor.Rename Co...ben@chromium.org2011-09-301-2/+1
* Fix bustage again. This time with correct ifdefs.ben@chromium.org2011-09-301-1/+3
* Revert 103483 - Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=noneReview ...ben@chromium.org2011-09-301-3/+1
* Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=noneben@chromium.org2011-09-301-1/+3
* Fix regression showing layers for nested child views.ben@chromium.org2011-09-291-1/+1
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-291-171/+104
* Refactors TestCompositor out of views_unittests into a place it can besky@chromium.org2011-09-281-1/+1
* Fixes painting issue with bookmarks barpkotwicz@chromium.org2011-09-281-1/+2
* These are the changes necessary for views to be able to build w/ use_aura imp...davemoore@chromium.org2011-09-221-1/+1
* Improvements to debugging code which prints the views hierarchy.vollick@chromium.org2011-09-201-57/+131
* Make specifying a texture optional on a Layer.ben@chromium.org2011-09-191-5/+4
* External textures outlive layers.backer@chromium.org2011-09-151-13/+4
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-151-1/+1
* Fix for SetExternalTexture.backer@chromium.org2011-09-141-9/+4
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-172/+78
* Allow Chrome-in-Aura to start.ben@chromium.org2011-09-121-1/+1
* With this CL animated rotations can be triggered by visiting URLs like about:...vollick@chromium.org2011-09-081-3/+6
* Reverts debugging code added @ 97412 as it uncovered reason for crash.sky@chromium.org2011-08-221-9/+1
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-191-3/+20
* Adds some debugging code to track crash. It seems as thoughsky@chromium.org2011-08-191-1/+9
* views: Force child views to paint into their own texture when the parent has ...sadrul@chromium.org2011-08-101-5/+10
* First pass for eliminating double paintingpkotwicz@chromium.org2011-07-291-4/+17
* Update Texture/Layer SetCanvas, callsites, and comments.msw@chromium.org2011-07-271-3/+1
* Enable browser compositor on all TOUCH_UI builds.backer@chromium.org2011-07-191-1/+1
* Don't schedule paint if one of view in parent chain is invisibleoshima@google.com2011-07-151-1/+1
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-151-37/+22
* Fix context sharing in CompositorGL.backer@chromium.org2011-07-151-1/+1
* views: Add unittests for View::GetViewsWithGroup() method.tfarina@chromium.org2011-07-131-6/+6
* Disable compositor on non-touch buildoshima@google.com2011-07-131-1/+1
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-131-9/+0
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-2/+7
* Fixed issue with layers being deleted upon SetVisible with an argument of truebacker@chromium.org2011-07-061-2/+6
* Fixes bug where transform wasn't reset on layer correctly.sky@chromium.org2011-07-011-0/+1
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-72/+79
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-291-7/+11
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-4/+0
* Makes it so that if the size of a view with a layer changes or on creatingsky@chromium.org2011-06-281-1/+11
* Moves acclerated painting related fields from View to LayerHelper.sky@chromium.org2011-06-271-85/+95
* Allow View to have a layer whose texture is updated externally.backer@chromium.org2011-06-241-0/+28
* Fixes bug where layer bounds weren't correctly set when views was setsky@chromium.org2011-06-241-11/+18
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-7/+29
* views: Pull out ContextMenuController class into its own header file.tfarina@chromium.org2011-06-231-4/+1
* views: Pull out DragController class into its own header file.tfarina@chromium.org2011-06-211-8/+1
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-98/+202
* Take transforms into consideration when deciding the dirty region for child v...sadrul@chromium.org2011-06-171-2/+7
* views: Change the check in View::AddChildViewAt() to CHECK_NE.tfarina@chromium.org2011-06-161-1/+1
* Mark the parent texture dirty when a child view starts using its own texture.sadrul@chromium.org2011-06-161-0/+5
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+26
* Re-land:ben@chromium.org2011-06-161-5/+7