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
/
view.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
First pass for eliminating double painting
pkotwicz@chromium.org
2011-07-29
1
-0
/
+6
*
Create views.dll / libviews.so
darin@chromium.org
2011-07-28
1
-1
/
+1
*
views: Have the non-const version of child_at call the constant one.
tfarina@chromium.org
2011-07-26
1
-3
/
+6
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
1
-5
/
+13
*
views: Add unittests for View::GetViewsWithGroup() method.
tfarina@chromium.org
2011-07-13
1
-5
/
+5
*
Remove unused ContainsNativeView methods.
ben@chromium.org
2011-07-13
1
-5
/
+0
*
Gets compositor working for embedded widgets.
sky@chromium.org
2011-07-01
1
-27
/
+31
*
Convert the rect to the widget's coordinates correctly.
sadrul@chromium.org
2011-06-29
1
-0
/
+4
*
Remove ifdef's for touchui stuff from events code.
sadrul@chromium.org
2011-06-28
1
-6
/
+0
*
Moves acclerated painting related fields from View to LayerHelper.
sky@chromium.org
2011-06-27
1
-23
/
+15
*
Allow View to have a layer whose texture is updated externally.
backer@chromium.org
2011-06-24
1
-0
/
+14
*
Adds the ability to animate transforms/bounds to View.
sky@chromium.org
2011-06-23
1
-2
/
+9
*
views: Pull out ContextMenuController class into its own header file.
tfarina@chromium.org
2011-06-23
1
-31
/
+5
*
views: Pull out DragController class into its own header file.
tfarina@chromium.org
2011-06-21
1
-31
/
+5
*
Adds Layer as a class between View and the Texture.
sky@chromium.org
2011-06-21
1
-28
/
+78
*
Add View::ReorderChildView and Widget::MoveToTop.
sadrul@chromium.org
2011-06-16
1
-0
/
+4
*
Add NativeWidgetDelegate::OnTouchEvent and move views::View::TouchStatus to u...
sadrul@chromium.org
2011-06-14
1
-19
/
+5
*
Make the web content accessibility tree a descendant of the main window's
dmazzoni@chromium.org
2011-06-13
1
-10
/
+3
*
Eliminate Window completely.
ben@chromium.org
2011-06-13
1
-1
/
+0
*
views: Drop the prefix "is_" from View::is_visible_ member variable.
tfarina@chromium.org
2011-06-11
1
-1
/
+1
*
Remove COMPOSITOR_2 flag, old compositor code.
wjmaclean@chromium.org
2011-06-10
1
-19
/
+0
*
First draft to enable turning off compositor for unit tests.
wjmaclean@chromium.org
2011-06-09
1
-0
/
+1
*
Move more from Window onto Widget.
ben@chromium.org
2011-06-08
1
-8
/
+0
*
Cleanup:
pkasting@chromium.org
2011-06-07
1
-0
/
+1
*
Adds View::OnWillCompositeTexture that is invoked before a texture is
sky@chromium.org
2011-06-06
1
-0
/
+5
*
views: Take transforms into account when computing visible bounds.
sadrul@chromium.org
2011-06-06
1
-3
/
+3
*
views: Don't include the container type "vector" in the typedef ViewVector.
tfarina@chromium.org
2011-06-06
1
-4
/
+4
*
First draft of patch for setting texture_needs_updating_.
wjmaclean@chromium.org
2011-06-03
1
-0
/
+13
*
views: Use ViewVector typedef instead of std::vector<View*> in view.*
tfarina@chromium.org
2011-06-03
1
-2
/
+3
*
views: Convert View::GetID/SetID functions to unix_hacker style.
tfarina@chromium.org
2011-06-03
1
-4
/
+4
*
views: Fix some comments of the Tree View API.
tfarina@chromium.org
2011-06-03
1
-13
/
+12
*
Adds ability for a view to paint to a texture even it if doesn't have
sky@chromium.org
2011-06-02
1
-0
/
+9
*
views: Make |focusable_| a private data member instead of a protected one.
tfarina@chromium.org
2011-06-02
1
-3
/
+3
*
views: Make View::SetFocusable() a simple setter accessor.
tfarina@chromium.org
2011-06-01
1
-1
/
+1
*
views: Make View::GetVisibleBounds() a const method.
tfarina@chromium.org
2011-05-31
1
-2
/
+1
*
views: Make View::GetBaseline() a const method.
tfarina@chromium.org
2011-05-27
1
-1
/
+1
*
views: Add OnEnabledChanged() method to View class.
tfarina@chromium.org
2011-05-27
1
-6
/
+9
*
views: Make |accessibility_focusable_| a private data member instead of a pro...
tfarina@chromium.org
2011-05-27
1
-11
/
+11
*
views: Move some protected data member variables to the private section instead.
tfarina@chromium.org
2011-05-26
1
-12
/
+10
*
views: Cleanup parent_owned getter/setter accessors.
tfarina@chromium.org
2011-05-26
1
-13
/
+7
*
views: Get rid of View::SetParent() method.
tfarina@chromium.org
2011-05-26
1
-4
/
+0
*
views: Rename child_widget() to GetChildWidget().
tfarina@chromium.org
2011-05-21
1
-3
/
+1
*
Move RootView to the internal namespace.
ben@chromium.org
2011-05-20
1
-8
/
+8
*
Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...
sky@chromium.org
2011-05-17
1
-24
/
+7
*
Tweaks Compositor API. To make it possible to land this I've ifdef'd
sky@chromium.org
2011-05-10
1
-1
/
+43
*
Add a status-type for a mouse-event triggered by a touch event.
sadrul@chromium.org
2011-05-09
1
-1
/
+4
*
Delete Obsolete PaintNow method
oshima@google.com
2011-05-09
1
-3
/
+0
*
Add method to print view tree in graphViz format.
wjmaclean@chromium.org
2011-05-06
1
-0
/
+10
*
Rename View::GetCursor and simplify arguments.
msw@chromium.org
2011-05-03
1
-3
/
+2
*
Scrap WNDCLASSEX.hCursor, update GetCursorForPoint.
msw@chromium.org
2011-04-27
1
-6
/
+5
[next]