summaryrefslogtreecommitdiff
path: root/src/table.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Bug 601265 - gnome-terminal assert failure: table.c:723:_vte_table_matchBehdad Esfahbod1-1/+4
2009-09-18Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod1-1/+1
2009-09-17Do some symbol hidingBehdad Esfahbod1-1/+1
2008-12-26Fix warnings.Behdad Esfahbod1-4/+5
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod1-1/+1
2008-11-29Bug 107031 – device-control-string errorBehdad Esfahbod1-5/+5
2008-11-22Fix the build (broken since r1622).Christian Persch1-1/+1
2007-02-21A small bit of callgrinding, avoid the modulus insideChris Wilson1-6/+6
2007-02-19Improve handling of parallel 'cat /dev/urandom' - notably a crasher in theChris Wilson1-4/+4
2007-02-05Beware the trivial change. Handle reuse of GValueArray correctly.Chris Wilson1-2/+2
2007-02-05And kill the leak as vte_table_match erroneously cleared its outputChris Wilson1-3/+3
2007-02-05The continual reallocation of GValueArray is the last trivially avoidableChris Wilson1-7/+6
2007-02-04Micro-opts.Chris Wilson1-1/+1
2007-02-04Eliminate the temporary g_sliced parameter list, in favour of on-stackChris Wilson1-77/+128
2007-02-01As spotted on bug 399617c8, we convert an array of unichars to a stringChris Wilson1-15/+6
2007-01-29Add -Wshadow to MAYBE_WARNChris Wilson1-4/+5
2007-01-29Fix a memleak.Chris Wilson1-0/+3
2007-01-26s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside theChris Wilson1-73/+94
2007-01-26Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson1-7/+4
2007-01-26Spend half an hour a day killing warnings...Chris Wilson1-1/+1
2007-01-24cf Bug 400072 – Handling of ; in control sequencesChris Wilson1-25/+17
2007-01-24Revert the last accidental overcommit.Chris Wilson1-76/+63
2007-01-24Valgrind pointed out a couple of places where we tried to access beforeChris Wilson1-63/+76
2007-01-24<mariano> hm, vte is not matching «ESC [ ; 7 m» :/Chris Wilson1-17/+25
2007-01-18Fix int vs long int mismatches in printf args.Behdad Esfahbod1-1/+1
2007-01-17As part of Bug 397439.Chris Wilson1-1/+13
2007-01-17As part of Bug 397439.Chris Wilson1-3/+0
2007-01-17As part of Bug 397439.Chris Wilson1-2/+2
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2006-03-31Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.Behdad Esfahbod1-9/+9
2005-04-29Final bits of the memory reduction patch from Aivars Kalvans. bug #160993Kjartan Maraas1-31/+71
2004-11-17add. add. add. add. add. expand "%m" locally so that we can distinguishNalin Dahyabhai1-59/+101
2003-05-29handle control characters in the middle of control sequences. fix originNalin Dahyabhai1-2/+8
2003-05-21free the temporary array. add. use _vte_matcher_free_params_array insteadNalin Dahyabhai1-1/+1
2003-05-19- formatting fixupsNalin Dahyabhai1-27/+27
2003-02-11add data for tracking ambiguous-width Unicode characters. addNalin Dahyabhai1-1/+1
2002-12-18issue a warning if Xft2 and Xft aren't found. if we're notNalin Dahyabhai1-7/+0
2002-12-10add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai1-118/+5
2002-09-11Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai1-17/+23
2002-09-052002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai1-162/+162
2002-09-052002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai1-1/+1
2002-08-30Fix a how'd-that-ever-work bug (not returning anything fromvte_0_8_12Nalin Dahyabhai1-2/+3
2002-08-22Take a vte_table as an additional argument, and don't mess with textvte_0_8_2Nalin Dahyabhai1-13/+1
2002-08-21Cap the maximum number of characters we draw in a single call tovte_0_8_1Nalin Dahyabhai1-1/+10
2002-08-21Don't overwrite the original pattern pointers before freeing the oldNalin Dahyabhai1-0/+3
2002-08-19Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai1-10/+10
2002-07-30Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai1-36/+41
2002-07-30Add files.Nalin Dahyabhai1-0/+880