summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
Commit message (Expand)AuthorAgeFilesLines
* === Released 1.2.3 ===PANGO_1_2_3Owen Taylor2003-06-091-0/+8
* Fix bug in determining when we cross line boundaries. (#103421, MatthiasOwen Taylor2003-06-051-1/+7
* Improve handling of empty ink rectangles; rework for simplicity.Owen Taylor2003-06-041-1/+7
* Don't put statements with side-effects inside g_assert()! (#114137, JeffOwen Taylor2003-06-021-1/+7
* === Released 1.2.2 ===PANGO_1_2_2Owen Taylor2003-05-301-1/+6
* === Released 1.2.2 ===Owen Taylor2003-05-291-1/+11
* Use the correct tags at the GPOS stage, taking into account changes duringOwen Taylor2003-05-291-0/+6
* When applying attribute to a glyph item, handle attributes that splitOwen Taylor2003-05-291-0/+8
* (#107630, Federic Zhang)Owen Taylor2003-05-291-0/+9
* added support for rise, strikethru and shape attributes. (#109900).Sven Neumann2003-05-281-0/+5
* Limit the size of the buffers we alloca(). (#104238)Owen Taylor2003-05-271-0/+5
* Clean up so that tests for Xft/FreeType are only run when we findOwen Taylor2003-05-271-0/+10
* Patch from Morten Welinder to collect characters into runs of the sameOwen Taylor2003-05-271-0/+7
* Get the fontnmap for the right screen (#113452, Morten Welinder)Owen Taylor2003-05-271-0/+6
* Fix typo for FreeType dependencies in the enable_explicit_deps case.Owen Taylor2003-05-271-0/+5
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-271-0/+10
* Claim to handle everything as a fallback (#106354, Simon Budig)Owen Taylor2003-05-271-0/+8
* Fix some incorrect edge cases for RTL text. (#102952, Padraig O'Briain)Owen Taylor2003-05-021-0/+6
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-0/+5
* Patch from Theppitak Karoonboonyanan to add FT2 shaper for Thai. (#108582)Owen Taylor2003-04-301-0/+8
* Hash case insensitively (#106942, Morten Welinder)Owen Taylor2003-04-301-0/+5
* Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, NoahOwen Taylor2003-04-291-0/+8
* Accept libtool-1.5. (#111482)Owen Taylor2003-04-241-0/+4
* Documentation fix.Matthias Clasen2003-04-231-0/+5
* handle the new indic-ft2 module like all the others instead of doing inSven Neumann2003-04-211-0/+6
* More careful handling of face->charmap; if is NULL, try to set a unicodeOwen Taylor2003-04-161-0/+7
* When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have onlyOwen Taylor2003-04-161-0/+8
* Free the right string.Owen Taylor2003-04-161-0/+5
* Fix mispelled constant from last commit.Owen Taylor2003-04-151-0/+5
* Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt)Owen Taylor2003-04-151-0/+8
* Don't look for Xft unless we found FreeType. (#109753)Owen Taylor2003-04-151-0/+5
* Switch around the code so that pango_font_description_set_family (desc,Owen Taylor2003-04-151-0/+9
* Avoid complex quoting mess that didn't work with all shells. (#108001)Owen Taylor2003-04-151-0/+5
* Fix infinite loop in the case where the charmap contains a character >Owen Taylor2003-04-151-0/+6
* Cast some enumeration members that are bigger than signed integers toOwen Taylor2003-04-151-0/+6
* Fix off-by-one error. (#108620, Noah Levitt)Owen Taylor2003-04-151-0/+5
* Fix out-of-bounds read where the value wasn't actually used. (#106744,Owen Taylor2003-04-151-0/+5
* Return FALSE, not -1 in g_return_val_if_fail(). (#107666, MortenOwen Taylor2003-04-151-0/+6
* Fix missing static. (#108693, Rick Jones)Owen Taylor2003-04-151-0/+5
* Add indic-ft2 module from Kapil Chowskey.Owen Taylor2003-04-141-0/+5
* disable antialiasing if requested. Fixes bug #109370.Sven Neumann2003-04-031-0/+9
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-021-0/+8
* pango/pangoft2-fontmap.c fixed typos in inline docs.Sven Neumann2003-03-281-0/+5
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-0/+25
* fix a typo in the @bitmap argument description. s/line/layoutChema Celorio2003-02-161-0/+5
* Simplify 'test x$have_x != xfalse' to $have_x.Owen Taylor2003-02-121-0/+5
* If --without-x is specified, don't try to build Xft backend either.Owen Taylor2003-02-121-0/+6
* Fix bug where language tag changes were not causing the font to be lookedOwen Taylor2003-02-121-0/+6
* Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilationOwen Taylor2003-02-121-0/+8
* Guard against pango_layout_set_text (pango_layout_get_text (layout));Owen Taylor2003-02-121-0/+7