log src/shape_stext.c @ 1236:2eeac97853eb

age author description
Sun, 28 Nov 2010 13:18:49 +0800 Thinker K.F. Li Rename rdman_shape_man() to rdman_man_shape() to mean managing a shape
Tue, 14 Sep 2010 01:08:39 +0800 Shih-Yuan Lee (FourDollars) Unify coding style tag for emacs and vim.
Sat, 28 Aug 2010 22:54:07 +0800 Thinker K.F. Li Fix position issue of stext.
Thu, 12 Nov 2009 21:33:59 +0800 Thinker K.F. Li Since cairo-ft.h is not used, removes it. Android_Skia
Thu, 12 Nov 2009 21:32:58 +0800 Thinker K.F. Li Remove mbe_matrix_t type. Android_Skia
Thu, 12 Nov 2009 21:31:10 +0800 Thinker K.F. Li Remove unnecessary functions Android_Skia
Thu, 12 Nov 2009 21:30:35 +0800 Thinker K.F. Li Add copy and clear graphic engine functions. Android_Skia
Thu, 12 Nov 2009 21:22:30 +0800 Thinker K.F. Li Move functions into graphic engine layers. Android_Skia
Wed, 05 Aug 2009 15:54:44 +0800 Thinker K.F. Li Replace cairo_format_t with mb_img_fmt_t.
Tue, 04 Aug 2009 23:35:41 +0800 Thinker K.F. Li Replace Cairo with a abstract layer mb_graph_engine.
Sun, 02 Aug 2009 11:00:37 +0800 Thinker K.F. Li Redefine cairo_text_path for unit testing
Sun, 02 Aug 2009 10:59:59 +0800 Thinker K.F. Li Fix bug of propertional shifting of sh_stext_t.
Thu, 30 Jul 2009 15:42:43 +0800 Thinker K.F. Li Fix bug of compute extents of sh_stext.
Thu, 30 Jul 2009 12:11:27 +0800 Thinker K.F. Li Fig the bug that sh_stext can not show text with right color.
Wed, 29 Jul 2009 16:35:03 +0800 Thinker K.F. Li Test cases for ratation on sh_stext
Wed, 29 Jul 2009 14:58:34 +0800 Thinker K.F. Li Change the interface of rdman_shape_stext_new().
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Make sh_text_draw() passes first test case.
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Keep sub-extents for style blocks.
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Fix issue of missed function for unittest.
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Make sh_stext_transform() pass first test case for him.
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Check bearing and advance of text_extents.
Tue, 28 Jul 2009 15:11:42 +0800 Thinker K.F. Li Use DARRAY to manage variable length list
Sun, 26 Jul 2009 22:13:36 +0800 Thinker K.F. Li Make compute_styled_extents_n_scaled_font() pass the test.
Sun, 26 Jul 2009 22:13:36 +0800 Thinker K.F. Li Casting pointer to cease warning messages.
Sun, 26 Jul 2009 22:13:36 +0800 Thinker K.F. Li Set free function for sh_stext.
Sun, 26 Jul 2009 22:13:20 +0800 Thinker K.F. Li Make sh_stext object managed by rdman.
Sun, 26 Jul 2009 15:31:40 +0800 Thinker K.F. Li Add more doc on shape_stext.
Sun, 26 Jul 2009 15:31:40 +0800 Thinker K.F. Li Make compute_utf8_chars_sz to compute length of n UTF 8 characters correctly.
Sun, 26 Jul 2009 15:31:40 +0800 Thinker K.F. Li Fix extent_extents to make it pass the test case.
Sat, 25 Jul 2009 13:36:23 +0800 Thinker K.F. Li Make shape_stext.c pass test cases.
Fri, 24 Jul 2009 22:23:51 +0800 Thinker K.F. Li Test cases for shape_stext.
Wed, 08 Jul 2009 22:16:54 +0800 Thinker K.F. Li Add doc
Wed, 08 Jul 2009 21:12:14 +0800 Thinker K.F. Li shape_stext.c, now, is unittested.
Tue, 07 Jul 2009 22:45:12 +0800 Thinker K.F. Li more comment
Tue, 16 Jun 2009 23:01:38 +0800 Thinker K.F. Li Compute extents of a styled text
Thu, 11 Jun 2009 08:20:39 +0800 Thinker K.F. Li Refactor function of computing text extents
Wed, 10 Jun 2009 22:46:13 +0800 Thinker K.F. Li Add extents supporting into Fontconfig and FreeType Layer
Wed, 10 Jun 2009 21:45:39 +0800 Thinker K.F. Li Add fontconfig layer
Wed, 10 Jun 2009 08:16:04 +0800 Thinker K.F. Li Use fontconfig to find out a font for a family/slant/weight pattern
Mon, 08 Jun 2009 07:04:20 +0800 Thinker K.F. Li Add sh_stext_t to implement a simple version of text shape.