profile/ivi/org.tizen.video-player.git
2006-01-28 Behdad EsfahbodRemoved.
2006-01-25 Behdad EsfahbodIf major.minor of required and available glib versions...
2006-01-14 Behdad EsfahbodMake sure #include <config.h> is the first include...
2006-01-05 Behdad Esfahbodpango/Makefile.am, pango/fonts.c, pango/glyphstring.c,
2005-12-27 Behdad EsfahbodUse g_slice for PangoOTBuffer allocation. (bug #325026...
2005-11-25 Behdad EsfahbodTiny doc improvement.
2005-11-23 Behdad EsfahbodFix typo in docs.
2005-11-23 Behdad EsfahbodAdded "Since:" tags to all interfaces added after Pango...
2005-11-23 Behdad EsfahbodProtect against possible division by zeros (#316468...
2005-11-23 Behdad EsfahbodReworked basic shaper with OpenType support. (#101079...
2005-11-17 Behdad EsfahbodPart of #101079:
2005-11-09 Behdad EsfahbodRemove debug line that got in accidentally.
2005-11-04 Behdad EsfahbodTurn various gcc warnings off. Adding const, adding...
2005-11-03 Behdad EsfahbodPatches from #170414. Reviewed by Matthias Clasen.
2005-08-29 Behdad EsfahbodGenerate valid XML output. Dump LookupFlag too.
2005-08-15 Behdad EsfahbodReplace perror with perror_. Remove FT_BEGIN_STMNT...
2005-07-26 Owen TaylorSkip lookups with lookup index out of range. (Patch...
2005-07-22 Owen TaylorRemove an unecessary set of block2.
2005-07-22 Owen TaylorPatch from David Turner. Review and testing by Behdad...
2005-07-21 Owen TaylorFix up places where there is missing or incomplete...
2005-06-14 Owen TaylorChain up from finalize. (#307547, Paolo Borelli)
2005-04-12 Tor LillqvistRename LDADDS to libpango_ot_la_LIBADD to actually...
2005-03-03 Owen TaylorFor all binary searches, handle the case where the...
2004-11-22 Owen TaylorSet G_LOG_DOMAIN.
2004-09-22 Owen TaylorCleanups from 'sparse', #149922, Kjartan Maraas
2004-09-14 Owen Taylor=== Released 1.6.0 ===
2004-07-30 Owen TaylorFinish extending properties flags from FT_UShort =...
2004-07-27 Owen TaylorSave the order in which features were added and use...
2004-07-27 Behdad EsfahbodRemove the unused parameter from the IN_CURITEM() and...
2004-07-27 Behdad EsfahbodFix bug to copy glyph from in_string, not out_string.
2004-07-26 Owen TaylorFix allocation and indexing in NewGlyphClasses array...
2004-07-26 Owen TaylorRemove the unused parameter from the IN_CURITEM() and...
2004-07-26 Owen TaylorAdd missing macro to make the last change actually...
2004-07-26 Owen TaylorMatch backtrack context against the output glyphs not...
2004-07-26 Owen TaylorMake Check_Property() take a OTL_GlyphItem, add a gprop...
2004-07-19 Owen TaylorAdd support for ChainContextSubstFormat3.
2004-07-19 Owen TaylorFix pervasive buffer overruns when skipping glyphs...
2004-06-23 Owen Taylor#143693, Sayamindu Dasgupta
2004-06-21 Owen TaylorUse the gcc-3.3 strict-aliasing compatible macros from...
2004-05-28 Theppitak Karoonboon... Negate y offset according to different conventions...
2004-05-27 Owen TaylorRevert error return changes from last commit.
2004-05-27 Owen TaylorFree buffer->positions, clean up error returns that...
2004-03-16 Owen Taylor=== Released 1.4.0 ===
2004-03-03 Hans Breuerif PANGO_MODULE_PREFIX is defined include the basic...
2004-02-29 Owen TaylorRework opentype interfaces and other changes to make...
2004-02-21 Owen TaylorSign convention for y offsets is opposite between Pango...
2004-02-13 Owen TaylorMemory leak fixes from Masatake YAMATO, #130652
2004-01-26 Owen TaylorSuport CFF fonts as well. (#131202, Manjunath Sripadarao)
2003-12-13 Hans Breuermoved pango_fc_* to the latter where they live on ...
2003-11-01 Owen TaylorSwitch over to recommended Freetype system of include...
2003-09-15 Owen TaylorFix gcc-3.3 versions of macros to have the right return...
2003-08-25 Owen Taylorpango/opentype/ftxgsub.c (Lookup_ChainContextSubst3...
2003-08-22 Owen TaylorAdd some macro definitions for gcc-3.3 that suppress...
2003-07-29 Owen TaylorRewrite handling of IGNORE_SPECIAL_MARKS to be properly...
2003-07-28 Owen TaylorRevert back out the FreeType patch preventing ligatures...
2003-07-27 Owen TaylorCheck for lookahead glyphs in the right place. (Patch...
2003-07-27 Owen TaylorFix return value to only contain TTO_Err_Not_Covered...
2003-07-27 Owen TaylorFix confusion between boolean and FT_Error return....
2003-07-26 Owen TaylorMove allocation afer initial checks, fixing memory...
2003-07-26 Owen TaylorFix various memory leaks from error returns that should...
2003-07-26 Owen TaylorFix additional places where TTO_Err_Not_Covered wasn...
2003-07-26 Owen TaylorIf applying a ligature lookup makes adjacent two glyphs...
2003-07-26 Owen TaylorFix some FreeType1 variable declarations that snuck...
2003-07-26 Owen TaylorOpenType-1.4 update: backtrack information is stored...
2003-07-26 Owen TaylorUpdate of GPOS and GSUB support to OpenType 1.3 (From...
2003-07-26 Owen TaylorAdd GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which...
2003-07-26 Owen TaylorFix a couple of places where TTO_Err_Not_Covered wasn...
2003-07-26 Owen TaylorImprovements to OpenType-dumping code, based on changes...
2003-07-24 Owen TaylorFix uses of g_assert() around statements with side...
2003-04-16 Owen TaylorMore careful handling of face->charmap; if is NULL...
2003-04-16 Owen TaylorWhen loading in Load_Chain{Sub,Pos}ClassRule, the limit...
2003-04-15 Owen TaylorFix mispelled constant from last commit.
2003-04-15 Owen TaylorFix confusion between boolean and FT_Error return....
2003-04-15 Owen TaylorFix infinite loop in the case where the charmap contain...
2003-03-11 James Henstridgemake similar changes to the ones on glib head (call...
2003-02-17 Owen TaylorAdd an --enable-debug configure argument defaulting...
2003-02-12 Owen TaylorUp the FreeType version requirement to 2.0.9. (2.2...
2003-01-11 Owen TaylorExport TT_New_GDEF_Table to create an empty GDEF table.
2002-11-28 Matthias ClasenAdd docs.
2002-11-26 Sebastian WilhelmiDo not add GLIB_CFLAGS to CFLAGS.
2002-10-14 Manish SinghGet rid of unnecessary casts for g_object_{ref,unref}
2002-09-29 Owen Taylorligatures can be also used in MarkBasePos lookups....
2002-09-29 Owen TaylorStart of merges from freetype1 of OpenType fixes.
2002-09-23 Tor LillqvistRemove. Not used. (A static library is built here....
2002-09-23 Tor Lillqvistpango/makefile.mingw.in pango/mini-fribidi/makefile...
2002-09-09 Eric MaderCorrectly handle back, new_advance.
2002-09-06 Eric MaderDon't fail when reading an empty script.
2002-08-07 Owen TaylorOffset to MarkAttachClassDef is offset to table, not...
2002-06-04 Owen Tayloron Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat...
2002-05-10 Owen TaylorFix acess outside of a loaded frame and some memory...
2002-05-07 Eric MaderAdd modules modules/indic/indic-xft.c, indic-ot.c,...
2002-04-23 Owen TaylorAdd compatibility defines for changes in FreeType 2...
2002-03-15 Owen TaylorIn Load_ChainContextSubst2, handle the case where an...
2002-03-15 Owen TaylorUncomment GPOS parts.
2001-12-13 Sebastian WilhelmiResuming aborted commit
2001-10-30 Matthias ClasenRemove declarations of unimplemented functions
2001-09-19 Havoc Penningtonheader to abstract the difference between FreeType...
2001-09-18 Owen TaylorUp to 0.19.
2001-07-12 Darin AdlerRemove stray semicolon.
2001-05-18 Owen TaylorUse ISO C99 varargs when available.
next