summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make PangoEngine{,Lang,Shape} GObjects, and use a GTypeModule-basedOwen Taylor2003-08-0348-540/+2886
* Really make pangoxft depend on pangoft2. (#119024)Noah Levitt2003-08-036-1/+26
* Basic docs for the new stuff.Owen Taylor2003-08-035-2/+208
* Make pangoxft depend on pangoft2.Owen Taylor2003-08-0342-2370/+1347
* Remove some leftovers.Owen Taylor2003-08-026-2/+25
* Remove.Owen Taylor2003-08-0217-958/+78
* Remove old X font shapers.Owen Taylor2003-08-0235-7502/+65
* Add API to kern a complete glyph string. Remove API to kern individualSoeren Sandmann2003-08-0210-107/+224
* Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks ofOwen Taylor2003-07-296-9/+63
* Revert back out the FreeType patch preventing ligatures of not-originallyOwen Taylor2003-07-286-33/+48
* 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/+107
* Improvements to OpenType-dumping code, based on changes in Qt by LarsOwen Taylor2003-07-262-13/+241
* Port pre-base-mantra fixup code from ICU, as needed for Tamil andOwen Taylor2003-07-2511-13/+262
* Remove leftover FRIBIDI_LIBS reference. (Pointed out by Sven Neumann)Owen Taylor2003-07-256-6/+6
* 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-246-1/+26
* Commit change from a while ago.Owen Taylor2003-07-241-6/+16
* Fix trivial bug in last commitOwen Taylor2003-07-241-1/+1
* Fix trivial bug in last commit.Owen Taylor2003-07-245-5/+5
* Handle NULL item->analysis.font. (#14576, 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
* Clean up checks for usp10.hOwen Taylor2003-07-247-46/+59
* Remove vestiges of support for external fribidi library.Owen Taylor2003-07-248-49/+28
* Remove Qt-based example; it was only testing the obsolete pango-x backend,Owen Taylor2003-07-247-101/+46
* 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
* updated to generate libtool compatible dll names, define the rightHans Breuer2003-07-208-12/+146
* Doc markup and typo fixes.Matthias Clasen2003-06-2510-53/+99
* Fix some typographical errors. Nothing to see here. Move on.Abigail Brady2003-06-252-3/+3
* Add rule to regenerate man pages from Docbook. (man_MANS): AddMatthias Clasen2003-06-1711-6/+281
* Add an autogenerated index.Matthias Clasen2003-06-166-0/+23
* libtool 1.5 installs DLLs in the bin directory, so look there, too.Tor Lillqvist2003-06-136-3/+32
* Fix bug numberOwen Taylor2003-06-071-1/+1
* Fix bug in determining when we cross line boundaries. (#103421, MatthiasOwen Taylor2003-06-056-29/+64
* Improve handling of empty ink rectangles; rework for simplicity. (#103662)Owen Taylor2003-06-046-49/+85