summaryrefslogtreecommitdiff
path: root/src/debug.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Add PCRE2 supportChristian Persch2015-09-291-2/+3
* all: Fix compilation with CC=g++Christian Persch2015-03-311-3/+3
* matcher: Remove unused trie matcherChristian Persch2014-05-201-1/+1
* emulation: No longer rely on terminfo; drop ncurses dependencyEgmont Koblinger2014-05-201-0/+1
* widget: Add style debug flagChristian Persch2014-04-061-1/+1
* all: Don't export _vte_debug_* symbolsChristian Persch2014-03-271-0/+9
* 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
* Use G_STATIC_ASSERTChristian Persch2010-04-101-4/+0
* Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod2009-09-181-2/+2
* Do some symbol hidingBehdad Esfahbod2009-09-171-2/+2
* Add static assertionsBehdad Esfahbod2009-09-051-0/+4
* Minor cleanupBehdad Esfahbod2009-09-051-1/+1
* Fix initial size of scrollback in alternate screenBehdad Esfahbod2009-08-251-0/+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
* Make _vte_debug_on() inline.Behdad Esfahbod2008-11-291-1/+9
* Use g_parse_debug_string to parse the debug flags.Christian Persch2008-11-281-1/+1
* Bug 536632 – vte build failure in ring.c:210: error: expected expressionBehdad Esfahbod2008-06-041-1/+1
* Fix "GLib-CRITICAL **: g_io_add_watch_full: assertion `channel != NULL'Chris Wilson2008-05-091-1/+2
* Add a G_UNLIKELY()Behdad Esfahbod2007-09-021-1/+1
* Use a separate debug flag for the ally interface.Chris Wilson2007-02-261-1/+2
* Add a new debug flag to monitor draw operations. Don't issue individualChris Wilson2007-02-231-1/+2
* Add debugging flags for printing out cells contents and attributes as theyChris Wilson2007-01-291-1/+2
* Provide a safe fallback for non-C99 compilers (well actually anything thatChris Wilson2007-01-261-0/+14
* s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside theChris Wilson2007-01-261-5/+3
* Bug 400834 – Use a global display/process timeoutChris Wilson2007-01-261-1/+2
* Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson2007-01-261-0/+11
* Add a new debug flag to visualize the work flow. VTE_DEBUG_FLAGS=workChris Wilson2007-01-191-2/+3
* 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-1/+2
* include <glib.h> for gboolean type definition. include "config.h" andNalin Dahyabhai2003-05-051-0/+2
* centralize buffer length sanity checks, add some utility functions forvte_0_10_6Nalin Dahyabhai2002-12-101-3/+4
* add keyboard debugging class. refresh on Ctrl-L, reset on 'r'. add moreNalin Dahyabhai2002-11-251-1/+2
* snip off final newlines when we're matching, they're usually not wanted.Nalin Dahyabhai2002-10-251-1/+2
* 2002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai2002-09-051-2/+2
* add giant warnings about how these headers define library-internalvte_0_8_18Nalin Dahyabhai2002-09-051-0/+2
* 2002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai2002-09-051-1/+1
* Initialize the pty master fd to -1 to avoid spurious window resizes on fdNalin Dahyabhai2002-08-301-0/+1
* Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai2002-08-201-0/+1
* Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai2002-08-191-0/+1
* Added. Add -a/-b flags to control audible bell and blinking cursors. OnlyNalin Dahyabhai2002-07-131-0/+4
* Check for redundant resizes. Keep the alternate screen buffer size theNalin Dahyabhai2002-06-261-6/+7
* Fix hilite clearing when scrolling delta != 0. Actually add the signalsNalin Dahyabhai2002-06-121-0/+1
* Include gettext support. Mark warnings for possible translation. Add.Nalin Dahyabhai2002-06-101-2/+2
* Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai2002-05-091-0/+35