Age | Commit message (Expand) | Author | Files | Lines |
2008-11-20 | Bug 560819 – Remove obsolete backends | Behdad Esfahbod | 1 | -438/+0 |
2008-11-14 | Remove unneeded draw methods. | Behdad Esfahbod | 1 | -70/+76 |
2008-11-14 | Minor fix. | Behdad Esfahbod | 1 | -90/+16 |
2007-11-28 | Bug 416561 – Rendering issue in VtePango | Behdad Esfahbod | 1 | -1/+1 |
2007-11-27 | Make VTE_BACKEND=list list available backends to stderr. | Behdad Esfahbod | 1 | -1/+1 |
2007-03-16 | Bug 418073 – Opacity ignored for vtexft | Chris Wilson | 1 | -2/+2 |
2007-03-05 | Bug 414586 – Terminal screen blinks when menu is opened for the first | Chris Wilson | 1 | -0/+3 |
2007-02-23 | Add a new debug flag to monitor draw operations. Don't issue individual | Chris Wilson | 1 | -0/+8 |
2007-02-04 | Bug 106618 – CJK 'fixed width' font and 's p a c e d o u t' issue | Chris Wilson | 1 | -2/+3 |
2007-01-29 | More compiler warnings. | Chris Wilson | 1 | -3/+2 |
2007-01-26 | Bug 401082 – double-draw issue | Chris Wilson | 1 | -0/+8 |
2007-01-26 | Janitorial work - near elimination of #ifdef VTE_DEBUG from within | Chris Wilson | 1 | -5/+2 |
2007-01-17 | Bug 395373 - Allow the user to specify backend priorities. | Chris Wilson | 1 | -2/+2 |
2007-01-17 | As part of Bug 397439. | Chris Wilson | 1 | -10/+0 |
2007-01-17 | As part of Bug 397439. | Chris Wilson | 1 | -28/+28 |
2007-01-17 | As part of Bug 397439. | Chris Wilson | 1 | -1/+1 |
2006-07-10 | Bug 345377 – real transparency Patch from Kristian Høgsberg <krh | Behdad Esfahbod | 1 | -1/+1 |
2006-04-22 | Bug 160782 # Vte isn't multi-screen safe Patch from Benedikt Meurer. | Behdad Esfahbod | 1 | -1/+5 |
2006-04-22 | Remove obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks. | Behdad Esfahbod | 1 | -4/+0 |
2006-04-18 | Remove the #ident strings. | Behdad Esfahbod | 1 | -1/+0 |
2006-03-31 | Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans. | Behdad Esfahbod | 1 | -3/+3 |
2004-04-20 | Add (#134429). take a VteTerminalAntiAlias argument. take a | Nalin Dahyabhai | 1 | -1/+2 |
2003-06-16 | add. Move private VteTerminal stuff which needs to be shared with other | Nalin Dahyabhai | 1 | -0/+7 |
2003-05-28 | check for GTK+ 2.2, and if found, force use of multihead-safe APIs to try | Nalin Dahyabhai | 1 | -0/+10 |
2003-05-19 | - formatting fixups | Nalin Dahyabhai | 1 | -5/+5 |
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 | -5/+5 |
2003-05-01 | add a singleton object for managing copies of background images, either | Nalin Dahyabhai | 1 | -20/+15 |
2003-04-21 | - ident tagging - header reorg | Nalin Dahyabhai | 1 | -3/+4 |
2003-04-15 | - correct bad cast | Nalin Dahyabhai | 1 | -1/+1 |
2003-04-15 | fix macro invocations so that when LCD and GRAY2/GRAY4 pixel modes are | Nalin Dahyabhai | 1 | -15/+8 |
2003-04-14 | require automake 1.6, 1.5 chokes on AM_LDFLAGS, which 1.7 wants instead of | Nalin Dahyabhai | 1 | -3/+12 |
2003-04-14 | disable pangox, xft, glx drawing if run invoked with the --without-x flag. | Nalin Dahyabhai | 1 | -7/+25 |
2003-04-09 | add specific checks for PangoX and glX. add drawing method using freetype | Nalin Dahyabhai | 1 | -0/+466 |