summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.2.1 ===PANGO_1_2_1Owen Taylor2003-01-298-7/+63
* g_return_if_fail for index >= 0 was the wrong way.Tor Lillqvist2003-01-297-2/+50
* Fix an off-by-one error when checking if are off the end of the coverageOwen Taylor2003-01-286-2/+49
* Fix version in complaint message about automake. (#104366, Rich Burridge)Owen Taylor2003-01-286-2/+27
* merged fix for bug #103917 from HEAD branch.Sven Neumann2003-01-206-2/+21
* Avoid crash with string such as " 12" (bug #103674)Padraig O'Briain2003-01-206-1/+26
* Export TT_New_GDEF_Table to create an empty GDEF table.Owen Taylor2003-01-149-375/+194
* Split ChangeLogpango-1-2-branchpointOwen Taylor2002-12-285-7830/+0
* === Released 1.2.0 ===PANGO_1_2_0Owen Taylor2002-12-208-3/+55
* Some unit fixups (#96335)Owen Taylor2002-12-2012-17/+160
* === Released 1.1.6 ===Owen Taylor2002-12-1712-8/+70
* When we get an isolated tone in isolation, do something reasonable ratherOwen Taylor2002-12-1710-4/+156
* Add some extra ranges as "*" to match basic-x.c. (#101083, Jungshik Shin)Owen Taylor2002-12-168-8/+50
* Require autoconf-2.53.Owen Taylor2002-12-127-0/+25
* Cosmetic changes to short descriptions.Matthias Clasen2002-12-1124-132/+258
* === Released 1.1.5 ===PANGO_1_1_5Owen Taylor2002-12-1011-16/+68
* === Released 1.1.5 ===Owen Taylor2002-12-109-45/+71
* Draw the unknown glyph box with X primitives rather than hoping that someOwen Taylor2002-12-097-85/+152
* shut up cvsManish Singh2002-12-091-0/+1
* Free the iter. (Fix from Kjartan Maraas, #100672)Owen Taylor2002-12-087-0/+32
* Document PangoIndicScript. Document.Matthias Clasen2002-12-078-8/+69
* Print out an informative error message and exit(1) if no fonts are found.Owen Taylor2002-12-0710-7/+85
* Don't use face->generic.data to hold the size the face is currently setOwen Taylor2002-12-077-17/+59
* Roughly clip glyphs into the X coordinate area to avoid wrap-around.Owen Taylor2002-12-078-24/+116
* Dynamically allocate submap arrays so we aren't constrained to the BMP.Owen Taylor2002-12-077-18/+73
* Use octal escapes rather than hex to avoid the problem over having hexOwen Taylor2002-12-077-19/+55
* Convert literal UTF-8 to hex escapes. (#92050, Arnaud Carlet)Owen Taylor2002-12-068-20/+74
* Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr().Owen Taylor2002-12-0614-31/+91
* Add missing thai-xft to thai-modules. (#99883, Tony Graham)Owen Taylor2002-12-067-1/+31
* === Released 1.1.4 ===Owen Taylor2002-12-0311-3/+113
* Rename PangoLayoutRun to PangoGlyphItem (with a typedef for compat), addOwen Taylor2002-12-0321-121/+737
* Add docs.Matthias Clasen2002-11-2811-11/+74
* Mark 1.2 API additions, fix some doc comments.Matthias Clasen2002-11-2810-6/+140
* Forgot bugnumberSebastian Wilhelmi2002-11-266-6/+6
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-2619-23/+152
* Clarify the meaning of the @end parameter. (#96843, Jungshik Shin)Owen Taylor2002-11-267-1/+38
* Remove some confusing left over verbiage in API docs about what fontOwen Taylor2002-11-267-2/+43
* Fix off-by-one in check for non-BMP characters. (#91834, He Qiangqiang)Owen Taylor2002-11-267-1/+37
* Fix missing argument (#99380, Dagfinn I. Mannsåker)Owen Taylor2002-11-257-2/+32
* Add version information.Matthias Clasen2002-11-2310-2/+74
* Remove duplicate include of basic-common.h (#97667, Tony Graham)Owen Taylor2002-11-217-2/+96
* Use some shell magic rather than perl to check for the right gtk-docOwen Taylor2002-11-217-9/+73
* Add more debugging output.Tor Lillqvist2002-11-128-4/+86
* Trivial s/foo/foo_/ fixes to make pango.h includable with -WshadowSoeren Sandmann2002-11-0817-39/+141
* Renamed from render_syllable_with_ksx1005 (#95800).Changwoo Ryu2002-11-087-6/+36
* Fix #96781: changes for basic X shaper's code range for compatibilityHidetoshi Tajima2002-11-077-4/+47
* Applied some of the hangul-xft changes into hangul-x; it takes precomposedChangwoo Ryu2002-11-057-90/+92
* - Update spec.in file so that building packages from CVS is a bit easierChristian Schaller2002-11-041-55/+60
* Fixed wrong syllable check.Changwoo Ryu2002-11-0310-41/+187
* === Released 1.1.3 ===PANGO_1_1_3Owen Taylor2002-11-0212-2/+106