| Commit message (Expand) | Author | Age | Files | Lines |
* | Move SetInitialFocus to Widget | oshima@google.com | 2011-07-14 | 1 | -1/+11 |
* | Add Widget::Observer for observing Widgets. | sadrul@chromium.org | 2011-07-13 | 1 | -3/+20 |
* | Attempt 2 at: | sky@chromium.org | 2011-07-13 | 1 | -1/+3 |
* | Remove unused ContainsNativeView methods. | ben@chromium.org | 2011-07-13 | 1 | -10/+0 |
* | ClearNativeFocus: Do it from widget, with appropriate native-widget implement... | sadrul@chromium.org | 2011-07-13 | 1 | -0/+4 |
* | Revert 92252 - Gets mouse capture to work for menus with pure views. As part ... | sky@chromium.org | 2011-07-12 | 1 | -3/+1 |
* | Gets mouse capture to work for menus with pure views. As part of this | sky@chromium.org | 2011-07-12 | 1 | -1/+3 |
* | Relanding this with the compile fixes for Linux views | ananta@chromium.org | 2011-07-11 | 1 | -5/+9 |
* | Revert 92071 - Fix a chrome browser crash which occurs when displaying the pa... | ananta@chromium.org | 2011-07-11 | 1 | -8/+4 |
* | Fix a chrome browser crash which occurs when displaying the page info bubble ... | ananta@chromium.org | 2011-07-11 | 1 | -4/+8 |
* | Fix NativeWidgetViews enough to run views_examples without segfaulting. | rhashimoto@google.com | 2011-07-11 | 1 | -0/+4 |
* | Fixes crash in views desktop. The problem was | sky@chromium.org | 2011-07-08 | 1 | -0/+4 |
* | Fix crashes in EnterpriseEnrollmentScreenTest.TestCancel. This is independent... | ben@chromium.org | 2011-07-07 | 1 | -3/+1 |
* | Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l... | ben@chromium.org | 2011-07-07 | 1 | -4/+4 |
* | Gets compositor working for embedded widgets. | sky@chromium.org | 2011-07-01 | 1 | -19/+22 |
* | Reverted 7285007 now that r91197 has landed | saintlou@chromium.org | 2011-06-30 | 1 | -2/+4 |
* | Fixed for touch build | saintlou@chromium.org | 2011-06-30 | 1 | -4/+2 |
* | As per oshima: | saintlou@chromium.org | 2011-06-30 | 1 | -0/+4 |
* | Implement SetTooltipText in RWHVV | varunjain@chromium.org | 2011-06-28 | 1 | -0/+7 |
* | Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin... | ben@chromium.org | 2011-06-28 | 1 | -2/+4 |
* | Remove ifdef's for touchui stuff from events code. | sadrul@chromium.org | 2011-06-28 | 1 | -2/+0 |
* | Adds Layer as a class between View and the Texture. | sky@chromium.org | 2011-06-21 | 1 | -3/+9 |
* | Fix even more crashes. To help identify remaining crashes now and in the futu... | ben@chromium.org | 2011-06-16 | 1 | -2/+10 |
* | Add View::ReorderChildView and Widget::MoveToTop. | sadrul@chromium.org | 2011-06-16 | 1 | -0/+4 |
* | Re-land: | ben@chromium.org | 2011-06-16 | 1 | -12/+66 |
* | Revert 89216 - Move private NativeWidget methods to new internal interface Na... | ben@chromium.org | 2011-06-15 | 1 | -66/+12 |
* | Move private NativeWidget methods to new internal interface NativeWidgetPrivate. | ben@chromium.org | 2011-06-15 | 1 | -12/+66 |
* | Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u... | sadrul@chromium.org | 2011-06-14 | 1 | -0/+7 |
* | Widget::GetCurrentEvent() to get hold of the current input event being proces... | sadrul@chromium.org | 2011-06-14 | 1 | -0/+42 |
* | Eliminate Window completely. | ben@chromium.org | 2011-06-13 | 1 | -16/+32 |
* | Remove COMPOSITOR_2 flag, old compositor code. | wjmaclean@chromium.org | 2011-06-10 | 1 | -11/+0 |
* | Move last of event handlers down to NativeWidgetWin/Gtk. | ben@chromium.org | 2011-06-09 | 1 | -7/+103 |
* | First draft to enable turning off compositor for unit tests. | wjmaclean@chromium.org | 2011-06-09 | 1 | -1/+2 |
* | Last views_unittests fix. | ben@chromium.org | 2011-06-08 | 1 | -4/+6 |
* | Move more from Window onto Widget. | ben@chromium.org | 2011-06-08 | 1 | -6/+143 |
* | Re-land: Move NonClientView and FrameType logic from Window to Widget. | ben@chromium.org | 2011-06-03 | 1 | -2/+65 |
* | Revert 87702 - Move NonClientView and FrameType logic from Window to Widget. | ben@chromium.org | 2011-06-02 | 1 | -65/+2 |
* | Move NonClientView and FrameType logic from Window to Widget. | ben@chromium.org | 2011-06-02 | 1 | -2/+65 |
* | WidgetDelegate is now always created. Specified through InitParams, if NULL W... | ben@chromium.org | 2011-06-02 | 1 | -0/+4 |
* | Move the last of the easy stuff from Window onto Widget. | ben@chromium.org | 2011-06-01 | 1 | -0/+4 |
* | Move Fullscreen API onto Widget. | ben@chromium.org | 2011-06-01 | 1 | -0/+8 |
* | Move SetWindowBounds onto Widget. | ben@chromium.org | 2011-05-27 | 1 | -0/+12 |
* | Move a bunch of functions from Window onto Widget. | ben@chromium.org | 2011-05-27 | 1 | -4/+32 |
* | Revert 86914 - Move a bunch of functions from Window onto Widget. | wtc@chromium.org | 2011-05-27 | 1 | -32/+4 |
* | Move a bunch of functions from Window onto Widget. | ben@chromium.org | 2011-05-26 | 1 | -4/+32 |
* | Rough cut at window activation. | ben@chromium.org | 2011-05-26 | 1 | -4/+4 |
* | Fixes bug in NativeWidgetWin::GetAcceleratedWidget. I had the ifdef | sky@chromium.org | 2011-05-26 | 1 | -1/+0 |
* | Make Widget ownership a little clearer by expressing it in terms of an enum. | ben@chromium.org | 2011-05-25 | 1 | -5/+5 |
* | Address TBR review comments from sky. | ben@chromium.org | 2011-05-20 | 1 | -1/+3 |
* | Move RootView to the internal namespace. | ben@chromium.org | 2011-05-20 | 1 | -5/+19 |