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
2007-08-30
Bug 153265 – Handle Sun Cut, Copy, Paste keys Patch by Brian Cameron.
Chris Wilson
2
-11
/
+62
2007-08-30
Bad manipulation of patches whilst attempting to apply the fix for Bug
Chris Wilson
1
-1
/
+0
2007-08-29
Bug 471484 – vteapp resize weirdness
Chris Wilson
1
-2
/
+8
2007-08-27
Bug 470690 – Typo at src/vtexft.c "appropiate" should be "appropriate"
Behdad Esfahbod
1
-1
/
+1
2007-08-03
Bug 434230 – Spaces are not underlined Original patch by Santtu Lakkala.
Chris Wilson
1
-0
/
+3
2007-08-03
Bug 450069 – vte crash on removing a terminal tab
Chris Wilson
1
-3
/
+17
2007-07-27
Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal
Behdad Esfahbod
3
-0
/
+38
2007-06-25
Bug 448259 – Mapping for Ctrl-_ Patch by Andrey Melnikov.
Chris Wilson
1
-0
/
+5
2007-06-25
Bug 450745 – VTE's response to CSI 2 1 t incorrectly formatted Patch by
Chris Wilson
1
-2
/
+2
2007-06-21
Move libtool versioning to configure so you just have to update one file
Christian Persch
1
-11
/
+1
2007-06-18
Released vte-0.16.6.
vte_0_16_6
Behdad Esfahbod
1
-1
/
+1
2007-06-12
Call gtk_widget_queue_resize() after updating row/column count.
Chris Wilson
1
-2
/
+13
2007-06-11
Bug 372743 – vte_terminal_set_colors doesn't work as advertised
Behdad Esfahbod
1
-0
/
+1
2007-06-09
Bug 445620 – Some characters shows different in different locales. Patch
Behdad Esfahbod
1
-0
/
+1
2007-06-04
Released vte-0.16.5.
vte_0_16_5
Behdad Esfahbod
1
-1
/
+1
2007-05-30
fcrozat pointed out 'some strange "underline" line where cursor is located
Chris Wilson
1
-3
/
+3
2007-05-28
Released vte-0.16.4.
vte_0_16_4
Behdad Esfahbod
1
-1
/
+1
2007-05-28
uws noted on IRC that 'vte trunk does strange thingies with colors'
Chris Wilson
1
-31
/
+22
2007-05-25
Only add the borders to the clear area.
Chris Wilson
1
-19
/
+30
2007-05-23
Bug 429278 – Cursor drawn strangely in joe
Chris Wilson
1
-8
/
+5
2007-05-23
cf Bug 439247 – scrolling vim in full screen is painfully slow and takes
Chris Wilson
1
-16
/
+25
2007-05-23
Bug 440475 – Display glitch with transparent backgroud
Chris Wilson
1
-5
/
+6
2007-05-22
Bug 375112 – ctrl-key combinations yielding just key Original patch by
Chris Wilson
1
-1
/
+35
2007-05-22
Bug 440377 – gnome-terminal cannot refresh terminal when accessibility
Chris Wilson
1
-3
/
+9
2007-05-15
kmaraas reported an issue on IRC where the scrollback was not being
Chris Wilson
1
-2
/
+4
2007-04-27
Bug 433776 – gnome-terminal crashes when open preedit area Take 2.
Chris Wilson
1
-6
/
+3
2007-04-27
Bug 433776 – gnome-terminal crashes when open preedit area
Chris Wilson
1
-12
/
+7
2007-04-27
Released vte-0.16.3.
vte_0_16_3
Behdad Esfahbod
1
-1
/
+1
2007-04-24
Bug 429189 – Vte-WARNING's
Chris Wilson
1
-1
/
+3
2007-04-24
Bug 414716 – Refresh issue after changing workspaces
Chris Wilson
1
-39
/
+0
2007-04-23
Released vte-0.16.2.
vte_0_16_2
Behdad Esfahbod
1
-1
/
+1
2007-04-23
Bug 431799 – Regex highlighting is broken
Chris Wilson
1
-5
/
+19
2007-04-23
XftDrawSetClip(NULL) disables the clip mask XftDrawSetClipRectangles(NULL)
Chris Wilson
1
-1
/
+1
2007-04-20
Optimise away the use of a clip mask for the common case of redrawing the
Chris Wilson
1
-12
/
+26
2007-04-17
Consider ambiguous-width chars if VTE_CJK_WIDTH env var is set and we are
Behdad Esfahbod
1
-0
/
+7
2007-04-09
Released vte-0.16.1.
vte_1_16_1
Behdad Esfahbod
1
-1
/
+1
2007-04-06
Bug 426870 – vte often passes NUL to functions requiring valid unichar
Chris Wilson
1
-6
/
+10
2007-04-05
Bug 426541 – crash on IRM escape code
Chris Wilson
1
-12
/
+12
2007-04-04
Bug 424184 – Make scroll wheel send Page Up/Down when it makes sense
Chris Wilson
1
-5
/
+39
2007-04-03
Bug 425767 – vte_terminal_set_color_highlight should test for NULL
Chris Wilson
1
-10
/
+14
2007-03-25
Bug 422385 – vte appears at the top of the root window even when packed
Chris Wilson
1
-3
/
+3
2007-03-22
Insert spaces into the Xft glyph stream to avoid the overhead of
Chris Wilson
1
-4
/
+32
2007-03-21
Bug 420935 – glyph can be cropped with not fitting in a cell
Chris Wilson
1
-35
/
+35
2007-03-19
Leave 'contents-change' to the scroll handler.
Chris Wilson
1
-2
/
+0
2007-03-19
Accidentally inverted an is-empty? check during the elimination of the
Chris Wilson
1
-3
/
+2
2007-03-19
Bug 420067 – Does not handle expose events whilst processing unseen
Chris Wilson
1
-1
/
+3
2007-03-16
Remove a chunk of code that was tried as a mutt band-aid long ago and was
Chris Wilson
1
-9
/
+0
2007-03-16
Bug 415381 – Improve performance of vte_terminal_insert_char()
Chris Wilson
3
-88
/
+53
2007-03-16
cf Bug 415381 – Improve performance of vte_terminal_insert_char()
Chris Wilson
3
-39
/
+33
2007-03-16
cf Bug 415381 – Improve performance of vte_terminal_insert_char()
Chris Wilson
3
-193
/
+191
[next]