summaryrefslogtreecommitdiffstats
path: root/views/widget/native_widget_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based...ben@chromium.org2011-11-191-178/+0
* Add gfx::kNullCursor to refer to "no cursor"oshima@chromium.org2011-10-111-1/+2
* Reorder Layers with NativeWidgetViews.backer@chromium.org2011-10-081-0/+12
* Don't reapply offset in NativeWidgetView::UpdateChildLayerBounds.vollick@chromium.org2011-10-071-3/+5
* Reland the layer creation change since the touchui issues will be resolved in...sadrul@chromium.org2011-10-031-19/+12
* Revert the layer creation change r103338 due to some issues with the keyboard...ben@chromium.org2011-09-301-12/+19
* Construct a View's layer immediately when SetPaintToLayer(true) is called or ...ben@chromium.org2011-09-291-19/+12
* Improvements to debugging code which prints the views hierarchy.vollick@chromium.org2011-09-201-0/+6
* Relanding 100792oshima@google.com2011-09-201-43/+8
* External textures outlive layers.backer@chromium.org2011-09-151-0/+5
* Revert "Relanding 100792"oshima@google.com2011-09-141-8/+43
* Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...ben@chromium.org2011-09-131-29/+4
* Relanding 100792oshima@google.com2011-09-131-43/+8
* Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."oshima@google.com2011-09-131-8/+43
* Use TabContentsViewViews for RenderWidgetHostViweViews.oshima@google.com2011-09-121-43/+8
* Fix touch event coordinate conversionoshima@google.com2011-09-091-9/+1
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-191-0/+35
* views-desktop: Fix updating the cursor for windows.sadrul@chromium.org2011-08-151-1/+6
* Fix a few issues with touch-events and views-desktop.sadrul@chromium.org2011-07-291-1/+2
* Fix method call on potentially deleted object in NativeWidgetViews.rhashimoto@chromium.org2011-07-271-0/+5
* Rework NativeWidgetViews/NativeWidgetView lifetime management.rhashimoto@chromium.org2011-07-251-9/+5
* Add Widget::Observer for observing Widgets.sadrul@chromium.org2011-07-131-0/+5
* Correct issues with NativeWidgetViews ownership.ben@chromium.org2011-07-121-6/+8
* Correct implementation of View::ConvertPointToScreen for the views-desktop en...ben@chromium.org2011-07-081-1/+0
* Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...ben@chromium.org2011-07-071-1/+6
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-3/+58
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-2/+0
* Make NativeWidgetViews::SchedulePaintInRect usesky@chromium.org2011-06-171-0/+4
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-5/+2
* Move more from Window onto Widget.ben@chromium.org2011-06-081-1/+1
* Rough cut at window activation.ben@chromium.org2011-05-261-0/+12
* Hook up more of the NativeWidgetViews.ben@chromium.org2011-05-241-0/+108