Mercurial > MadButterfly
log src/X_supp.c @ 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. |
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. |
Sun, 08 Mar 2009 14:44:41 +0800 | Thinker K.F. Li | sh_image_t::img_data is managed by paint_image_t. |
Sun, 25 Jan 2009 16:07:43 +0800 | Thinker K.F. Li | Fix the problem that clean_canvas() can not clean canvas cleanly. |