summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Return FALSE, not -1 in g_return_val_if_fail(). (#107666, MortenOwen Taylor2003-04-156-1/+31
* Fix missing static. (#108693, Rick Jones)Owen Taylor2003-04-156-1/+26
* Add indic-ft2 module from Kapil Chowskey.Owen Taylor2003-04-148-1/+494
* Remove files from server copyOwen Taylor2003-04-146-1991/+0
* disable antialiasing if requested. Fixes bug #109370.Sven Neumann2003-04-036-13/+75
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-028-185/+98
* pango/pangoft2-fontmap.c fixed typos in inline docs.Sven Neumann2003-03-287-2/+27
* shut up CVSSven Neumann2003-03-211-7/+9
* Quick and dirty fix for crash in the Hebrew shaper. (Bug #103634)Dov Grobgeld2003-03-121-2/+11
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-1726-210/+374
* fix a typo in the @bitmap argument description. s/line/layoutChema Celorio2003-02-166-1/+26
* Simplify 'test x$have_x != xfalse' to $have_x.Owen Taylor2003-02-126-1/+26
* If --without-x is specified, don't try to build Xft backend either.Owen Taylor2003-02-126-1/+33
* Fix bug where language tag changes were not causing the font to be lookedOwen Taylor2003-02-127-5/+36
* Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilationOwen Taylor2003-02-127-36/+41
* Guard against pango_layout_set_text (pango_layout_get_text (layout));Owen Taylor2003-02-126-4/+42
* Remove call to QApplication::setStyle (new QCDEStyle())... didn't makeOwen Taylor2003-02-126-3/+35
* Fix typo where xft_sources was used again. (#105219, Chris Ross)Owen Taylor2003-02-126-1/+31
* Remove spec.spec.in from EXTRA_DIST, and from dist rules. (#102231)Owen Taylor2003-01-307-5/+35
* === 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