log src/redraw_man.c @ 534:9f2d07a60493 Android_Skia

age author description
Sun, 27 Dec 2009 14:06:20 +0800 Thinker K.F. Li Document on clean_rdman_dirties() Android_Skia
Fri, 25 Dec 2009 12:11:20 +0800 Thinker K.F. Li Add todo Android_Skia
Fri, 25 Dec 2009 11:13:21 +0800 Thinker K.F. Li Skip root coord when propagate dirty area to parent cached Android_Skia
Fri, 25 Dec 2009 00:27:19 +0800 Thinker K.F. Li Ignore small dirty area. Android_Skia
Wed, 23 Dec 2009 10:33:51 +0800 Thinker K.F. Li Clear variables and draw root coord. Android_Skia
Tue, 22 Dec 2009 22:39:53 +0800 Thinker K.F. Li Every coord can only appear at mot one time in the dirty coord list. Android_Skia
Tue, 22 Dec 2009 22:31:38 +0800 Thinker K.F. Li Change typos in comment Android_Skia
Tue, 22 Dec 2009 21:58:41 +0800 Thinker K.F. Li Does not add root coord to zeroing list Android_Skia
Tue, 22 Dec 2009 14:21:34 +0800 Thinker K.F. Li Skip very small dirty areas. Android_Skia
Tue, 22 Dec 2009 11:04:52 +0800 Thinker K.F. Li Fix a bug of a non-initialized variable. Android_Skia
Sat, 19 Dec 2009 08:22:07 +0800 Thinker K.F. Li imported patch more_comment.diff Android_Skia
Thu, 17 Dec 2009 16:13:35 +0800 Thinker K.F. Li Skip coords that is not cached when add coords into zeroing_coords list. Android_Skia
Thu, 17 Dec 2009 16:09:46 +0800 Thinker K.F. Li Change documentation for zeroing Android_Skia
Tue, 01 Dec 2009 22:55:27 +0800 Thinker K.F. Li Change prototype of mbe_copy_source(). Android_Skia
Mon, 23 Nov 2009 18:52:30 +0800 Thinker K.F. Li Remove rdman_paint_main() Android_Skia
Mon, 23 Nov 2009 18:04:22 +0800 Thinker K.F. Li Reset stroke and fill for shapes when a paint is freed. Android_Skia
Sun, 22 Nov 2009 20:41:27 +0800 Thinker K.F. Li Fix a potential bug when destroy a rdman. 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:30:35 +0800 Thinker K.F. Li Add copy and clear graphic engine functions. Android_Skia
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 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 12:21:34 +0800 john cylee Fix compile error: no return statement
Wed, 29 Jul 2009 20:22:36 +0800 Thinker K.F. Li Make sh_text and sh_stext optional.
Wed, 29 Jul 2009 15:00:55 +0800 Thinker K.F. Li Fix typo in redraw_man.c when adding sh_stext object type.
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Make sh_text_draw() passes first test case.
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Make sh_stext_transform() pass first test case for him.
Tue, 07 Jul 2009 22:46:19 +0800 Thinker K.F. Li Make unittest built by automake and autoconf.
Wed, 01 Apr 2009 02:16:10 +0800 Thinker K.F. Li Rename MIN/MAX to MB_MIN/MB_MAX.