summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-06-14Fixes for thai linebreakingLars Knoll1-23/+2
2010-04-14Fix a bug in malayalam shapingLars Knoll1-0/+2
2010-03-26fix a bug in the greek shaper that could lead to an endless loop.Lars Knoll1-2/+38
2010-03-22add support for polyphonic greekLars Knoll1-22/+105
2009-11-18Post substitutions should apply to the whole indic syllableLars Knoll1-2/+32
2009-11-06add N'Ko support to the arabic shaperLars Knoll1-0/+35
2009-11-05fix bug with Malayalam Samvruthokaram.Lars Knoll1-0/+2
2009-11-05fix shaping of assamese raLars Knoll1-0/+12
2009-11-04correctly support decomposed forms of two or three part matrasLars Knoll1-10/+66
2009-04-06Add fuzz testing tool.Adam Langley1-0/+124
2009-01-22Fix compilation with slightly stricter compilers.Simon Hausmann1-0/+3
2009-01-21Make it possible to keep the allocation and de-allocation of the text codec r...Simon Hausmann1-1/+7
2009-01-20Re-added support for Thai word breaking through libthai.Simon Hausmann2-2/+65
2009-01-19Change all copyright headers from Trolltech ASA to Nokia after the acquisitio...Thiago Macieira3-3/+3
2009-01-19Fix compilation after internal API changes a while ago.Simon Hausmann1-2/+2
2009-01-19Fix compilation, provide missing unicode functions.Simon Hausmann1-0/+20
2008-01-15Relicense HarfBuzzBehdad Esfahbod3-10/+63
2007-08-01Get rid of the unused faceData field in HB_Font.Simon Hausmann1-5/+4
2007-03-28Adapt to the latest API changesSimon Hausmann1-2/+2
2007-03-28Fixed missing uint32Simon Hausmann1-2/+2
2007-03-28Don't use stdint.h, Msvc doesn't provide itSimon Hausmann1-9/+9
2007-03-28Make it possible for the calling application to provide the glyph indices inSimon Hausmann1-0/+2
2007-03-28Moved the getSFntTable callback out of HB_Font and pass the function pointer ...Simon Hausmann1-5/+5
2007-03-28Ported the heuristic combining mark positioningSimon Hausmann1-1/+12
2007-03-28Changed the getSfntTable API to behave like Freetype, to make it possibleSimon Hausmann1-21/+9
2007-03-28Replaced the FT_Face in HB_Font with a void *faceData. Now Harfbuzz is indepe...Simon Hausmann1-11/+16
2007-03-28The flags in getPointInOutline are no of type HB_ShaperFlagSimon Hausmann1-1/+3
2007-03-28Eliminate the FT_Face from GPOS_InstanceSimon Hausmann1-0/+4
2007-03-28Use a callback in HB_Font for retrieving a contour point in Get_Anchor, asSimon Hausmann1-1/+27
2007-03-28Added flags to the getAdvances callbackSimon Hausmann1-1/+1
2007-03-28Next try :). Separate font and face because for initializing the face weSimon Hausmann1-3/+4
2007-03-28Oops, trying to fix the class hierarchy part 2 :)Simon Hausmann1-3/+4
2007-03-28Use HB_FontClass's getSFntTable callback instead of using FT_Load_SFnt_Table ...Simon Hausmann1-8/+8
2007-03-28Added a getSFntTable callback to HB_Font. Before we can use it we have to cleanSimon Hausmann1-1/+27
2007-03-28Test fonts updateSimon Hausmann2-2/+2
2007-03-28ignore fileSimon Hausmann1-0/+2
2007-03-28When we cannot load the font mention the actual filename used, not the familySimon Hausmann1-15/+14
2007-03-28Explain where to get the fonts / what's neededSimon Hausmann1-0/+9
2007-03-28Find the fonts in the fonts subdir in $(srcdir)Simon Hausmann2-2/+8
2007-03-28Removed the Fontconfig dependency, load the .ttf files directly insteadSimon Hausmann1-61/+17
2007-03-28Don't use Qt internals anymore for the shaping test, use Freetype and Fontcon...Simon Hausmann1-131/+194
2007-03-28Fixed signed vs. unsigned mistakesSimon Hausmann1-0/+2
2007-03-28First step towards porting the shaper to Harfbuzz. Work in progress.Simon Hausmann2-9/+63
2007-03-28split out the unicode harfbuzz<>qt bindings into a separate file, to be used bySimon Hausmann3-32/+34
2007-03-28Started porting our shaper testsSimon Hausmann3-1/+891
2007-03-28Fixed the charattributes test to not crash :)Simon Hausmann1-1/+5
2007-03-28Ported the arabic shaperSimon Hausmann1-0/+15
2007-03-28More work on getting basic_shape to work.Simon Hausmann1-0/+6
2007-03-28Started working on porting the Qt shapers to Harfbuzz. The shapers themselvesSimon Hausmann4-0/+203