summaryrefslogtreecommitdiff
path: root/src/vtepangox.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-20Bug 560819 – Remove obsolete backendsBehdad Esfahbod1-438/+0
2008-11-14Remove unneeded draw methods.Behdad Esfahbod1-70/+76
2008-11-14Minor fix.Behdad Esfahbod1-90/+16
2007-11-28Bug 416561 – Rendering issue in VtePangoBehdad Esfahbod1-1/+1
2007-11-27Make VTE_BACKEND=list list available backends to stderr.Behdad Esfahbod1-1/+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/+3
2007-02-23Add a new debug flag to monitor draw operations. Don't issue individualChris Wilson1-0/+8
2007-02-04Bug 106618 – CJK 'fixed width' font and 's p a c e d o u t' issueChris Wilson1-2/+3
2007-01-29More compiler warnings.Chris Wilson1-3/+2
2007-01-26Bug 401082 – double-draw issueChris Wilson1-0/+8
2007-01-26Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson1-5/+2
2007-01-17Bug 395373 - Allow the user to specify backend priorities.Chris Wilson1-2/+2
2007-01-17As part of Bug 397439.Chris Wilson1-10/+0
2007-01-17As part of Bug 397439.Chris Wilson1-28/+28
2007-01-17As part of Bug 397439.Chris Wilson1-1/+1
2006-07-10Bug 345377 – real transparency Patch from Kristian Høgsberg <krhBehdad Esfahbod1-1/+1
2006-04-22Bug 160782 # Vte isn't multi-screen safe Patch from Benedikt Meurer.Behdad Esfahbod1-1/+5
2006-04-22Remove obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks.Behdad Esfahbod1-4/+0
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2006-03-31Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.Behdad Esfahbod1-3/+3
2004-04-20Add (#134429). take a VteTerminalAntiAlias argument. take aNalin Dahyabhai1-1/+2
2003-06-16add. Move private VteTerminal stuff which needs to be shared with otherNalin Dahyabhai1-0/+7
2003-05-28check for GTK+ 2.2, and if found, force use of multihead-safe APIs to tryNalin Dahyabhai1-0/+10
2003-05-19- formatting fixupsNalin Dahyabhai1-5/+5
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-5/+5
2003-05-01add a singleton object for managing copies of background images, eitherNalin Dahyabhai1-20/+15
2003-04-21- ident tagging - header reorgNalin Dahyabhai1-3/+4
2003-04-15- correct bad castNalin Dahyabhai1-1/+1
2003-04-15fix macro invocations so that when LCD and GRAY2/GRAY4 pixel modes areNalin Dahyabhai1-15/+8
2003-04-14require automake 1.6, 1.5 chokes on AM_LDFLAGS, which 1.7 wants instead ofNalin Dahyabhai1-3/+12
2003-04-14disable pangox, xft, glx drawing if run invoked with the --without-x flag.Nalin Dahyabhai1-7/+25
2003-04-09add specific checks for PangoX and glX. add drawing method using freetypeNalin Dahyabhai1-0/+466