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
*
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
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
1
-5
/
+7
*
Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...
ben@chromium.org
2011-03-03
1
-3
/
+1
*
Convert some windows code to use the new Widget methods.
ben@chromium.org
2011-03-03
1
-9
/
+5
*
Reverting to fix builder redness. Please fix and reland.
ananta@chromium.org
2011-03-02
1
-5
/
+9
*
Remove/replace RootView/Widget getters with new NativeWidget getters.
ben@chromium.org
2011-03-02
1
-9
/
+5
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
1
-116
/
+5
*
Revert 75347 - Revert 75306 - Force native frames to repaint when OnNCActivat...
mirandac@chromium.org
2011-02-18
1
-12
/
+11
*
Revert 75306 - Force native frames to repaint when OnNCActivate is called. Wi...
mattm@chromium.org
2011-02-18
1
-11
/
+12
*
Force native frames to repaint when OnNCActivate is called. With a profile me...
mirandac@chromium.org
2011-02-17
1
-12
/
+11
*
Rename ProcessPaint to Paint()
ben@chromium.org
2011-02-16
1
-1
/
+1
*
Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect
ben@chromium.org
2011-02-15
1
-1
/
+1
*
Revert 74693. Changing approach.
ben@chromium.org
2011-02-14
1
-27
/
+27
*
Rename Widgetwin->NativeWidgetWin
ben@chromium.org
2011-02-11
1
-27
/
+27
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-4
/
+4
*
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
/
+8
*
Cross-platform CL to remove app/win/win_util.h&cc and related work.
msw@chromium.org
2011-02-03
1
-46
/
+117
*
views: Make ShouldUseVistaFrame a static method of WidgetWin.
tfarina@chromium.org
2011-01-28
1
-2
/
+2
*
Move a bunch of random other files to src/ui/base
ben@chromium.org
2011-01-20
1
-2
/
+2
*
Move UI-relevant Windows files to ui/base.
ben@chromium.org
2011-01-19
1
-6
/
+6
*
Move app/key* to ui/base/keycodes/*
ben@chromium.org
2011-01-13
1
-2
/
+2
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
1
-10
/
+10
*
Move some functions out of win_util and into hwnd_util, and into a new win/sh...
brettw@google.com
2010-12-30
1
-5
/
+54
[next]