log nodejs/mbapp.js @ 1535:9aff42a7e2b9 tip

age author description
Mon, 11 Apr 2011 20:25:44 +0800 wycc Add setFrameRate
Mon, 11 Apr 2011 13:17:05 +0800 wycc Merge
Mon, 11 Apr 2011 13:00:54 +0800 wycc Update symbol easier.
Mon, 11 Apr 2011 13:00:11 +0800 wycc Clone the javascrip properties of the object return by clone_from_subtree. This should be relocated to the javascript version of the clone_from_subtree in the future.
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:39:57 +0800 wycc DOn't display unnecessary elemnts.
Wed, 06 Apr 2011 21:35:21 +0800 wycc Commit merged result
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.
Mon, 04 Apr 2011 11:59:19 +0800 wycc Change the changeScene to sleep less when the render speed is too slow.
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 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.
Sat, 02 Apr 2011 06:00:25 +0800 wycc Hide the last frame.
Sat, 02 Apr 2011 05:39:26 +0800 wycc Copy the transformation matrix when we clone it. It looks like the MB do not copy the matrix automatically.
Sun, 27 Mar 2011 08:27:03 +0800 wycc Check if the scenes is defined. Disable the changeScene function if the scenes is not defined for the pure MB program.
Fri, 25 Mar 2011 09:24:44 +0800 wycc Change the default frame rat to be 12
Wed, 23 Mar 2011 23:11:33 +0800 wycc Fix the typo
Wed, 23 Mar 2011 23:08:53 +0800 wycc Support opacity tween for the primitives.
Wed, 23 Mar 2011 00:33:51 +0800 wycc Implement runToScene method for the Flash-like animation.
Tue, 22 Mar 2011 01:03:59 +0800 wycc Implement changeScene for the scribbo animation.
Fri, 11 Mar 2011 14:07:55 +0800 wycc Check in so that we can check the crash issues.
Tue, 21 Dec 2010 14:36:50 +0800 wycc Add some stub for the animation.
Sat, 20 Nov 2010 20:04:31 +0800 wycc Implement Scene API.
Thu, 21 Oct 2010 23:56:55 +0800 wycc Implement the page stack
Tue, 19 Oct 2010 04:06:45 +0800 wycc Fix the indentation
Sat, 16 Oct 2010 19:01:32 +0800 wycc Fix tab issue.
Sun, 26 Sep 2010 14:10:00 +0800 Thinker K.F. Li Remove unused debug message abs_n_rel_center
Sun, 26 Sep 2010 12:17:06 +0800 Thinker K.F. Li Only redraw changed when calling app.refresh() in JS abs_n_rel_center
Sun, 26 Sep 2010 00:53:16 +0800 Thinker K.F. Li Maintain a list of children abs_n_rel_center
Fri, 24 Sep 2010 23:47:01 +0800 Thinker K.F. Li Decorate mb_rt created by mb_rt_with_win() abs_n_rel_center
Fri, 24 Sep 2010 16:06:42 +0800 Thinker K.F. Li Merge from default branch abs_n_rel_center
Fri, 24 Sep 2010 16:00:04 +0800 Thinker K.F. Li mbapp.js support to create an application with existed window
Mon, 20 Sep 2010 22:43:43 +0800 Thinker K.F. Li Use accessor to return bbox values abs_n_rel_center
Mon, 20 Sep 2010 22:43:43 +0800 Thinker K.F. Li backup transform matrix when create a new coord abs_n_rel_center
Wed, 15 Sep 2010 01:15:13 +0800 wycc exports the image loader
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Fri, 10 Sep 2010 08:33:07 +0800 wycc Change the key from up/down to left/right
Tue, 31 Aug 2010 00:06:11 +0800 Thinker K.F. Li mbapp accept arguments for display, width and height
Sat, 28 Aug 2010 23:11:02 +0800 wycc Add udpate command
Fri, 20 Aug 2010 07:25:59 +0800 wycc Make the argument key can be an array to register multiple keys.
Fri, 20 Aug 2010 07:21:24 +0800 wycc Add addKeyListener to handle key input.
Tue, 17 Aug 2010 10:36:36 +0800 Thinker K.F. Li Use key symbols instead of keycodes.
Mon, 16 Aug 2010 07:32:56 +0800 wycc Add symbolic name of event types.
Sun, 15 Aug 2010 19:07:36 +0800 wycc Refactory the mbapp and testsvg to use keyboard events
Sat, 14 Aug 2010 00:06:00 +0800 wycc Add mbapp module