summaryrefslogtreecommitdiff
path: root/src/vteskel.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-23Drop struct _vte_draw_implKristian Høgsberg1-86/+0
2009-09-18Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod1-1/+1
2009-09-17Do some symbol hidingBehdad Esfahbod1-1/+1
2009-03-26Minor fixes from Richard Russon.Behdad Esfahbod1-1/+1
2009-02-12Bug 54926 – Should try bold version of font before pseudo-boldingBehdad Esfahbod1-0/+1
2008-12-08Bug 563752 – pangocairo backend recreates cairo_surface_t for backgroundBehdad Esfahbod1-0/+2
2008-12-01Remove excess initializer.Behdad Esfahbod1-1/+0
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod1-1/+1
2008-11-18Fix missing prototype warning.Christian Persch1-1/+1
2008-11-14Remove unneeded draw methods.Behdad Esfahbod1-174/+27
2007-02-23Add a new debug flag to monitor draw operations. Don't issue individualChris Wilson1-0/+7
2007-01-29Add -Wshadow to MAYBE_WARNChris Wilson1-1/+1
2007-01-29Add the NULL clip func to the skeleton function table.Chris Wilson1-0/+1
2007-01-17Bug 395373 - Allow the user to specify backend priorities.Chris Wilson1-24/+5
2007-01-17As part of Bug 397439.Chris Wilson1-6/+0
2007-01-17As part of Bug 397439.Chris Wilson1-2/+2
2006-07-10Bug 345377 – real transparency Patch from Kristian Høgsberg <krhBehdad Esfahbod1-1/+3
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-2/+2
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/+11
2003-05-13add _vte_draw_needs_repaint() to indicate if the drawing back-end can onlyNalin Dahyabhai1-8/+9
2003-05-09let the caller control whether or not we return the default colormap.Nalin Dahyabhai1-1/+1
2003-05-01add a singleton object for managing copies of background images, eitherNalin Dahyabhai1-2/+8
2003-04-21- ident tagging - header reorgNalin Dahyabhai1-0/+3
2003-04-14disable pangox, xft, glx drawing if run invoked with the --without-x flag.Nalin Dahyabhai1-0/+7
2003-04-09add specific checks for PangoX and glX. add drawing method using freetypeNalin Dahyabhai1-17/+18
2003-03-07- actually add these filesNalin Dahyabhai1-0/+210