Mercurial > MadButterfly
log include/mb_redraw_man.h @ 462:af4b506ad56f
age | author | description |
---|---|---|
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. |