index
:
~krh/vte
master
Unnamed repository; edit this file 'description' to name the repository.
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
trie.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-31
Minor doc syntax update.
Behdad Esfahbod
1
-2
/
+2
2006-05-22
Bug 340363 – vte Cygwin build fixes Patch from Cygwin Ports maintainer
Behdad Esfahbod
1
-0
/
+3
2006-04-18
Remove the #ident strings.
Behdad Esfahbod
1
-1
/
+0
2006-03-31
Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.
Behdad Esfahbod
1
-2
/
+2
2006-01-30
applied patch from Tomas Mraz to fix a double free. Closes bug #161337.
Guilherme de S. Pastore
1
-3
/
+7
2003-09-11
ask for LC_* in addition to LANG if weird spacing errors crop up. add
Nalin Dahyabhai
1
-1
/
+1
2003-05-30
require -i for icon-title-changed messages, which got really annoying
Nalin Dahyabhai
1
-11
/
+11
2003-05-21
free the temporary array. add. use _vte_matcher_free_params_array instead
Nalin Dahyabhai
1
-22
/
+22
2003-05-19
- formatting fixups
Nalin Dahyabhai
1
-36
/
+36
2003-05-07
add VteConv as a thin wrapper around GIConv. use VteConv. remove. remove.
Nalin Dahyabhai
1
-11
/
+12
2003-04-30
remove the unused DEFAULT_ISO_8859_1 case. don't call
Nalin Dahyabhai
1
-1
/
+0
2003-04-24
formatting fixup. formatting fixups. Try using U+FFFF as the "invalid"
Nalin Dahyabhai
1
-1
/
+1
2003-02-11
add data for tracking ambiguous-width Unicode characters. add
Nalin Dahyabhai
1
-1
/
+1
2002-12-10
add "uk" to the list of languages. remove the alternate attribute bit --
Nalin Dahyabhai
1
-19
/
+18
2002-12-03
add AC_CHECK_CC_OPT from ac-archive. check for cfmakeraw, sys/select.h,
Nalin Dahyabhai
1
-1
/
+2
2002-10-11
change the typedef of wint_t here to match vte.c (now a gunichar instead
Nalin Dahyabhai
1
-1
/
+1
2002-09-11
Skip lookups for padding information if we're pretty sure we're using a
Nalin Dahyabhai
1
-4
/
+4
2002-09-05
2002-09-05 nalin prefix library-internal interfaces with underscores so
Nalin Dahyabhai
1
-123
/
+124
2002-09-05
2002-09-05 nalin first pass at writing documentation fix
Nalin Dahyabhai
1
-1
/
+1
2002-08-30
Fix a how'd-that-ever-work bug (not returning anything from
vte_0_8_12
Nalin Dahyabhai
1
-2
/
+2
2002-08-01
Include <termios.h> if available, per patch from Hidetoshi Tajima. Include
Nalin Dahyabhai
1
-0
/
+1
2002-07-30
Check for wint_t and attempt to allow compiles even when wint_t isn't
Nalin Dahyabhai
1
-202
/
+7
2002-07-18
Actually set ALL_LINGUAS so translations get installed. Document the
Nalin Dahyabhai
1
-102
/
+247
2002-07-16
Correctly check for g_iconv_open() failure. Try to give a meaningful error
Nalin Dahyabhai
1
-18
/
+17
2002-06-19
Fix a logic bug that got rid of the title always, not just when conversion
Nalin Dahyabhai
1
-3
/
+3
2002-06-18
Sort out greedy vs. non-greedy pattern matching. Make 1047 an alias for 47
vte_0_4_1
Nalin Dahyabhai
1
-9
/
+63
2002-06-10
Include gettext support. Mark warnings for possible translation. Add.
Nalin Dahyabhai
1
-1
/
+8
2002-05-31
Finish switching iconv to g_iconv. I think this was a part of Hidetoshi
vte_0_3_23
Nalin Dahyabhai
1
-9
/
+8
2002-05-14
Don't send motion-tracking events to the child unless we're dragging. Fix
vte_0_3_15
Nalin Dahyabhai
1
-1
/
+95
2002-05-14
Add "ALL" as a debug flag, aliased to everything. Print debug info after
vte_0_3_13
Nalin Dahyabhai
1
-1
/
+1
2002-05-09
Fixes to usage of iconv, from otaylor. Remap characters which are missing
Nalin Dahyabhai
1
-7
/
+19
2002-05-03
Export a vte_termcap_strip() function for preprocessing escape sequences
vte_0_3_7
Nalin Dahyabhai
1
-4
/
+11
2002-05-02
fix parsing of octal codes which start with "1" instead of "0" munge as
vte_0_3_5
Nalin Dahyabhai
1
-0
/
+6
2002-05-02
Fix a crashbug due to mismatch between parent field in the object's
vte_0_3_4
Nalin Dahyabhai
1
-15
/
+14
2002-05-02
Rework trie matching to return the address of the character which ended
vte_0_3_3
Nalin Dahyabhai
1
-31
/
+96
2002-04-25
Demote some debug messages to being trie-specific debug messages. Declare
Nalin Dahyabhai
1
-1
/
+1
2002-04-25
update to-do list. remove --disable-shared. remove a memory leak. fix a
Nalin Dahyabhai
1
-25
/
+60
2002-03-04
stop using wcsnlen, which is a GNU extension
Nalin Dahyabhai
1
-1
/
+12
2002-02-28
Make the Xft support use long-lived data items.
Nalin Dahyabhai
1
-5
/
+1
2002-02-25
Initial revision
Nalin Dahyabhai
1
-0
/
+868