| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add checks for Cairo | Owen Taylor | 2005-01-09 | 1 | -34/+0 |
* | Add pixel sizes for fonts (#119081, patch from Chris Lahey) | Owen Taylor | 2004-12-16 | 1 | -2/+2 |
* | Up version to 1.7.0. | Owen Taylor | 2004-09-24 | 1 | -562/+0 |
* | Cleanups from 'sparse', #149922, Kjartan Maraas | Owen Taylor | 2004-09-22 | 1 | -1/+1 |
* | === Released 1.6.0 ===PANGO_1_6_0 | Owen Taylor | 2004-09-14 | 1 | -0/+6 |
* | Need to export this function as a symbol if not in the header file since | Owen Taylor | 2004-07-19 | 1 | -4/+4 |
* | Add _pango prefix for _pango_ft2_font_get_cache_glyph_data and friends | Owen Taylor | 2004-07-10 | 1 | -10/+10 |
* | Make PangoMatrix arguments const where appropriate. | Owen Taylor | 2004-07-10 | 1 | -58/+21 |
* | Add hinted/transform flags to the font structure to allow efficient | Owen Taylor | 2004-07-10 | 1 | -53/+7 |
* | *** empty log message *** | Owen Taylor | 2004-06-21 | 1 | -1/+3 |
* | For cleanliness, unref the fontmap if we get an error from FreeType. | Owen Taylor | 2004-06-21 | 1 | -3/+15 |
* | Add PangoMatrix type for affine transforms. | Owen Taylor | 2004-05-28 | 1 | -111/+248 |
* | Fix up off-by-one for right bound when drawing PANGO_UNDERLINE_ERROR. | Owen Taylor | 2004-02-29 | 1 | -1/+1 |
* | un Feb 29 15:31:09 2004 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2004-02-29 | 1 | -0/+23 |
* | reverted the patch for bug #123602 since I only applied it accidentally. I | Sven Neumann | 2003-11-20 | 1 | -39/+8 |
* | Switch over to recommended Freetype system of include ft2build.h then | Owen Taylor | 2003-11-01 | 1 | -2/+0 |
* | Make pangoxft depend on pangoft2. | Owen Taylor | 2003-08-03 | 1 | -204/+17 |
* | Add API to kern a complete glyph string. Remove API to kern individual | Soeren Sandmann | 2003-08-02 | 1 | -33/+62 |
* | removed redundant call to pango_layout_line_get_extents() (#116822). | Sven Neumann | 2003-07-24 | 1 | -56/+74 |
* | added support for rise, strikethru and shape attributes. (#109900). | Sven Neumann | 2003-05-28 | 1 | -70/+97 |
* | Fix some stupid type registration/ class size problems from last commit. | Owen Taylor | 2003-04-15 | 1 | -3/+3 |
* | Switch over the way that module entry points work, taking advantage of the | Owen Taylor | 2003-04-14 | 1 | -23/+102 |
* | disable antialiasing if requested. Fixes bug #109370. | Sven Neumann | 2003-04-03 | 1 | -13/+30 |
* | pango/pangoft2.c (pango_ft2_render_layout) pango/pangowin32.c | Sven Neumann | 2003-04-02 | 1 | -66/+21 |
* | Add an --enable-debug configure argument defaulting to 'yes' for unstable | Owen Taylor | 2003-02-17 | 1 | -18/+0 |
* | fix a typo in the @bitmap argument description. s/line/layout | Chema Celorio | 2003-02-16 | 1 | -1/+1 |
* | Print out an informative error message and exit(1) if no fonts are found. | Owen Taylor | 2002-12-07 | 1 | -5/+2 |
* | Don't use face->generic.data to hold the size the face is currently set | Owen Taylor | 2002-12-07 | 1 | -17/+11 |
* | Convert [sf]printf to g_[sf]printf, or, where appropriate g_printerr(). | Owen Taylor | 2002-12-06 | 1 | -2/+2 |
* | Get rid of unnecessary casts for g_object_{ref,unref} | Manish Singh | 2002-10-14 | 1 | -4/+4 |
* | Move the common code between PangoXftFontmap and PangoFT2Fontmap into a | Owen Taylor | 2002-08-16 | 1 | -59/+1 |
* | Fix accidentally exported set_unicode_charmap() and | Owen Taylor | 2002-08-08 | 1 | -2/+2 |
* | don't access the old (invalid) face pointer after loading a fallback face | Sven Neumann | 2002-07-22 | 1 | -3/+3 |
* | on Jul 15 14:56:34 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-07-15 | 1 | -7/+10 |
* | Fix some typos. | Owen Taylor | 2002-07-03 | 1 | -4/+6 |
* | Be more robust when trying to set the unicode character map on the font. | Owen Taylor | 2002-07-03 | 1 | -46/+105 |
* | New function to allow tweaking of FcPattern default substitution (for | Owen Taylor | 2002-07-03 | 1 | -44/+0 |
* | on Jun 3 18:56:09 2002 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 2002-06-04 | 1 | -26/+35 |
* | pango/pangoft2-private.h calculate average_char_width and | Sven Neumann | 2002-03-26 | 1 | -15/+78 |
* | Check for FT_Get_First_Char from FreeType-2.0.9. | Owen Taylor | 2002-03-15 | 1 | -9/+30 |
* | Check for errors when loading font face, fall back to sans, exit with | Alex Larsson | 2002-02-28 | 1 | -7/+47 |
* | Clean up underline drawing. Fixes segfaults. | Alexander Larsson | 2002-01-20 | 1 | -20/+37 |
* | Add glyph_cache_destroy to PangoFont. This is slightly ugly, we should | Alexander Larsson | 2002-01-18 | 1 | -44/+152 |
* | Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoid | Darin Adler | 2001-12-17 | 1 | -1/+1 |
* | Fix the details in clipping to the bitmap size. | Alex Larsson | 2001-12-12 | 1 | -22/+20 |
* | Fix problem with returned width on lines other than the first line | Owen Taylor | 2001-12-10 | 1 | -1/+1 |
* | pango/pangoft2-private.h Take extra parameter include_size that determines | Alex Larsson | 2001-11-27 | 1 | -2/+1 |
* | Documentation. | Matthias Clasen | 2001-11-26 | 1 | -0/+8 |
* | Take both dpi_x and dpi_y as arguments. Doesn't currently handle dpi_x | Alex Larsson | 2001-11-19 | 1 | -3/+4 |
* | Check for LEX and YACC. This will be made optional later, with the build | Alexander Larsson | 2001-11-18 | 1 | -384/+125 |