Age | Commit message (Expand) | Author | Files | Lines |
2006-01-15 | applied patch from kmaraas to replace g_return* with g_assert in static funct... | Guilherme de S. Pastore | 1 | -15/+15 |
2005-09-16 | Optimize memory usage by releasing fonts that aren't needed early. Patch | Kjartan Maraas | 1 | -6/+16 |
2005-03-02 | Add vtetree.[ch] Don't use a GArray but use calloc'ed memory to speed up | Kjartan Maraas | 1 | -11/+12 |
2005-02-28 | Apply fix from Fedora package for performance problems. Closes bug | Kjartan Maraas | 1 | -2/+3 |
2004-04-20 | Add (#134429). take a VteTerminalAntiAlias argument. take a | Nalin Dahyabhai | 1 | -5/+7 |
2003-06-16 | add. Move private VteTerminal stuff which needs to be shared with other | Nalin Dahyabhai | 1 | -0/+15 |
2003-05-30 | Add implementation for get_character_extents, get_offset_at_point and | Padraig O'Briain | 1 | -2/+2 |
2003-05-28 | check for GTK+ 2.2, and if found, force use of multihead-safe APIs to try | Nalin Dahyabhai | 1 | -10/+56 |
2003-05-21 | free the temporary array. add. use _vte_matcher_free_params_array instead | Nalin Dahyabhai | 1 | -6/+8 |
2003-05-19 | - formatting fixups | Nalin Dahyabhai | 1 | -2/+2 |
2003-05-13 | add _vte_draw_needs_repaint() to indicate if the drawing back-end can only | Nalin Dahyabhai | 1 | -0/+1 |
2003-05-09 | let the caller control whether or not we return the default colormap. | Nalin Dahyabhai | 1 | -1/+1 |
2003-05-06 | when setting up backgrounds, don't deref an existing background before | Nalin Dahyabhai | 1 | -4/+4 |
2003-05-05 | - missed these, too | Nalin Dahyabhai | 1 | -1/+2 |
2003-05-01 | add a singleton object for managing copies of background images, either | Nalin Dahyabhai | 1 | -20/+15 |
2003-04-24 | take an explicit XftFont instead of figuring out which one to use | Nalin Dahyabhai | 1 | -4/+4 |
2003-04-21 | don't try to process incoming data if there isn't any (#110946). mark a | Nalin Dahyabhai | 1 | -1/+9 |
2003-04-21 | - ident tagging - header reorg | Nalin Dahyabhai | 1 | -0/+2 |
2003-04-21 | work around for garbled glyphs when drawing runs of text using multiple | Nalin Dahyabhai | 1 | -1/+32 |
2003-04-14 | disable pangox, xft, glx drawing if run invoked with the --without-x flag. | Nalin Dahyabhai | 1 | -0/+9 |
2003-04-09 | add specific checks for PangoX and glX. add drawing method using freetype | Nalin Dahyabhai | 1 | -17/+22 |
2003-03-05 | don't print "Bogus font." when we think the font metrics are screwy. | Nalin Dahyabhai | 1 | -1/+0 |
2003-03-05 | require Xft2 and fontconfig, drop Xft1. Require freetype2. add xticker, | Nalin Dahyabhai | 1 | -0/+728 |