summaryrefslogtreecommitdiffstats
path: root/views/view.h
Commit message (Expand)AuthorAgeFilesLines
* Animate desktop rotations.ben@chromium.org2011-10-211-0/+1
* views: Make sure layer visibility is updated properly.sadrul@chromium.org2011-10-121-0/+6
* Reorder Layers with NativeWidgetViews.backer@chromium.org2011-10-081-9/+9
* Keep the Layer tree in sync with View tree.backer@chromium.org2011-10-071-0/+9
* layer: Resize a View's layer when the View is resized, even if it's not visible.sadrul@chromium.org2011-10-031-0/+4
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-031-43/+30
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-301-30/+43
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-291-43/+30
* Improvements to debugging code which prints the views hierarchy.vollick@chromium.org2011-09-201-10/+16
* Make specifying a texture optional on a Layer.ben@chromium.org2011-09-191-1/+1
* wstring: remove wstrings from all tooltip-related codeevan@chromium.org2011-09-151-1/+1
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-31/+15
* With this CL animated rotations can be triggered by visiting URLs like about:...vollick@chromium.org2011-09-081-0/+9
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-1/+1
* First pass for eliminating double paintingpkotwicz@chromium.org2011-07-291-0/+6
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-1/+1
* views: Have the non-const version of child_at call the constant one.tfarina@chromium.org2011-07-261-3/+6
* Convert some more view methods to the ui/views style.ben@chromium.org2011-07-151-5/+13
* views: Add unittests for View::GetViewsWithGroup() method.tfarina@chromium.org2011-07-131-5/+5
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-131-5/+0
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-27/+31
* Convert the rect to the widget's coordinates correctly.sadrul@chromium.org2011-06-291-0/+4
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-6/+0
* Moves acclerated painting related fields from View to LayerHelper.sky@chromium.org2011-06-271-23/+15
* Allow View to have a layer whose texture is updated externally.backer@chromium.org2011-06-241-0/+14
* Adds the ability to animate transforms/bounds to View.sky@chromium.org2011-06-231-2/+9
* views: Pull out ContextMenuController class into its own header file.tfarina@chromium.org2011-06-231-31/+5
* views: Pull out DragController class into its own header file.tfarina@chromium.org2011-06-211-31/+5
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-28/+78
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+4
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-19/+5
* Make the web content accessibility tree a descendant of the main window'sdmazzoni@chromium.org2011-06-131-10/+3
* Eliminate Window completely.ben@chromium.org2011-06-131-1/+0
* views: Drop the prefix "is_" from View::is_visible_ member variable.tfarina@chromium.org2011-06-111-1/+1
* Remove COMPOSITOR_2 flag, old compositor code.wjmaclean@chromium.org2011-06-101-19/+0
* First draft to enable turning off compositor for unit tests.wjmaclean@chromium.org2011-06-091-0/+1
* Move more from Window onto Widget.ben@chromium.org2011-06-081-8/+0
* Cleanup:pkasting@chromium.org2011-06-071-0/+1
* Adds View::OnWillCompositeTexture that is invoked before a texture issky@chromium.org2011-06-061-0/+5
* views: Take transforms into account when computing visible bounds.sadrul@chromium.org2011-06-061-3/+3
* views: Don't include the container type "vector" in the typedef ViewVector.tfarina@chromium.org2011-06-061-4/+4
* First draft of patch for setting texture_needs_updating_.wjmaclean@chromium.org2011-06-031-0/+13
* views: Use ViewVector typedef instead of std::vector<View*> in view.*tfarina@chromium.org2011-06-031-2/+3
* views: Convert View::GetID/SetID functions to unix_hacker style.tfarina@chromium.org2011-06-031-4/+4
* views: Fix some comments of the Tree View API.tfarina@chromium.org2011-06-031-13/+12
* Adds ability for a view to paint to a texture even it if doesn't havesky@chromium.org2011-06-021-0/+9
* views: Make |focusable_| a private data member instead of a protected one.tfarina@chromium.org2011-06-021-3/+3
* views: Make View::SetFocusable() a simple setter accessor.tfarina@chromium.org2011-06-011-1/+1
* views: Make View::GetVisibleBounds() a const method.tfarina@chromium.org2011-05-311-2/+1
* views: Make View::GetBaseline() a const method.tfarina@chromium.org2011-05-271-1/+1