summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Bug 510299 – OpenType font variants are broken with ATSUI/CairoBehdad Esfahbod2008-05-281-2/+29
* Map words that indicate weight and slant in the font name into theTor Lillqvist2008-05-271-9/+108
* Rework face synthesis once again. Code is simpler now, and we don'tTor Lillqvist2008-05-271-83/+81
* After the change to how the standard pseudo font families are set upTor Lillqvist2008-05-271-20/+2
* Synthesize also Bold and Bold Italic (or Oblique) faces when feasible.Tor Lillqvist2008-05-271-71/+176
* Prune duplicated face names. Makes the GTK+ font selector look a bit sanerTor Lillqvist2008-05-261-8/+37
* pango/pangowin32-private.h Drop the PangoWin32FontMap::n_fonts field whichTor Lillqvist2008-05-262-27/+20
* pango/pangowin32.c Some whitespace cleanup.Tor Lillqvist2008-05-262-20/+22
* pango/pangowin32-private.h Drop the PangoWin32SizeInfo struct and the hashTor Lillqvist2008-05-262-123/+72
* 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