| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix bustage in window_gtk introduced by theme changes adding 2 methods to Win... | ben@chromium.org | 2009-05-31 | 1 | -0/+2 |
* | Implement IsMinimized() and IsMaximized() for view gtk | davemoore@chromium.org | 2009-05-25 | 1 | -0/+10 |
* | Minor gtk-views cleanup: | sky@chromium.org | 2009-05-20 | 1 | -0/+6 |
* | Factor out a BrowserFrame interface, and move the existing Windows-based code | brettw@chromium.org | 2009-05-19 | 1 | -0/+3 |
* | Fix bustage... some more traces of always-on-top I forgot to remove. | beng@google.com | 2009-05-14 | 1 | -3/+0 |
* | Move Always On Top setting out of Window/WindowDelegate and into task manager... | beng@google.com | 2009-05-14 | 1 | -0/+1 |
* | Resurrect Scott's WindowGtk changes. | ben@chromium.org | 2009-05-08 | 1 | -0/+92 |