| Commit message (Expand) | Author | Age | Files | Lines |
* | Move DPI substitution before FcDefaultSubstitute so it actually works. | Owen Taylor | 2003-08-08 | 1 | -1/+1 |
* | Remove traces of file move in HEAD | Owen Taylor | 2003-08-02 | 1 | -1138/+0 |
* | Rewrite handling of IGNORE_SPECIAL_MARKS to be properly "ignore marks of | Owen Taylor | 2003-07-29 | 2 | -37/+31 |
* | pango/pangowin32-private.h Use a similar caching mechanism as the other | Tor Lillqvist | 2003-07-28 | 2 | -34/+80 |
* | Check for lookahead glyphs in the right place. (Patch from #116860) | Owen Taylor | 2003-07-27 | 2 | -6/+6 |
* | Fix return value to only contain TTO_Err_Not_Covered if *no* lookups | Owen Taylor | 2003-07-27 | 1 | -45/+75 |
* | Fix confusion between boolean and FT_Error return. (GSUB equivalent of fix | Owen Taylor | 2003-07-27 | 1 | -2/+3 |
* | Move allocation afer initial checks, fixing memory leak. | Owen Taylor | 2003-07-26 | 2 | -10/+10 |
* | Fix various memory leaks from error returns that should have been jumps to | Owen Taylor | 2003-07-26 | 2 | -6/+6 |
* | Fix additional places where TTO_Err_Not_Covered wasn't considered a | Owen Taylor | 2003-07-26 | 1 | -4/+4 |
* | If applying a ligature lookup makes adjacent two glyphs that were not | Owen Taylor | 2003-07-26 | 1 | -3/+28 |
* | Fix some FreeType1 variable declarations that snuck in from the last | Owen Taylor | 2003-07-26 | 2 | -4/+4 |
* | OpenType-1.4 update: backtrack information is stored with the item closest | Owen Taylor | 2003-07-26 | 2 | -15/+35 |
* | Update of GPOS and GSUB support to OpenType 1.3 (From FreeType, Werner | Owen Taylor | 2003-07-26 | 2 | -3/+30 |
* | Add GPOS_LOOKUP_EXTENSION, GSUB_LOOKUP_EXTENSION, which allow lookup | Owen Taylor | 2003-07-26 | 3 | -8/+29 |
* | Fix a couple of places where TTO_Err_Not_Covered wasn't considered a | Owen Taylor | 2003-07-26 | 1 | -2/+2 |
* | removed redundant call to pango_layout_line_get_extents() (#116822). | Sven Neumann | 2003-07-24 | 1 | -56/+74 |
* | Handle NULL item->analysis.font. (#114576, Morten Welinder) | Owen Taylor | 2003-07-24 | 1 | -1/+1 |
* | Handle NULL item->analysis.font. (#114576, Morten Welinder) : | Owen Taylor | 2003-07-24 | 1 | -2/+4 |
* | Fix uses of g_assert() around statements with side effects. (#115498, | Owen Taylor | 2003-07-24 | 1 | -5/+9 |
* | Remove vestiges of support for external fribidi library. | Owen Taylor | 2003-07-24 | 1 | -12/+3 |
* | Fix up right-to-left case. (Based on patch from Damon Chaplin, #117325) | Owen Taylor | 2003-07-24 | 1 | -4/+7 |
* | Increment past the ';' for a list with multiple elements. (#117180, John | Owen Taylor | 2003-07-24 | 1 | -1/+2 |
* | broken pipe...retry. | Matthias Clasen | 2003-06-25 | 3 | -49/+49 |
* | Merge from HEAD: | Tor Lillqvist | 2003-06-15 | 1 | -0/+4 |
* | Updates. | Tor Lillqvist | 2003-06-13 | 1 | -1/+2 |
* | Fix bug in determining when we cross line boundaries. (#103421, Matthias | Owen Taylor | 2003-06-05 | 1 | -29/+34 |
* | Improve handling of empty ink rectangles; rework for simplicity. | Owen Taylor | 2003-06-04 | 1 | -49/+55 |
* | Don't put statements with side-effects inside g_assert()! (#114137, Jeff | Owen Taylor | 2003-06-02 | 1 | -3/+3 |
* | === Released 1.2.2 ===PANGO_1_2_2 | Owen Taylor | 2003-05-30 | 1 | -2/+2 |
* | When applying attribute to a glyph item, handle attributes that split | Owen Taylor | 2003-05-29 | 1 | -29/+226 |
* | added support for rise, strikethru and shape attributes. (#109900). | Sven Neumann | 2003-05-28 | 1 | -56/+82 |
* | Limit the size of the buffers we alloca(). (#104238) | Owen Taylor | 2003-05-27 | 1 | -1/+10 |
* | Patch from Morten Welinder to collect characters into runs of the same | Owen Taylor | 2003-05-27 | 1 | -14/+47 |
* | Get the fontnmap for the right screen (#113452, Morten Welinder) | Owen Taylor | 2003-05-27 | 1 | -2/+3 |
* | Use g_object_new() rather than g_type_create_instance() (Patch from | Owen Taylor | 2003-05-27 | 5 | -5/+5 |
* | Fix some incorrect edge cases for RTL text. (#102952, Padraig O'Briain) | Owen Taylor | 2003-05-02 | 1 | -14/+44 |
* | Fix a harmless uninitialized memory read. (#109625, Rich Burridge) | Owen Taylor | 2003-05-02 | 1 | -1/+0 |
* | Fix a harmless uninitialized memory read. (#109625, Rich Burridge) | Owen Taylor | 2003-05-02 | 1 | -5/+3 |
* | Hash case insensitively (#106942, Morten Welinder) | Owen Taylor | 2003-04-30 | 1 | -1/+19 |
* | Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, Noah | Owen Taylor | 2003-04-29 | 1 | -4/+3 |
* | More careful handling of face->charmap; if is NULL, try to set a unicode | Owen Taylor | 2003-04-16 | 1 | -2/+24 |
* | When loading in Load_Chain{Sub,Pos}ClassRule, the limit we have only | Owen Taylor | 2003-04-16 | 2 | -6/+8 |
* | Free the right string. | Owen Taylor | 2003-04-16 | 1 | -1/+1 |
* | Fix mispelled constant from last commit. | Owen Taylor | 2003-04-15 | 1 | -1/+1 |
* | Fix confusion between boolean and FT_Error return. (#108358, Noah Levitt) | Owen Taylor | 2003-04-15 | 2 | -3/+5 |
* | Switch around the code so that pango_font_description_set_family (desc, | Owen Taylor | 2003-04-15 | 1 | -4/+6 |
* | Fix infinite loop in the case where the charmap contains a character > | Owen Taylor | 2003-04-15 | 1 | -7/+7 |
* | Fix off-by-one error. (#108620, Noah Levitt) | Owen Taylor | 2003-04-15 | 1 | -1/+1 |
* | Return FALSE, not -1 in g_return_val_if_fail(). (#107666, Morten | Owen Taylor | 2003-04-15 | 1 | -1/+1 |