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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ifdef's for touchui stuff from events code.
sadrul@chromium.org
2011-06-28
1
-11
/
+2
*
Adds Layer as a class between View and the Texture.
sky@chromium.org
2011-06-21
1
-5
/
+1
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
1
-9
/
+9
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
1
-1
/
+0
*
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
/
+7
*
Fix touch build after hiding RootView.
sadrul@chromium.org
2011-05-20
1
-16
/
+0
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-13
/
+3
*
Tweaks Compositor API. To make it possible to land this I've ifdef'd
sky@chromium.org
2011-05-10
1
-0
/
+12
*
Add a status-type for a mouse-event triggered by a touch event.
sadrul@chromium.org
2011-05-09
1
-3
/
+6
*
Use single command line flag for all pure Views situations,
saintlou@chromium.org
2011-05-03
1
-1
/
+16
*
Rename View::GetCursor and simplify arguments.
msw@chromium.org
2011-05-03
1
-19
/
+6
*
Remove RootView::ConvertPointToMouseHandler.
sadrul@chromium.org
2011-05-02
1
-25
/
+3
*
Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.
msw@chromium.org
2011-04-27
1
-4
/
+11
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-26
1
-1
/
+1
*
Revert 82751 - Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling....
msw@chromium.org
2011-04-22
1
-1
/
+1
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-1
/
+1
*
Reverting since caused compile failures on Linux.
amit@chromium.org
2011-04-22
1
-1
/
+1
*
Add NativeWidgetDelegate/Widget::OnKeyEvent post-IME handling.
msw@chromium.org
2011-04-22
1
-1
/
+1
*
Consolidate Widget Event code, other cleanup.
msw@chromium.org
2011-03-31
1
-1
/
+1
*
Disambiguate OnMouseCaptureLost from OnMouseReleased.
msw@chromium.org
2011-03-29
1
-13
/
+18
*
Amending issue 6716024
saintlou@chromium.org
2011-03-23
1
-3
/
+3
*
Fix for issue =76919 and added --keep-mouse-cursor (76976)
saintlou@chromium.org
2011-03-23
1
-0
/
+14
*
Reorder some views::View overrides & other functions.
msw@chromium.org
2011-03-16
1
-26
/
+30
*
Clean up some event code:
msw@chromium.org
2011-03-14
1
-54
/
+30
*
touch: Fix touch events bubbling up the hierarchy.
sadrul@chromium.org
2011-03-14
1
-15
/
+13
*
Re-land: Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-14
1
-2
/
+3
*
Add new MouseEvent ctors; update WidgetWin & WindowWin usage.
msw@chromium.org
2011-03-08
1
-12
/
+1
*
Revert 76825 - Refactor Views accessibility.
jcivelli@chromium.org
2011-03-04
1
-3
/
+2
*
Refactor Views accessibility.
dmazzoni@chromium.org
2011-03-03
1
-2
/
+3
*
Use GetEventHandlerForPoint instead of GetViewForPoint.
sadrul@chromium.org
2011-02-25
1
-4
/
+4
*
Update LocatedEvent and MouseWheelEvent.
msw@chromium.org
2011-02-25
1
-12
/
+9
*
Transformable views: Use the transformation for points and events.
sadrul@chromium.org
2011-02-24
1
-6
/
+14
*
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
-79
/
+3
*
Dramatically simplify view painting by getting rid of RootView's redundant kn...
ben@chromium.org
2011-02-23
1
-158
/
+10
*
Remove usages of RootView from View by moving relevant RootView API methods t...
ben@chromium.org
2011-02-18
1
-79
/
+11
*
Remove "visible bounds in root changed" functions from RootView, move them to...
ben@chromium.org
2011-02-16
1
-38
/
+0
*
Rename ProcessPaint to Paint()
ben@chromium.org
2011-02-16
1
-3
/
+3
*
views transformation: First cut.
sadrul@chromium.org
2011-02-15
1
-2
/
+3
*
Sort methods in RootView cc/h. Add better documentation and outline future pl...
ben@chromium.org
2011-02-15
1
-378
/
+372
*
Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRect
ben@chromium.org
2011-02-15
1
-1
/
+1
*
Add --debug-views-paint switch that shows damaged rectangles in red
oshima@google.com
2011-02-12
1
-0
/
+7
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
1
-20
/
+20
*
Revert 74377 - Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-13
/
+13
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-09
1
-13
/
+13
*
Rework tree APIs to reflect Google style and more const-correctness.Also, mov...
ben@chromium.org
2011-02-09
1
-14
/
+16
*
It turns out I had the sense of the GetLocalBounds bool wrong everywhere, so ...
ben@chromium.org
2011-02-09
1
-1
/
+1
*
Rework basic bounds methods on View to match new V2 API:
ben@chromium.org
2011-02-08
1
-1
/
+1
*
Change includes of gfx/* to ui/gfx/*
sail@chromium.org
2011-02-05
1
-2
/
+2
[next]