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
/
table.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-11-09
Bug 601265 - gnome-terminal assert failure: table.c:723:_vte_table_match
Behdad Esfahbod
1
-1
/
+4
2009-09-18
Bug 595494 - Build Failure in vte 0.21.6
Behdad Esfahbod
1
-1
/
+1
2009-09-17
Do some symbol hiding
Behdad Esfahbod
1
-1
/
+1
2008-12-26
Fix warnings.
Behdad Esfahbod
1
-4
/
+5
2008-12-01
#include <config.h> instead of "../config.h".
Behdad Esfahbod
1
-1
/
+1
2008-11-29
Bug 107031 – device-control-string error
Behdad Esfahbod
1
-5
/
+5
2008-11-22
Fix the build (broken since r1622).
Christian Persch
1
-1
/
+1
2007-02-21
A small bit of callgrinding, avoid the modulus inside
Chris Wilson
1
-6
/
+6
2007-02-19
Improve handling of parallel 'cat /dev/urandom' - notably a crasher in the
Chris Wilson
1
-4
/
+4
2007-02-05
Beware the trivial change. Handle reuse of GValueArray correctly.
Chris Wilson
1
-2
/
+2
2007-02-05
And kill the leak as vte_table_match erroneously cleared its output
Chris Wilson
1
-3
/
+3
2007-02-05
The continual reallocation of GValueArray is the last trivially avoidable
Chris Wilson
1
-7
/
+6
2007-02-04
Micro-opts.
Chris Wilson
1
-1
/
+1
2007-02-04
Eliminate the temporary g_sliced parameter list, in favour of on-stack
Chris Wilson
1
-77
/
+128
2007-02-01
As spotted on bug 399617c8, we convert an array of unichars to a string
Chris Wilson
1
-15
/
+6
2007-01-29
Add -Wshadow to MAYBE_WARN
Chris Wilson
1
-4
/
+5
2007-01-29
Fix a memleak.
Chris Wilson
1
-0
/
+3
2007-01-26
s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside the
Chris Wilson
1
-73
/
+94
2007-01-26
Janitorial work - near elimination of #ifdef VTE_DEBUG from within
Chris Wilson
1
-7
/
+4
2007-01-26
Spend half an hour a day killing warnings...
Chris Wilson
1
-1
/
+1
2007-01-24
cf Bug 400072 – Handling of ; in control sequences
Chris Wilson
1
-25
/
+17
2007-01-24
Revert the last accidental overcommit.
Chris Wilson
1
-76
/
+63
2007-01-24
Valgrind pointed out a couple of places where we tried to access before
Chris Wilson
1
-63
/
+76
2007-01-24
<mariano> hm, vte is not matching «ESC [ ; 7 m» :/
Chris Wilson
1
-17
/
+25
2007-01-18
Fix int vs long int mismatches in printf args.
Behdad Esfahbod
1
-1
/
+1
2007-01-17
As part of Bug 397439.
Chris Wilson
1
-1
/
+13
2007-01-17
As part of Bug 397439.
Chris Wilson
1
-3
/
+0
2007-01-17
As part of Bug 397439.
Chris Wilson
1
-2
/
+2
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
-9
/
+9
2005-04-29
Final bits of the memory reduction patch from Aivars Kalvans. bug #160993
Kjartan Maraas
1
-31
/
+71
2004-11-17
add. add. add. add. add. expand "%m" locally so that we can distinguish
Nalin Dahyabhai
1
-59
/
+101
2003-05-29
handle control characters in the middle of control sequences. fix origin
Nalin Dahyabhai
1
-2
/
+8
2003-05-21
free the temporary array. add. use _vte_matcher_free_params_array instead
Nalin Dahyabhai
1
-1
/
+1
2003-05-19
- formatting fixups
Nalin Dahyabhai
1
-27
/
+27
2003-02-11
add data for tracking ambiguous-width Unicode characters. add
Nalin Dahyabhai
1
-1
/
+1
2002-12-18
issue a warning if Xft2 and Xft aren't found. if we're not
Nalin Dahyabhai
1
-7
/
+0
2002-12-10
add "uk" to the list of languages. remove the alternate attribute bit --
Nalin Dahyabhai
1
-118
/
+5
2002-09-11
Skip lookups for padding information if we're pretty sure we're using a
Nalin Dahyabhai
1
-17
/
+23
2002-09-05
2002-09-05 nalin prefix library-internal interfaces with underscores so
Nalin Dahyabhai
1
-162
/
+162
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
/
+3
2002-08-22
Take a vte_table as an additional argument, and don't mess with text
vte_0_8_2
Nalin Dahyabhai
1
-13
/
+1
2002-08-21
Cap the maximum number of characters we draw in a single call to
vte_0_8_1
Nalin Dahyabhai
1
-1
/
+10
2002-08-21
Don't overwrite the original pattern pointers before freeing the old
Nalin Dahyabhai
1
-0
/
+3
2002-08-19
Add. Use unitables. Remove sequences for designating character sets.
Nalin Dahyabhai
1
-10
/
+10
2002-07-30
Check for wint_t and attempt to allow compiles even when wint_t isn't
Nalin Dahyabhai
1
-36
/
+41
2002-07-30
Add files.
Nalin Dahyabhai
1
-0
/
+880