From: Behdad Esfahbod Date: Wed, 20 Apr 2011 20:40:56 +0000 (-0400) Subject: [TODO] Remove done items X-Git-Tag: submit/2.0alpha-wayland/20121130.004132~9^2~340 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d7b61a4b0ed212ca414b3281c2eae3e3db19c13;p=profile%2Fivi%2Forg.tizen.video-player.git [TODO] Remove done items --- diff --git a/TODO b/TODO index a9ef442..dbcb809 100644 --- a/TODO +++ b/TODO @@ -16,16 +16,10 @@ General fixes: API issues to fix before 1.0: ============================ -- Rename / remove hb_buffer_add_glyph()? - -- Sprinkle const all over public and private API - - Rename get_table to reference_table - get_table shouldn't return NULL -- Use tags for hb_script_t - - Figure out how many .so objects, how to link, etc - Shall y axis progress downward instead of upward? @@ -36,14 +30,14 @@ API issues to fix before 1.0: - Investigate Mozilla's user-data issue, make sure it's addressed -- Add hb-glib / hb-icu two-way script conversion API - - Add hb-cairo glue - Fix blob, remove mutex, etc. - Add sanitize API (since may affect blob API) +- Add glib GBoxedType stuff + API to add (maybe after 1.0): ============================ diff --git a/src/hb-ft.h b/src/hb-ft.h index be5c854..5671a00 100644 --- a/src/hb-ft.h +++ b/src/hb-ft.h @@ -36,6 +36,7 @@ HB_BEGIN_DECLS +/* Note: FreeType is not thread-safe. Hence, these functions are not either. */ hb_font_funcs_t * hb_ft_get_font_funcs (void); @@ -44,7 +45,6 @@ hb_face_t * hb_ft_face_create (FT_Face ft_face, hb_destroy_func_t destroy); -/* Note: This function is not thread-safe */ hb_face_t * hb_ft_face_create_cached (FT_Face ft_face);