summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove vestiges of support for external fribidi library.Owen Taylor2003-07-248-51/+29
* Remove Qt-based example; it was only testing the obsolete pango-x backend,Owen Taylor2003-07-2410-1454/+45
* Fix up right-to-left case. (Based on patch from Damon Chaplin, #117325)Owen Taylor2003-07-246-4/+37
* Increment past the ';' for a list with multiple elements. (#117180, JohnOwen Taylor2003-07-246-1/+32
* broken pipe...retry.Matthias Clasen2003-06-253-49/+49
* Doc markup and typo fixes.Matthias Clasen2003-06-257-4/+45
* Merge from HEAD:Tor Lillqvist2003-06-1512-2/+123
* Updates.Tor Lillqvist2003-06-138-9/+63
* === Released 1.2.3 ===PANGO_1_2_3Owen Taylor2003-06-097-2/+47
* Fix bug numberOwen Taylor2003-06-071-1/+1
* Fix bug in determining when we cross line boundaries. (#103421, MatthiasOwen Taylor2003-06-056-34/+69
* Improve handling of empty ink rectangles; rework for simplicity.Owen Taylor2003-06-046-54/+90
* Don't put statements with side-effects inside g_assert()! (#114137, JeffOwen Taylor2003-06-026-8/+38
* === 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