summaryrefslogtreecommitdiffstats
path: root/views/animation
Commit message (Expand)AuthorAgeFilesLines
* Move some files from base to base/memory.levin@chromium.org2011-03-282-4/+4
* Makes dragging multiple discontingious tabs animate the tabs intosky@chromium.org2011-03-182-0/+14
* Dramatically simplify view painting by getting rid of RootView's redundant kn...ben@chromium.org2011-02-232-2/+2
* Rename SchedulePaint(gfx::Rect..) to SchedulePaintInRectben@chromium.org2011-02-152-2/+2
* Rework tree APIs to reflect Google style and more const-correctness.Also, mov...ben@chromium.org2011-02-091-1/+1
* Clean up RTL methods.ben@chromium.org2011-02-081-1/+1
* Rework basic bounds methods on View to match new V2 API: ben@chromium.org2011-02-082-2/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Fix build with using ui::TestAnimationDelegateben@chromium.org2011-01-071-0/+1
* Move animation code to new ui/base/animation directory.ben@chromium.org2011-01-073-27/+35
* More animation cleanup.sky@chromium.org2010-11-182-3/+6
* Pulls AnimationDelegate out into its own header.sky@chromium.org2010-11-171-1/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Refactors animation to allow for cleaner subclassing. I'm doing thissky@chromium.org2010-05-051-1/+1
* Attempt at fixing crash in BoundsAnimator. This patch largely justsky@chromium.org2010-04-263-59/+67
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-233-34/+224
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-223-224/+34
* Fixes bugs in new tab strip animations where they weren't doing thesky@chromium.org2010-04-091-0/+3
* Tweaks to BoundsAnimator/SlideAnimation and TabStrip:sky@chromium.org2010-04-073-28/+215
* Revert 43692 - Adds some debugging info in hopes of tracking leak insky@chromium.org2010-04-061-11/+0
* Adds some debugging info in hopes of tracking leak insky@chromium.org2010-04-061-0/+11
* Fixes leak in boundsanimator.sky@chromium.org2010-04-041-1/+1
* Changes tab strip to use BoundsAnimator for tab strip animations andsky@chromium.org2010-04-031-5/+5
* Adds AnimationContainer, which can be used to group a set ofsky@chromium.org2010-04-012-84/+291
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Adds a simple class for animating a views bounds from one location tosky@chromium.org2010-02-112-0/+198