summaryrefslogtreecommitdiff
path: root/pango/opentype
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc-3.3 versions of macros to have the right return value.Owen Taylor2003-09-151-18/+26
* pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems whereOwen Taylor2003-08-252-8/+6
* Add some macro definitions for gcc-3.3 that suppress the bogusOwen Taylor2003-08-221-2/+34
* Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks ofOwen Taylor2003-07-291-9/+28
* Revert back out the FreeType patch preventing ligatures of not-originallyOwen Taylor2003-07-281-28/+3
* Check for lookahead glyphs in the right place. (Patch from #116860)Owen Taylor2003-07-272-6/+6
* Fix return value to only contain TTO_Err_Not_Covered if *no* lookupsOwen Taylor2003-07-271-45/+75
* Fix confusion between boolean and FT_Error return. (GSUB equivalent of fixOwen Taylor2003-07-271-2/+3
* Move allocation afer initial checks, fixing memory leak.Owen Taylor2003-07-262-10/+10
* Fix various memory leaks from error returns that should have been jumps toOwen Taylor2003-07-262-6/+6
* Fix additional places where TTO_Err_Not_Covered wasn't considered aOwen Taylor2003-07-261-4/+4
* If applying a ligature lookup makes adjacent two glyphs that were notOwen Taylor2003-07-261-3/+28
* Fix some FreeType1 variable declarations that snuck in from the lastOwen Taylor2003-07-262-4/+4
* OpenType-1.4 update: backtrack information is stored with the item closestOwen Taylor2003-07-262-15/+35
* Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, WernerOwen Taylor2003-07-262-3/+30
* Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookupOwen Taylor2003-07-263-8/+29
* Fix a couple of places where TTO_Err_Not_Covered wasn't considered aOwen Taylor2003-07-261-2/+2
* Improvements to OpenType-dumping code, based on changes in Qt by LarsOwen Taylor2003-07-262-13/+241
* Fix uses of g_assert() around statements with side effects. (#115498,Owen Taylor2003-07-241-5/+9
* More careful handling of face->charmap; if is NULL, try to set a unicodeOwen Taylor2003-04-161-2/+24
* When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have onlyOwen Taylor2003-04-162-6/+8
* Fix mispelled constant from last commit.Owen Taylor2003-04-151-1/+1
* Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt)Owen Taylor2003-04-152-3/+5
* Fix infinite loop in the case where the charmap contains a character >Owen Taylor2003-04-151-7/+7
* make similar changes to the ones on glib head (call gtk-docize, etc).James Henstridge2003-03-111-6/+5
* Add an --enable-debug configure argument defaulting to 'yes' for unstableOwen Taylor2003-02-171-0/+1
* Up the FreeType version requirement to 2.0.9. (2.2.1 had a compilationOwen Taylor2003-02-121-4/+0
* Export TT_New_GDEF_Table to create an empty GDEF table.Owen Taylor2003-01-113-14/+144
* Add docs.Matthias Clasen2002-11-281-1/+3
* Do not add GLIB_CFLAGS to CFLAGS.Sebastian Wilhelmi2002-11-261-2/+3
* Get rid of unnecessary casts for g_object_{ref,unref}Manish Singh2002-10-141-2/+2
* ligatures can be also used in MarkBasePos lookups. (2001-03-17 WernerOwen Taylor2002-09-291-3/+10
* Start of merges from freetype1 of OpenType fixes.Owen Taylor2002-09-293-10/+13
* Remove. Not used. (A static library is built here. Exported entries are inTor Lillqvist2002-09-232-52/+1
* pango/makefile.mingw.in pango/mini-fribidi/makefile.mingw Remove. NotTor Lillqvist2002-09-232-45/+1
* Correctly handle back, new_advance.Eric Mader2002-09-091-9/+16
* Don't fail when reading an empty script.Eric Mader2002-09-062-11/+26
* Offset to MarkAttachClassDef is offset to table, not offset to offset toOwen Taylor2002-08-072-14/+1
* on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com>Owen Taylor2002-06-041-6/+23
* Fix acess outside of a loaded frame and some memory leaks on failure.Owen Taylor2002-05-101-2/+10
* Add modules modules/indic/indic-xft.c, indic-ot.c, indic-ot.h,Eric Mader2002-05-073-22/+56
* Add compatibility defines for changes in FreeType 2.1.0.Owen Taylor2002-04-231-2/+37
* In Load_ChainContextSubst2, handle the case where an empty classOwen Taylor2002-03-155-191/+306
* Uncomment GPOS parts.Owen Taylor2002-03-152-12/+154
* Resuming aborted commitSebastian Wilhelmi2001-12-131-0/+1
* Remove declarations of unimplemented functionsMatthias Clasen2001-10-302-0/+103
* header to abstract the difference between FreeType 2.0.3 and 2.0.4 errorHavoc Pennington2001-09-197-5/+26
* Up to 0.19.Owen Taylor2001-09-181-0/+1
* Remove stray semicolon.Darin Adler2001-07-123-2/+2
* Use ISO C99 varargs when available.Owen Taylor2001-05-182-0/+7