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_views.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix build breakage
oshima@google.com
2011-09-14
1
-1
/
+1
*
Revert "Relanding 100792"
oshima@google.com
2011-09-14
1
-73
/
+10
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
1
-7
/
+4
*
Relanding 100792
oshima@google.com
2011-09-13
1
-10
/
+73
*
Revert 100792 "Use TabContentsViewViews for RenderWidgetHostViweViews."
oshima@google.com
2011-09-13
1
-70
/
+9
*
Use TabContentsViewViews for RenderWidgetHostViweViews.
oshima@google.com
2011-09-12
1
-9
/
+70
*
Allow Chrome-in-Aura to start.
ben@chromium.org
2011-09-12
1
-0
/
+3
*
views: Partial implementation of always-on-top for NativeWidgetViews.
sadrul@chromium.org
2011-09-12
1
-0
/
+8
*
Restoring a session should restore window minimization state on Windows
dhollowa@chromium.org
2011-08-31
1
-4
/
+4
*
Revert 98679 - Restoring a session should restore window minimization state o...
dhollowa@chromium.org
2011-08-29
1
-4
/
+4
*
Restoring a session should restore window minimization state on Windows
dhollowa@chromium.org
2011-08-29
1
-4
/
+4
*
Possible fix for the issue that keyboard doesn't show up.
oshima@google.com
2011-08-25
1
-5
/
+3
*
More input focus fix
oshima@google.com
2011-08-25
1
-3
/
+5
*
Focus fix. InputMethod needs to be initialized before calling OnFocus
oshima@google.com
2011-08-25
1
-2
/
+4
*
Move input_method to widget
oshima@google.com
2011-08-23
1
-27
/
+19
*
Simple WindowManager that can move/resize window.
oshima@google.com
2011-08-19
1
-16
/
+27
*
Implement NativeWidgetViews::CenterWindow().
rhashimoto@chromium.org
2011-08-17
1
-2
/
+4
*
views-desktop: Fix updating the cursor for windows.
sadrul@chromium.org
2011-08-15
1
-0
/
+1
*
NativeWidgetViews: Implement widget activation/deactivation.
sadrul@chromium.org
2011-08-08
1
-2
/
+3
*
Fix method call on potentially deleted object in NativeWidgetViews.
rhashimoto@chromium.org
2011-07-27
1
-4
/
+3
*
Remove menu keyboard grab and close menu on window manager activation change.
rhashimoto@chromium.org
2011-07-27
1
-12
/
+0
*
NativeWidgetViews: Add support for window properties.
sadrul@chromium.org
2011-07-26
1
-8
/
+18
*
Rework NativeWidgetViews/NativeWidgetView lifetime management.
rhashimoto@chromium.org
2011-07-25
1
-13
/
+26
*
views capture: Fix mouse-event location and reset capture view.
sadrul@chromium.org
2011-07-19
1
-1
/
+8
*
Makes sure widget is created at right size before showing
sky@chromium.org
2011-07-19
1
-1
/
+7
*
Add const to HasKeyboardCapture
oshima@google.com
2011-07-14
1
-1
/
+1
*
views-desktop: Fix a couple of crashes.
sadrul@chromium.org
2011-07-14
1
-4
/
+5
*
Fix typo in header file name.
oshima@google.com
2011-07-14
1
-1
/
+1
*
Clean up FocusManager
oshima@google.com
2011-07-14
1
-0
/
+4
*
Move SetInitialFocus to Widget
oshima@google.com
2011-07-14
1
-2
/
+48
*
Allow different kinds of 'desktops'.
sadrul@chromium.org
2011-07-13
1
-2
/
+2
*
Add Widget::Observer for observing Widgets.
sadrul@chromium.org
2011-07-13
1
-1
/
+2
*
Attempt 2 at:
sky@chromium.org
2011-07-13
1
-0
/
+19
*
Remove unused ContainsNativeView methods.
ben@chromium.org
2011-07-13
1
-5
/
+0
*
ClearNativeFocus: Do it from widget, with appropriate native-widget implement...
sadrul@chromium.org
2011-07-13
1
-0
/
+4
*
Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...
sky@chromium.org
2011-07-12
1
-18
/
+0
*
Gets mouse capture to work for menus with pure views. As part of this
sky@chromium.org
2011-07-12
1
-0
/
+18
*
Correct issues with NativeWidgetViews ownership.
ben@chromium.org
2011-07-12
1
-21
/
+27
*
Fix NativeWidgetViews enough to run views_examples without segfaulting.
rhashimoto@google.com
2011-07-11
1
-9
/
+10
*
Correct implementation of View::ConvertPointToScreen for the views-desktop en...
ben@chromium.org
2011-07-08
1
-0
/
+2
*
Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top l...
ben@chromium.org
2011-07-07
1
-3
/
+28
*
Gets compositor working for embedded widgets.
sky@chromium.org
2011-07-01
1
-7
/
+22
*
Fix bug where NativeWidgetViews wasn't setting bounds of
sky@chromium.org
2011-06-29
1
-0
/
+1
*
Menus in the views desktop. Adds MenuHostViews. This is buggy due to renderin...
ben@chromium.org
2011-06-28
1
-4
/
+0
*
Adds the ability to animate transforms/bounds to View.
sky@chromium.org
2011-06-23
1
-2
/
+2
*
Adds Layer as a class between View and the Texture.
sky@chromium.org
2011-06-21
1
-5
/
+35
*
Change NativeWidgetViews' constructor to not take a parent View. The embeddin...
ben@chromium.org
2011-06-21
1
-5
/
+5
*
Make NativeWidgetViews::SchedulePaintInRect use
sky@chromium.org
2011-06-17
1
-1
/
+1
*
Add View::ReorderChildView and Widget::MoveToTop.
sadrul@chromium.org
2011-06-16
1
-0
/
+5
*
Re-land:
ben@chromium.org
2011-06-16
1
-4
/
+7
[next]