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