summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Rename ftglue.c to harfbuzz-impl.c and more type renames and moving codeBehdad Esfahbod2007-10-2517-381/+294
* New header file harfbuzz-global.h. Rename FT_* int types to HB_* types.Behdad Esfahbod2007-10-2425-1016/+1061
* Add commented-out dummy struct for Extension lookups.Behdad Esfahbod2007-10-243-0/+32
* Bug 478865 – Drastically reduce number of PangoFont objects created forBehdad Esfahbod2007-10-242-10/+18
* Bug 478865 – Drastically reduce number of PangoFont objects created forBehdad Esfahbod2007-10-242-29/+29
* Bug 471568 – Optimizations in _pango_cairo_update_context()Behdad Esfahbod2007-10-242-19/+34
* Bug 489909 – pango_cairo_update_context() should ignore matrixBehdad Esfahbod2007-10-242-1/+11
* Bug 486951 – ChangeLog.pre-1-18Behdad Esfahbod2007-10-243-1500/+1514
* Fix another Oops of mine from recent commits.Behdad Esfahbod2007-10-242-1/+8
* Bug 472924 – Mark some classes abstractBehdad Esfahbod2007-10-245-6/+24
* Bug 472303 – Make PANGO_GLYPH_EMPTY and PANGO_GLYPH_UNKNOWN_FLAG publicBehdad Esfahbod2007-10-242-2/+8
* Fix changelogBehdad Esfahbod2007-10-241-3/+6
* Fix docBehdad Esfahbod2007-10-241-1/+1
* Bug 471601 – Pass pango version information to fontconfigBehdad Esfahbod2007-10-246-20/+78
* Bug 472629 – Add pango_renderer_get_layout(_line)Behdad Esfahbod2007-10-247-12/+113
* Fix couple Oopses from my last commit.Behdad Esfahbod2007-10-242-2/+7
* Bug 469641 – Initialize attribute start/end to [0..MAXUINT]Behdad Esfahbod2007-10-248-19/+79
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-2415-63/+235
* Bug 471571 – Add pango_layout_iter_get_layout()Behdad Esfahbod2007-10-226-3/+47
* Remove obsolete comment. PangoLayoutRun is not deprecated. It's just sameBehdad Esfahbod2007-10-222-1/+6
* Remove obsolete comment. PangoLayoutRun is not deprecated. It's just sameBehdad Esfahbod2007-10-222-1/+5
* Bug 488840 – harfbuzz: protect against ligid overflowBehdad Esfahbod2007-10-213-1/+18
* Fixed my email adress in the comment.Dov Grobgeld2007-10-201-1/+1
* Implement bezier curve length function that flattens the curve and sum theBehdad Esfahbod2007-10-202-7/+75
* Bug 483600 – Leak of font family name inPANGO_1_18_3Behdad Esfahbod2007-10-152-0/+13
* Bug 486932 – Apply vkrn GPOS feature in vertical writingBehdad Esfahbod2007-10-152-2/+15
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-1512-16/+28
* Bug 485566 – Cache one OpenType BufferBehdad Esfahbod2007-10-113-4/+53
* Mark internal symbols as HB_INTERNAL and define that to static inBehdad Esfahbod2007-10-1117-235/+322
* Remove FTGLUE_API/APIDEF cruft.Behdad Esfahbod2007-10-113-24/+20
* Build harfbuzz.c instead of individual source files, to let compiler goBehdad Esfahbod2007-10-112-4/+10
* Same here.Behdad Esfahbod2007-10-112-1/+4
* Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just used byBehdad Esfahbod2007-10-112-2/+7
* Some more cleanup.Behdad Esfahbod2007-10-112-9/+6
* Move some code around.Behdad Esfahbod2007-10-112-43/+52
* Minor.Behdad Esfahbod2007-10-111-1/+1
* Rename buffer->inplace to buffer->separate_out with the inverted meaning,Behdad Esfahbod2007-10-113-18/+24
* Allocate buffer->positions lazily.Behdad Esfahbod2007-10-115-9/+41
* Bug 485621 – Get rid of freetype memory allocator in harfbuzzBehdad Esfahbod2007-10-1117-714/+452
* Bug 485559 – Boston Summit HarfBuzz optimizationsBehdad Esfahbod2007-10-1123-1318/+1281
* Improve docs.Behdad Esfahbod2007-10-101-1/+1
* Add empty line between maintainersOlav Vitters2007-09-211-0/+1
* Fix typo in comments.Behdad Esfahbod2007-09-212-1/+5
* === Released 1.18.2 ===PANGO_1_18_2Behdad Esfahbod2007-09-173-2/+22
* Bug 474708 – pangocairo leaks memoryBehdad Esfahbod2007-09-082-1/+10
* Part of Bug 474708 – pangocairo leaks memoryBehdad Esfahbod2007-09-089-15/+23
* Switch some g_new (*, 1) to g_slice_new ()... I know...Behdad Esfahbod2007-09-071-7/+14
* Switch some g_new (*, 1) to g_slice_new ()... I know...Behdad Esfahbod2007-09-074-7/+27
* Patch from Chris WilsonBehdad Esfahbod2007-09-072-2/+8
* Bug 472891 – Bad consistency check in pango_get_log_attrsMathias Hasselmann2007-09-022-1/+7