summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Revert the addition of the alias "sansserif". The correct name isPANGO_1_20_3Tor Lillqvist2008-05-231-1/+0
* Add alias "sansserif" to the builtin aliases on Win32. Same contents asTor Lillqvist2008-05-201-0/+1
* Bug 523193 - Vista Hebrew, CJK fonts to builtin win32 pango aliasesTor Lillqvist2008-05-201-6/+6
* Bug 531242 – Leak when calculating win32 font coverage Patch from DanielBehdad Esfahbod2008-05-031-2/+7
* Part of Bug 97545 – Make pango_default_break follow Unicode TR #29Behdad Esfahbod2008-04-252-23/+222
* Minor optimization.Behdad Esfahbod2008-04-241-8/+12
* Part of Bug 97545 – Make pango_default_break follow Unicode TR #29Behdad Esfahbod2008-04-241-123/+87
* Update GraphemeBoundary to Unicode 5.1.0. Pretty close now. Passes theBehdad Esfahbod2008-04-241-36/+54
* Allow line break at the end of string. UAX#14 rule LB3 says "Always breakBehdad Esfahbod2008-04-241-1/+1
* Minor.Behdad Esfahbod2008-04-241-2/+2
* Group bidi stuff together. Add a section in the docs for them.Behdad Esfahbod2008-04-224-171/+172
* Bug 515432 – Add function to get bidirectional character type of aBehdad Esfahbod2008-04-217-6/+177
* Bug 517119 – Add pango_cairo_create_context()Behdad Esfahbod2008-04-213-5/+36
* Bug 404416 – pango_layout_get_baseline or somethingBehdad Esfahbod2008-04-213-0/+25
* Bug 474706 – cairo hexbox looks uglyBehdad Esfahbod2008-04-211-3/+4
* Bug 490669 – add some <span> attribute aliasesBehdad Esfahbod2008-04-211-1/+11
* Bug 501334 – Make pango_cairo_[show_]*[_path]() functions preserveBehdad Esfahbod2008-04-211-26/+43
* Require cairo >= 1.6.4. Remove compat cruft that were added to supportBehdad Esfahbod2008-04-213-11/+2
* Bug 514617 – Add pango_cairo_font_map_set_default()Behdad Esfahbod2008-04-213-3/+39
* Bug 511183 – Add pango_attr_type_get_name()Behdad Esfahbod2008-04-213-4/+44
* Write err to stderrBehdad Esfahbod2008-04-211-1/+1
* Write out HarfBuzz errors as hex.Behdad Esfahbod2008-04-211-3/+3
* Really fix build without cairo-atsui.Behdad Esfahbod2008-04-092-1/+2
* Bug 491553 – Update to Unicode 5.1.0Behdad Esfahbod2008-04-084-93/+220
* Try making our OS X stuff compile with latest cairo 1.5.x snapshots thatBehdad Esfahbod2008-04-082-0/+8
* When doing ALIGN_CENTER, round line offset to whole pixel if hinting.Behdad Esfahbod2008-03-211-2/+7
* Adapt the shear matrix for synthesized italic to work with cairo 1.5.13+,Richard Hult2008-03-111-2/+11
* Bug 518084 – Thai is not Virama language Patch from TheppitakBehdad Esfahbod2008-02-281-1/+0
* Bug 511172 – pango_layout_set_height() with positive height always showsBehdad Esfahbod2008-02-261-9/+25
* Bug 515484: Pango on Windows is missing Type 1 font support Patch fromTor Lillqvist2008-02-243-13/+88
* Bug 517083 – pango modules: wrong fallback adding code?Behdad Esfahbod2008-02-171-1/+1
* Improve docs.Behdad Esfahbod2008-02-171-0/+5
* Improve docs.Behdad Esfahbod2008-02-151-1/+7
* Bug 515484: Pango on Windows is missing non-TrueType font support PatchTor Lillqvist2008-02-131-12/+18
* indentation.Sven Neumann2008-02-131-8/+10
* Bug 515484 – Variable is initialized twiceDominic Lachowicz2008-02-101-1/+1
* Fixed gtk-doc warnings.Wouter Bolsterlee2008-01-286-10/+10
* Minor reordering to make debugging easier.Behdad Esfahbod2008-01-251-2/+3
* Remove unused macroBehdad Esfahbod2008-01-241-2/+0
* Fix typo.Behdad Esfahbod2008-01-221-1/+1
* Mark behavior as undefined if height is not -1 and ellipsize mode isBehdad Esfahbod2008-01-221-4/+5
* Bug 508002 – change pango_layout_pixel_extents() to round logical rectBehdad Esfahbod2008-01-224-43/+46
* Remove COPYING.GPL and COPYING.FTL that are no longer there.Behdad Esfahbod2008-01-161-2/+0
* HarfBuzz was relicensed to a more generous and simpler license. Adapt. SeeBehdad Esfahbod2008-01-1528-741/+564
* Minor cleanup.Behdad Esfahbod2008-01-151-16/+14
* Bug 469313 – Add pango_layout_set_height()Behdad Esfahbod2008-01-151-43/+117
* Bug 469313 – Add pango_layout_set_height() Bug 508179 – PangoGlyphUnitBehdad Esfahbod2008-01-157-56/+145
* Ignore indent if aligned center, and document so. This assumption wasBehdad Esfahbod2008-01-081-3/+14
* Minor cleanup. Attributes are initialized with start/end_index to apply toBehdad Esfahbod2008-01-081-16/+8
* Bug 506284 – docs typo for pango_coverage_unref Patch from ChristianPANGO_1_18_4Behdad Esfahbod2007-12-291-2/+2