summaryrefslogtreecommitdiffstats
path: root/views/widget/widget.h
Commit message (Expand)AuthorAgeFilesLines
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-311-9/+14
* Revert 98679 - Restoring a session should restore window minimization state o...dhollowa@chromium.org2011-08-291-14/+9
* Restoring a session should restore window minimization state on Windowsdhollowa@chromium.org2011-08-291-9/+14
* Reverts debugging code added for 91396. I've tracked down the bug andsky@chromium.org2011-08-261-20/+0
* Adds yet more debugging in hopes of tracking 91396. The latest datasky@chromium.org2011-08-251-0/+20
* Move input_method to widgetoshima@google.com2011-08-231-7/+29
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-191-2/+9
* Rename VIEWS_API to VIEWS_EXPORT.darin@chromium.org2011-08-051-3/+3
* Shell of implementation for embedded windows. At this point this issky@chromium.org2011-07-291-3/+1
* Create views.dll / libviews.sodarin@chromium.org2011-07-281-3/+3
* Fixes crash introduced by fix for 11229. The fix for 11229 made it sosky@chromium.org2011-07-211-1/+2
* views capture: Fix mouse-event location and reset capture view.sadrul@chromium.org2011-07-191-0/+1
* Makes sure widget is created at right size before showingsky@chromium.org2011-07-191-0/+10
* Move debug paint flag to Widget so native widget can use the same flag.oshima@google.com2011-07-161-0/+4
* Clean up FocusManageroshima@google.com2011-07-141-0/+3
* Move SetInitialFocus to Widgetoshima@google.com2011-07-141-0/+15
* Add Widget::Observer for observing Widgets.sadrul@chromium.org2011-07-131-0/+17
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-131-5/+0
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-131-0/+3
* Fix NativeWidgetViews enough to run views_examples without segfaulting.rhashimoto@google.com2011-07-111-0/+5
* Fixes crash in views desktop. The problem wassky@chromium.org2011-07-081-0/+1
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-11/+11
* Implement SetTooltipText in RWHVVvarunjain@chromium.org2011-06-281-0/+3
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-4/+0
* A views only implementation of tooltips. In the views world, tooltips are drawnvarunjain@chromium.org2011-06-271-1/+2
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-0/+9
* Change NativeWidgetViews' constructor to not take a parent View. The embeddin...ben@chromium.org2011-06-211-10/+0
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+1
* Re-land:ben@chromium.org2011-06-161-4/+36
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-36/+4
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-4/+36
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-0/+6
* Widget::GetCurrentEvent() to get hold of the current input event being proces...sadrul@chromium.org2011-06-141-1/+13
* Eliminate Window completely.ben@chromium.org2011-06-131-10/+13
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-091-1/+25
* Adding a new window type for frameless non-transient top level windows, used ...ben@chromium.org2011-06-091-0/+2
* Move more from Window onto Widget.ben@chromium.org2011-06-081-3/+48
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-031-0/+60
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-60/+0
* Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-0/+60
* WidgetDelegate is now always created. Specified through InitParams, if NULL W...ben@chromium.org2011-06-021-3/+2
* Move the last of the easy stuff from Window onto Widget.ben@chromium.org2011-06-011-0/+4
* Move Fullscreen API onto Widget.ben@chromium.org2011-06-011-0/+4
* Move SetWindowBounds onto Widget.ben@chromium.org2011-05-271-0/+10
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-271-8/+34
* Revert 86914 - Move a bunch of functions from Window onto Widget.wtc@chromium.org2011-05-271-34/+8
* Move a bunch of functions from Window onto Widget.ben@chromium.org2011-05-261-8/+34
* Make Widget ownership a little clearer by expressing it in terms of an enum.ben@chromium.org2011-05-251-6/+19
* Address TBR review comments from sky.ben@chromium.org2011-05-201-1/+1
* Move RootView to the internal namespace.ben@chromium.org2011-05-201-5/+13