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
/
ChangeLog
Age
Commit message (
Expand
)
Author
Files
Lines
2006-03-08
Removed kn from ALL_LINGUAS, as it was breaking the build.
Behdad Esfahbod
1
-0
/
+3
2006-03-08
Released vte-0.11.21.
vte_0_11_21
Behdad Esfahbod
1
-0
/
+8
2006-03-08
Fix vte_update_timeout repeat to 25ms. (bug #333776, Egmont Koblinger)
Behdad Esfahbod
1
-0
/
+5
2006-03-07
Added "kn" "zh_HK" to ALL_LINGUAS.
Abel Cheung
1
-0
/
+4
2006-03-01
Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms. This is
Behdad Esfahbod
1
-0
/
+6
2006-02-28
Added.
Behdad Esfahbod
1
-0
/
+4
2006-02-26
Released vte-0.11.20.
vte_0_11_20
Behdad Esfahbod
1
-0
/
+8
2006-02-25
Rever the patch to optimize memory usage by releasing fonts that aren't
Behdad Esfahbod
1
-0
/
+7
2006-02-25
Released vte-0.11.19.
vte_0_11_19
Behdad Esfahbod
1
-0
/
+8
2006-02-17
Make shift+insert paste PRIMARY and ctrl+shift+insert paste CLIPBOARD
Behdad Esfahbod
1
-0
/
+5
2006-02-17
Better update-timeout handling. Always delay updates a bit. Schedule
Behdad Esfahbod
1
-0
/
+6
2006-02-14
Return 0. (bug #331178)
Behdad Esfahbod
1
-0
/
+4
2006-02-14
Use getpwnam to correctly log multiple users with the same UID. (bug
Behdad Esfahbod
1
-0
/
+6
2006-02-14
Only discontinue timer if nothing was updated in the last cycle.
Behdad Esfahbod
1
-0
/
+5
2006-02-13
Fix race condition when shutdown_helper may be called again from the
Behdad Esfahbod
1
-0
/
+6
2006-02-13
Do not prepend X_LIBS and X_CFLAGS to LIBS and CFLAGS. (bug #331021,
Behdad Esfahbod
1
-0
/
+5
2006-02-13
Handle Ctrl+Shift+Insert to paste PRIMARY.
Behdad Esfahbod
1
-0
/
+5
2006-02-11
Released vte-0.11.18.
vte_0_11_18
Behdad Esfahbod
1
-0
/
+8
2006-02-11
Change INVALID_CODEPOINT from 0xFFFF to 0xFFFD. (bug #317235, Egmont
Behdad Esfahbod
1
-0
/
+5
2006-02-11
Guard more against off values.
Behdad Esfahbod
1
-0
/
+4
2006-02-11
Update the build infrastructure. make distcheck works now!
Behdad Esfahbod
1
-0
/
+10
2006-02-10
Throttle invalidating to at most 40 times per second, using a timeout.
Behdad Esfahbod
1
-0
/
+5
2006-02-10
Removed the huge sequence handler table. Changed to use the compact tables
Behdad Esfahbod
1
-0
/
+15
2006-02-10
Allocate terminal->pvt using GObject private data.
Behdad Esfahbod
1
-0
/
+4
2006-02-10
Moved all sequence handler codes into a separate file.
Behdad Esfahbod
1
-0
/
+11
2006-02-09
Make a couple debug messages conditional on DEBUG_MISC.
Behdad Esfahbod
1
-0
/
+5
2006-02-03
Warning cleanup. A couple were actually bugs.
Behdad Esfahbod
1
-0
/
+7
2006-02-03
Add the debug flag TRIE for printing out the trie (previous was using
Behdad Esfahbod
1
-0
/
+14
2006-02-02
Added to CVS.
Behdad Esfahbod
1
-0
/
+7
2006-01-30
applied patch from Tomas Mraz to fix a double free. Closes bug #161337.
Guilherme de S. Pastore
1
-0
/
+5
2006-01-30
Added initial Kurdish translations.
Erdal Ronahi
1
-0
/
+4
2006-01-28
add -DG_DISABLE_ASSERT to CFLAGS. updated. bumped version to 0.11.17. only
Guilherme de S. Pastore
1
-0
/
+14
2006-01-15
applied patch from kmaraas to replace g_return* with g_assert in static funct...
Guilherme de S. Pastore
1
-0
/
+5
2006-01-14
install more than *.html, based on the patch from Ed Catmur. Closes bug
Guilherme de S. Pastore
1
-0
/
+5
2006-01-14
Support save and restore cursor position using \033[s and \033[u. Reported
Olav Vitters
1
-0
/
+5
2005-12-31
Backup patch from Steve Langasek. It needs pkg-config changes.
Olav Vitters
1
-0
/
+5
2005-12-12
Cleanups for the pkg-config file. Patch from Steve Langasek. Closes bug
Kjartan Maraas
1
-0
/
+5
2005-12-12
python-vte seems to have a small bug in the override file that prevents
Kjartan Maraas
1
-0
/
+7
2005-11-30
Remove some unused code. (vte_terminal_process_incoming): Don't emit
Kjartan Maraas
1
-0
/
+8
2005-11-16
Added 'ky' to ALL_LINGUAS
Timur Jamakeev
1
-0
/
+4
2005-11-08
Update.
Kjartan Maraas
1
-0
/
+14
2005-11-01
Fix for crasher bug #153405. Patch from Padraig O'Briain.
Bill Haneman
1
-0
/
+8
2005-10-02
Fix gdk warnings. Patch from Michele Baldessari. Closes bug #309025.
Kjartan Maraas
1
-0
/
+7
2005-09-16
Optimize memory usage by releasing fonts that aren't needed early. Patch
Kjartan Maraas
1
-0
/
+6
2005-08-13
Make VTE work on NetBSD, OpenBSD (sparc and macppc). Reported by Adrian
Kjartan Maraas
1
-0
/
+7
2005-08-12
Don't crash if there's no termcap file. Michele Baldessari Closes bug
Kjartan Maraas
1
-0
/
+6
2005-08-12
Correct test for recvmsg(). Patch from Robert Basch. Closes bug #304815
Kjartan Maraas
1
-0
/
+5
2005-08-10
Patch from: Padraig O'Briain <padraig.obriain@sun.com> Closes bug #113590.
Kjartan Maraas
1
-0
/
+23
2005-08-04
Clean up utmp/wtmp under vncserver if things fall apart under the
Kjartan Maraas
1
-0
/
+6
2005-07-26
Correct patch provider; change Loïc Minier to Ethan Glasser-Camp.
Olav Vitters
1
-1
/
+1
[next]