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
Age
Commit message (
Expand
)
Author
Files
Lines
2002-08-07
perform Xft remapping for Xft1, switch back to PangoX.
vte_0_7_1
Nalin Dahyabhai
2
-3
/
+33
2002-08-06
use g_get_charset() instead of nl_langinfo() to determine the default
Nalin Dahyabhai
4
-182
/
+430
2002-08-03
add a gdk_flush() before the error trap pop, just for paranoia, may help
Havoc Pennington
2
-0
/
+7
2002-08-02
Substitute carriage returns for newlines when pasting text to the child,
Nalin Dahyabhai
2
-4
/
+15
2002-08-02
Updated Swedish translation.
Christian Rose
2
-27
/
+35
2002-08-02
Added French translation.
Christophe Merlet
4
-1
/
+138
2002-08-01
Expose vte_pty_set_size() and get_size() to localize terminal ioctl usage.
vte_0_7_0
Nalin Dahyabhai
6
-1185
/
+1368
2002-08-01
Include <termios.h> if available, per patch from Hidetoshi Tajima. Include
Nalin Dahyabhai
4
-0
/
+8
2002-07-31
Initialize new lines created in insert_lines() to the current default
Nalin Dahyabhai
2
-0
/
+10
2002-07-30
Fix autoconf quoting error.
vte_0_6_0
Nalin Dahyabhai
1
-1
/
+1
2002-07-30
Check for wint_t and attempt to allow compiles even when wint_t isn't
Nalin Dahyabhai
20
-804
/
+750
2002-07-30
Comment out "ti" and "te" which are always going to be logical.
Nalin Dahyabhai
1
-2
/
+2
2002-07-30
Add files.
Nalin Dahyabhai
2
-0
/
+931
2002-07-26
Initialize new lines added for al(). Spotted by jrb.
Nalin Dahyabhai
2
-0
/
+10
2002-07-25
0.5.4
vte_0_5_4
Nalin Dahyabhai
3
-24
/
+33
2002-07-25
Added Danish translation.
Ole Laursen
2
-0
/
+120
2002-07-25
Added Danish translation.
Ole Laursen
2
-1
/
+5
2002-07-25
Note that bold isn't broken any more. Note that k; was added. Set the
Nalin Dahyabhai
6
-17
/
+27
2002-07-24
Add private vte_pty_set_size() function. vte_pty_open() takes size
vte_0_5_3
Nalin Dahyabhai
8
-33
/
+64
2002-07-23
0.5.2
vte_0_5_2
Nalin Dahyabhai
1
-1
/
+4
2002-07-23
Expose the ring implementation and convert several simple functions into
Nalin Dahyabhai
5
-75
/
+72
2002-07-23
Fix realize/unrealize to be properly reversible. Use the font from the
Nalin Dahyabhai
4
-394
/
+550
2002-07-22
Fix an incorrect logic check.
Nalin Dahyabhai
2
-1
/
+3
2002-07-19
If we're changing the background color, apply it to the widget's window as
Nalin Dahyabhai
2
-7
/
+15
2002-07-19
Undo the scrolling changes -- there too many combinations of circumstances
vte_0_5_1
Nalin Dahyabhai
4
-68
/
+82
2002-07-19
Fudge the repaint line count by one when scrolling regions to ensure that
Nalin Dahyabhai
3
-4
/
+24
2002-07-18
Implement enough of set-mode and reset-mode to allow toggling of insert
vte_0_5_0
Nalin Dahyabhai
3
-120
/
+224
2002-07-18
Updated Swedish translation.
Christian Rose
2
-18
/
+22
2002-07-18
Actually set ALL_LINGUAS so translations get installed. Document the
Nalin Dahyabhai
17
-227
/
+509
2002-07-17
Set GETTEXT_PACKAGE correctly, noted by menthos.
Nalin Dahyabhai
2
-1
/
+4
2002-07-16
Updated Swedish translation.
Christian Rose
2
-26
/
+32
2002-07-16
Guess at an appropriate bold version of the foreground color instead of
vte_0_4_9
Nalin Dahyabhai
6
-5
/
+74
2002-07-16
Correctly check for g_iconv_open() failure. Try to give a meaningful error
Nalin Dahyabhai
5
-39
/
+78
2002-07-15
wrap the new Xft/fontconfig-specific code in HAVE_XFT Revert some changes
Nalin Dahyabhai
4
-30
/
+53
2002-07-14
decrement spaces as we go through the loop, it was nice and infinite.
Havoc Pennington
2
-0
/
+6
2002-07-13
Add the proper number of attribute structs to the attribute array to fix
Nalin Dahyabhai
2
-13
/
+9
2002-07-13
Handle cases where FC_HINTING is enabled but FC_HINT_STYLE isn't. Not that
vte_0_4_8
Nalin Dahyabhai
1
-1
/
+3
2002-07-13
Small optimization in the al() and dl() handlers. al() doesn't move the
Nalin Dahyabhai
3
-11
/
+16
2002-07-13
Add.
Nalin Dahyabhai
1
-0
/
+93
2002-07-13
Bail if GTK doesn't know about Xft-specific settings.
Nalin Dahyabhai
1
-4
/
+11
2002-07-13
Add patch to heed Xft/fontconfig settings as kept by GTK. Based on patch
Nalin Dahyabhai
2
-14
/
+188
2002-07-13
Added. Add -a/-b flags to control audible bell and blinking cursors. Only
Nalin Dahyabhai
11
-251
/
+585
2002-07-02
Make shift+button1 extend selection.
Nalin Dahyabhai
4
-73
/
+179
2002-07-01
Fix memory leak when we get conversion errors.
vte_0_4_7
Nalin Dahyabhai
2
-1
/
+8
2002-07-01
Rework recovery from illegal sequence errors in the input stream to be
vte_0_4_6
Nalin Dahyabhai
2
-36
/
+15
2002-07-01
Get rid of more debug spew.
Nalin Dahyabhai
1
-8
/
+0
2002-07-01
Remove some unnecessary debug spew.
Nalin Dahyabhai
1
-7
/
+0
2002-07-01
Draw unicode line-drawing code points natively as we do for the GR1
Nalin Dahyabhai
3
-38
/
+151
2002-06-26
Bind F10 to "k;", not "k0". Add "k;" defined as F10.
vte_0_4_5
Nalin Dahyabhai
4
-2
/
+6
2002-06-26
Check for redundant resizes. Keep the alternate screen buffer size the
Nalin Dahyabhai
8
-132
/
+121
[next]