summaryrefslogtreecommitdiff
path: root/src/vtedraw.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-23Bug 576504 – vte does not pass its testsuite.Behdad Esfahbod1-1/+0
2009-02-12Bug 54926 – Should try bold version of font before pseudo-boldingBehdad Esfahbod1-8/+12
2008-12-12Bug 149631 – gnome-terminal doesn't combine combining chars in utf8Behdad Esfahbod1-5/+6
2008-12-08Bug 563752 – pangocairo backend recreates cairo_surface_t for backgroundBehdad Esfahbod1-19/+13
2008-12-02Cache the full ASCII range if Latin uses the default language.Behdad Esfahbod1-2/+8
2008-11-22 Bug 560766 – Deprecate and remove vte_terminal_get_using_xft()Christian Persch1-2/+0
2008-11-20Bug 560818 – pangocairo backend doesn't share font cache across widgetsBehdad Esfahbod1-1/+1
2008-11-14Remove unneeded draw methods.Behdad Esfahbod1-17/+4
2008-11-13Simplify backends by relying more on defaults.Behdad Esfahbod1-6/+20
2008-11-13Use sensical defaults instead of g_return_if_fail'ing when backendBehdad Esfahbod1-0/+1
2007-03-16Bug 418073 – Opacity ignored for vtexftChris Wilson1-2/+2
2007-03-05Bug 414586 – Terminal screen blinks when menu is opened for the firstChris Wilson1-0/+2
2007-02-28Bug 410534 – Slow content scrolling, takes 100% of CPU.Chris Wilson1-1/+1
2007-02-23Add a new debug flag to monitor draw operations. Don't issue individualChris Wilson1-0/+2
2007-02-04Bug 106618 – CJK 'fixed width' font and 's p a c e d o u t' issueChris Wilson1-1/+6
2007-01-31A mixed bag of cleanups.Chris Wilson1-1/+1
2007-01-26Bug 401082 – double-draw issueChris Wilson1-0/+2
2007-01-24cf Bug 399617 – Avoid memory allocations during an expose event.Chris Wilson1-2/+2
2007-01-24Revert the last accidental overcommit.Chris Wilson1-2/+2
2007-01-24Valgrind pointed out a couple of places where we tried to access beforeChris Wilson1-2/+2
2007-01-17Bug 395373 - Allow the user to specify backend priorities.Chris Wilson1-2/+2
2006-07-10Bug 345377 – real transparency Patch from Kristian Høgsberg <krhBehdad Esfahbod1-2/+4
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2004-04-20Add (#134429). take a VteTerminalAntiAlias argument. take aNalin Dahyabhai1-2/+6
2003-06-16add. Move private VteTerminal stuff which needs to be shared with otherNalin Dahyabhai1-0/+2
2003-05-28check for GTK+ 2.2, and if found, force use of multihead-safe APIs to tryNalin Dahyabhai1-0/+6
2003-05-13add _vte_draw_needs_repaint() to indicate if the drawing back-end can onlyNalin Dahyabhai1-0/+2
2003-05-09let the caller control whether or not we return the default colormap.Nalin Dahyabhai1-1/+2
2003-05-01add a singleton object for managing copies of background images, eitherNalin Dahyabhai1-2/+13
2003-04-14disable pangox, xft, glx drawing if run invoked with the --without-x flag.Nalin Dahyabhai1-1/+23
2003-04-09add specific checks for PangoX and glX. add drawing method using freetypeNalin Dahyabhai1-5/+7
2003-03-05require Xft2 and fontconfig, drop Xft1. Require freetype2. add xticker,Nalin Dahyabhai1-0/+110