summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Sort scripts based on frequency.Behdad Esfahbod2007-10-281-194/+195
* CosmeticBehdad Esfahbod2007-10-261-1/+0
* Update for fontconfig-2.4.91.Behdad Esfahbod2007-10-261-2/+6
* Call FcFontSetDestroy() instead of FcFontSetSortDestroy(). These days theyBehdad Esfahbod2007-10-261-1/+1
* Even more cleanup and more type renames.Behdad Esfahbod2007-10-258-44/+46
* More cleanup, remove redundant error types.Behdad Esfahbod2007-10-2514-180/+177
* Rename ftglue.c to harfbuzz-impl.c and more type renames and moving codeBehdad Esfahbod2007-10-2516-381/+289
* New header file harfbuzz-global.h. Rename FT_* int types to HB_* types.Behdad Esfahbod2007-10-2424-1016/+1056
* Add commented-out dummy struct for Extension lookups.Behdad Esfahbod2007-10-242-0/+26
* Bug 478865 – Drastically reduce number of PangoFont objects created forBehdad Esfahbod2007-10-241-10/+8
* Bug 478865 – Drastically reduce number of PangoFont objects created forBehdad Esfahbod2007-10-241-29/+18
* Bug 471568 – Optimizations in _pango_cairo_update_context()Behdad Esfahbod2007-10-241-19/+26
* Bug 489909 – pango_cairo_update_context() should ignore matrixBehdad Esfahbod2007-10-241-1/+2
* Fix another Oops of mine from recent commits.Behdad Esfahbod2007-10-241-1/+2
* Bug 472924 – Mark some classes abstractBehdad Esfahbod2007-10-244-6/+6
* Bug 472303 – Make PANGO_GLYPH_EMPTY and PANGO_GLYPH_UNKNOWN_FLAG publicBehdad Esfahbod2007-10-241-2/+0
* Fix docBehdad Esfahbod2007-10-241-1/+1
* Bug 471601 – Pass pango version information to fontconfigBehdad Esfahbod2007-10-243-2/+27
* Bug 472629 – Add pango_renderer_get_layout(_line)Behdad Esfahbod2007-10-244-12/+72
* Fix couple Oopses from my last commit.Behdad Esfahbod2007-10-241-2/+2
* Bug 469641 – Initialize attribute start/end to [0..MAXUINT]Behdad Esfahbod2007-10-243-18/+40
* Bug 471577 – GBoxed GType for PangoGlyphItemBehdad Esfahbod2007-10-2411-63/+165
* Bug 471571 – Add pango_layout_iter_get_layout()Behdad Esfahbod2007-10-223-3/+26
* Remove obsolete comment. PangoLayoutRun is not deprecated. It's just sameBehdad Esfahbod2007-10-221-1/+0
* Bug 488840 – harfbuzz: protect against ligid overflowBehdad Esfahbod2007-10-212-1/+8
* Bug 483600 – Leak of font family name inPANGO_1_18_3Behdad Esfahbod2007-10-151-0/+2
* Bug 481537 – compiler warning fixes Patch from Kjartan MaraasBehdad Esfahbod2007-10-1511-16/+9
* Bug 485566 – Cache one OpenType BufferBehdad Esfahbod2007-10-112-4/+41
* Mark internal symbols as HB_INTERNAL and define that to static inBehdad Esfahbod2007-10-1116-235/+315
* Remove FTGLUE_API/APIDEF cruft.Behdad Esfahbod2007-10-112-24/+16
* Build harfbuzz.c instead of individual source files, to let compiler goBehdad Esfahbod2007-10-111-4/+5
* Same here.Behdad Esfahbod2007-10-111-1/+0
* Don't include harfbuzz-dump.[ch] in libharfbuzz.a. Those are just used byBehdad Esfahbod2007-10-111-2/+2
* Some more cleanup.Behdad Esfahbod2007-10-111-9/+2
* Move some code around.Behdad Esfahbod2007-10-111-43/+48
* Minor.Behdad Esfahbod2007-10-111-1/+1
* Rename buffer->inplace to buffer->separate_out with the inverted meaning,Behdad Esfahbod2007-10-112-18/+18
* Allocate buffer->positions lazily.Behdad Esfahbod2007-10-114-9/+37
* Bug 485621 – Get rid of freetype memory allocator in harfbuzzBehdad Esfahbod2007-10-1116-714/+443
* Bug 485559 – Boston Summit HarfBuzz optimizationsBehdad Esfahbod2007-10-1122-1318/+1264
* Improve docs.Behdad Esfahbod2007-10-101-1/+1
* Fix typo in comments.Behdad Esfahbod2007-09-211-1/+1
* Part of Bug 474708 – pangocairo leaks memoryBehdad Esfahbod2007-09-088-15/+3
* 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-073-7/+14
* Patch from Chris WilsonBehdad Esfahbod2007-09-071-2/+1
* Bug 472891 – Bad consistency check in pango_get_log_attrsMathias Hasselmann2007-09-021-1/+1
* Bug 302952 – The placement of a diacritic marks for an arabic ligatureBehdad Esfahbod2007-08-291-1/+1
* Move ruleset initialization to _init() instead of _new().Behdad Esfahbod2007-08-291-5/+4
* Bug 470042 – missing Macedonian OT tag Patch from Denis JacqueryeBehdad Esfahbod2007-08-241-0/+1