summaryrefslogtreecommitdiffstats
path: root/views/widget/widget.cc
Commit message (Expand)AuthorAgeFilesLines
* * Fix wrong condition check in OnFocusOut.oshima@google.com2011-08-241-4/+8
* views: Propagate visibility-notification down the view hierarchy when the wid...sadrul@chromium.org2011-08-231-0/+1
* Move input_method to widgetoshima@google.com2011-08-231-21/+40
* Simple WindowManager that can move/resize window.oshima@google.com2011-08-191-1/+5
* widget: Look at the 'maximize' initialization param on creation.sadrul@chromium.org2011-08-181-0/+2
* Alwas set saved maximized state for panels to 'false'.stevenjb@google.com2011-08-021-1/+8
* Remove menu keyboard grab and close menu on window manager activation change.rhashimoto@chromium.org2011-07-271-1/+8
* Views views_unittests FocusManagerTest.FocusNativeControls use after freedhollowa@chromium.org2011-07-251-0/+9
* views capture: Fix mouse-event location and reset capture view.sadrul@chromium.org2011-07-191-0/+5
* Makes sure widget is created at right size before showingsky@chromium.org2011-07-191-34/+41
* Move debug paint flag to Widget so native widget can use the same flag.oshima@google.com2011-07-161-0/+13
* Removes Widget from two of ViewsDelegate methods. I would have likedsky@chromium.org2011-07-141-2/+1
* Clean up FocusManageroshima@google.com2011-07-141-0/+4
* Move SetInitialFocus to Widgetoshima@google.com2011-07-141-1/+11
* Add Widget::Observer for observing Widgets.sadrul@chromium.org2011-07-131-3/+20
* Attempt 2 at:sky@chromium.org2011-07-131-1/+3
* Remove unused ContainsNativeView methods.ben@chromium.org2011-07-131-10/+0
* ClearNativeFocus: Do it from widget, with appropriate native-widget implement...sadrul@chromium.org2011-07-131-0/+4
* Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...sky@chromium.org2011-07-121-3/+1
* Gets mouse capture to work for menus with pure views. As part of thissky@chromium.org2011-07-121-1/+3
* Relanding this with the compile fixes for Linux viewsananta@chromium.org2011-07-111-5/+9
* Revert 92071 - Fix a chrome browser crash which occurs when displaying the pa...ananta@chromium.org2011-07-111-8/+4
* Fix a chrome browser crash which occurs when displaying the page info bubble ...ananta@chromium.org2011-07-111-4/+8
* Fix NativeWidgetViews enough to run views_examples without segfaulting.rhashimoto@google.com2011-07-111-0/+4
* Fixes crash in views desktop. The problem wassky@chromium.org2011-07-081-0/+4
* Fix crashes in EnterpriseEnrollmentScreenTest.TestCancel. This is independent...ben@chromium.org2011-07-071-3/+1
* Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...ben@chromium.org2011-07-071-4/+4
* Gets compositor working for embedded widgets.sky@chromium.org2011-07-011-19/+22
* Reverted 7285007 now that r91197 has landedsaintlou@chromium.org2011-06-301-2/+4
* Fixed for touch buildsaintlou@chromium.org2011-06-301-4/+2
* As per oshima:saintlou@chromium.org2011-06-301-0/+4
* Implement SetTooltipText in RWHVVvarunjain@chromium.org2011-06-281-0/+7
* Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...ben@chromium.org2011-06-281-2/+4
* Remove ifdef's for touchui stuff from events code.sadrul@chromium.org2011-06-281-2/+0
* Adds Layer as a class between View and the Texture.sky@chromium.org2011-06-211-3/+9
* Fix even more crashes. To help identify remaining crashes now and in the futu...ben@chromium.org2011-06-161-2/+10
* Add View::ReorderChildView and Widget::MoveToTop.sadrul@chromium.org2011-06-161-0/+4
* Re-land:ben@chromium.org2011-06-161-12/+66
* Revert 89216 - Move private NativeWidget methods to new internal interface Na...ben@chromium.org2011-06-151-66/+12
* Move private NativeWidget methods to new internal interface NativeWidgetPrivate.ben@chromium.org2011-06-151-12/+66
* Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...sadrul@chromium.org2011-06-141-0/+7
* Widget::GetCurrentEvent() to get hold of the current input event being proces...sadrul@chromium.org2011-06-141-0/+42
* Eliminate Window completely.ben@chromium.org2011-06-131-16/+32
* Remove COMPOSITOR_2 flag, old compositor code.wjmaclean@chromium.org2011-06-101-11/+0
* Move last of event handlers down to NativeWidgetWin/Gtk.ben@chromium.org2011-06-091-7/+103
* First draft to enable turning off compositor for unit tests.wjmaclean@chromium.org2011-06-091-1/+2
* Last views_unittests fix.ben@chromium.org2011-06-081-4/+6
* Move more from Window onto Widget.ben@chromium.org2011-06-081-6/+143
* Re-land: Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-031-2/+65
* Revert 87702 - Move NonClientView and FrameType logic from Window to Widget.ben@chromium.org2011-06-021-65/+2