log nodejs/coord.cc @ 1491:06c101bba830

age author description
Wed, 13 Apr 2011 19:57:58 +0800 Thinker K.F. Li Provide number of children for coords
Wed, 13 Apr 2011 17:34:09 +0800 Thinker K.F. Li Implement tree-traveling for JS
Wed, 13 Apr 2011 14:38:25 +0800 Thinker K.F. Li Revert changeset #2bcacd29d95f to remove unncessary functions
Tue, 12 Apr 2011 14:50:10 +0800 Thinker K.F. Li Revert 4be04f29fa70
Mon, 11 Apr 2011 12:52:09 +0800 wycc Add functions to search for the text recursively inside coord_t tree. Once we find the first instance, we change the text of it. We need to think about how to manage the multiple segment texts, which is composed of several tspan.
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 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.
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.
Sun, 13 Mar 2011 08:10:57 +0800 Thinker K.F. Li Fix issue of crashing for cloned subtree
Mon, 07 Mar 2011 09:38:09 +0800 Thinker K.F. Li Add clone_from_subtree() for coord object of nodejs
Wed, 24 Nov 2010 15:58:04 +0800 Thinker K.F. Li Rename X_supp_njs.[ch] to njs_mb_supp.[ch].
Sun, 19 Sep 2010 11:36:03 +0800 wycc Define accessor for x and y to implement absolute location
Wed, 15 Sep 2010 01:17:43 +0800 wycc Define accessor for the opacity attribute of the coord
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Thu, 02 Sep 2010 10:59:02 +0800 Thinker K.F. Li Support opacity on coords
Mon, 30 Aug 2010 13:07:49 +0800 Thinker K.F. Li Fix bug of transformation from user space to image space.
Sun, 29 Aug 2010 17:20:13 +0800 Thinker K.F. Li Fix issue of memory leaking for coord objects.
Sun, 29 Aug 2010 13:34:40 +0800 Thinker K.F. Li Improve resource management for coords, shapes and paints.
Wed, 25 Aug 2010 19:37:52 +0800 Thinker K.F. Li Implement binding for hide/show for shapes and coords
Wed, 25 Aug 2010 18:46:47 +0800 Thinker K.F. Li Make shapes can be removed from the tree
Wed, 25 Aug 2010 14:48:39 +0800 Thinker K.F. Li Delete internal reference ob binding when invalidating coords and/or shapes
Wed, 25 Aug 2010 14:43:48 +0800 Thinker K.F. Li Refactor code of free C objects into xnjsmb_coord_free_subtree
Wed, 25 Aug 2010 14:23:06 +0800 Thinker K.F. Li A dirty implementation of removing subtree
Wed, 25 Aug 2010 13:58:49 +0800 Thinker K.F. Li Create a persistent handle for coords and shapes correctly
Wed, 25 Aug 2010 11:58:30 +0800 Thinker K.F. Li Reorder instructions to invalidate coords correctly
Wed, 25 Aug 2010 10:40:30 +0800 Thinker K.F. Li Remove a coord from the tree in JS
Mon, 23 Aug 2010 10:23:30 +0800 Thinker K.F. Li Design doc for life-cycle of MB objects for JS
Mon, 09 Aug 2010 16:40:57 +0800 wycc Return the value of ojbject to fix the crash issue
Sat, 07 Aug 2010 19:33:42 +0800 Thinker K.F. Li Add more comment for JS binding
Fri, 06 Aug 2010 22:56:58 +0800 Thinker K.F. Li Refactor to xnjsmb_coord_mod().
Wed, 04 Aug 2010 21:58:10 +0800 Thinker K.F. Li Remove xnjsmb_coord_new() in coord.cc
Wed, 04 Aug 2010 21:35:40 +0800 Thinker K.F. Li Use binding generator to implement mb_rt
Sun, 01 Aug 2010 20:18:59 +0800 Thinker K.F. Li Replace part code of coord.cc by the code generated by generator
Tue, 08 Jun 2010 09:08:23 +0800 Thinker K.F. Li Function of add a shape to a coord in Javascript. Android_Skia
Mon, 07 Jun 2010 17:24:46 +0800 Thinker K.F. Li Fix issue of im-properly using persistent handler for coord object template. Android_Skia
Mon, 07 Jun 2010 14:45:01 +0800 Thinker K.F. Li Make root coord availabe for Javascript code Android_Skia
Mon, 07 Jun 2010 11:47:34 +0800 Thinker K.F. Li Function to instantiate coord for Javascript Android_Skia
Sun, 06 Jun 2010 21:27:34 +0800 Thinker K.F. Li Implement Indexed Property interceptors Android_Skia