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