summaryrefslogtreecommitdiffstats
path: root/views/window/window_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename WindowWin|Gtk->NativeWindowWin|Gtkben@chromium.org2011-05-191-1467/+0
* Rename WidgetWin/Gtk -> NativeWidgetWin/Gtk.ben@chromium.org2011-05-191-22/+22
* Fix some rendering glitches in the custom frame by re-introducing nasty old c...ben@chromium.org2011-05-181-14/+108
* Re-land:ben@chromium.org2011-05-181-15/+16
* Revert 85666 - Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativ...ben@chromium.org2011-05-181-18/+16
* Revert 85668 - These two un-reviewed lines made it into my last commit and we...ben@chromium.org2011-05-181-1/+2
* These two un-reviewed lines made it into my last commit and weren't part of t...ben@chromium.org2011-05-171-2/+1
* Consolidate ShouldUseNativeFrame/AlwaysUseNativeFrame/UseNativeFrame spaghetti.ben@chromium.org2011-05-171-16/+18
* Fixes 82927 by rolling back part of a change I made this morning. We can't hi...ben@chromium.org2011-05-171-0/+6
* Fixes more default non-client frame painting.ben@chromium.org2011-05-171-4/+10
* Re-land:ben@chromium.org2011-05-131-51/+42
* Revert 85269 - Split the hierarchy. ben@chromium.org2011-05-131-42/+51
* Split the hierarchy. ben@chromium.org2011-05-131-51/+42
* Modifies the event handler for WM_APPCOMMAND events to return TRUE if the eve...mma.public@gmail.com2011-05-031-3/+2
* Fix one case where default Non-client painting can occur... before a window i...ben@chromium.org2011-04-281-1/+2
* Create InitParams for Window.ben@chromium.org2011-04-281-19/+10
* Hack to fix incomplete redrawing of content area during window activation. Fo...ben@chromium.org2011-04-281-0/+22
* Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.msw@chromium.org2011-04-271-15/+0
* Rename CreateParams to InitParams.ben@chromium.org2011-04-261-2/+2
* Rework the way Widget::Init works:ben@chromium.org2011-04-261-18/+20
* Fix painting glitch by suppressing non-client painting for WindowWins only wh...ben@chromium.org2011-04-241-2/+13
* Refactors login window widget creation methods into platform specific methods.sky@chromium.org2011-04-201-14/+14
* Adds more debugging code in hopes of figuring out a crash. Most commonsky@chromium.org2011-04-111-1/+0
* Interpret double click events as mouse down on Windows.msw@chromium.org2011-04-071-2/+0
* Consolidate Widget Event code, other cleanup.msw@chromium.org2011-03-311-75/+61
* Add focused property to chrome.windows.create extension API.jennb@chromium.org2011-03-281-1/+13
* Add CreateParams to Widget, and replace CreatePopupWidget with CreateParams.ben@chromium.org2011-03-211-1/+1
* Fix window activation when closing a modal dialog box. It turns out GetForegr...ben@chromium.org2011-03-161-12/+20
* Re-lands:ben@chromium.org2011-03-161-1/+1
* Fix closing the window by clicking the X.ben@chromium.org2011-03-161-11/+1
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-151-2/+12
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-151-12/+2
* Reland 78062 with some NULL checks.ben@chromium.org2011-03-141-9/+39
* Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...ben@chromium.org2011-03-141-36/+9
* Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...ben@chromium.org2011-03-141-9/+36
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-141-5/+6
* Add Activation support to WindowDelegate.ben@chromium.org2011-03-111-4/+10
* Remove broken (and previously unused) OnMouseLeave overrides.msw@chromium.org2011-03-101-28/+0
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-101-209/+203
* Consolidate more into Window.ben@chromium.org2011-03-091-150/+100
* Consolidate more into Window:ben@chromium.org2011-03-091-50/+27
* 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-166/+87
* Consolidate some more stuff in Window. PreferredSize obtaining.ben@chromium.org2011-03-081-11/+11
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-65/+60
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-071-75/+66
* Make Window class concrete (mostly).ben@chromium.org2011-03-051-0/+3
* Two things:ben@chromium.org2011-03-041-21/+1
* Rename Window::SetBounds to SetWindowBounds, to uncofuse overrides.thakis@chromium.org2011-03-041-3/+3
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-041-7/+5