summaryrefslogtreecommitdiff
path: root/src/vtedraw.h
Commit message (Expand)AuthorAgeFilesLines
* draw: Make one function staticChristian Persch2015-10-021-3/+0
* all: Fix includesChristian Persch2015-04-271-2/+0
* widget: No need to clip the cairo contextChristian Persch2014-03-271-1/+0
* drawing: Don't store the widgetChristian Persch2014-03-271-1/+2
* drawing: Remove start/endChristian Persch2014-03-271-4/+2
* widget: Remove background pixbuf settingsChristian Persch2014-03-271-8/+0
* widget: Remove pixmap background saturation settingChristian Persch2014-03-271-2/+1
* widget: Make background tint colour use GdkRGBAChristian Persch2014-03-271-5/+2
* widget: Remove obsolete antialias handling from VteDrawChristian Persch2014-03-241-2/+1
* build: Remove vte-gtk-compatEgmont Koblinger2014-03-161-2/+1
* license: Update to LGPL 2.1. Update FSF postal address.Egmont Koblinger2014-01-081-10/+10
* emulation: Support italic textPatrick Niklaus2012-10-061-6/+11
* drawing: Don't overdraw the cell on bold charactersChristian Persch2012-08-251-0/+1
* drawing: Fix drawing of Box Drawing and Block Elements charactersChristian Persch2012-08-241-0/+6
* Introduce compat macros for region differencesKristian Høgsberg2010-07-141-0/+1
* Clean up background clearingBehdad Esfahbod2010-06-111-2/+1
* Clean up vtebgChristian Persch2010-04-031-1/+1
* Use PangoColor to unify mixed use of GdkColor and vte_palette_entryBehdad Esfahbod2010-01-121-5/+5
* Add const to GdkColorBehdad Esfahbod2010-01-121-4/+4
* Pass rgba as doubles to _vte_draw_set_background_solid()Kristian Høgsberg2009-12-231-2/+4
* Drop _vte_draw_get_visual() and _vte_draw_get_colormap()Kristian Høgsberg2009-12-231-7/+0
* Make struct struct _vte_draw private to vtedraw.cKristian Høgsberg2009-12-231-11/+0
* Make _vte_draw_start() recursiveKristian Høgsberg2009-12-231-1/+1
* Drop struct _vte_draw_implKristian Høgsberg2009-12-231-44/+0
* Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod2009-09-181-48/+48
* Do some symbol hidingBehdad Esfahbod2009-09-171-48/+48
* Bug 576504 – vte does not pass its testsuite.Behdad Esfahbod2009-03-231-1/+0
* Bug 54926 – Should try bold version of font before pseudo-boldingBehdad Esfahbod2009-02-121-8/+12
* Bug 149631 – gnome-terminal doesn't combine combining chars in utf8Behdad Esfahbod2008-12-121-5/+6
* Bug 563752 – pangocairo backend recreates cairo_surface_t for backgroundBehdad Esfahbod2008-12-081-19/+13
* Cache the full ASCII range if Latin uses the default language.Behdad Esfahbod2008-12-021-2/+8
* Bug 560766 – Deprecate and remove vte_terminal_get_using_xft()Christian Persch2008-11-221-2/+0
* Bug 560818 – pangocairo backend doesn't share font cache across widgetsBehdad Esfahbod2008-11-201-1/+1
* Remove unneeded draw methods.Behdad Esfahbod2008-11-141-17/+4
* Simplify backends by relying more on defaults.Behdad Esfahbod2008-11-131-6/+20
* Use sensical defaults instead of g_return_if_fail'ing when backendBehdad Esfahbod2008-11-131-0/+1
* Bug 418073 – Opacity ignored for vtexftChris Wilson2007-03-161-2/+2
* Bug 414586 – Terminal screen blinks when menu is opened for the firstChris Wilson2007-03-051-0/+2
* Bug 410534 – Slow content scrolling, takes 100% of CPU.Chris Wilson2007-02-281-1/+1
* Add a new debug flag to monitor draw operations. Don't issue individualChris Wilson2007-02-231-0/+2
* Bug 106618 – CJK 'fixed width' font and 's p a c e d o u t' issueChris Wilson2007-02-041-1/+6
* A mixed bag of cleanups.Chris Wilson2007-01-311-1/+1
* Bug 401082 – double-draw issueChris Wilson2007-01-261-0/+2
* cf Bug 399617 – Avoid memory allocations during an expose event.Chris Wilson2007-01-241-2/+2
* Revert the last accidental overcommit.Chris Wilson2007-01-241-2/+2
* Valgrind pointed out a couple of places where we tried to access beforeChris Wilson2007-01-241-2/+2
* Bug 395373 - Allow the user to specify backend priorities.Chris Wilson2007-01-171-2/+2
* Bug 345377 – real transparency Patch from Kristian Høgsberg <krhBehdad Esfahbod2006-07-101-2/+4
* Remove the #ident strings.Behdad Esfahbod2006-04-181-1/+0
* Add (#134429). take a VteTerminalAntiAlias argument. take aNalin Dahyabhai2004-04-201-2/+6