summaryrefslogtreecommitdiff
path: root/src/trie.c
AgeCommit message (Expand)AuthorFilesLines
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-1/+1
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod1-1/+1
2008-11-28Use g_parse_debug_string to parse the debug flags.Christian Persch1-1/+1
2008-01-09Bug 449131 – Wrong gettext domainBehdad Esfahbod1-6/+1
2007-02-05Beware the trivial change. Handle reuse of GValueArray correctly.Chris Wilson1-8/+9
2007-02-05The continual reallocation of GValueArray is the last trivially avoidableChris Wilson1-23/+25
2007-01-26s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside theChris Wilson1-2/+2
2007-01-26Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson1-12/+7
2007-01-26Spend half an hour a day killing warnings...Chris Wilson1-34/+33
2007-01-18Fix int vs long int mismatches in printf args.Behdad Esfahbod1-18/+18
2007-01-17As part of Bug 397439.Chris Wilson1-1/+13
2007-01-17As part of Bug 397439.Chris Wilson1-2/+2
2007-01-17As part of Bug 397439.Chris Wilson1-5/+1
2007-01-17As part of Bug 397439.Chris Wilson1-1/+1
2006-08-31Minor doc syntax update.Behdad Esfahbod1-2/+2
2006-05-22Bug 340363 – vte Cygwin build fixes Patch from Cygwin Ports maintainerBehdad Esfahbod1-0/+3
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-2/+2
2006-01-30applied patch from Tomas Mraz to fix a double free. Closes bug #161337.Guilherme de S. Pastore1-3/+7
2003-09-11ask for LC_* in addition to LANG if weird spacing errors crop up. addNalin Dahyabhai1-1/+1
2003-05-30require -i for icon-title-changed messages, which got really annoyingNalin Dahyabhai1-11/+11
2003-05-21free the temporary array. add. use _vte_matcher_free_params_array insteadNalin Dahyabhai1-22/+22
2003-05-19- formatting fixupsNalin Dahyabhai1-36/+36
2003-05-07add VteConv as a thin wrapper around GIConv. use VteConv. remove. remove.Nalin Dahyabhai1-11/+12
2003-04-30remove the unused DEFAULT_ISO_8859_1 case. don't callNalin Dahyabhai1-1/+0
2003-04-24formatting fixup. formatting fixups. Try using U+FFFF as the "invalid"Nalin Dahyabhai1-1/+1
2003-02-11add data for tracking ambiguous-width Unicode characters. addNalin Dahyabhai1-1/+1
2002-12-10add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai1-19/+18
2002-12-03add AC_CHECK_CC_OPT from ac-archive. check for cfmakeraw, sys/select.h,Nalin Dahyabhai1-1/+2
2002-10-11change the typedef of wint_t here to match vte.c (now a gunichar insteadNalin Dahyabhai1-1/+1
2002-09-11Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai1-4/+4
2002-09-052002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai1-123/+124
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/+2
2002-08-01Include <termios.h> if available, per patch from Hidetoshi Tajima. IncludeNalin Dahyabhai1-0/+1
2002-07-30Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai1-202/+7
2002-07-18Actually set ALL_LINGUAS so translations get installed. Document theNalin Dahyabhai1-102/+247
2002-07-16Correctly check for g_iconv_open() failure. Try to give a meaningful errorNalin Dahyabhai1-18/+17
2002-06-19Fix a logic bug that got rid of the title always, not just when conversionNalin Dahyabhai1-3/+3
2002-06-18Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47vte_0_4_1Nalin Dahyabhai1-9/+63
2002-06-10Include gettext support. Mark warnings for possible translation. Add.Nalin Dahyabhai1-1/+8
2002-05-31Finish switching iconv to g_iconv. I think this was a part of Hidetoshivte_0_3_23Nalin Dahyabhai1-9/+8
2002-05-14Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15Nalin Dahyabhai1-1/+95
2002-05-14Add "ALL" as a debug flag, aliased to everything. Print debug info aftervte_0_3_13Nalin Dahyabhai1-1/+1
2002-05-09Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai1-7/+19
2002-05-03Export a vte_termcap_strip() function for preprocessing escape sequencesvte_0_3_7Nalin Dahyabhai1-4/+11
2002-05-02fix parsing of octal codes which start with "1" instead of "0" munge asvte_0_3_5Nalin Dahyabhai1-0/+6
2002-05-02Fix a crashbug due to mismatch between parent field in the object'svte_0_3_4Nalin Dahyabhai1-15/+14