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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-04-18
Bug 337442 – [patch] Reduce .plt section
Behdad Esfahbod
1
-1
/
+3
2006-04-18
Remove the #ident strings.
Behdad Esfahbod
66
-66
/
+0
2006-04-18
Make some data structures const by changing char * to char [].
Behdad Esfahbod
7
-549
/
+540
2006-04-12
Bug 142247 – use of uninitialized value
Behdad Esfahbod
1
-1
/
+1
2006-04-12
Minor.
Behdad Esfahbod
1
-1
/
+1
2006-04-12
Try to use the font first for all graphic characters. This results in
Behdad Esfahbod
2
-79
/
+6
2006-04-12
Bug 144456 – UK pound currency symbol rendered incorrectly
Behdad Esfahbod
1
-2
/
+2
2006-04-12
Bug 307403 – xticker doublefree
Behdad Esfahbod
1
-3
/
+4
2006-03-31
Bug 168251 – add support for 256 colors terminals Patch from
Behdad Esfahbod
3
-97
/
+116
2006-03-31
Bug 120276 – Wishlist: Support Rectangular Selection Patch from Pedro de
Behdad Esfahbod
2
-17
/
+88
2006-03-31
Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.
Behdad Esfahbod
20
-116
/
+101
2006-03-27
Bug 336128 # vim scrolling issues - emulation errors
Behdad Esfahbod
1
-5
/
+6
2006-03-15
Bug 334385 – Use intltool
Behdad Esfahbod
7
-45
/
+8
2006-03-14
More tweaks to the previous changes. Reported by dholbach again.
Behdad Esfahbod
1
-29
/
+21
2006-03-13
Put the stuff changed in previous commit in their original order. Problem
Behdad Esfahbod
1
-10
/
+16
2006-03-13
Bug 104841 – scrolling doesn't work inside "screen" windows
Behdad Esfahbod
1
-31
/
+29
2006-03-13
Bug 333768 – vteapp debug stuff should be conditional Patch from Egmont
Behdad Esfahbod
1
-1
/
+7
2006-03-08
Fix vte_update_timeout repeat to 25ms. (bug #333776, Egmont Koblinger)
Behdad Esfahbod
2
-1
/
+2
2006-03-01
Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms. This is
Behdad Esfahbod
2
-6
/
+7
2006-02-25
Rever the patch to optimize memory usage by releasing fonts that aren't
Behdad Esfahbod
1
-16
/
+6
2006-02-17
Make shift+insert paste PRIMARY and ctrl+shift+insert paste CLIPBOARD
Behdad Esfahbod
1
-2
/
+2
2006-02-17
Better update-timeout handling. Always delay updates a bit. Schedule
Behdad Esfahbod
1
-22
/
+49
2006-02-14
Return 0. (bug #331178)
Behdad Esfahbod
1
-0
/
+2
2006-02-14
Only discontinue timer if nothing was updated in the last cycle.
Behdad Esfahbod
1
-2
/
+6
2006-02-13
Handle Ctrl+Shift+Insert to paste PRIMARY.
Behdad Esfahbod
1
-3
/
+9
2006-02-11
Change INVALID_CODEPOINT from 0xFFFF to 0xFFFD. (bug #317235, Egmont
Behdad Esfahbod
1
-1
/
+1
2006-02-11
Guard more against off values.
Behdad Esfahbod
1
-7
/
+7
2006-02-11
Update the build infrastructure. make distcheck works now!
Behdad Esfahbod
1
-0
/
+1
2006-02-10
Throttle invalidating to at most 40 times per second, using a timeout.
Behdad Esfahbod
2
-2
/
+53
2006-02-10
Removed the huge sequence handler table. Changed to use the compact tables
Behdad Esfahbod
6
-438
/
+955
2006-02-10
Allocate terminal->pvt using GObject private data.
Behdad Esfahbod
1
-104
/
+10
2006-02-10
Moved all sequence handler codes into a separate file.
Behdad Esfahbod
6
-4854
/
+5145
2006-02-09
Make a couple debug messages conditional on DEBUG_MISC.
Behdad Esfahbod
1
-2
/
+10
2006-02-03
Warning cleanup. A couple were actually bugs.
Behdad Esfahbod
2
-12
/
+18
2006-02-03
Add the debug flag TRIE for printing out the trie (previous was using
Behdad Esfahbod
6
-21
/
+30
2006-02-02
Added to CVS.
Behdad Esfahbod
2
-18
/
+38
2006-01-30
applied patch from Tomas Mraz to fix a double free. Closes bug #161337.
Guilherme de S. Pastore
1
-3
/
+7
2006-01-28
add -DG_DISABLE_ASSERT to CFLAGS. updated. bumped version to 0.11.17. only
Guilherme de S. Pastore
2
-27
/
+33
2006-01-15
Fix the build after the previous commit. And update the NEWS file a bit
Kjartan Maraas
1
-1
/
+1
2006-01-15
applied patch from kmaraas to replace g_return* with g_assert in static funct...
Guilherme de S. Pastore
6
-183
/
+181
2006-01-14
Support save and restore cursor position using \033[s and \033[u. Reported
Olav Vitters
1
-0
/
+2
2005-11-30
Remove some unused code. (vte_terminal_process_incoming): Don't emit
Kjartan Maraas
1
-6
/
+0
2005-11-01
Fix for crasher bug #153405. Patch from Padraig O'Briain.
Bill Haneman
1
-0
/
+9
2005-10-02
Fix gdk warnings. Patch from Michele Baldessari. Closes bug #309025.
Kjartan Maraas
2
-2
/
+2
2005-09-16
Optimize memory usage by releasing fonts that aren't needed early. Patch
Kjartan Maraas
1
-6
/
+16
2005-08-12
Don't crash if there's no termcap file. Michele Baldessari Closes bug
Kjartan Maraas
1
-0
/
+3
2005-08-10
Patch from: Padraig O'Briain <padraig.obriain@sun.com> Closes bug #113590.
Kjartan Maraas
3
-13
/
+198
2005-07-25
Initialize PangoContext * data->ctx with NULL. Closes bug #126262
Michele Baldessari
1
-0
/
+1
2005-07-21
Fix bug #149925: add comment for translators.
Danilo Šegan
1
-0
/
+1
2005-07-07
Unset the user data on the gdk window.
Matthias Clasen
1
-0
/
+2
[next]