| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 85269 - Split the hierarchy. | ben@chromium.org | 2011-05-13 | 1 | -4/+6 |
* | Split the hierarchy. | ben@chromium.org | 2011-05-13 | 1 | -6/+4 |
* | Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin | glotov@google.com | 2011-05-13 | 1 | -1/+0 |
* | Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin | glotov@google.com | 2011-05-13 | 1 | -0/+1 |
* | Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin | glotov@google.com | 2011-05-12 | 1 | -1/+0 |
* | Removing DeleteSoon() from WigetGtk so it behaves like WidgetWin | glotov@google.com | 2011-05-12 | 1 | -0/+1 |
* | Create InitParams for Window. | ben@chromium.org | 2011-04-28 | 1 | -6/+3 |
* | Refactors login window widget creation methods into platform specific methods. | sky@chromium.org | 2011-04-20 | 1 | -2/+1 |
* | Reland 78062 with some NULL checks. | ben@chromium.org | 2011-03-14 | 1 | -2/+2 |
* | Revert 78062 - Migrate more of BrowserFrame's event handling down into Window... | ben@chromium.org | 2011-03-14 | 1 | -2/+2 |
* | Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a... | ben@chromium.org | 2011-03-14 | 1 | -2/+2 |
* | 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/+1 |
* | Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrows... | ben@chromium.org | 2011-03-11 | 1 | -0/+1 |
* | Revert 77773 and 77774. | ben@chromium.org | 2011-03-11 | 1 | -1/+0 |
* | Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrowserFrameD... | ben@chromium.org | 2011-03-11 | 1 | -0/+1 |
* | Build out NativeWindow interface for Window method pass-thrus. | ben@chromium.org | 2011-03-10 | 1 | -25/+22 |
* | Consolidate more into Window. | ben@chromium.org | 2011-03-09 | 1 | -4/+4 |
* | Consolidate more into Window: | ben@chromium.org | 2011-03-09 | 1 | -1/+2 |
* | 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 | -10/+11 |
* | Move WindowDelegate and NonClientView creation and management to Window. | ben@chromium.org | 2011-03-07 | 1 | -3/+0 |
* | Make Window class concrete (mostly). | ben@chromium.org | 2011-03-05 | 1 | -1/+8 |
* | Do all OOLing in the views code. linux_views now builds clean with the clang ... | erg@google.com | 2011-03-04 | 1 | -2/+2 |
* | Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides. | thakis@chromium.org | 2011-03-04 | 1 | -2/+2 |
* | Remove WindowGtk::Init() to InitWindow(). | thakis@chromium.org | 2011-03-04 | 1 | -1/+1 |
* | 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/+2 |
* | Use BubbleWindow for JSModalDialogViews on ChromeOS. | xiyuan@chromium.org | 2010-10-05 | 1 | -1/+1 |
* | Making window.focus() work in Chrome. | jcivelli@chromium.org | 2010-08-11 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Allow widgets to have keyboard shortcuts. | avayvod@chromium.org | 2010-06-16 | 1 | -6/+0 |
* | Cleanup of about box | seanparent@google.com | 2010-06-09 | 1 | -0/+1 |
* | views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk. | tfarina@chromium.org | 2010-06-02 | 1 | -1/+7 |
* | Reland r41641 "Make DevTools open docked by default..." | xiyuan@chromium.org | 2010-03-22 | 1 | -1/+1 |
* | Revert "Make DevTools open docked by default for chrome os." | tony@chromium.org | 2010-03-16 | 1 | -1/+1 |
* | Make DevTools open docked by default for chrome os. | xiyuan@chromium.org | 2010-03-15 | 1 | -1/+1 |
* | Move all the stuff relating to detached tab dragging out of BrowserFrameWin a... | ben@chromium.org | 2009-11-07 | 1 | -0/+1 |
* | Do work necessary to make Views About panel work on Chrome OS. This is to be ... | davemoore@chromium.org | 2009-10-19 | 1 | -0/+2 |
* | Adds code to reset cursor on leave. We need to do this or cursor can | sky@chromium.org | 2009-10-13 | 1 | -0/+1 |
* | Converts info bubbles on views/gtk from popups to normal windows to | sky@chromium.org | 2009-10-07 | 1 | -15/+1 |
* | Pulls ActiveWindowWatcher into app so that we can use it in | sky@chromium.org | 2009-09-28 | 1 | -7/+10 |
* | Changes from listening to focus-out/focus-in for active status to | sky@chromium.org | 2009-09-24 | 1 | -0/+10 |
* | Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments on | sky@chromium.org | 2009-09-22 | 1 | -2/+0 |
* | Implement Window modality in TOOLKIT_VIEWS, and allow windows to be centered ... | ben@chromium.org | 2009-07-25 | 1 | -3/+3 |
* | Implement window state restoration for the views-gtk window. | ben@chromium.org | 2009-06-04 | 1 | -3/+10 |
* | Allow WindowGtks to be moved and sized when the mouse is over the caption or ... | ben@chromium.org | 2009-06-04 | 1 | -0/+2 |
* | Implement custom window shapes as provided by the NonClientView in WindowGtk. | ben@chromium.org | 2009-06-04 | 1 | -1/+4 |
* | Fixes a couple of bugs encountered in getting info bubbles to work: | sky@chromium.org | 2009-06-02 | 1 | -1/+2 |
* | Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetk | sky@chromium.org | 2009-06-01 | 1 | -1/+0 |
* | Remove warning about IsFullScreen() not being implented and | davemoore@chromium.org | 2009-06-01 | 1 | -6/+5 |