summaryrefslogtreecommitdiff
path: root/src/debug.c
Commit message (Expand)AuthorAgeFilesLines
* all: Fix compilation with CC=g++Christian Persch2015-03-311-1/+1
* debug: Improve sequence->string conversionChristian Persch2014-05-221-1/+12
* matcher: Remove unused trie matcherChristian Persch2014-05-201-1/+1
* emulation: No longer rely on terminfo; drop ncurses dependencyEgmont Koblinger2014-05-201-0/+42
* widget: Add style debug flagChristian Persch2014-04-061-1/+1
* license: Update to LGPL 2.1. Update FSF postal address.Egmont Koblinger2014-01-081-10/+10
* Fix resize handlingBehdad Esfahbod2013-09-271-1/+2
* Add some debug output to VteBgChristian Persch2010-04-111-1/+2
* Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod2009-09-181-1/+1
* Do some symbol hidingBehdad Esfahbod2009-09-171-1/+1
* Add a specific debug flag for widget size-request/size-allocation.Christian Persch2008-11-291-1/+2
* Port vtepangocairo profiling and lifecycle logging to vtedebug facilitiesBehdad Esfahbod2008-11-291-1/+2
* Rename debug env var from VTE_DEBUG_FLAGS to VTE_DEBUG.Behdad Esfahbod2008-11-291-1/+1
* Make _vte_debug_on() inline.Behdad Esfahbod2008-11-291-7/+1
* Revert behaviour change of _vte_debug_on() from last commit.Christian Persch2008-11-281-1/+1
* Use g_parse_debug_string to parse the debug flags.Christian Persch2008-11-281-75/+32
* Fix "GLib-CRITICAL **: g_io_add_watch_full: assertion `channel != NULL'Chris Wilson2008-05-091-0/+3
* Use a separate debug flag for the ally interface.Chris Wilson2007-02-261-0/+3
* Add a new debug flag to monitor draw operations. Don't issue individualChris Wilson2007-02-231-0/+3
* Add debugging flags for printing out cells contents and attributes as theyChris Wilson2007-01-291-0/+3
* Bug 400834 – Use a global display/process timeoutChris Wilson2007-01-261-0/+3
* Add a new debug flag to visualize the work flow. VTE_DEBUG_FLAGS=workChris Wilson2007-01-191-0/+3
* Copy Behdad's MAYBE_WARN comprehensive set of warnings from Cairo, andChris Wilson2007-01-181-3/+0
* As part of Bug 397439.Chris Wilson2007-01-171-1/+0
* Remove the #ident strings.Behdad Esfahbod2006-04-181-1/+0
* Add the debug flag TRIE for printing out the trie (previous was usingBehdad Esfahbod2006-02-031-0/+3
* add options for exercising the cursor and highlight colors. flush outputNalin Dahyabhai2003-09-151-1/+5
* centralize buffer length sanity checks, add some utility functions forvte_0_10_6Nalin Dahyabhai2002-12-101-0/+3
* add keyboard debugging class. refresh on Ctrl-L, reset on 'r'. add moreNalin Dahyabhai2002-11-251-0/+3
* snip off final newlines when we're matching, they're usually not wanted.Nalin Dahyabhai2002-10-251-0/+3
* 2002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai2002-09-051-16/+16
* Initialize the pty master fd to -1 to avoid spurious window resizes on fdNalin Dahyabhai2002-08-301-0/+3
* Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai2002-08-201-0/+3
* Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai2002-08-191-0/+3
* Actually set ALL_LINGUAS so translations get installed. Document theNalin Dahyabhai2002-07-181-1/+1
* Check for redundant resizes. Keep the alternate screen buffer size theNalin Dahyabhai2002-06-261-0/+3
* Fix hilite clearing when scrolling delta != 0. Actually add the signalsNalin Dahyabhai2002-06-121-0/+3
* Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13Nalin Dahyabhai2002-05-141-0/+3
* Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai2002-05-091-0/+59