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
/
widget
/
native_widget_win.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-22
1
-664
/
+0
*
Revert "views: Move widget/ directory to ui/views." properly.
wez@chromium.org
2011-11-21
1
-0
/
+664
*
views: Move widget/ directory to ui/views.
tfarina@chromium.org
2011-11-21
1
-664
/
+0
*
views: Delete bubble, events, focus, layout directories and its stubbed files.
tfarina@chromium.org
2011-11-18
1
-2
/
+2
*
Adds Window::MoveChildToFront, with surrounding changes.
sky@chromium.org
2011-11-08
1
-13
/
+0
*
Gets disable inactive frame rendering to work correctly for aura. This
sky@chromium.org
2011-11-01
1
-0
/
+1
*
Support IMM32 reconversion on Windows.
penghuang@chromium.org
2011-10-31
1
-0
/
+1
*
Windows compile fix.
backer@chromium.org
2011-10-08
1
-0
/
+1
*
views: Migrate widget/* to base::Bind.
tfarina@chromium.org
2011-10-06
1
-3
/
+4
*
Consolidate message observer API for MessagePumpX and MessagePumWin
oshima@google.com
2011-10-04
1
-2
/
+3
*
views: Change NativeWidget's SetAccessibleName() to string16.
tfarina@chromium.org
2011-09-30
1
-1
/
+1
*
Add a new method to Layer that schedules a redraw in the compositor.Rename Co...
ben@chromium.org
2011-09-30
1
-1
/
+1
*
wstring: convert all SetPageTitle APIs to use string16
evan@chromium.org
2011-09-21
1
-1
/
+1
*
Relanding 100792
oshima@google.com
2011-09-20
1
-0
/
+1
*
Fixes regression in menu painting on windows. The regression happened
sky@chromium.org
2011-09-20
1
-0
/
+5
*
Revise ScopedRedrawLock and the caption button workaround.
msw@chromium.org
2011-09-17
1
-6
/
+14
*
Revert r101033 in preparation for a better patch.
msw@chromium.org
2011-09-17
1
-6
/
+2
*
Revert "Relanding 100792"
oshima@google.com
2011-09-14
1
-1
/
+0
*
Revise caption button workaround and add crash debugging code.
msw@chromium.org
2011-09-14
1
-2
/
+6
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
1
-3
/
+3
*
Relanding 100792
oshima@google.com
2011-09-13
1
-0
/
+1
*
Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."
oshima@google.com
2011-09-13
1
-1
/
+0
*
Use TabContentsViewViews for RenderWidgetHostViweViews.
oshima@google.com
2011-09-12
1
-0
/
+1
*
gfx::Compositor: SchedulePaint.
sadrul@chromium.org
2011-09-07
1
-0
/
+5
*
Restoring a session should restore window minimization state on Windows
dhollowa@chromium.org
2011-08-31
1
-3
/
+4
*
Revert 98679 - Restoring a session should restore window minimization state o...
dhollowa@chromium.org
2011-08-29
1
-4
/
+3
*
Restoring a session should restore window minimization state on Windows
dhollowa@chromium.org
2011-08-29
1
-3
/
+4
*
Remove some views depenencies from RenderWidgetHostViewWin.
jam@chromium.org
2011-08-26
1
-9
/
+2
*
Move input_method to widget
oshima@google.com
2011-08-23
1
-10
/
+2
*
Simple WindowManager that can move/resize window.
oshima@google.com
2011-08-19
1
-0
/
+2
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
1
-7
/
+7
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
1
-7
/
+7
*
Remove menu keyboard grab and close menu on window manager activation change.
rhashimoto@chromium.org
2011-07-27
1
-3
/
+0
*
Makes sure widget is created at right size before showing
sky@chromium.org
2011-07-19
1
-1
/
+3
*
Add const to HasKeyboardCapture
oshima@google.com
2011-07-14
1
-1
/
+1
*
Set minimum window size on Windows.
asvitkine@chromium.org
2011-07-14
1
-0
/
+3
*
Clean up FocusManager
oshima@google.com
2011-07-14
1
-0
/
+1
*
Move SetInitialFocus to Widget
oshima@google.com
2011-07-14
1
-14
/
+2
*
Attempt 2 at:
sky@chromium.org
2011-07-13
1
-0
/
+3
*
Remove unused ContainsNativeView methods.
ben@chromium.org
2011-07-13
1
-1
/
+0
*
ClearNativeFocus: Do it from widget, with appropriate native-widget implement...
sadrul@chromium.org
2011-07-13
1
-0
/
+1
*
Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...
sky@chromium.org
2011-07-12
1
-3
/
+0
*
Gets mouse capture to work for menus with pure views. As part of this
sky@chromium.org
2011-07-12
1
-0
/
+3
*
Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...
ben@chromium.org
2011-07-07
1
-0
/
+1
*
Gets compositor working for embedded widgets.
sky@chromium.org
2011-07-01
1
-3
/
+10
*
Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...
ben@chromium.org
2011-06-28
1
-1
/
+0
*
Add View::ReorderChildView and Widget::MoveToTop.
sadrul@chromium.org
2011-06-16
1
-0
/
+1
*
Re-land:
ben@chromium.org
2011-06-16
1
-3
/
+3
*
Revert 89216 - Move private NativeWidget methods to new internal interface Na...
ben@chromium.org
2011-06-15
1
-3
/
+3
*
Move private NativeWidget methods to new internal interface NativeWidgetPrivate.
ben@chromium.org
2011-06-15
1
-3
/
+3
[next]