summaryrefslogtreecommitdiff
path: root/src/trie.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-05-02Rework trie matching to return the address of the character which endedvte_0_3_3Nalin Dahyabhai1-31/+96
2002-04-25Demote some debug messages to being trie-specific debug messages. DeclareNalin Dahyabhai1-1/+1
2002-04-25update to-do list. remove --disable-shared. remove a memory leak. fix aNalin Dahyabhai1-25/+60
2002-03-04stop using wcsnlen, which is a GNU extensionNalin Dahyabhai1-1/+12
2002-02-28Make the Xft support use long-lived data items.Nalin Dahyabhai1-5/+1
2002-02-25Initial revisionNalin Dahyabhai1-0/+868