Sat, 09 Apr 2011 04:08:02 +0800 |
wycc |
Change the algorithm to determine the gap between frames so that the go back can be calculated correctly.
|
Sat, 09 Apr 2011 03:41:03 +0800 |
wycc |
The scribbo may set the duplicated-src to itself. We work around it here. However, we should modify the scribbo to fix it.
|
Sat, 09 Apr 2011 03:39:57 +0800 |
wycc |
DOn't display unnecessary elemnts.
|
Sat, 09 Apr 2011 03:36:51 +0800 |
wycc |
Optimize the performance. If properties is not changed, we don't call rdman_coord_changed.
|
Wed, 06 Apr 2011 21:35:21 +0800 |
wycc |
Commit merged result
|
Fri, 08 Apr 2011 09:47:00 +0800 |
Thinker K.F. Li |
Fix issue of rdman->w and rdman->h always being zeor.
|
Thu, 07 Apr 2011 22:27:19 +0800 |
Shih-Yuan Lee (FourDollars) |
Enable silent rules.
|
Thu, 07 Apr 2011 13:45:07 +0800 |
Thinker K.F. Li |
Check old component before hiding it for a component switching.
|
Thu, 07 Apr 2011 11:56:18 +0800 |
Thinker K.F. Li |
Remove useless debug message
|
Thu, 07 Apr 2011 11:44:49 +0800 |
Thinker K.F. Li |
Fix issue of removing components.
|
Wed, 06 Apr 2011 17:52:38 +0800 |
Thinker K.F. Li |
Fix issue of seg. fault at xnjsmb_coord_invalidate_subtree().
|
Wed, 06 Apr 2011 15:13:09 +0800 |
Thinker K.F. Li |
Revert changeset #88c8c874f4b8.
|
Wed, 06 Apr 2011 14:37:34 +0800 |
Thinker K.F. Li |
Merge
|
Wed, 06 Apr 2011 11:14:15 +0800 |
Thinker K.F. Li |
Use app.refresh() instead of redraw_changed()
|
Wed, 06 Apr 2011 10:44:15 +0800 |
Thinker K.F. Li |
Testcase for redrawing image.
|
Wed, 06 Apr 2011 08:17:00 +0800 |
wycc |
Update the SVG to add more animations.
|
Wed, 06 Apr 2011 07:52:55 +0800 |
wycc |
Use closure to replace the function to simplify the code.
|
Wed, 06 Apr 2011 07:52:13 +0800 |
wycc |
Call onInitDOne when all pictures are loaded.
|
Wed, 06 Apr 2011 07:51:06 +0800 |
wycc |
Add component class which is sued to access the objects in different frame for the same screen object. We will treat the object as the same if the duplicated-src are the same or it is the grpup defined by duplicated-src.
|
Wed, 06 Apr 2011 07:48:29 +0800 |
wycc |
Check if the name is defined for old SVG file.
|
Tue, 05 Apr 2011 10:23:30 +0800 |
wycc |
Check if the js object has been deleted. This prevent the issue that a coord is removed twice.
|
Mon, 04 Apr 2011 11:59:19 +0800 |
wycc |
Change the changeScene to sleep less when the render speed is too slow.
|
Mon, 04 Apr 2011 12:43:29 +0800 |
Thinker K.F. Li |
Translate pathes for xlink:href attriutes to relative pathes.
|
Sun, 03 Apr 2011 22:13:37 +0800 |
wycc |
Add exaple to illustrate the update bug
|
Sun, 03 Apr 2011 18:59:43 +0800 |
wycc |
Let the animation can be played in both direction.
|
Sun, 03 Apr 2011 18:12:42 +0800 |
wycc |
Mainly fix the clone_from_subtree to update the children of the parent node. We need to clearify all related codes in the future to make the logic more clear.
|
Sun, 03 Apr 2011 18:07:47 +0800 |
wycc |
clone the affine matrix ofwhen we use clone_from_subtree. This function will not copy the affine matrix at all. We need to do it manually.
|
Sun, 03 Apr 2011 11:51:39 +0800 |
wycc |
Override the clone_from_subtree to setup the parent and children for the coord object. However, the current children is incorrect since we can not copy it from the origin tree. Instead, we need to get coord_t from the cloned group and then modify all coord objects to include correct parent, children, add_shape and clone_from_subtree.
|