summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.h
Commit message (Expand)AuthorAgeFilesLines
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-4/+6
* Split the hierarchy. ben@chromium.org2011-05-131-6/+4
* Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-131-1/+0
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-131-0/+1
* Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-121-1/+0
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-121-0/+1
* Create InitParams for Window.ben@chromium.org2011-04-281-6/+3
* Refactors login window widget creation methods into platform specific methods.sky@chromium.org2011-04-201-2/+1
* Reland 78062 with some NULL checks.ben@chromium.org2011-03-141-2/+2
* Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...ben@chromium.org2011-03-141-2/+2
* Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...ben@chromium.org2011-03-141-2/+2
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-2/+2
* Add Activation support to WindowDelegate.ben@chromium.org2011-03-111-0/+1
* Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrows...ben@chromium.org2011-03-111-0/+1
* Revert 77773 and 77774.ben@chromium.org2011-03-111-1/+0
* Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrowserFrameD...ben@chromium.org2011-03-111-0/+1
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-101-25/+22
* Consolidate more into Window.ben@chromium.org2011-03-091-4/+4
* Consolidate more into Window:ben@chromium.org2011-03-091-1/+2
* Fix clang build by renaming method ShowWindow()ben@chromium.org2011-03-091-1/+1
* Consolidate window showing into Window base class.ben@chromium.org2011-03-091-10/+11
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-071-3/+0
* Make Window class concrete (mostly).ben@chromium.org2011-03-051-1/+8
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-2/+2
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-041-2/+2
* Remove WindowGtk::Init() to InitWindow().thakis@chromium.org2011-03-041-1/+1
* Store the user's profile as a property of a window in order to access it when...mirandac@chromium.org2011-02-041-0/+2
* Use BubbleWindow for JSModalDialogViews on ChromeOS.xiyuan@chromium.org2010-10-051-1/+1
* Making window.focus() work in Chrome.jcivelli@chromium.org2010-08-111-0/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Allow widgets to have keyboard shortcuts.avayvod@chromium.org2010-06-161-6/+0
* Cleanup of about boxseanparent@google.com2010-06-091-0/+1
* views: implement a TODO to move WidgetGtk::GetWindowForNative to WindowGtk.tfarina@chromium.org2010-06-021-1/+7
* Reland r41641 "Make DevTools open docked by default..."xiyuan@chromium.org2010-03-221-1/+1
* Revert "Make DevTools open docked by default for chrome os."tony@chromium.org2010-03-161-1/+1
* Make DevTools open docked by default for chrome os.xiyuan@chromium.org2010-03-151-1/+1
* Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...ben@chromium.org2009-11-071-0/+1
* Do work necessary to make Views About panel work on Chrome OS. This is to be ...davemoore@chromium.org2009-10-191-0/+2
* Adds code to reset cursor on leave. We need to do this or cursor cansky@chromium.org2009-10-131-0/+1
* Converts info bubbles on views/gtk from popups to normal windows tosky@chromium.org2009-10-071-15/+1
* Pulls ActiveWindowWatcher into app so that we can use it insky@chromium.org2009-09-281-7/+10
* Changes from listening to focus-out/focus-in for active status tosky@chromium.org2009-09-241-0/+10
* Implements a couple of NOTIMPLEMENTEDs in window_gtk and comments onsky@chromium.org2009-09-221-2/+0
* Implement Window modality in TOOLKIT_VIEWS, and allow windows to be centered ...ben@chromium.org2009-07-251-3/+3
* Implement window state restoration for the views-gtk window.ben@chromium.org2009-06-041-3/+10
* Allow WindowGtks to be moved and sized when the mouse is over the caption or ...ben@chromium.org2009-06-041-0/+2
* Implement custom window shapes as provided by the NonClientView in WindowGtk.ben@chromium.org2009-06-041-1/+4
* Fixes a couple of bugs encountered in getting info bubbles to work:sky@chromium.org2009-06-021-1/+2
* Moves WindowGtk::SetBounds implementation to WidgetGtk as WidgetGetksky@chromium.org2009-06-011-1/+0
* Remove warning about IsFullScreen() not being implented and davemoore@chromium.org2009-06-011-6/+5