summaryrefslogtreecommitdiffstats
path: root/views/widget/root_view.h
Commit message (Expand)AuthorAgeFilesLines
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-031-2/+0
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-301-0/+2
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-291-2/+0
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-4/+3
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-191-8/+0
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-1/+1
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-7/+4
* views capture: Fix mouse-event location and reset capture view.sadrul@chromium.org2011-07-191-1/+1
* Attempt 2 at:sky@chromium.org2011-07-131-0/+8
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-121-8/+0
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-121-0/+8
* Revert clear removal from last week. It turns out the window is green in debu...ben@chromium.org2011-07-111-0/+1
* Correct implementation of View::ConvertPointToScreen for the views-desktop en...ben@chromium.org2011-07-081-1/+0
* Fixes crash in views desktop. The problem wassky@chromium.org2011-07-081-0/+1
* Fix the bug of the hide key on Omnibox.mazda@chromium.org2011-07-081-2/+0
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-3/+4
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-13/+1
* Always show keyboard when an editable element is touched.mazda@chromium.org2011-06-281-0/+6
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-1/+0
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-1/+7
* Remove COMPOSITOR_2 flag, old compositor code.wjmaclean@chromium.org2011-06-101-2/+0
* First draft of patch for setting texture_needs_updating_.wjmaclean@chromium.org2011-06-031-0/+3
* Fix touch build after hiding RootView.sadrul@chromium.org2011-05-201-5/+0
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-8/+7
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-101-0/+3
* Use single command line flag for all pure Views situations,saintlou@chromium.org2011-05-031-0/+5
* Remove RootView::ConvertPointToMouseHandler.sadrul@chromium.org2011-05-021-8/+1
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-261-2/+2
* Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....msw@chromium.org2011-04-221-2/+2
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-2/+2
* Reverting since caused compile failures on Linux.amit@chromium.org2011-04-221-2/+2
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-2/+2
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-5/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Fix for issue =76919 and added --keep-mouse-cursor (76976)saintlou@chromium.org2011-03-231-0/+5
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-161-6/+6
* Start working on compositor tree painting.sadrul@chromium.org2011-03-151-0/+1
* Clean up some event code:msw@chromium.org2011-03-141-12/+9
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-1/+1
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-1/+1
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-1/+1
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-251-6/+2
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-2/+6
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-2/+2
* More RootView cleanup:ben@chromium.org2011-02-231-48/+20
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-68/+2
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-24/+0
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-161-11/+0
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-1/+1
* Sort methods in RootView cc/h. Add better documentation and outline future pl...ben@chromium.org2011-02-151-178/+157