Mercurial > MadButterfly
log examples/dynamic/main.c @ 323:33e8ff8b7ad2
age | author | description |
---|---|---|
Sat, 31 Jan 2009 09:41:04 +0800 | wycc | Implement the whole tspan attribute. Currently, we can accept font family/font style/font weight and font size. mbtext |
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, 01 Jan 2009 08:32:03 +0800 | wycc | Seperate the frameowrk codes from the main.c. |
Wed, 31 Dec 2008 23:57:12 +0800 | Thinker K.F. Li | Remove useless rdman_redraw_*(). |
Wed, 31 Dec 2008 23:50:53 +0800 | Thinker K.F. Li | Fix bug in *_goto_scene() |
Wed, 31 Dec 2008 22:37:21 +0800 | wycc | Implement MBApp API and modify the dynamic example to use this API. |
Tue, 30 Dec 2008 09:21:23 +0800 | wycc | Rewrite the example by using the MBApp API. |