summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Don't leak family_name. (#140772, John Ehresman)pango-1-2Tor Lillqvist2004-04-296-0/+16
* Use floating-point math in resolution calculation. (#141229, JohnTor Lillqvist2004-04-296-1/+31
* Include config.h. (#121488, Theppitak Karoonboonyanan)Owen Taylor2004-01-276-0/+27
* Suport CFF fonts as well. (#131202, Manjunath Sripadarao)Owen Taylor2004-01-266-1/+27
* Simplify.Tor Lillqvist2003-12-086-38/+77
* Fix problems when building outside srcdir for Win32. (#122167, JeffTor Lillqvist2003-12-076-9/+34
* merged fix for bug #123602 from HEAD branch (initialize fontmapSven Neumann2003-12-056-0/+28
* Italian is "it"; "iw" is deprecated for Hebrew, should be "he".Noah Levitt2003-11-256-2/+27
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-0118-41/+96
* Fix one problem with iteration by chars (Part of #89541, MarianoOwen Taylor2003-10-316-4/+59
* Remove an unused variable. (#122680, Kjartan Maraas)Owen Taylor2003-10-146-1/+25
* Add two missing symbols. Thanks to ffxz.Tor Lillqvist2003-10-126-1/+27
* Only reset the word type to WordNone at a word end if it is not also aMatthias Clasen2003-09-246-4/+36
* Fix a g_assert() with a side-effect. (Maybe #121742?)Owen Taylor2003-09-098-3/+65
* Fix tests so that can be run before "make install" has been. (#119831)Noah Levitt2003-09-028-2/+63
* Add mprefixups.[ch] to xft_sources as well as ft2_sources.Owen Taylor2003-08-266-1/+28
* typo fixPANGO_1_2_4Owen Taylor2003-08-261-1/+1
* === Released 1.2.4 ===Owen Taylor2003-08-269-6/+77
* pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems whereOwen Taylor2003-08-257-8/+41
* add testfonts.c to EXTRA_DIST until bug #104151 is sorted out.Owen Taylor2003-08-256-1/+27
* get the cflags for gmodule-2.0 as well as gthread-2.0. (#119953, BenediktOwen Taylor2003-08-156-1/+26
* Add an index to the docs.Matthias Clasen2003-08-086-1/+24
* Move DPI substitution before FcDefaultSubstitute so it actually works.Owen Taylor2003-08-086-1/+31
* New function. Uses the Uniscribe ScriptIsSimple() function to check ifTor Lillqvist2003-08-076-7/+115
* Remove traces of file move in HEADOwen Taylor2003-08-021-1138/+0
* Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks ofOwen Taylor2003-07-297-42/+111
* pango/pangowin32-private.h Use a similar caching mechanism as the otherTor Lillqvist2003-07-287-34/+110
* Check for lookahead glyphs in the right place. (Patch from #116860)Owen Taylor2003-07-277-6/+51
* Fix return value to only contain TTO_Err_Not_Covered if *no* lookupsOwen Taylor2003-07-276-45/+110
* Fix problem where NULL mpreFixups wasn't getting returned properly.Owen Taylor2003-07-276-1/+31
* Fix confusion between boolean and FT_Error return. (GSUB equivalent of fixOwen Taylor2003-07-276-2/+33
* Move allocation afer initial checks, fixing memory leak.Owen Taylor2003-07-267-10/+60
* Fix various memory leaks from error returns that should have been jumps toOwen Taylor2003-07-267-6/+36
* Fix additional places where TTO_Err_Not_Covered wasn't considered aOwen Taylor2003-07-266-4/+34
* If applying a ligature lookup makes adjacent two glyphs that were notOwen Taylor2003-07-266-8/+73
* Fix some FreeType1 variable declarations that snuck in from the lastOwen Taylor2003-07-267-4/+39
* OpenType-1.4 update: backtrack information is stored with the item closestOwen Taylor2003-07-267-15/+70
* Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, WernerOwen Taylor2003-07-267-3/+100
* Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookupOwen Taylor2003-07-268-8/+69
* Fix a couple of places where TTO_Err_Not_Covered wasn't considered aOwen Taylor2003-07-266-2/+47
* Port pre-base-mantra fixup code from ICU, as needed for Tamil andOwen Taylor2003-07-2512-18/+274
* Port of some fixes from ICU.Owen Taylor2003-07-257-176/+226
* Get rid of explicit tables detailing the members of structs, use theNoah Levitt2003-07-258-267/+81
* removed redundant call to pango_layout_line_get_extents() (#116822).Sven Neumann2003-07-246-56/+114
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-2412-7/+32
* Handle NULL item->analysis.font. (#114576, Morten Welinder)Owen Taylor2003-07-241-1/+1
* Handle NULL item->analysis.font. (#114576, Morten Welinder) :Owen Taylor2003-07-246-2/+29
* Fix uses of g_assert() around statements with side effects. (#115498,Owen Taylor2003-07-246-5/+39
* Generate runtest.sh so we can use ECHO_C, ECHO_N, SHELL (#114944)Owen Taylor2003-07-248-54/+36
* Add (*has_glyph) to ThaiFontInfo to avoid having to callOwen Taylor2003-07-248-1/+46