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
/
root_view.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland the layer creation change since the touchui issues will be resolved in...
sadrul@chromium.org
2011-10-03
1
-2
/
+0
*
Revert the layer creation change r103338 due to some issues with the keyboard...
ben@chromium.org
2011-09-30
1
-0
/
+2
*
Construct a View's layer immediately when SetPaintToLayer(true) is called or ...
ben@chromium.org
2011-09-29
1
-2
/
+0
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
1
-4
/
+3
*
Simple WindowManager that can move/resize window.
oshima@google.com
2011-08-19
1
-8
/
+0
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
1
-1
/
+1
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
1
-7
/
+4
*
views capture: Fix mouse-event location and reset capture view.
sadrul@chromium.org
2011-07-19
1
-1
/
+1
*
Attempt 2 at:
sky@chromium.org
2011-07-13
1
-0
/
+8
*
Revert 92252 - Gets mouse capture to work for menus with pure views. As part ...
sky@chromium.org
2011-07-12
1
-8
/
+0
*
Gets mouse capture to work for menus with pure views. As part of this
sky@chromium.org
2011-07-12
1
-0
/
+8
*
Revert clear removal from last week. It turns out the window is green in debu...
ben@chromium.org
2011-07-11
1
-0
/
+1
*
Correct implementation of View::ConvertPointToScreen for the views-desktop en...
ben@chromium.org
2011-07-08
1
-1
/
+0
*
Fixes crash in views desktop. The problem was
sky@chromium.org
2011-07-08
1
-0
/
+1
*
Fix the bug of the hide key on Omnibox.
mazda@chromium.org
2011-07-08
1
-2
/
+0
*
Gets compositor working for embedded widgets.
sky@chromium.org
2011-07-01
1
-3
/
+4
*
Remove ifdef's for touchui stuff from events code.
sadrul@chromium.org
2011-06-28
1
-13
/
+1
*
Always show keyboard when an editable element is touched.
mazda@chromium.org
2011-06-28
1
-0
/
+6
*
Adds Layer as a class between View and the Texture.
sky@chromium.org
2011-06-21
1
-1
/
+0
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
1
-1
/
+7
*
Remove COMPOSITOR_2 flag, old compositor code.
wjmaclean@chromium.org
2011-06-10
1
-2
/
+0
*
First draft of patch for setting texture_needs_updating_.
wjmaclean@chromium.org
2011-06-03
1
-0
/
+3
*
Fix touch build after hiding RootView.
sadrul@chromium.org
2011-05-20
1
-5
/
+0
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-8
/
+7
*
Tweaks Compositor API. To make it possible to land this I've ifdef'd
sky@chromium.org
2011-05-10
1
-0
/
+3
*
Use single command line flag for all pure Views situations,
saintlou@chromium.org
2011-05-03
1
-0
/
+5
*
Remove RootView::ConvertPointToMouseHandler.
sadrul@chromium.org
2011-05-02
1
-8
/
+1
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-26
1
-2
/
+2
*
Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....
msw@chromium.org
2011-04-22
1
-2
/
+2
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-2
/
+2
*
Reverting since caused compile failures on Linux.
amit@chromium.org
2011-04-22
1
-2
/
+2
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-2
/
+2
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-5
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Fix for issue =76919 and added --keep-mouse-cursor (76976)
saintlou@chromium.org
2011-03-23
1
-0
/
+5
*
Reorder some views::View overrides & other functions.
msw@chromium.org
2011-03-16
1
-6
/
+6
*
Start working on compositor tree painting.
sadrul@chromium.org
2011-03-15
1
-0
/
+1
*
Clean up some event code:
msw@chromium.org
2011-03-14
1
-12
/
+9
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
1
-1
/
+1
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
1
-1
/
+1
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
1
-1
/
+1
*
Update LocatedEvent and MouseWheelEvent.
msw@chromium.org
2011-02-25
1
-6
/
+2
*
Transformable views: Use the transformation for points and events.
sadrul@chromium.org
2011-02-24
1
-2
/
+6
*
Move some more direct uses of RootView to Widget.
ben@chromium.org
2011-02-24
1
-2
/
+2
*
More RootView cleanup:
ben@chromium.org
2011-02-23
1
-48
/
+20
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
1
-68
/
+2
*
Remove usages of RootView from View by moving relevant RootView API methods t...
ben@chromium.org
2011-02-18
1
-24
/
+0
*
Remove "visible bounds in root changed" functions from RootView, move them to...
ben@chromium.org
2011-02-16
1
-11
/
+0
*
Rename ProcessPaint to Paint()
ben@chromium.org
2011-02-16
1
-1
/
+1
*
Sort methods in RootView cc/h. Add better documentation and outline future pl...
ben@chromium.org
2011-02-15
1
-178
/
+157
[next]