summaryrefslogtreecommitdiffstats
path: root/views/widget/root_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-11/+2
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-5/+1
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-9/+9
* Eliminate Window completely.ben@chromium.org2011-06-131-1/+0
* 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/+7
* Fix touch build after hiding RootView.sadrul@chromium.org2011-05-201-16/+0
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-13/+3
* Tweaks Compositor API. To make it possible to land this I've ifdef'dsky@chromium.org2011-05-101-0/+12
* Add a status-type for a mouse-event triggered by a touch event.sadrul@chromium.org2011-05-091-3/+6
* Use single command line flag for all pure Views situations,saintlou@chromium.org2011-05-031-1/+16
* Rename View::GetCursor and simplify arguments.msw@chromium.org2011-05-031-19/+6
* Remove RootView::ConvertPointToMouseHandler.sadrul@chromium.org2011-05-021-25/+3
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-271-4/+11
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-261-1/+1
* Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....msw@chromium.org2011-04-221-1/+1
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-1/+1
* Reverting since caused compile failures on Linux.amit@chromium.org2011-04-221-1/+1
* Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.msw@chromium.org2011-04-221-1/+1
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-311-1/+1
* Disambiguate OnMouseCaptureLost from OnMouseReleased.msw@chromium.org2011-03-291-13/+18
* Amending issue 6716024saintlou@chromium.org2011-03-231-3/+3
* Fix for issue =76919 and added --keep-mouse-cursor (76976)saintlou@chromium.org2011-03-231-0/+14
* Reorder some views::View overrides & other functions.msw@chromium.org2011-03-161-26/+30
* Clean up some event code:msw@chromium.org2011-03-141-54/+30
* touch: Fix touch events bubbling up the hierarchy.sadrul@chromium.org2011-03-141-15/+13
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-2/+3
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-12/+1
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-3/+2
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-031-2/+3
* Use GetEventHandlerForPoint instead of GetViewForPoint.sadrul@chromium.org2011-02-251-4/+4
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-251-12/+9
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-6/+14
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-2/+2
* More RootView cleanup:ben@chromium.org2011-02-231-79/+3
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-231-158/+10
* Remove usages of RootView from View by moving relevant RootView API methods t...ben@chromium.org2011-02-181-79/+11
* Remove "visible bounds in root changed" functions from RootView, move them to...ben@chromium.org2011-02-161-38/+0
* Rename ProcessPaint to Paint()ben@chromium.org2011-02-161-3/+3
* views transformation: First cut.sadrul@chromium.org2011-02-151-2/+3
* Sort methods in RootView cc/h. Add better documentation and outline future pl...ben@chromium.org2011-02-151-378/+372
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-151-1/+1
* Add --debug-views-paint switch that shows damaged rectangles in redoshima@google.com2011-02-121-0/+7
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-20/+20
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-13/+13
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-13/+13
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-14/+16
* It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...ben@chromium.org2011-02-091-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-081-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-2/+2