| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixes painting regression in classic mode. This makes the code match | sky@chromium.org | 2011-07-19 | 1 | -11/+11 |
* | Makes sure widget is created at right size before showing | sky@chromium.org | 2011-07-19 | 9 | -41/+90 |
* | Move debug paint flag to Widget so native widget can use the same flag. | oshima@google.com | 2011-07-16 | 4 | -8/+19 |
* | Rename InActiveChagned to OnActiveChanged to follow standard naming scheme. | oshima@google.com | 2011-07-15 | 2 | -3/+3 |
* | Convert some more view methods to the ui/views style. | ben@chromium.org | 2011-07-15 | 1 | -1/+1 |
* | Add const to HasKeyboardCapture | oshima@google.com | 2011-07-14 | 7 | -7/+7 |
* | Removes Widget from two of ViewsDelegate methods. I would have liked | sky@chromium.org | 2011-07-14 | 2 | -4/+3 |
* | Set minimum window size on Windows. | asvitkine@chromium.org | 2011-07-14 | 2 | -2/+18 |
* | views-desktop: Fix a couple of crashes. | sadrul@chromium.org | 2011-07-14 | 2 | -4/+7 |
* | Fix typo in header file name. | oshima@google.com | 2011-07-14 | 1 | -1/+1 |
* | Clean up FocusManager | oshima@google.com | 2011-07-14 | 9 | -0/+26 |
* | Move SetInitialFocus to Widget | oshima@google.com | 2011-07-14 | 8 | -55/+93 |
* | Allow different kinds of 'desktops'. | sadrul@chromium.org | 2011-07-13 | 1 | -2/+2 |
* | Add Widget::Observer for observing Widgets. | sadrul@chromium.org | 2011-07-13 | 11 | -15/+169 |
* | Skip NativeWidgetWin::LockUpdates when in aero mode to fix Gpu rendering freeze. | nduca@chromium.org | 2011-07-13 | 1 | -3/+13 |
* | Attempt 2 at: | sky@chromium.org | 2011-07-13 | 10 | -6/+181 |
* | Remove unused ContainsNativeView methods. | ben@chromium.org | 2011-07-13 | 9 | -34/+0 |
* | ClearNativeFocus: Do it from widget, with appropriate native-widget implement... | sadrul@chromium.org | 2011-07-13 | 9 | -12/+28 |
* | Revert 92252 - Gets mouse capture to work for menus with pure views. As part ... | sky@chromium.org | 2011-07-12 | 10 | -180/+6 |
* | Gets mouse capture to work for menus with pure views. As part of this | sky@chromium.org | 2011-07-12 | 10 | -6/+180 |
* | Correct issues with NativeWidgetViews ownership. | ben@chromium.org | 2011-07-12 | 5 | -46/+89 |
* | 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 |
* | Revert 92059 - Adds a test for parented synthetic widgets. | ben@chromium.org | 2011-07-11 | 1 | -32/+6 |
* | Adds a test for parented synthetic widgets. | ben@chromium.org | 2011-07-11 | 1 | -6/+32 |
* | Revert clear removal from last week. It turns out the window is green in debu... | ben@chromium.org | 2011-07-11 | 2 | -2/+7 |
* | Fix NativeWidgetViews enough to run views_examples without segfaulting. | rhashimoto@google.com | 2011-07-11 | 3 | -9/+19 |
* | Correct implementation of View::ConvertPointToScreen for the views-desktop en... | ben@chromium.org | 2011-07-08 | 4 | -6/+2 |
* | Fixes crash in views desktop. The problem was | sky@chromium.org | 2011-07-08 | 4 | -0/+10 |
* | Fix the bug of the hide key on Omnibox. | mazda@chromium.org | 2011-07-08 | 1 | -2/+0 |
* | Changes wrench menu button to show system menu on space. This matches | sky@chromium.org | 2011-07-08 | 1 | -7/+1 |
* | Fix crashes in EnterpriseEnrollmentScreenTest.TestCancel. This is independent... | ben@chromium.org | 2011-07-07 | 3 | -5/+8 |
* | Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l... | ben@chromium.org | 2011-07-07 | 11 | -9/+435 |
* | Push (not pull) window geometry for the compositor. | backer@chromium.org | 2011-07-06 | 2 | -5/+22 |
* | Gets compositor working for embedded widgets. | sky@chromium.org | 2011-07-01 | 13 | -71/+230 |
* | Reverted 7285007 now that r91197 has landed | saintlou@chromium.org | 2011-06-30 | 1 | -2/+4 |
* | Handle fake GTK events gracefully. | oshima@google.com | 2011-06-30 | 1 | -1/+6 |
* | 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 |
* | Fix bug where NativeWidgetViews wasn't setting bounds of | sky@chromium.org | 2011-06-29 | 1 | -0/+1 |
* | Make cursor a bit more visible a bit more often | saintlou@chromium.org | 2011-06-29 | 1 | -2/+3 |
* | Views views_unittests native widget tests leak | dhollowa@chromium.org | 2011-06-29 | 4 | -36/+38 |
* | Removed a couple of #ifdef TOUCH_UI and replaced with Widget::IsPureViews() | saintlou@chromium.org | 2011-06-29 | 2 | -3/+2 |
* | Implement SetTooltipText in RWHVV | varunjain@chromium.org | 2011-06-28 | 2 | -0/+10 |
* | Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin... | ben@chromium.org | 2011-06-28 | 8 | -32/+30 |
* | Remove ifdef's for touchui stuff from events code. | sadrul@chromium.org | 2011-06-28 | 7 | -38/+3 |
* | Always show keyboard when an editable element is touched. | mazda@chromium.org | 2011-06-28 | 1 | -0/+6 |
* | A views only implementation of tooltips. In the views world, tooltips are drawn | varunjain@chromium.org | 2011-06-27 | 5 | -4/+299 |
* | Fix virtual keyboard issue with login screen. | penghuang@chromium.org | 2011-06-27 | 1 | -0/+2 |