log src/shape_path.c @ 1182:8b0e5e8a6b0c

age author description
Wed, 29 Dec 2010 14:58:06 +0800 Thinker K.F. Li Fix bug of unpredicatible output of tank.
Sun, 19 Dec 2010 17:56:23 +0800 Thinker K.F. Li Pass testcases for _calc_center() of shape_path.c.
Sat, 18 Dec 2010 15:41:45 +0800 Thinker K.F. Li Improve performance of function to compute center of an arc.
Sun, 28 Nov 2010 13:18:49 +0800 Thinker K.F. Li Rename rdman_shape_man() to rdman_man_shape() to mean managing a shape
Thu, 23 Sep 2010 09:55:37 +0800 Thinker K.F. Li Allocate sh_path_t objects from an elmpool
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Sun, 29 Aug 2010 18:48:20 +0800 Thinker K.F. Li mb_obj_destroy for sh_path_t
Fri, 13 Aug 2010 19:50:16 +0800 Thinker K.F. Li save and restore initial point at m and z commands of path
Fri, 13 Aug 2010 17:51:21 +0800 Thinker K.F. Li Make code clear
Fri, 13 Aug 2010 17:26:25 +0800 Thinker K.F. Li Fix issue of relative path data.
Thu, 26 Nov 2009 14:49:39 +0800 Thinker K.F. Li Make path data constant. Android_Skia
Thu, 10 Sep 2009 22:24:02 +0800 Thinker K.F. Li Remove old sh_path_arc_path() code.
Thu, 10 Sep 2009 22:21:51 +0800 Thinker K.F. Li Count positions an arc being for bounding box of the path.
Thu, 10 Sep 2009 17:36:45 +0800 Thinker K.F. Li Use cairo to transform and draw arc.
Tue, 04 Aug 2009 23:35:41 +0800 Thinker K.F. Li Replace Cairo with a abstract layer mb_graph_engine.