summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* Don't leak family_name. (#140772, John Ehresman)pango-1-2Tor Lillqvist2004-04-291-0/+1
* Use floating-point math in resolution calculation. (#141229, JohnTor Lillqvist2004-04-291-1/+1
* Suport CFF fonts as well. (#131202, Manjunath Sripadarao)Owen Taylor2004-01-261-1/+2
* Fix problems when building outside srcdir for Win32. (#122167, JeffTor Lillqvist2003-12-071-9/+9
* merged fix for bug #123602 from HEAD branch (initialize fontmapSven Neumann2003-12-051-0/+3
* Italian is "it"; "iw" is deprecated for Hebrew, should be "he".Noah Levitt2003-11-251-2/+2
* Switch over to recommended Freetype system of include ft2build.h thenOwen Taylor2003-11-0112-40/+36
* Fix one problem with iteration by chars (Part of #89541, MarianoOwen Taylor2003-10-311-4/+4
* Add two missing symbols. Thanks to ffxz.Tor Lillqvist2003-10-121-1/+2
* Only reset the word type to WordNone at a word end if it is not also aMatthias Clasen2003-09-241-4/+1
* Fix a g_assert() with a side-effect. (Maybe #121742?)Owen Taylor2003-09-091-1/+3
* pango/opentype/ftxgsub.c (Lookup_ChainContextSubst3) Fix problems whereOwen Taylor2003-08-252-8/+6
* add testfonts.c to EXTRA_DIST until bug #104151 is sorted out.Owen Taylor2003-08-251-1/+2
* Move DPI substitution before FcDefaultSubstitute so it actually works.Owen Taylor2003-08-081-1/+1
* 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-292-37/+31
* pango/pangowin32-private.h Use a similar caching mechanism as the otherTor Lillqvist2003-07-282-34/+80
* 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
* removed redundant call to pango_layout_line_get_extents() (#116822).Sven Neumann2003-07-241-56/+74
* 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-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-12/+3
* 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
* broken pipe...retry.Matthias Clasen2003-06-253-49/+49
* Merge from HEAD:Tor Lillqvist2003-06-151-0/+4
* Updates.Tor Lillqvist2003-06-131-1/+2
* 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.Owen Taylor2003-06-041-49/+55
* Don't put statements with side-effects inside g_assert()! (#114137, JeffOwen Taylor2003-06-021-3/+3
* === Released 1.2.2 ===PANGO_1_2_2Owen Taylor2003-05-301-2/+2
* When applying attribute to a glyph item, handle attributes that splitOwen Taylor2003-05-291-29/+226
* added support for rise, strikethru and shape attributes. (#109900).Sven Neumann2003-05-281-56/+82
* Limit the size of the buffers we alloca(). (#104238)Owen 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