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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allows observers to be notified when layer animations complete.
vollick@chromium.org
2011-11-02
1
-3
/
+0
*
Add traces in compositor, views and skia
piman@chromium.org
2011-11-01
1
-4
/
+18
*
Create constrained windows in a hidden state.
asanka@chromium.org
2011-11-01
1
-1
/
+1
*
Reland r107720 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-29
/
+7
*
Revert 107715 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-7
/
+29
*
Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-29
/
+7
*
ui/gfx: Change Canvas::ScaleInt() to just Canvas::Scale().
tfarina@chromium.org
2011-10-27
1
-1
/
+1
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
1
-6
/
+5
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
1
-7
/
+10
*
Refactors some 'Clear to transparent code'
pkotwicz@chromium.org
2011-10-26
1
-1
/
+2
*
ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-26
1
-3
/
+3
*
ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect.
tfarina@chromium.org
2011-10-25
1
-2
/
+2
*
Animate desktop rotations.
ben@chromium.org
2011-10-21
1
-0
/
+3
*
Aura: Combine cursor support for Linux and Windows
jamescook@chromium.org
2011-10-17
1
-1
/
+1
*
views: Make sure layer visibility is updated properly.
sadrul@chromium.org
2011-10-12
1
-3
/
+33
*
ScheduleDraw() in View::SchedulePaintBoundsChanged() when a child view is mov...
danakj@chromium.org
2011-10-12
1
-0
/
+6
*
Add gfx::kNullCursor to refer to "no cursor"
oshima@chromium.org
2011-10-11
1
-1
/
+1
*
Reorder Layers with NativeWidgetViews.
backer@chromium.org
2011-10-08
1
-23
/
+27
*
Keep the Layer tree in sync with View tree.
backer@chromium.org
2011-10-07
1
-0
/
+38
*
Allow CanvasSkia to bind to an existing SkCanvas.
piman@chromium.org
2011-10-05
1
-1
/
+1
*
Couple of tweaks to get more views tests passing:
sky@chromium.org
2011-10-04
1
-2
/
+6
*
layer: Resize a View's layer when the View is resized, even if it's not visible.
sadrul@chromium.org
2011-10-03
1
-25
/
+49
*
Reland the layer creation change since the touchui issues will be resolved in...
sadrul@chromium.org
2011-10-03
1
-171
/
+103
*
Revert the layer creation change r103338 due to some issues with the keyboard...
ben@chromium.org
2011-09-30
1
-103
/
+171
*
Add a new method to Layer that schedules a redraw in the compositor.Rename Co...
ben@chromium.org
2011-09-30
1
-2
/
+1
*
Fix bustage again. This time with correct ifdefs.
ben@chromium.org
2011-09-30
1
-1
/
+3
*
Revert 103483 - Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=noneReview ...
ben@chromium.org
2011-09-30
1
-3
/
+1
*
Fix windows Aura bustage.TBR=saintlouBUG=noneTEST=none
ben@chromium.org
2011-09-30
1
-1
/
+3
*
Fix regression showing layers for nested child views.
ben@chromium.org
2011-09-29
1
-1
/
+1
*
Construct a View's layer immediately when SetPaintToLayer(true) is called or ...
ben@chromium.org
2011-09-29
1
-171
/
+104
*
Refactors TestCompositor out of views_unittests into a place it can be
sky@chromium.org
2011-09-28
1
-1
/
+1
*
Fixes painting issue with bookmarks bar
pkotwicz@chromium.org
2011-09-28
1
-1
/
+2
*
These are the changes necessary for views to be able to build w/ use_aura imp...
davemoore@chromium.org
2011-09-22
1
-1
/
+1
*
Improvements to debugging code which prints the views hierarchy.
vollick@chromium.org
2011-09-20
1
-57
/
+131
*
Make specifying a texture optional on a Layer.
ben@chromium.org
2011-09-19
1
-5
/
+4
*
External textures outlive layers.
backer@chromium.org
2011-09-15
1
-13
/
+4
*
wstring: remove wstrings from all tooltip-related code
evan@chromium.org
2011-09-15
1
-1
/
+1
*
Fix for SetExternalTexture.
backer@chromium.org
2011-09-14
1
-9
/
+4
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
1
-172
/
+78
*
Allow Chrome-in-Aura to start.
ben@chromium.org
2011-09-12
1
-1
/
+1
*
With this CL animated rotations can be triggered by visiting URLs like about:...
vollick@chromium.org
2011-09-08
1
-3
/
+6
*
Reverts debugging code added @ 97412 as it uncovered reason for crash.
sky@chromium.org
2011-08-22
1
-9
/
+1
*
Simple WindowManager that can move/resize window.
oshima@google.com
2011-08-19
1
-3
/
+20
*
Adds some debugging code to track crash. It seems as though
sky@chromium.org
2011-08-19
1
-1
/
+9
*
views: Force child views to paint into their own texture when the parent has ...
sadrul@chromium.org
2011-08-10
1
-5
/
+10
*
First pass for eliminating double painting
pkotwicz@chromium.org
2011-07-29
1
-4
/
+17
*
Update Texture/Layer SetCanvas, callsites, and comments.
msw@chromium.org
2011-07-27
1
-3
/
+1
*
Enable browser compositor on all TOUCH_UI builds.
backer@chromium.org
2011-07-19
1
-1
/
+1
*
Don't schedule paint if one of view in parent chain is invisible
oshima@google.com
2011-07-15
1
-1
/
+1
*
Convert some more view methods to the ui/views style.
ben@chromium.org
2011-07-15
1
-37
/
+22
[next]