summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-01-15Relicense HarfBuzzBehdad Esfahbod20-131/+413
2008-01-04Fix a compiler warning with MSVC (C4138: '*/' found outside of comment)Simon Hausmann1-1/+1
2007-12-06Fix harfbuzz compilation on xlCThiago Macieira1-12/+12
2007-11-18Remove unused macro.Behdad Esfahbod1-18/+0
2007-11-07Minor changes.Behdad Esfahbod6-108/+19
2007-11-07Port changes from PangoBehdad Esfahbod29-909/+995
2007-11-07improve error handlingBehdad Esfahbod11-203/+182
2007-10-30Fix compilation for compilers with broken for scoping.Simon Hausmann2-5/+8
2007-10-27Fix compilation on SolarisMarius Bugge Monsen1-1/+1
2007-10-23added API for finding word and sentence boundaries.Lars Knoll3-4/+180
2007-10-23correctly set grapheme boundaries for hangul.Lars Knoll1-1/+1
2007-10-23modification to harfbuzz to get proper support for grapheme boundaries in there.Lars Knoll2-7/+42
2007-09-17Merge branch 'master' of git+ssh://git.freedesktop.org/git/harfbuzzSimon Hausmann1-1/+1
2007-09-17Enable the use of the calt property for Tibetan, as advised by Christopher Fy...Simon Hausmann1-0/+1
2007-09-02Merge branch 'stable'Simon Hausmann1-1/+1
2007-09-02Fix placement of a diacritic marks for an arabic ligature is not correctBehdad Esfahbod  1-1/+1
2007-08-26Merge branch 'stable'Simon Hausmann2-6/+11
2007-08-26[HarfBuzz] Another fixBehdad Esfahbod2-6/+11
2007-08-21Merge branch 'master' of git+ssh://git.freedesktop.org/git/harfbuzzSimon Hausmann1-4/+4
2007-08-21Merge branch 'stable'Simon Hausmann1-1/+1
2007-08-21While trying to see if the patch in this bug:Behdad Esfahbod1-1/+1
2007-08-01Use unsigned int instead of uint to compile on OS X.Simon Hausmann1-4/+4
2007-08-01Get rid of the unused faceData field in HB_Font.Simon Hausmann1-1/+0
2007-07-31Don't crash if HB_FreeFace is called with a null pointer.Simon Hausmann1-0/+2
2007-07-31Moved all HB_Err macros into the HB_Error enum.Simon Hausmann5-21/+13
2007-04-07Fix justified arabic text (automatic kashida insertion). We forgot to copy theSimon Hausmann1-0/+2
2007-04-04Apply the same fix as in the Qt 4.3 branch: The return values from the OpenTypeSimon Hausmann2-3/+9
2007-04-03[harfbuzz-open] Fix GDEF type-2 class lookup array overflowBehdad Esfahbod1-1/+1
2007-04-03[harfbuzz-open] Fix GDEF type-2 class lookup array overflowBehdad Esfahbod1-1/+1
2007-04-03Header cleanup, don't include harfbuzz.h from harfbuzz-shaper.h, asSimon Hausmann1-1/+5
2007-04-03Merge branch 'stable'Simon Hausmann1-0/+6
2007-04-03Fixed gpos pair adjustments sometimes not being applied if the first glyphSimon Hausmann1-0/+6
2007-04-02Fix uninitialized variableSimon Hausmann1-0/+2
2007-04-02removed old cvsignore filesSimon Hausmann1-7/+0
2007-04-02removed generated object file :)Simon Hausmann1-0/+0
2007-04-02close a mem leak.lars1-0/+2
2007-03-29Fix stupid logic error in HB_GetCharAttributesSimon Hausmann1-2/+2
2007-03-28API cleanup, rename getAscent to getFontMetricSimon Hausmann2-2/+6
2007-03-28Some naming cleanupsSimon Hausmann10-47/+50
2007-03-28Use short instead of int for the bitfields in HB_GlyphAttributes. That makes ...Simon Hausmann1-6/+6
2007-03-28Apply Lars' patch from perforce change 253707 in Qt/4.3:Simon Hausmann1-17/+17
2007-03-28Use standard forward declarations for HB_FaceSimon Hausmann2-2/+3
2007-03-28Added a comment about HB_GlyphAttributes and SCRIPT_VISATTRSimon Hausmann1-0/+3
2007-03-28Fixed missing uint32Simon Hausmann1-1/+1
2007-03-28Don't use stdint.h, Msvc doesn't provide itSimon Hausmann12-88/+94
2007-03-28Don't try to re-use the initially provided glyphs a second timeSimon Hausmann1-1/+5
2007-03-28Make it possible for the calling application to provide the glyph indices inSimon Hausmann3-5/+16
2007-03-28checkScript has to return false if we don't have opentype tablesSimon Hausmann1-0/+3
2007-03-28Don't crash in HB_NewFace if no font is specified (we still need to go throug...Simon Hausmann1-0/+4
2007-03-28Don't crash if the getPointInOutline callback isn't setSimon Hausmann1-0/+2