log src/shape_path.c @ 1535:9aff42a7e2b9 tip

age author description
Sat, 05 Mar 2011 22:00:16 +0800 Thinker K.F. Li Add clone functions for shape types
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.
Sun, 25 Jan 2009 16:07:43 +0800 Thinker K.F. Li Fix the problem that clean_canvas() can not clean canvas cleanly.
Sun, 25 Jan 2009 00:20:34 +0800 Thinker K.F. Li Fix mis-behavior of translate_path_data() on arc.
Thu, 25 Dec 2008 18:40:27 +0800 Thinker K.F. Li termporary revision
Mon, 15 Dec 2008 10:13:03 +0800 Thinker K.F. Li X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly.
Tue, 09 Dec 2008 23:34:05 +0800 wycc Commit merged between 200 and 201
Wed, 19 Nov 2008 00:27:20 +0800 wycc Translate the path string into binary array to save the parsing in the runtime. It can reduce the size as well.
Tue, 09 Dec 2008 17:34:10 +0800 Thinker K.F. Li Start moving to mb_obj_t
Wed, 05 Nov 2008 15:24:01 +0800 Thinker K.F. Li Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'. include_mb_test
Tue, 04 Nov 2008 17:00:26 +0800 Thinker K.F. Li Move header files into include/mb/ subdirectory and remove symlink 'mb'. include_mb_test
Sun, 05 Oct 2008 23:32:58 +0800 Thinker K.F. Li Postponse free of coords, shapes, and paints when the rdman is dirty.
Thu, 25 Sep 2008 11:29:42 +0800 Thinker K.F. Li -
Thu, 25 Sep 2008 09:53:05 +0800 Thinker K.F. Li Use elmpool to manage paint_color_t objects.
Thu, 25 Sep 2008 02:13:50 +0800 Thinker K.F. Li Decrease number of malloc().
Sun, 14 Sep 2008 01:03:23 +0800 Thinker K.F. Li Accept exponent of float point
Wed, 10 Sep 2008 13:35:56 +0800 Thinker K.F. Li More documentation.
Wed, 10 Sep 2008 10:02:31 +0800 Thinker K.F. Li Fix the bug of order of cross & inner product of vectors
Tue, 09 Sep 2008 22:17:17 +0800 Thinker K.F. Li Arc in path pass the test in example svg2code_ex.
Tue, 09 Sep 2008 18:11:37 +0800 Thinker K.F. Li Implement arc for path, but it is still under testing
Thu, 04 Sep 2008 08:21:39 +0800 Thinker K.F. Li Fix bug of translation relative to absolute points
Sat, 30 Aug 2008 00:32:05 +0800 Thinker K.F. Li -
Fri, 22 Aug 2008 16:14:53 +0800 Thinker K.F. Li Fix bug of dealing matrix().
Mon, 18 Aug 2008 01:59:26 +0800 Thinker K.F. Li Observer for mouse events
Sun, 10 Aug 2008 21:32:42 +0800 Thinker K.F. Li -
Wed, 06 Aug 2008 01:10:32 +0800 Thinker K.F. Li Fix bug of relative path command
Wed, 06 Aug 2008 00:40:04 +0800 Thinker K.F. Li Fix bug of demo and remove *_fill() and *_stroke().
Tue, 05 Aug 2008 12:40:45 +0800 Thinker K.F. Li Accept mouse/pointer event and hint the shape that the pointer is over.
Sun, 03 Aug 2008 13:04:55 +0800 Thinker K.F. Li Set line width for path.
Sat, 02 Aug 2008 16:20:15 +0800 Thinker K.F. Li shapes with stroke
Sat, 02 Aug 2008 15:46:26 +0800 Thinker K.F. Li rename XXX_draw() to XXX_fill()
Fri, 01 Aug 2008 23:32:22 +0800 Thinker K.F. Li Unittest for rdman_redraw_changed().
Fri, 01 Aug 2008 01:40:07 +0800 Thinker K.F. Li X_main uses rdman_redraw_all()
Mon, 28 Jul 2008 17:45:36 +0800 Thinker K.F. Li Add redraw manager
Sat, 26 Jul 2008 06:34:15 +0800 Thinker K.F. Li Fix the bug that data of a path end with white spaces would make system down
Sat, 26 Jul 2008 05:32:31 +0800 Thinker K.F. Li Remove warning messages
Sat, 26 Jul 2008 04:27:52 +0800 Thinker K.F. Li Fix bug in testcase
Sat, 26 Jul 2008 03:20:49 +0800 Thinker K.F. Li -
Sat, 26 Jul 2008 02:53:08 +0800 Thinker K.F. Li Clear background & tranform relative pos into absolute ones
Sat, 26 Jul 2008 02:41:00 +0800 Thinker K.F. Li Cairo specify RGB values in range 0.0 ~ 1.0.
Sat, 26 Jul 2008 01:37:35 +0800 Thinker K.F. Li SVG path is partially supported