log src/event.c @ 704:d950487bd9f9

age author description
Thu, 12 Nov 2009 21:24:35 +0800 Thinker K.F. Li Header file to config graphic engine Android_Skia
Thu, 12 Nov 2009 21:24:31 +0800 Thinker K.F. Li Add graph_engine_skia.c Android_Skia
Wed, 05 Aug 2009 16:10:47 +0800 Thinker K.F. Li Remove all "cairo" wording.
Wed, 05 Aug 2009 15:54:44 +0800 Thinker K.F. Li Replace cairo_format_t with mb_img_fmt_t.
Tue, 04 Aug 2009 23:35:41 +0800 Thinker K.F. Li Replace Cairo with a abstract layer mb_graph_engine.
Thu, 30 Jul 2009 15:42:47 +0800 Thinker K.F. Li Fix bug of _find_shape_in_pos().
Thu, 30 Jul 2009 15:42:47 +0800 Thinker K.F. Li More doc
Tue, 07 Jul 2009 22:46:19 +0800 Thinker K.F. Li Make unittest built by automake and autoconf.
Thu, 05 Mar 2009 00:54:42 +0800 Thinker K.F. Li Cache rednering result is now workable.
Fri, 23 Jan 2009 23:00:23 +0800 Thinker K.F. Li Integrate sh_image with svg2code.py.
Sun, 04 Jan 2009 12:09:29 +0800 Thinker K.F. Li Remove potential memory address error.
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.
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.
Fri, 03 Oct 2008 10:22:08 +0800 Thinker K.F. Li Postponing rdman_coord_free() and rdman_remove_shape().
Mon, 22 Sep 2008 19:22:57 +0800 Thinker K.F. Li Members of coords are geos instead of shapes, now.
Mon, 18 Aug 2008 23:08:03 +0800 Thinker K.F. Li find_geo_in_pos() should return shapes that is not hidden
Wed, 13 Aug 2008 09:12:09 +0800 Thinker K.F. Li find_shape_at_pos() finds a shape from clean ones.
Wed, 06 Aug 2008 02:11:53 +0800 Thinker K.F. Li Support rectangle tag of SVG.
Tue, 05 Aug 2008 18:28:50 +0800 Thinker K.F. Li Remove old path after every shape checking for a position.
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.