summaryrefslogtreecommitdiffstats
path: root/views/window/window_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename WindowWin|Gtk->NativeWindowWin|Gtkben@chromium.org2011-05-191-436/+0
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-14/+14
* Re-land:ben@chromium.org2011-05-131-45/+24
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-24/+45
* Split the hierarchy. ben@chromium.org2011-05-131-45/+24
* Revert 85257 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-131-3/+0
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-131-0/+3
* Revert 85120 - Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-121-3/+0
* Removing DeleteSoon() from WigetGtk so it behaves like WidgetWinglotov@google.com2011-05-121-0/+3
* Implement new gray mock.davemoore@chromium.org2011-05-021-0/+1
* Create InitParams for Window.ben@chromium.org2011-04-281-36/+26
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-1/+1
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-3/+5
* Refactors login window widget creation methods into platform specific methods.sky@chromium.org2011-04-201-6/+0
* Transform GdkEvents for simpler MouseEvent construction.msw@chromium.org2011-04-051-9/+8
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-311-1/+1
* Add focused property to chrome.windows.create extension API.jennb@chromium.org2011-03-281-0/+2
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-211-1/+1
* These files missed the last checkinben@chromium.org2011-03-151-8/+8
* Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...ben@chromium.org2011-03-141-8/+8
* Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...ben@chromium.org2011-03-141-8/+8
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-2/+2
* Add Activation support to WindowDelegate.ben@chromium.org2011-03-111-0/+5
* Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrows...ben@chromium.org2011-03-111-0/+4
* Revert 77773 and 77774.ben@chromium.org2011-03-111-4/+0
* Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrowserFrameD...ben@chromium.org2011-03-111-0/+4
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-101-104/+100
* Consolidate more into Window.ben@chromium.org2011-03-091-27/+16
* Consolidate more into Window:ben@chromium.org2011-03-091-4/+5
* 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-85/+57
* Consolidate some more stuff in Window. PreferredSize obtaining.ben@chromium.org2011-03-081-2/+2
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-071-38/+23
* Make Window class concrete (mostly).ben@chromium.org2011-03-051-0/+3
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-041-0/+8
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-041-4/+4
* Remove WindowGtk::Init() to InitWindow().thakis@chromium.org2011-03-041-2/+2
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-3/+1
* Get rid of most of the old method uses from WidgetGtk. I think this is safe.ben@chromium.org2011-03-031-1/+2
* Dont update title window for chromeososhima@google.com2011-03-021-1/+5
* Reverting to fix builder redness. Please fix and reland.ananta@chromium.org2011-03-021-2/+1
* Remove/replace RootView/Widget getters with new NativeWidget getters.ben@chromium.org2011-03-021-1/+2
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-241-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-3/+3
* Store the user's profile as a property of a window in order to access it when...mirandac@chromium.org2011-02-041-0/+8
* Notify the root widget the the Theme changes when FrameTypeChanged() is evokedzork@chromium.org2010-12-221-3/+3
* Cleanup AdjustStringForLocaleDirection() to modify input parameter in place.jeremy@chromium.org2010-11-241-3/+1
* Refactoring of cursor usage (primarily for linux).sadrul@chromium.org2010-11-231-6/+3