summaryrefslogtreecommitdiff
path: root/pango
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-4/+3
* 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
* 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
* Switch around the code so that pango_font_description_set_family (desc,Owen Taylor2003-04-151-4/+6
* Fix infinite loop in the case where the charmap contains a character >Owen Taylor2003-04-151-7/+7
* Fix off-by-one error. (#108620, Noah Levitt)Owen Taylor2003-04-151-1/+1
* Return FALSE, not -1 in g_return_val_if_fail(). (#107666, MortenOwen Taylor2003-04-151-1/+1
* disable antialiasing if requested. Fixes bug #109370.Sven Neumann2003-04-031-13/+30
* pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.cSven Neumann2003-04-023-185/+58
* pango/pangoft2-fontmap.c fixed typos in inline docs.Sven Neumann2003-03-282-2/+2