Thu, 12 Nov 2009 21:32:58 +0800 |
Thinker K.F. Li |
Remove mbe_matrix_t type.
Android_Skia
|
Thu, 12 Nov 2009 21:22:30 +0800 |
Thinker K.F. Li |
Move functions into graphic engine layers.
Android_Skia
|
Wed, 28 Oct 2009 02:35:08 +0800 |
wycc |
Add alignment support for the text layout
|
Tue, 04 Aug 2009 23:35:41 +0800 |
Thinker K.F. Li |
Replace Cairo with a abstract layer mb_graph_engine.
|
Mon, 08 Jun 2009 07:04:20 +0800 |
Thinker K.F. Li |
Add sh_stext_t to implement a simple version of text shape.
|
Sun, 08 Mar 2009 14:44:41 +0800 |
Thinker K.F. Li |
sh_image_t::img_data is managed by paint_image_t.
|
Fri, 06 Mar 2009 21:04:52 +0800 |
Thinker K.F. Li |
Use pango_cairo_layout_path() instead of pango_cairo_show_layout().
|
Sun, 15 Feb 2009 08:34:57 +0800 |
wycc |
Add MBAF object suport. This is still work in progress yet. However, it won't affect other features. Therefore, it is checked in before it become mature.
|
Sun, 01 Feb 2009 09:51:12 +0800 |
wycc |
* Add MBAF files
|
Sun, 01 Feb 2009 02:14:45 +0800 |
wycc |
Add more text API
|
Sun, 01 Feb 2009 01:45:53 +0800 |
wycc |
Add sh_text_set_style support to change the style of text element.
|
Sat, 31 Jan 2009 18:28:50 +0800 |
Thinker K.F. Li |
Fix bug of sh_text_t that do not update it-self after changes.
|
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 12:29:50 +0800 |
wycc |
Add merged result
mbtext
|
Sat, 31 Jan 2009 11:51:19 +0800 |
wycc |
* Modify svg2code_ex to use differnt font size at two test items to illustrate the function of the new text parser
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
|
Mon, 15 Dec 2008 10:13:03 +0800 |
Thinker K.F. Li |
X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly.
|
Tue, 09 Dec 2008 17:34:10 +0800 |
Thinker K.F. Li |
Start moving to mb_obj_t
|
Wed, 05 Nov 2008 15:24:01 +0800 |
Thinker K.F. Li |
Move header files to $(top_srcdir)/include/ and prefixed with 'mb_'.
include_mb_test
|
Tue, 04 Nov 2008 17:00:26 +0800 |
Thinker K.F. Li |
Move header files into include/mb/ subdirectory and remove symlink 'mb'.
include_mb_test
|
Sun, 05 Oct 2008 23:32:58 +0800 |
Thinker K.F. Li |
Postponse free of coords, shapes, and paints when the rdman is dirty.
|
Thu, 11 Sep 2008 09:14:58 +0800 |
Thinker K.F. Li |
-
|
Sat, 23 Aug 2008 15:26:47 +0800 |
Thinker K.F. Li |
New example, calculator.
|
Mon, 18 Aug 2008 01:59:26 +0800 |
Thinker K.F. Li |
Observer for mouse events
|
Sun, 10 Aug 2008 21:32:42 +0800 |
Thinker K.F. Li |
-
|
Wed, 06 Aug 2008 00:40:04 +0800 |
Thinker K.F. Li |
Fix bug of demo and remove *_fill() and *_stroke().
|
Tue, 05 Aug 2008 16:38:04 +0800 |
Thinker K.F. Li |
resize font size for changige of coord.
|
Tue, 05 Aug 2008 12:40:45 +0800 |
Thinker K.F. Li |
Accept mouse/pointer event and hint the shape that the pointer is over.
|
Mon, 04 Aug 2008 10:10:47 +0800 |
Thinker K.F. Li |
Add text shape.
|