summaryrefslogtreecommitdiffstats
path: root/views/view.cc
Commit message (Expand)AuthorAgeFilesLines
* views: Move view.h to ui/views/.tfarina@chromium.org2011-11-301-2061/+0
* views: Move some random files from views/ to ui/views/.tfarina@chromium.org2011-11-301-2/+2
* s/Move/Stack/ in names of stacking-related methods.derat@chromium.org2011-11-221-1/+1
* Get rid of Widget::ConvertPointFromAncestor.ben@chromium.org2011-11-221-47/+30
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-4/+4
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-8/+4
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-4/+8
* Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based...ben@chromium.org2011-11-191-1/+0
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-1/+1
* Added some debugging code to print layer tree.pkotwicz@chromium.org2011-11-171-0/+3
* Fix stale compositor references from ui::Layerpiman@chromium.org2011-11-161-1/+1
* views: Move accessibility/ directory to ui/views/.tfarina@chromium.org2011-11-141-1/+1
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-141-6/+6
* Move views/ime/text_input_client.h to ui/base/ime/.yusukes@chromium.org2011-11-111-1/+1
* Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/.yusukes@google.com2011-11-111-1/+1
* Move views/ime/text_input_client.h to ui/base/ime/.yusukes@google.com2011-11-111-1/+1
* views: Constantify two kViewClassName strings.tfarina@chromium.org2011-11-081-1/+1
* Allows observers to be notified when layer animations complete.vollick@chromium.org2011-11-021-3/+0
* Add traces in compositor, views and skiapiman@chromium.org2011-11-011-4/+18
* Create constrained windows in a hidden state.asanka@chromium.org2011-11-011-1/+1
* Reland r107720 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-29/+7
* Revert 107715 - Enable the new layer animation framework.vollick@chromium.org2011-10-281-7/+29
* Enable the new layer animation framework.vollick@chromium.org2011-10-281-29/+7
* ui/gfx: Change Canvas::ScaleInt() to just Canvas::Scale().tfarina@chromium.org2011-10-271-1/+1
* ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.tfarina@chromium.org2011-10-271-6/+5
* Convert View::HasFocus() to be const. Required adding const versions of some...pkasting@chromium.org2011-10-261-7/+10
* Refactors some 'Clear to transparent code'pkotwicz@chromium.org2011-10-261-1/+2
* ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-261-3/+3
* ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect.tfarina@chromium.org2011-10-251-2/+2
* Animate desktop rotations.ben@chromium.org2011-10-211-0/+3
* Aura: Combine cursor support for Linux and Windowsjamescook@chromium.org2011-10-171-1/+1
* views: Make sure layer visibility is updated properly.sadrul@chromium.org2011-10-121-3/+33
* ScheduleDraw() in View::SchedulePaintBoundsChanged() when a child view is mov...danakj@chromium.org2011-10-121-0/+6
* Add gfx::kNullCursor to refer to "no cursor"oshima@chromium.org2011-10-111-1/+1
* Reorder Layers with NativeWidgetViews.backer@chromium.org2011-10-081-23/+27
* Keep the Layer tree in sync with View tree.backer@chromium.org2011-10-071-0/+38
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-1/+1
* Couple of tweaks to get more views tests passing:sky@chromium.org2011-10-041-2/+6
* layer: Resize a View's layer when the View is resized, even if it's not visible.sadrul@chromium.org2011-10-031-25/+49
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-031-171/+103
* 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