| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename WindowWin|Gtk->NativeWindowWin|Gtk | ben@chromium.org | 2011-05-19 | 1 | -436/+0 |
* | Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk. | ben@chromium.org | 2011-05-19 | 1 | -14/+14 |
* | Re-land: | ben@chromium.org | 2011-05-13 | 1 | -45/+24 |
* | Revert 85269 - Split the hierarchy. | ben@chromium.org | 2011-05-13 | 1 | -24/+45 |
* | Split the hierarchy. | ben@chromium.org | 2011-05-13 | 1 | -45/+24 |
* | Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin | glotov@google.com | 2011-05-13 | 1 | -3/+0 |
* | Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin | glotov@google.com | 2011-05-13 | 1 | -0/+3 |
* | Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin | glotov@google.com | 2011-05-12 | 1 | -3/+0 |
* | Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin | glotov@google.com | 2011-05-12 | 1 | -0/+3 |
* | Implement new gray mock. | davemoore@chromium.org | 2011-05-02 | 1 | -0/+1 |
* | Create InitParams for Window. | ben@chromium.org | 2011-04-28 | 1 | -36/+26 |
* | Rename CreateParams to InitParams. | ben@chromium.org | 2011-04-26 | 1 | -1/+1 |
* | Rework the way Widget::Init works: | ben@chromium.org | 2011-04-26 | 1 | -3/+5 |
* | Refactors login window widget creation methods into platform specific methods. | sky@chromium.org | 2011-04-20 | 1 | -6/+0 |
* | Transform GdkEvents for simpler MouseEvent construction. | msw@chromium.org | 2011-04-05 | 1 | -9/+8 |
* | Consolidate Widget Event code, other cleanup. | msw@chromium.org | 2011-03-31 | 1 | -1/+1 |
* | Add focused property to chrome.windows.create extension API. | jennb@chromium.org | 2011-03-28 | 1 | -0/+2 |
* | Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams. | ben@chromium.org | 2011-03-21 | 1 | -1/+1 |
* | These files missed the last checkin | ben@chromium.org | 2011-03-15 | 1 | -8/+8 |
* | Revert 78062 - Migrate more of BrowserFrame's event handling down into Window... | ben@chromium.org | 2011-03-14 | 1 | -8/+8 |
* | Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a... | ben@chromium.org | 2011-03-14 | 1 | -8/+8 |
* | Re-land: Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-14 | 1 | -2/+2 |
* | Add Activation support to WindowDelegate. | ben@chromium.org | 2011-03-11 | 1 | -0/+5 |
* | Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrows... | ben@chromium.org | 2011-03-11 | 1 | -0/+4 |
* | Revert 77773 and 77774. | ben@chromium.org | 2011-03-11 | 1 | -4/+0 |
* | Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrowserFrameD... | ben@chromium.org | 2011-03-11 | 1 | -0/+4 |
* | Build out NativeWindow interface for Window method pass-thrus. | ben@chromium.org | 2011-03-10 | 1 | -104/+100 |
* | Consolidate more into Window. | ben@chromium.org | 2011-03-09 | 1 | -27/+16 |
* | Consolidate more into Window: | ben@chromium.org | 2011-03-09 | 1 | -4/+5 |
* | Fix clang build by renaming method ShowWindow() | ben@chromium.org | 2011-03-09 | 1 | -1/+1 |
* | Consolidate window showing into Window base class. | ben@chromium.org | 2011-03-09 | 1 | -85/+57 |
* | Consolidate some more stuff in Window. PreferredSize obtaining. | ben@chromium.org | 2011-03-08 | 1 | -2/+2 |
* | Move WindowDelegate and NonClientView creation and management to Window. | ben@chromium.org | 2011-03-07 | 1 | -38/+23 |
* | Make Window class concrete (mostly). | ben@chromium.org | 2011-03-05 | 1 | -0/+3 |
* | Do all OOLing in the views code. linux_views now builds clean with the clang ... | erg@google.com | 2011-03-04 | 1 | -0/+8 |
* | Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides. | thakis@chromium.org | 2011-03-04 | 1 | -4/+4 |
* | Remove WindowGtk::Init() to InitWindow(). | thakis@chromium.org | 2011-03-04 | 1 | -2/+2 |
* | Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr... | ben@chromium.org | 2011-03-03 | 1 | -3/+1 |
* | Get rid of most of the old method uses from WidgetGtk. I think this is safe. | ben@chromium.org | 2011-03-03 | 1 | -1/+2 |
* | Dont update title window for chromeos | oshima@google.com | 2011-03-02 | 1 | -1/+5 |
* | Reverting to fix builder redness. Please fix and reland. | ananta@chromium.org | 2011-03-02 | 1 | -2/+1 |
* | Remove/replace RootView/Widget getters with new NativeWidget getters. | ben@chromium.org | 2011-03-02 | 1 | -1/+2 |
* | Move some more direct uses of RootView to Widget. | ben@chromium.org | 2011-02-24 | 1 | -1/+1 |
* | Migrate Event API methods to Google Style. | ben@chromium.org | 2011-02-10 | 1 | -1/+1 |
* | Move Event files into views/events | ben@chromium.org | 2011-02-09 | 1 | -1/+1 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -3/+3 |
* | Store the user's profile as a property of a window in order to access it when... | mirandac@chromium.org | 2011-02-04 | 1 | -0/+8 |
* | Notify the root widget the the Theme changes when FrameTypeChanged() is evoked | zork@chromium.org | 2010-12-22 | 1 | -3/+3 |
* | Cleanup AdjustStringForLocaleDirection() to modify input parameter in place. | jeremy@chromium.org | 2010-11-24 | 1 | -3/+1 |
* | Refactoring of cursor usage (primarily for linux). | sadrul@chromium.org | 2010-11-23 | 1 | -6/+3 |