| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix clang build, failure caused by r78149. | sadrul@chromium.org | 2011-03-15 | 1 | -1/+1 |
* | Start working on compositor tree painting. | sadrul@chromium.org | 2011-03-15 | 1 | -0/+15 |
* | Re-land: Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-14 | 1 | -0/+12 |
* | Avoid dangling references to Views from FocusManager. | asanka@chromium.org | 2011-03-12 | 1 | -0/+4 |
* | Make more methods on Widget non-virtual and move to NativeWidget | ben@chromium.org | 2011-03-04 | 1 | -34/+48 |
* | Two things: | ben@chromium.org | 2011-03-04 | 1 | -9/+19 |
* | Revert 76825 - Refactor Views accessibility. | jcivelli@chromium.org | 2011-03-04 | 1 | -12/+0 |
* | Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-03 | 1 | -0/+12 |
* | Clean up more of Widget. | ben@chromium.org | 2011-03-03 | 1 | -36/+36 |
* | Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr... | ben@chromium.org | 2011-03-03 | 1 | -12/+7 |
* | Final conversion step. Convert FocusManager, WidgetWin, SpeechInputBubble, an... | ben@chromium.org | 2011-03-03 | 1 | -18/+0 |
* | Land the new functions added by 76483 - but do not use them anywhere outside ... | ben@chromium.org | 2011-03-02 | 1 | -6/+8 |
* | Reverting to fix builder redness. Please fix and reland. | ananta@chromium.org | 2011-03-02 | 1 | -8/+24 |
* | Remove/replace RootView/Widget getters with new NativeWidget getters. | ben@chromium.org | 2011-03-02 | 1 | -24/+8 |
* | Hook up empty interfaces for NativeWidget/NativeWidgetDelegate. | ben@chromium.org | 2011-02-25 | 1 | -1/+15 |
* | Move RootView construction, DefaultThemeProvider construction, and FocusTrave... | ben@chromium.org | 2011-02-25 | 1 | -5/+37 |
* | Make Widget non-abstract. | ben@chromium.org | 2011-02-25 | 1 | -52/+58 |
* | Move some more direct uses of RootView to Widget. | ben@chromium.org | 2011-02-24 | 1 | -0/+12 |
* | More RootView cleanup: | ben@chromium.org | 2011-02-23 | 1 | -0/+2 |
* | Dramatically simplify view painting by getting rid of RootView's redundant kn... | ben@chromium.org | 2011-02-23 | 1 | -3/+2 |
* | Remove usages of RootView from View by moving relevant RootView API methods t... | ben@chromium.org | 2011-02-18 | 1 | -0/+12 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Move a bunch of random other files to src/ui/base | ben@chromium.org | 2011-01-20 | 1 | -2/+2 |
* | Move models from app to ui/base/models | ben@chromium.org | 2011-01-14 | 1 | -3/+2 |
* | Attempt 2 at: | sky@chromium.org | 2010-11-21 | 1 | -3/+2 |
* | Revert 66784 - Converts usage of SetProp/GetProp to a map. Even after making ... | sky@chromium.org | 2010-11-19 | 1 | -2/+3 |
* | Converts usage of SetProp/GetProp to a map. Even after making sure we | sky@chromium.org | 2010-11-19 | 1 | -3/+2 |
* | Allow chrome to be customized for screen reader users. | ctguil@chromium.org | 2010-09-29 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di... | johnnyg@chromium.org | 2010-06-14 | 1 | -1/+11 |
* | Add cross platform Widget::InitWithWidget(parent, const gfx::Rect& bounds); | oshima@chromium.org | 2010-06-05 | 1 | -0/+7 |
* | UI Language switch implemented by propagating LocaleChanged() | glotov@google.com | 2010-04-20 | 1 | -0/+4 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+2 |
* | On Windows, detect the WM_DISPLAYCHANGE message which indicates the desktop s... | johnnyg@chromium.org | 2010-03-04 | 1 | -0/+7 |
* | CL implementing focus-dismissal of the chrome.experimental.popup set of exten... | twiz@chromium.org | 2010-02-10 | 1 | -0/+4 |
* | Addded notification when ancestor gets changed. So windows that lack focus ma... | georgey@chromium.org | 2010-01-07 | 1 | -0/+6 |
* | Refactor the menu model to live outside views/ so it can be shared | pinkerton@chromium.org | 2009-12-04 | 1 | -2/+5 |
* | Clean up function ordering in WidgetGtk. | ben@chromium.org | 2009-11-09 | 1 | -9/+9 |
* | Move all the stuff relating to detached tab dragging out of BrowserFrameWin a... | ben@chromium.org | 2009-11-07 | 1 | -8/+18 |
* | Attempt 2 at: | sky@chromium.org | 2009-11-04 | 1 | -2/+2 |
* | Revert 30903 - Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 1 | -2/+2 |
* | Gets find bar animation/clipping to work on views/gtk. | sky@chromium.org | 2009-11-04 | 1 | -2/+2 |
* | Gets AutomationProxyVisibleTest.WindowGetViewBounds to pass on | sky@chromium.org | 2009-10-28 | 1 | -0/+5 |
* | Refactor widget methods to support desktop notifications, including GTK stubs. | johnnyg@chromium.org | 2009-10-26 | 1 | -4/+26 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Refactors RootViewDropTarget into a platform independent part, | sky@chromium.org | 2009-08-11 | 1 | -0/+4 |
* | Fix a BAD_OVERRIDE defect reported by Coverity. Change the | wtc@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Status bubble limping in TOOLKIT_VIEWS. | ben@chromium.org | 2009-08-01 | 1 | -0/+19 |
* | Fix the Views GTK build. | brettw@chromium.org | 2009-07-07 | 1 | -0/+1 |
* | Basics of a new TabStrip.It's very, very rough, but I wanted to check it in s... | ben@chromium.org | 2009-07-07 | 1 | -0/+6 |