| Commit message (Expand) | Author | Age | Files | Lines |
* | Add View::ReorderChildView and Widget::MoveToTop. | sadrul@chromium.org | 2011-06-16 | 13 | -1/+109 |
* | Re-land: | ben@chromium.org | 2011-06-16 | 26 | -354/+468 |
* | Create the InputMethod when it is first requested by a child view. | penghuang@chromium.org | 2011-06-16 | 1 | -16/+15 |
* | Revert 89216 - Move private NativeWidget methods to new internal interface Na... | ben@chromium.org | 2011-06-15 | 26 | -468/+354 |
* | Move private NativeWidget methods to new internal interface NativeWidgetPrivate. | ben@chromium.org | 2011-06-15 | 26 | -354/+468 |
* | added right click check. | shinyak@google.com | 2011-06-15 | 1 | -2/+2 |
* | Convert the native separator to a regular view. Also, lighten it a bit in color. | finnur@chromium.org | 2011-06-15 | 2 | -91/+14 |
* | Remove msvs_guids from third_party, webkit, tools and views. | tony@chromium.org | 2011-06-14 | 1 | -1/+0 |
* | Use MouseWheelEvent for mouse wheel event | oshima@google.com | 2011-06-14 | 1 | -1/+1 |
* | Revert 89076 - Make sure custom frame windows paint as active when they're ac... | ben@chromium.org | 2011-06-14 | 1 | -11/+11 |
* | Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u... | sadrul@chromium.org | 2011-06-14 | 13 | -57/+77 |
* | Make sure custom frame windows paint as active when they're activated. | ben@chromium.org | 2011-06-14 | 1 | -11/+11 |
* | Widget::GetCurrentEvent() to get hold of the current input event being proces... | sadrul@chromium.org | 2011-06-14 | 2 | -1/+55 |
* | views: Use data member View::parent_ where possible instead of calling View::... | tfarina@chromium.org | 2011-06-14 | 1 | -27/+23 |
* | NULL check this since it may be called after the delegate is NULL'ed out? | ben@chromium.org | 2011-06-14 | 1 | -1/+4 |
* | Make the web content accessibility tree a descendant of the main window's | dmazzoni@chromium.org | 2011-06-13 | 18 | -106/+69 |
* | Eliminate Window completely. | ben@chromium.org | 2011-06-13 | 62 | -1133/+428 |
* | Disables tooltips if we can't create the tooltip window. I still don't | sky@chromium.org | 2011-06-13 | 7 | -36/+26 |
* | Change profile menu button to avatar button | sail@chromium.org | 2011-06-13 | 2 | -15/+15 |
* | Turn browser off by default on ChromeOS. | wjmaclean@chromium.org | 2011-06-13 | 1 | -0/+4 |
* | Update rich touch information to conform to standard | sadrul@chromium.org | 2011-06-13 | 3 | -71/+36 |
* | Add OVERRIDE to ui::TreeModelObserver overridden methods. | tfarina@chromium.org | 2011-06-13 | 2 | -8/+10 |
* | views: Use DCHECK_EQ where possible. | tfarina@chromium.org | 2011-06-11 | 2 | -2/+3 |
* | views: Drop the prefix "is_" from View::is_visible_ member variable. | tfarina@chromium.org | 2011-06-11 | 2 | -8/+8 |
* | Revert 88683 - Change profile menu button to avatar button | sail@chromium.org | 2011-06-10 | 2 | -15/+15 |
* | Change profile menu button to avatar button | sail@chromium.org | 2011-06-10 | 2 | -15/+15 |
* | Remove COMPOSITOR_2 flag, old compositor code. | wjmaclean@chromium.org | 2011-06-10 | 7 | -107/+6 |
* | Draw a NativeTextfieldViews drop location cursor. | msw@chromium.org | 2011-06-10 | 5 | -56/+54 |
* | views: Simplify View::RemoveAllChildViews() function implementation. | tfarina@chromium.org | 2011-06-09 | 2 | -10/+14 |
* | Disable animation for buttons on hover (r88176 and r88149). | sadrul@chromium.org | 2011-06-09 | 1 | -0/+1 |
* | Move last of event handlers down to NativeWidgetWin/Gtk. | ben@chromium.org | 2011-06-09 | 19 | -929/+767 |
* | views: Add unittests for View::RemoveAllChildViews() method. | tfarina@chromium.org | 2011-06-09 | 1 | -0/+33 |
* | views: STL iterator cleanups in View class. | tfarina@chromium.org | 2011-06-09 | 1 | -18/+20 |
* | views: Fix r88539 by renaming the variable from child_count to just count. | tfarina@chromium.org | 2011-06-09 | 1 | -3/+3 |
* | views: Use child_count() instead of static_cast<int>(...). | tfarina@chromium.org | 2011-06-09 | 1 | -1/+1 |
* | Adding a new window type for frameless non-transient top level windows, used ... | ben@chromium.org | 2011-06-09 | 3 | -3/+18 |
* | First draft to enable turning off compositor for unit tests. | wjmaclean@chromium.org | 2011-06-09 | 4 | -1/+14 |
* | Last views_unittests fix. | ben@chromium.org | 2011-06-08 | 1 | -4/+6 |
* | Turn on -Wdelete-non-virtual-dtor for chromeos as well. | thakis@chromium.org | 2011-06-08 | 1 | -2/+2 |
* | views: Make MenuDelegate constructor virtual. | thakis@chromium.org | 2011-06-08 | 2 | -0/+4 |
* | Fix remaining views_unittests | ben@chromium.org | 2011-06-08 | 1 | -12/+12 |
* | Fix views_unittests bustage. | ben@chromium.org | 2011-06-08 | 1 | -1/+1 |
* | Fix bustage | ben@chromium.org | 2011-06-08 | 1 | -1/+1 |
* | Move more from Window onto Widget. | ben@chromium.org | 2011-06-08 | 38 | -890/+721 |
* | re-landing after clang fix. clang bot is red due to bus error in linker. | oshima@google.com | 2011-06-08 | 2 | -18/+18 |
* | Convert NativeTextFieldViews context menu from Menu2 to MenuItemView. | rhashimoto@chromium.org | 2011-06-08 | 3 | -25/+39 |
* | Revert 88271, this broke the clang build thusly: | thakis@chromium.org | 2011-06-08 | 2 | -19/+19 |
* | Wait showing html dialog until renderre finish painting after page is loaded. | oshima@google.com | 2011-06-08 | 2 | -19/+19 |
* | views: Use vector<T>::operator[] instead of vector<T>::at in the remaining ca... | tfarina@chromium.org | 2011-06-08 | 4 | -14/+14 |
* | Reverse menu anchor position provided to views::MenuItemView for RTL languages. | rhashimoto@chromium.org | 2011-06-07 | 2 | -3/+12 |