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
*
Cleanup: Remove unneeded forward declarations in views.
thestig@chromium.org
2011-11-15
1
-1
/
+0
*
Move views::Accelerator to ui in order to use it from aura code.
mazda@chromium.org
2011-11-14
1
-6
/
+7
*
Move views/ime/text_input_client.h to ui/base/ime/.
yusukes@chromium.org
2011-11-11
1
-2
/
+2
*
Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/.
yusukes@google.com
2011-11-11
1
-2
/
+2
*
Move views/ime/text_input_client.h to ui/base/ime/.
yusukes@google.com
2011-11-11
1
-2
/
+2
*
views: Constantify two kViewClassName strings.
tfarina@chromium.org
2011-11-08
1
-1
/
+1
*
views: Fix a TODO about AcceleratorTarget section.
tfarina@chromium.org
2011-11-07
1
-5
/
+3
*
Allows observers to be notified when layer animations complete.
vollick@chromium.org
2011-11-02
1
-2
/
+0
*
Improve omnibox accessibility on Windows.
dmazzoni@chromium.org
2011-10-31
1
-2
/
+8
*
Reland r107720 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-8
/
+3
*
Revert 107715 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-3
/
+8
*
Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-8
/
+3
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
1
-3
/
+4
*
Animate desktop rotations.
ben@chromium.org
2011-10-21
1
-0
/
+1
*
views: Make sure layer visibility is updated properly.
sadrul@chromium.org
2011-10-12
1
-0
/
+6
*
Reorder Layers with NativeWidgetViews.
backer@chromium.org
2011-10-08
1
-9
/
+9
*
Keep the Layer tree in sync with View tree.
backer@chromium.org
2011-10-07
1
-0
/
+9
*
layer: Resize a View's layer when the View is resized, even if it's not visible.
sadrul@chromium.org
2011-10-03
1
-0
/
+4
*
Reland the layer creation change since the touchui issues will be resolved in...
sadrul@chromium.org
2011-10-03
1
-43
/
+30
*
Revert the layer creation change r103338 due to some issues with the keyboard...
ben@chromium.org
2011-09-30
1
-30
/
+43
*
Construct a View's layer immediately when SetPaintToLayer(true) is called or ...
ben@chromium.org
2011-09-29
1
-43
/
+30
*
Improvements to debugging code which prints the views hierarchy.
vollick@chromium.org
2011-09-20
1
-10
/
+16
*
Make specifying a texture optional on a Layer.
ben@chromium.org
2011-09-19
1
-1
/
+1
*
wstring: remove wstrings from all tooltip-related code
evan@chromium.org
2011-09-15
1
-1
/
+1
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
1
-31
/
+15
*
With this CL animated rotations can be triggered by visiting URLs like about:...
vollick@chromium.org
2011-09-08
1
-0
/
+9
*
Rename VIEWS_API to VIEWS_EXPORT.
darin@chromium.org
2011-08-05
1
-1
/
+1
*
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
[next]