Mercurial > MadButterfly
log src/X_supp.c @ 528:d687d3395264 Android_Skia
age | author | description |
---|---|---|
Wed, 23 Dec 2009 10:33:51 +0800 | Thinker K.F. Li | Clear variables and draw root coord. Android_Skia |
Thu, 12 Nov 2009 21:31:14 +0800 | Thinker K.F. Li | Remove mbe_set_source_surface() from graphic engine. 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. |
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. |
Sun, 08 Mar 2009 23:08:51 +0800 | Thinker K.F. Li | Prevent applications from hanging by massive mouse motion events. |