log include/mb_shapes.h @ 500:f06eba21db1c Android_Skia

age author description
Thu, 26 Nov 2009 14:49:39 +0800 Thinker K.F. Li Make path data constant. Android_Skia
Thu, 12 Nov 2009 21:32:58 +0800 Thinker K.F. Li Remove mbe_matrix_t type. Android_Skia
Thu, 12 Nov 2009 21:32:52 +0800 Thinker K.F. Li Declare functions that should be implemented by Skia graphic engine Android_Skia
Wed, 28 Oct 2009 02:39:02 +0800 wycc Add backend layer to seperate the backend with the MBAF. Currently, X is the only backend. If we have more than one backend, we need to modify the Makefile to sleect the backend or implement a backend selection mechanism in the runtime.
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.
Fri, 31 Jul 2009 15:52:41 +0800 Thinker K.F. Li Change title of shape_stext group
Wed, 29 Jul 2009 14:58:34 +0800 Thinker K.F. Li Change the interface of rdman_shape_stext_new().
Sun, 26 Jul 2009 15:31:40 +0800 Thinker K.F. Li Document for why a shape should be managed by the redraw manager.
Mon, 08 Jun 2009 07:04:20 +0800 Thinker K.F. Li Add sh_stext_t to implement a simple version of text shape.
Mon, 09 Mar 2009 23:05:57 +0800 Thinker K.F. Li Move mb_img_data_t out from argument list of rdman_shape_image_new().
Sun, 08 Mar 2009 22:24:54 +0800 Thinker K.F. Li Change declaration of sh_image_set_img_data().
Sun, 08 Mar 2009 11:39:09 +0800 Thinker K.F. Li sh_image_get_img_data()
Sun, 08 Mar 2009 00:15:21 +0800 Thinker K.F. Li sh_image_set_img_data() is a function to change content of a sh_image_t.
Sun, 01 Feb 2009 02:34:24 +0800 wycc Add document for TextField API.
Sun, 01 Feb 2009 02:14:45 +0800 wycc Add more text API
Sun, 01 Feb 2009 01:45:53 +0800 wycc Add sh_text_set_style support to change the style of text element.
Sat, 31 Jan 2009 12:29:50 +0800 wycc Add merged result mbtext
Sat, 31 Jan 2009 09:41:04 +0800 wycc Implement the whole tspan attribute. Currently, we can accept font family/font style/font weight and font size. mbtext
Sat, 24 Jan 2009 15:09:03 +0800 Thinker K.F. Li Change function name and add comments.
Fri, 23 Jan 2009 23:00:23 +0800 Thinker K.F. Li Integrate sh_image with svg2code.py.
Thu, 15 Jan 2009 16:46:47 +0800 Thinker K.F. Li Simple image loader and image shape.
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.
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 base include/mb/shapes.h@b6a243a4796c