summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Credits to Patrick Welche.Tor Lillqvist2003-06-045-5/+10
* Need config.h here, too, for HAVE_X. Thanks to Patrick Welche.Tor Lillqvist2003-06-046-0/+21
* Add bug number to last ChangeLog entryOwen Taylor2003-06-025-10/+10
* Make sure the face is unlocked before returning from pango_xft_font_real_get_...Keith Packard2003-06-026-2/+33
* Don't put statements with side-effects inside g_assert()! (#114137, JeffOwen Taylor2003-06-026-8/+38
* Add pango_ft2_font_map_set_default_substitute.Tor Lillqvist2003-05-306-0/+21
* Fix a stupid bug in the shortcircuit case.Owen Taylor2003-05-306-2/+57
* When applying attribute to a glyph item, handle attributes that splitOwen Taylor2003-05-296-29/+266
* Add HAVE_X.Tor Lillqvist2003-05-2915-10/+142
* (#107630, Federic Zhang)Owen Taylor2003-05-287-57/+101
* added support for rise, strikethru and shape attributes. (#109900).Sven Neumann2003-05-286-70/+122
* Limit the size of the buffers we alloca(). (#104238Owen Taylor2003-05-276-1/+35
* Clean up so that tests for Xft/FreeType are only run when we findOwen Taylor2003-05-277-41/+98