Tue, 16 Jun 2009 18:20:52 +0800 |
john cylee |
imported patch fix-makefile.am-clean.patch
|
Fri, 12 Jun 2009 18:39:31 +0800 |
john cylee |
Fix typo.
|
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, 12 Jun 2009 11:23:59 +0800 |
john cylee |
Use libtool to build .so modules.
|
Sat, 07 Mar 2009 11:03:18 +0800 |
Thinker K.F. Li |
Clean generated code in examples/dynamic/.
|
Fri, 06 Mar 2009 23:02:32 +0800 |
Thinker K.F. Li |
Change makefile to support building in other directory.
|
Sun, 01 Feb 2009 16:28:28 +0800 |
wycc |
* Fix the symbol definition code which does not assume the id is the same as the mbname.
|
Sat, 31 Jan 2009 19:45:50 +0800 |
Thinker K.F. Li |
Replace make with $(MAKE) in examples/dynamic/Makefile.am.
|
Sat, 31 Jan 2009 17:24:00 +0800 |
wycc |
* Fix tspan inside tspan parsing issue
|
Sat, 31 Jan 2009 16:52:28 +0800 |
wycc |
Check in test program for sh_text_set_text for debugging. It is not working yet.
|
Sat, 31 Jan 2009 13:01:07 +0800 |
wycc |
Fix the compilation error of the inkscape
|
Sat, 31 Jan 2009 12:54:13 +0800 |
wycc |
Fix the compilation error of the dynamic
|
Sat, 31 Jan 2009 12:29:50 +0800 |
wycc |
Add merged result
mbtext
|
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 12:01:41 +0800 |
wycc |
Allow any elemnt to be a symbol.
|
Thu, 15 Jan 2009 17:00:58 +0800 |
Thinker K.F. Li |
Files generated by tools should not part of EXTRA_DIST.
|
Thu, 15 Jan 2009 02:15:35 +0800 |
Mat |
* use Autotool to install inkscape ext. of MadButterfly ( experimental! )
|
Mon, 05 Jan 2009 10:20:25 +0800 |
Thinker K.F. Li |
Setup dependency between object file and header file in AM file.
|
Thu, 01 Jan 2009 08:32:03 +0800 |
wycc |
Seperate the frameowrk codes from the main.c.
|
Thu, 01 Jan 2009 08:01:00 +0800 |
wycc |
Fixed the Makefile.am to generate scene.so automatically.
|
Wed, 31 Dec 2008 22:37:21 +0800 |
wycc |
Implement MBApp API and modify the dynamic example to use this API.
|
Thu, 18 Dec 2008 22:37:15 +0800 |
Thinker K.F. Li |
Move mouse event handler and interpreter to src/mouse.c.
|
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, 10 Dec 2008 12:43:00 +0800 |
Thinker K.F. Li |
Remove files that would be generated automatically.
|
Sun, 07 Dec 2008 18:00:06 +0800 |
wycc |
Chkec in demo for dynamic rectangle creation and button.
|