summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.2.2 ===PANGO_1_2_2Owen Taylor2003-05-306-7/+32
* === Released 1.2.2 ===Owen Taylor2003-05-298-8/+80
* Use the correct tags at the GPOS stage, taking into account changes duringOwen Taylor2003-05-297-12/+62
* When applying attribute to a glyph item, handle attributes that splitOwen Taylor2003-05-296-29/+266
* (#107630, Federic Zhang)Owen Taylor2003-05-297-57/+101
* added support for rise, strikethru and shape attributes. (#109900).Sven Neumann2003-05-286-56/+107
* Limit the size of the buffers we alloca(). (#104238)Owen Taylor2003-05-276-1/+35
* Clean up so that tests for Xft/FreeType are only run when we findOwen Taylor2003-05-277-41/+98
* Patch from Morten Welinder to collect characters into runs of the sameOwen Taylor2003-05-276-14/+82
* Get the fontnmap for the right screen (#113452, Morten Welinder)Owen Taylor2003-05-276-2/+33
* Fix typo for FreeType dependencies in the enable_explicit_deps case.Owen Taylor2003-05-276-1/+26
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-2710-5/+55
* Claim to handle everything as a fallback (#106354, Simon Budig)Owen Taylor2003-05-278-1/+50
* Fix some incorrect edge cases for RTL text. (#102952, Padraig O'Briain)Owen Taylor2003-05-026-14/+74
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-026-1/+25
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-5/+3
* Patch from Theppitak Karoonboonyanan to add FT2 shaper for Thai. (#108582)Owen Taylor2003-04-3012-121/+484
* Hash case insensitively (#106942, Morten Welinder)Owen Taylor2003-04-306-1/+44
* Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, NoahOwen Taylor2003-04-299-11/+48
* Accept libtool-1.5. (#111482)Owen Taylor2003-04-246-1/+21
* Documentation fix.Matthias Clasen2003-04-236-19/+26
* handle the new indic-ft2 module like all the others instead of doing inSven Neumann2003-04-216-18/+52
* More careful handling of face->charmap; if is NULL, try to set a unicodeOwen Taylor2003-04-166-2/+59
* When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have onlyOwen Taylor2003-04-167-6/+48
* Free the right string.Owen Taylor2003-04-166-1/+26
* Fix mispelled constant from last commit.Owen Taylor2003-04-156-1/+26
* Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt)Owen Taylor2003-04-157-3/+45
* Don't look for Xft unless we found FreeType. (#109753)Owen Taylor2003-04-156-1/+26
* Switch around the code so that pango_font_description_set_family (desc,Owen Taylor2003-04-156-4/+51
* Avoid complex quoting mess that didn't work with all shells. (#108001)Owen Taylor2003-04-156-4/+33
* Fix infinite loop in the case where the charmap contains a character >Owen Taylor2003-04-156-7/+37
* Cast some enumeration members that are bigger than signed integers toOwen Taylor2003-04-156-2/+32
* Fix off-by-one error. (#108620, Noah Levitt)Owen Taylor2003-04-156-1/+26
* Fix out-of-bounds read where the value wasn't actually used. (#106744,Owen Taylor2003-04-157-25/+54
* 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