8000 Tags · kangaroo/moon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: kangaroo/moon

Tags

moon/moon-2-3

Toggle moon/moon-2-3's commit message
merge 159394 from moon-2-0 branch

svn path=/tags/moon/moon-2-3/moon/; revision=159397

moon/2.2

Toggle moon/2.2's commit message
update to 2.2

svn path=/tags/moon/2.2/moon/; revision=152489

moon/2.1

Toggle moon/2.1's commit message
this is 2.1

svn path=/tags/moon/2.1/moon/; revision=151836

moon/2.0

Toggle moon/2.0's commit message
remove the -rpath /nowhere from libmoon's build

svn path=/tags/moon/2.0/moon/; revision=148639

moon-1.99.6

Toggle moon-1.99.6's commit message
* Adding check_xpi to EXTRA_DSIT

svn path=/branches/moon/1.99.6/moon/; revision=144127

moon-1.99.2

Toggle moon-1.99.2's commit message
* animation.[h|cpp]: Redesign AnimationStorages. There's now 4

public methods that DOs and Clocks use to control an animation:
    - when a new storage is attached and there is already one on
	the property, Disable removes the handlers from the previous
	storage;
    - when a storage is detached, the previous one is enabled via
	Enable, which attaches the handlers;
    - when a clock is stopped, it calls Stop, which detaches
	everything and resets the property;
    - when cloning, SwitchTarget is used to replace the DO and its
	handlers on the storage, to avoid having to clone all the
	storages every time.

Storages are now only deleted when the clock stops, is destroyed
or when the DO they're attached to is destroyed. IsLonely was
removed (meaningless now), as well as the resettable flag (only
enabled animations reset)

* dependencyobject.[h|cpp]: a DO can have more than one animation
running on the same DP, and they need to be stored so that when a
DO is cloned, all running animations are updated to the new DO -
- this way, when they stop they update the current DO and not the
one they were originally attached to. This fixes the animation
problems on togglebuttons and other objects that have several
animations overlapping each other. The storage_hash now stores a
List* of AnimationStorage::Node objects with all existing animations
for every DP, and the animation storage cloning process doesn't clone
the storages, it merely creates a new List* with the existing storages
and updates them to the newly cloned DO.

r: alan

svn path=/branches/moon/1.99.2/moon/; revision=140730

moon/1.99.1.1

Toggle moon/1.99.1.1's commit message
 * Bump version to 1.99.1.1 for beta rebuild

svn path=/branches/moon/1.99.1/moon/; revision=140175

moon-1.99.1

Toggle moon-1.99.1's commit message
2009-08-15 Larry Ewing <lewing@novell.com>

	* mediaelement.cpp (Render): use the same logic we used in image
	here to always adjust the paint rect when stretch != StretchNone.

	r: andreia

2009-08-15  Larry Ewing  <lewing@novell.com>

	* System.Windows.Shapes/PathTest.cs: put the Path tests back into
	compliance.

svn path=/branches/moon/1.99.1/moon/; revision=140037

moon-1.9.2

Toggle moon-1.9.2's commit message
add preview 3 news

svn path=/branches/moon/1.9.2/moon/; revision=134341

moon-1.9.1

Toggle moon-1.9.1's commit message
add python web ide blurb

svn path=/branches/moon/1.9.1/moon/; revision=133910
0