summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-0316-1934/+1050
* Remove.Owen Taylor2003-08-028-942/+22
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-024-100/+121
* 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
* removed redundant call to pango_layout_line_get_extents() (#116822).Sven Neumann2003-07-241-56/+74
* Fix trivial bug in last commitOwen Taylor2003-07-241-1/+1
* Handle NULL item->analysis.font. (#14576, Morten Welinder)Owen Taylor2003-07-241-2/+4
* Fix uses of g_assert() around statements with side effects. (#115498,Owen Taylor2003-07-241-5/+9
* Remove vestiges of support for external fribidi library.Owen Taylor2003-07-241-10/+2
* Fix up right-to-left case. (Based on patch from Damon Chaplin, #117325)Owen Taylor2003-07-241-4/+7
* Increment past the ';' for a list with multiple elements. (#117180, JohnOwen Taylor2003-07-241-1/+2
* updated to generate libtool compatible dll names, define the rightHans Breuer2003-07-202-12/+21
* Doc markup and typo fixes.Matthias Clasen2003-06-253-49/+49
* Fix bug in determining when we cross line boundaries. (#103421, MatthiasOwen Taylor2003-06-051-29/+34
* Improve handling of empty ink rectangles; rework for simplicity. (#103662)Owen Taylor2003-06-041-49/+55
* Make sure the face is unlocked before returning from pango_xft_font_real_get_...Keith Packard2003-06-021-2/+8
* Don't put statements with side-effects inside g_assert()! (#114137, JeffOwen Taylor2003-06-021-3/+3
* Add pango_ft2_font_map_set_default_substitute.Tor Lillqvist2003-05-301-0/+1
* Fix a stupid bug in the shortcircuit case.Owen Taylor2003-05-301-2/+2
* When applying attribute to a glyph item, handle attributes that splitOwen Taylor2003-05-291-29/+226
* Add HAVE_X.Tor Lillqvist2003-05-292-1/+12
* added support for rise, strikethru and shape attributes. (#109900).Sven Neumann2003-05-281-70/+97
* Limit the size of the buffers we alloca(). (#104238Owen Taylor2003-05-271-1/+10
* Patch from Morten Welinder to collect characters into runs of the sameOwen Taylor2003-05-271-14/+47
* Get the fontnmap for the right screen (#113452, Morten Welinder)Owen Taylor2003-05-271-2/+3
* Use g_object_new() rather than g_type_create_instance() (Patch fromOwen Taylor2003-05-275-5/+5
* Fix some incorrect edge cases for RTL text. (#102952, Padraig O'Briain)Owen Taylor2003-05-021-14/+44
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-1/+0
* Fix a harmless uninitialized memory read. (#109625, Rich Burridge)Owen Taylor2003-05-021-5/+3
* Hash case insensitively (#106942, Morten Welinder)Owen Taylor2003-04-301-1/+19
* Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, NoahOwen Taylor2003-04-291-2/+1
* 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
* Free the right string.Owen Taylor2003-04-161-1/+1
* Always include freetype.h even when not ENABLE_ENGINE | ENABLE_BACKEND.Owen Taylor2003-04-151-2/+2
* Fix mispelled constant from last commit.Owen Taylor2003-04-151-1/+1