summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 468953 – pango-renderer.c: using function without prototypeBehdad Esfahbod2007-08-211-0/+1
* Bug 463430 – Gets stuck while "formatting message"Behdad Esfahbod2007-08-212-6/+11
* Bug 348348 – Add a way to get the script name of a gunicharBehdad Esfahbod2007-08-216-3018/+15
* Don't ignore error return value of hb_buffer_copy_output_glyph(). PatchBehdad Esfahbod2007-08-211-1/+1
* Bug 462630 – pango_cairo_context_set_font_options() and some othersBehdad Esfahbod2007-08-151-0/+4
* Bug 467077 – Remove special-case for shape attribute inBehdad Esfahbod2007-08-151-29/+21
* Bug 462420 – Clicking on pixbuf should move the cursor to the positionBehdad Esfahbod2007-08-151-15/+6
* Bug 467056 – Shape attribute handling is not consistentBehdad Esfahbod2007-08-154-114/+109
* 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-142-19/+50
* Mark G_GNUC_CONST.Behdad Esfahbod2007-08-141-1/+1
* Bug 465174 – TextView is ignoring multiple consecutive \t'sBehdad Esfahbod2007-08-091-7/+5
* Bug 464270 – ellipsize doesn't work consistentBehdad Esfahbod2007-08-082-6/+4
* Bug 464183 – Minimum tab width enforcement in pango-layout breaksBehdad Esfahbod2007-08-071-3/+16
* Move contents of mapping.c to glyphstring.c where they belong.Behdad Esfahbod2007-08-014-330/+306
* Bug 462137 – memory corruption in pango_default_breakBehdad Esfahbod2007-07-311-1/+4
* A bit moreBehdad Esfahbod2007-07-211-2/+2
* Part of Bug 347236 – provide pango_cairo_font_get_scaled_fontBehdad Esfahbod2007-07-215-16/+24
* Move the remaining uses of font_id from PangoCairoATSUIFont toRichard Hult2007-06-262-23/+17
* Bug 449543 - Ship pangoatsui.hRichard Hult2007-06-247-56/+184
* Add G_UNLIKELY() to type registration block in _get_type() functions.Behdad Esfahbod2007-06-2016-23/+23
* minor whitespace fix.Behdad Esfahbod2007-06-201-3/+3