log include/mb_redraw_man.h @ 984:3fe8054457a8 refine_backend_if

age author description
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Change interface of mb_backend_t for more concise refine_backend_if
Thu, 23 Sep 2010 10:43:56 +0800 Thinker K.F. Li Allocate linear, radial, image paints from elmpools
Thu, 23 Sep 2010 10:14:05 +0800 Thinker K.F. Li Allocate sh_rect_t objects from an elmpool
Thu, 23 Sep 2010 09:55:37 +0800 Thinker K.F. Li Allocate sh_path_t objects from an elmpool
Fri, 17 Sep 2010 12:21:36 +0800 Thinker K.F. Li Merge dirty_pcache_area_coords and zeroing_coords.
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Thu, 26 Aug 2010 17:54:11 +0800 Thinker K.F. Li Remove unused variables and refactor to X_MB_init_with_win
Thu, 05 Aug 2010 18:00:46 +0800 Thinker K.F. Li Make sh_image_t managed, and init property store for managed shapes
Fri, 21 May 2010 22:59:26 +0800 Thinker K.F. Li [mq]: pcached_area1.diff 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
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.