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
/
Makefile.am
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-02
Released vte-0.14.1.
vte_0_14_1
Behdad Esfahbod
1
-1
/
+1
2006-09-18
Bug 356616 – libvte broken with new autotools
Ryan Lortie
1
-1
/
+5
2006-09-08
Define G_LOG_DOMAIN=Vte.
Behdad Esfahbod
1
-1
/
+1
2006-09-04
Released vte-0.14.0.
vte_0_14_0
Behdad Esfahbod
1
-1
/
+1
2006-08-24
Released vte-0.13.7.
Behdad Esfahbod
1
-1
/
+1
2006-08-21
Released vte-0.13.6.
vte_0_13_6
Behdad Esfahbod
1
-1
/
+1
2006-07-31
Released vte-0.13.5.
vte_0_13_5
Behdad Esfahbod
1
-1
/
+1
2006-07-24
Released vte-0.13.4.
vte_0_13_4
Behdad Esfahbod
1
-1
/
+1
2006-07-11
Released vte-0.13.3.
vte_0_13_3
Behdad Esfahbod
1
-3
/
+3
2006-07-05
Allow _vte_debug_.* into exported symbols.
Behdad Esfahbod
1
-1
/
+1
2006-06-21
Bug 345514 – -no-undefined doesn't work with latest libtool
Behdad Esfahbod
1
-2
/
+1
2006-06-12
Released vte-0.13.2.
vte_0_13_2
Behdad Esfahbod
1
-1
/
+1
2006-06-12
Bug 344666 – Problems with *_CFLAGS and *_LDFLAGS in makefiles Patch
Behdad Esfahbod
1
-41
/
+41
2006-05-17
Released vte-0.13.1.
vte_0_13_1
Behdad Esfahbod
1
-1
/
+1
2006-04-28
Bug 339980 – nativeecho needs glib in LDADD to build on Solaris Patch
Behdad Esfahbod
1
-2
/
+2
2006-04-25
Pass -no-undefined linker flag.
Behdad Esfahbod
1
-1
/
+2
2006-04-23
Released vte-0.13.0.
vte_0_13_0
Behdad Esfahbod
1
-2
/
+2
2006-04-22
Bug 330441 – Remove libzvt support Patch from Guilherme de S. Pastore
Behdad Esfahbod
1
-10
/
+1
2006-04-18
Bug 337442 – [patch] Reduce .plt section
Behdad Esfahbod
1
-1
/
+3
2006-02-11
Update the build infrastructure. make distcheck works now!
Behdad Esfahbod
1
-0
/
+1
2006-02-10
Removed the huge sequence handler table. Changed to use the compact tables
Behdad Esfahbod
1
-0
/
+5
2006-02-10
Moved all sequence handler codes into a separate file.
Behdad Esfahbod
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
-1
/
+1
2005-03-14
Add patch for excessive memory consumption when opening new tabs. This
Kjartan Maraas
1
-4
/
+18
2005-03-02
Add vtetree.[ch] Don't use a GArray but use calloc'ed memory to speed up
Kjartan Maraas
1
-0
/
+2
2004-04-30
assorted updates. check for <sys/termios.h> include <sys/termios.h> if
Nalin Dahyabhai
1
-2
/
+2
2004-04-20
document the child-exited signal. document the emulation-changed and
Nalin Dahyabhai
1
-2
/
+2
2004-04-20
call GtkWidget's key_press_event callback for keys, in case GtkWidget has
Nalin Dahyabhai
1
-0
/
+1
2003-08-13
exit on any error, to avoid leaving random unreaped children running.
Nalin Dahyabhai
1
-5
/
+5
2003-07-10
add. use interfaces from vteregex for doing dingus matching.
Nalin Dahyabhai
1
-0
/
+2
2003-06-16
add. Move private VteTerminal stuff which needs to be shared with other
Nalin Dahyabhai
1
-1
/
+2
2003-06-03
- 0.11.9
vte_0_11_9
Nalin Dahyabhai
1
-3
/
+11
2003-05-20
try juggling the CFLAGS and LIBS order to let the xft CFLAGS/LIBS take
Nalin Dahyabhai
1
-2
/
+2
2003-05-19
- rename termcap.c/termcap.h to avoid conflicts with system <termcap.h>
Nalin Dahyabhai
1
-14
/
+13
2003-05-07
add VteConv as a thin wrapper around GIConv. use VteConv. remove. remove.
Nalin Dahyabhai
1
-9
/
+37
2003-05-01
add a singleton object for managing copies of background images, either
Nalin Dahyabhai
1
-0
/
+2
2003-04-29
add map for CP437. add. add CP437. add unitable.CP437 to the file list.
Nalin Dahyabhai
1
-0
/
+1
2003-04-29
rework to simplify the logic of how many cells to invalidate when we have
Nalin Dahyabhai
1
-1
/
+5
2003-04-28
add routines for pulling Xft antialiasing and hinting options from the
Nalin Dahyabhai
1
-0
/
+2
2003-04-21
drop unitable.KSC5601 fixup comment re: KS X 1001 (#107119). add two
Nalin Dahyabhai
1
-1
/
+0
2003-04-18
quiet a compiler warning. use KSX-1001 instead of KSC-5601 for Korean, add
Nalin Dahyabhai
1
-1
/
+4
2003-04-09
add specific checks for PangoX and glX. add drawing method using freetype
Nalin Dahyabhai
1
-17
/
+27
2003-03-27
- sprinkle various CFLAGS throughout
Nalin Dahyabhai
1
-6
/
+6
2003-03-27
specify AM_CFLAGS and AM_LDFLAGS instead of CFLAGS and LDFLAGS so that
Nalin Dahyabhai
1
-2
/
+2
2003-03-07
adjust coordinates for the border when clearing rectangles. add. use the
Nalin Dahyabhai
1
-0
/
+2
2003-03-05
require Xft2 and fontconfig, drop Xft1. Require freetype2. add xticker,
Nalin Dahyabhai
1
-2
/
+15
2003-02-24
home the cursor when we switch to the alternate screen (#105075).
Nalin Dahyabhai
1
-0
/
+1
2003-02-18
add @LDFLAGS@ to all of the LDADD clauses, hopefully fixing #105415.
Nalin Dahyabhai
1
-19
/
+19
2003-02-11
add data for tracking ambiguous-width Unicode characters. add
Nalin Dahyabhai
1
-1
/
+3
2003-01-31
- include iso2022.txt in dist tarballs
Nalin Dahyabhai
1
-0
/
+1
[next]