framework/uifw/harfbuzz.git
2009-01-29 Behdad EsfahbodRemove old cruft.
2009-01-29 Behdad EsfahbodAllocate all array rows in a single ALLOC call. Saves...
2008-12-26 Behdad EsfahbodBug 469049 – Fix all compiler warnings
2008-12-26 Behdad EsfahbodFix more warnings.
2008-10-15 Behdad EsfahbodBug 528272 – "Error loading GPOS table 5503" when using...
2008-09-29 Behdad EsfahbodFix left-to-right positioning. Reported by Peter Hunter.
2008-06-29 Behdad EsfahbodBug 540592 – Crash in HB_GSUB_Apply_String with Linux...
2008-01-24 Behdad EsfahbodRemove unused macro
2008-01-16 Behdad EsfahbodRemove COPYING.GPL and COPYING.FTL that are no longer...
2008-01-15 Behdad EsfahbodHarfBuzz was relicensed to a more generous and simpler...
2007-12-05 Behdad EsfahbodBug 501575 – Compile errors Patch from Jens Granseuer
2007-11-30 Behdad EsfahbodUndo accidental change.
2007-11-30 Behdad EsfahbodBug 485536 – underline_position can be zero
2007-11-24 Behdad EsfahbodRemove unused macro.
2007-11-18 Behdad EsfahbodMinor
2007-11-07 Behdad EsfahbodRemove dead code.
2007-11-07 Behdad EsfahbodAnd some more.
2007-11-07 Behdad EsfahbodSome more cleanup and merging.
2007-10-29 Behdad EsfahbodFix typo.
2007-10-25 Behdad EsfahbodEven more cleanup and more type renames.
2007-10-25 Behdad EsfahbodMore cleanup, remove redundant error types.
2007-10-25 Behdad EsfahbodRename ftglue.c to harfbuzz-impl.c and more type rename...
2007-10-24 Behdad EsfahbodNew header file harfbuzz-global.h. Rename FT_* int...
2007-10-24 Behdad EsfahbodAdd commented-out dummy struct for Extension lookups.
2007-10-21 Behdad EsfahbodBug 488840 – harfbuzz: protect against ligid overflow
2007-10-11 Behdad EsfahbodMark internal symbols as HB_INTERNAL and define that...
2007-10-11 Behdad EsfahbodRemove FTGLUE_API/APIDEF cruft.
2007-10-11 Behdad EsfahbodBuild harfbuzz.c instead of individual source files...
2007-10-11 Behdad EsfahbodSame here.
2007-10-11 Behdad EsfahbodDon't include harfbuzz-dump.[ch] in libharfbuzz.a....
2007-10-11 Behdad EsfahbodSome more cleanup.
2007-10-11 Behdad EsfahbodMove some code around.
2007-10-11 Behdad EsfahbodMinor.
2007-10-11 Behdad EsfahbodRename buffer->inplace to buffer->separate_out with...
2007-10-11 Behdad EsfahbodAllocate buffer->positions lazily.
2007-10-11 Behdad EsfahbodBug 485621 – Get rid of freetype memory allocator in...
2007-10-11 Behdad EsfahbodBug 485559 – Boston Summit HarfBuzz optimizations
2007-08-29 Behdad EsfahbodBug 302952 – The placement of a diacritic marks for...
2007-08-21 Behdad EsfahbodBug 463430 – Gets stuck while "formatting message"
2007-08-21 Behdad EsfahbodDon't ignore error return value of hb_buffer_copy_outpu...
2007-05-01 Behdad EsfahbodLink freetype to harfbuzz-dump, for those systems that...
2007-04-03 Behdad EsfahbodCopy fixes from harfbuzz stable branch. Includes a...
2007-01-13 Hans Breuerupdated
2007-01-09 Behdad EsfahbodRemove .cvsignore files (moved to svn:ignore prop)
2006-07-25 Behdad EsfahbodBug 347073 – Allow empty GPOS table
2006-06-22 Behdad EsfahbodBug 345600 – cvs build error in pango/opentype/Makefile
2006-05-31 Behdad EsfahbodBug 341138 – Using TTC font, Gtk2 programs begin to...
2006-05-31 Behdad EsfahbodBug 336153 – Mark to mark positioning (Lookup Type...
2006-04-12 Behdad EsfahbodFix loop variables. (coverity found bug.)
2006-04-11 Behdad EsfahbodBug 337924 – cleanups for issues reported by various...
2006-04-10 Behdad EsfahbodFix minor bugs reported by the Coverity scan report.
2006-04-06 Behdad EsfahbodUpdate from HarfBuzz. Lars Knoll fixed all the warnings.
2006-04-03 Behdad EsfahbodMake sure TTAG_GDEF and frineds are defined, needed...
2006-03-31 Behdad Esfahbod.
2006-03-31 Behdad Esfahbod.
2006-03-31 Behdad EsfahbodDefine NULL.
2006-03-31 Behdad EsfahbodConvert pango/opentype to the new project called HarfBuzz.
2006-03-25 Behdad EsfahbodDon't err on Table_Missing.
2006-03-13 Behdad Esfahbod=== Released 1.12.0 ===
2006-01-30 Behdad EsfahbodHandle GSUB Lookup type 8, and ReverseChainContextualSu...
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...
next