summaryrefslogtreecommitdiff
path: root/src/debug.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-18Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod1-2/+2
2009-09-17Do some symbol hidingBehdad Esfahbod1-2/+2
2009-09-05Add static assertionsBehdad Esfahbod1-0/+4
2009-09-05Minor cleanupBehdad Esfahbod1-1/+1
2009-08-25Fix initial size of scrollback in alternate screenBehdad Esfahbod1-0/+1
2008-11-29Add a specific debug flag for widget size-request/size-allocation.Christian Persch1-1/+2
2008-11-29Port vtepangocairo profiling and lifecycle logging to vtedebug facilitiesBehdad Esfahbod1-1/+2
2008-11-29Make _vte_debug_on() inline.Behdad Esfahbod1-1/+9
2008-11-28Use g_parse_debug_string to parse the debug flags.Christian Persch1-1/+1
2008-06-04Bug 536632 – vte build failure in ring.c:210: error: expected expressionBehdad Esfahbod1-1/+1
2008-05-09Fix "GLib-CRITICAL **: g_io_add_watch_full: assertion `channel != NULL'Chris Wilson1-1/+2
2007-09-02Add a G_UNLIKELY()Behdad Esfahbod1-1/+1
2007-02-26Use a separate debug flag for the ally interface.Chris Wilson1-1/+2
2007-02-23Add a new debug flag to monitor draw operations. Don't issue individualChris Wilson1-1/+2
2007-01-29Add debugging flags for printing out cells contents and attributes as theyChris Wilson1-1/+2
2007-01-26Provide a safe fallback for non-C99 compilers (well actually anything thatChris Wilson1-0/+14
2007-01-26s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside theChris Wilson1-5/+3
2007-01-26Bug 400834 – Use a global display/process timeoutChris Wilson1-1/+2
2007-01-26Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson1-0/+11
2007-01-19Add a new debug flag to visualize the work flow. VTE_DEBUG_FLAGS=workChris Wilson1-2/+3
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2006-02-03Add the debug flag TRIE for printing out the trie (previous was usingBehdad Esfahbod1-1/+2
2003-05-05include <glib.h> for gboolean type definition. include "config.h" andNalin Dahyabhai1-0/+2
2002-12-10centralize buffer length sanity checks, add some utility functions forvte_0_10_6Nalin Dahyabhai1-3/+4
2002-11-25add keyboard debugging class. refresh on Ctrl-L, reset on 'r'. add moreNalin Dahyabhai1-1/+2
2002-10-25snip off final newlines when we're matching, they're usually not wanted.Nalin Dahyabhai1-1/+2
2002-09-052002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai1-2/+2
2002-09-05add giant warnings about how these headers define library-internalvte_0_8_18Nalin Dahyabhai1-0/+2
2002-09-052002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai1-1/+1
2002-08-30Initialize the pty master fd to -1 to avoid spurious window resizes on fdNalin Dahyabhai1-0/+1
2002-08-20Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai1-0/+1
2002-08-19Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai1-0/+1
2002-07-13Added. Add -a/-b flags to control audible bell and blinking cursors. OnlyNalin Dahyabhai1-0/+4
2002-06-26Check for redundant resizes. Keep the alternate screen buffer size theNalin Dahyabhai1-6/+7
2002-06-12Fix hilite clearing when scrolling delta != 0. Actually add the signalsNalin Dahyabhai1-0/+1
2002-06-10Include gettext support. Mark warnings for possible translation. Add.Nalin Dahyabhai1-2/+2
2002-05-09Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai1-0/+35