Fri, 12 Jun 2009 18:36:15 +0800 |
john cylee |
- Fix a minor error in src/sprite.c: should check *(s-1) instead of
|
Fri, 10 Apr 2009 16:04:05 +0800 |
Ben Lau |
Corrected build dependence - able to build in Ubuntu Intrepid
|
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.
|
Wed, 17 Dec 2008 21:37:39 +0800 |
wycc |
Call the button callback when the button is clicked
|
Wed, 17 Dec 2008 21:18:44 +0800 |
wycc |
Modify dynamic to support the dynamic loading
|
Wed, 17 Dec 2008 08:10:51 +0800 |
wycc |
Add dynamic loading function for sprite
|
Tue, 16 Dec 2008 21:24:26 +0800 |
wycc |
* Change the color of click frame
|
Mon, 15 Dec 2008 10:13:03 +0800 |
Thinker K.F. Li |
X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly.
|
Sun, 14 Dec 2008 12:35:13 +0800 |
wycc |
Implement a workaround for the button class. However, this won't solve all issues. We can use this as example to fix the mouse out event issue. When we move the curosr over the text inside the button. The upper layer group will receive MOUSE_OUT events. This is absolute incorrect.
|
Sat, 13 Dec 2008 17:13:31 +0800 |
wycc |
Add sample code fro mb_button_t. If everything is OK, I will move it to the main src tree.
|
Sun, 07 Dec 2008 18:00:06 +0800 |
wycc |
Chkec in demo for dynamic rectangle creation and button.
|