log include/mb_types.h @ 805:ae2faf140dc2

age author description
Thu, 26 Aug 2010 13:35:21 +0800 Thinker K.F. Li Clear unused local variables
Wed, 25 Aug 2010 18:22:32 +0800 Thinker K.F. Li Separate GEF_NOT_SHOWED and GEF_HIDDEN flags.
Wed, 30 Jun 2010 13:28:53 +0800 Thinker K.F. Li Replace mbe_clip() with mbe_scissoring() openvg
Wed, 09 Jun 2010 15:10:29 +0800 Thinker K.F. Li Functions of setting/getting stroke width of a shape Android_Skia
Mon, 24 May 2010 21:09:32 +0800 Thinker K.F. Li Swap geo_t::cur_area and geo_t::last_area correctly. Android_Skia
Sat, 22 May 2010 22:31:18 +0800 Thinker K.F. Li [mq]: propagate_areas.diff Android_Skia
Fri, 21 May 2010 22:59:26 +0800 Thinker K.F. Li [mq]: pcached_area1.diff Android_Skia
Sun, 16 May 2010 22:59:24 +0800 Thinker K.F. Li pcached_area replaces owner_mems_area Android_Skia
Sat, 19 Dec 2009 08:22:07 +0800 Thinker K.F. Li imported patch more_comment.diff Android_Skia
Tue, 01 Dec 2009 22:55:27 +0800 Thinker K.F. Li Change prototype of mbe_copy_source(). Android_Skia
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.
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().
Thu, 05 Mar 2009 14:07:49 +0800 Thinker K.F. Li Remove out-of-date comments and refactor code and fix a small bug.
Thu, 05 Mar 2009 00:54:42 +0800 Thinker K.F. Li Cache rednering result is now workable.
Sun, 15 Feb 2009 08:34:57 +0800 wycc Add MBAF object suport. This is still work in progress yet. However, it won't affect other features. Therefore, it is checked in before it become mature.
Sun, 01 Feb 2009 15:10:18 +0800 wycc Fix the type of ci to co
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.
Sun, 04 Jan 2009 11:42:32 +0800 Thinker K.F. Li Fix bug and finish unit test for collision testing in event.c.
Wed, 31 Dec 2008 02:08:40 +0800 Thinker K.F. Li Add scene support in svg2code.py.
Thu, 25 Dec 2008 18:40:27 +0800 Thinker K.F. Li termporary revision
Sun, 21 Dec 2008 23:30:00 +0800 Thinker K.F. Li Add functions for collision test.
Mon, 15 Dec 2008 10:13:03 +0800 Thinker K.F. Li X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly.
Sun, 14 Dec 2008 12:53:45 +0800 wycc Add coord_x(co) and coord_y(co)
Sun, 14 Dec 2008 12:51:55 +0800 wycc Add functions to move and scale the coord_t like the actionscript. Users should use these functions instead of the matrix directly.
Fri, 12 Dec 2008 00:41:37 +0800 Thinker K.F. Li Define convenience macros for sprite.
Fri, 12 Dec 2008 00:33:54 +0800 Thinker K.F. Li M4 macros to generate code for dynamic loading.
Wed, 10 Dec 2008 17:15:26 +0800 Thinker K.F. Li Define types for sprite shared object.