log include/mb_redraw_man.h @ 1502:376a8cb7312e

age author description
Mon, 07 Mar 2011 09:38:09 +0800 Thinker K.F. Li Add clone_from_subtree() for coord object of nodejs
Sun, 06 Mar 2011 19:31:28 +0800 Thinker K.F. Li add rdman_coord_clone_subtree()
Sun, 28 Nov 2010 13:18:49 +0800 Thinker K.F. Li Rename rdman_shape_man() to rdman_man_shape() to mean managing a shape
Sun, 28 Nov 2010 12:59:05 +0800 Thinker K.F. Li Stop using ob as acronym observer
Sun, 28 Nov 2010 12:07:37 +0800 Thinker K.F. Li Move macros privated used by redraw manager to redraw_man.c
Wed, 24 Nov 2010 14:45:17 +0800 Thinker K.F. Li Define doxygen groups for symbols of rdman.
Wed, 24 Nov 2010 14:19:00 +0800 Thinker K.F. Li Move declaration about sprite to a separated header file.
Wed, 24 Nov 2010 12:42:30 +0800 Thinker K.F. Li Remove unused symbols that is defined for IO callbacks for old X backend.
Mon, 22 Nov 2010 13:15:33 +0800 Thinker K.F. Li Move the timer manager based on mb_tman_t to timer.c refine_backend_if
Mon, 22 Nov 2010 00:42:29 +0800 Thinker K.F. Li Change signature of sprite_set_search_path() refine_backend_if
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.
Tue, 04 Aug 2009 23:35:41 +0800 Thinker K.F. Li Replace Cairo with a abstract layer mb_graph_engine.
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 00:54:42 +0800 Thinker K.F. Li Cache rednering result is now workable.
Sun, 25 Jan 2009 16:07:43 +0800 Thinker K.F. Li Fix the problem that clean_canvas() can not clean canvas cleanly.
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.
Sun, 04 Jan 2009 15:31:51 +0800 Thinker K.F. Li Fix typo in mb_redraw_man.h
Sun, 04 Jan 2009 09:32:49 +0800 wycc * Add loopback reference from rdman to the backend. This is only required when we need to acquire the tman for the animation. This is not a reasonable arrangement since the animation should be backend transparent. We should not touch the backend directly from the animation. We should relocate the tman to the rdman.
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.
Thu, 18 Dec 2008 22:37:15 +0800 Thinker K.F. Li Move mouse event handler and interpreter to src/mouse.c.
Wed, 17 Dec 2008 08:10:51 +0800 wycc Add dynamic loading function for sprite
Mon, 15 Dec 2008 10:13:03 +0800 Thinker K.F. Li X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly.
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/redraw_man.h@ea7b028f180c