log examples/calculator/Makefile.am @ 1383:bdacbdeb4447

age author description
Wed, 01 Dec 2010 12:25:56 +0800 Thinker K.F. Li merge from default branch openvg
Wed, 27 Oct 2010 01:17:37 +0800 Thinker K.F. Li Depend on cairo or pangocairo according enabling of sh_text
Tue, 26 Oct 2010 21:58:12 +0800 Thinker K.F. Li examples/calculate depends on cairo, not pangocair
Fri, 16 Jul 2010 18:03:52 +0800 Thinker K.F. Li linked with libEGL and libOpenVG openvg
Wed, 29 Jul 2009 15:03:37 +0800 Thinker K.F. Li Make calcuator uses stext instead of text.
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
Thu, 18 Dec 2008 22:37:15 +0800 Thinker K.F. Li Move mouse event handler and interpreter to src/mouse.c.