summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* MinorBehdad Esfahbod2007-08-301-3/+4
* Bug 302952 – The placement of a diacritic marks for an arabic ligatureBehdad Esfahbod2007-08-292-1/+9
* Move ruleset initialization to _init() instead of _new().Behdad Esfahbod2007-08-292-5/+10
* Bug 410152 – testboundaries test failsBehdad Esfahbod2007-08-282-1/+7
* === Released 1.18.1 ===PANGO_1_18_1Behdad Esfahbod2007-08-283-2/+20
* Bug 470042 – missing Macedonian OT tag Patch from Denis JacqueryeBehdad Esfahbod2007-08-242-0/+8
* Bug 468953 – pango-renderer.c: using function without prototypeBehdad Esfahbod2007-08-212-0/+7
* Bug 463430 – Gets stuck while "formatting message"Behdad Esfahbod2007-08-213-6/+21
* Remove reference to required version of glib. It falls out of synch everyBehdad Esfahbod2007-08-212-2/+7
* === Released 1.18.0 ===PANGO_1_18_0Behdad Esfahbod2007-08-213-2/+38
* Remove use of pango-script-table.hBehdad Esfahbod2007-08-211-30/+0
* Bug 348348 – Add a way to get the script name of a gunicharBehdad Esfahbod2007-08-2111-3139/+41
* Don't ignore error return value of hb_buffer_copy_output_glyph(). PatchBehdad Esfahbod2007-08-212-1/+7
* Bug 462630 – pango_cairo_context_set_font_options() and some othersBehdad Esfahbod2007-08-152-0/+11
* Bug 467077 – Remove special-case for shape attribute inBehdad Esfahbod2007-08-152-29/+31
* Bug 462420 – Clicking on pixbuf should move the cursor to the positionBehdad Esfahbod2007-08-152-15/+16
* Bug 467056 – Shape attribute handling is not consistentBehdad Esfahbod2007-08-155-114/+123
* Fix another typoBehdad Esfahbod2007-08-151-1/+1
* Fix more typosBehdad Esfahbod2007-08-152-4/+4
* Fix more typos, and use TRUE/FALSE instead of 1/0Behdad Esfahbod2007-08-152-5/+5
* Fix typoBehdad Esfahbod2007-08-141-1/+1
* Bug 466755 – pango hangul is crashing in gnome-about because it isBehdad Esfahbod2007-08-143-19/+62
* Mark G_GNUC_CONST.Behdad Esfahbod2007-08-142-1/+5
* Bug 465174 – TextView is ignoring multiple consecutive \t'sBehdad Esfahbod2007-08-092-7/+14