summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-08-30Bug 153265 – Handle Sun Cut, Copy, Paste keys Patch by Brian Cameron.Chris Wilson2-11/+62
2007-08-30Bad manipulation of patches whilst attempting to apply the fix for BugChris Wilson1-1/+0
2007-08-29Bug 471484 – vteapp resize weirdnessChris Wilson1-2/+8
2007-08-27Bug 470690 – Typo at src/vtexft.c "appropiate" should be "appropriate"Behdad Esfahbod1-1/+1
2007-08-03Bug 434230 – Spaces are not underlined Original patch by Santtu Lakkala.Chris Wilson1-0/+3
2007-08-03Bug 450069 – vte crash on removing a terminal tabChris Wilson1-3/+17
2007-07-27Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminalBehdad Esfahbod3-0/+38
2007-06-25Bug 448259 – Mapping for Ctrl-_ Patch by Andrey Melnikov.Chris Wilson1-0/+5
2007-06-25Bug 450745 – VTE's response to CSI 2 1 t incorrectly formatted Patch byChris Wilson1-2/+2
2007-06-21Move libtool versioning to configure so you just have to update one fileChristian Persch1-11/+1
2007-06-18Released vte-0.16.6.vte_0_16_6Behdad Esfahbod1-1/+1
2007-06-12Call gtk_widget_queue_resize() after updating row/column count.Chris Wilson1-2/+13
2007-06-11Bug 372743 – vte_terminal_set_colors doesn't work as advertisedBehdad Esfahbod1-0/+1
2007-06-09Bug 445620 – Some characters shows different in different locales. PatchBehdad Esfahbod1-0/+1
2007-06-04Released vte-0.16.5.vte_0_16_5Behdad Esfahbod1-1/+1
2007-05-30fcrozat pointed out 'some strange "underline" line where cursor is locatedChris Wilson1-3/+3
2007-05-28Released vte-0.16.4.vte_0_16_4Behdad Esfahbod1-1/+1
2007-05-28uws noted on IRC that 'vte trunk does strange thingies with colors'Chris Wilson1-31/+22
2007-05-25Only add the borders to the clear area.Chris Wilson1-19/+30
2007-05-23Bug 429278 – Cursor drawn strangely in joeChris Wilson1-8/+5
2007-05-23cf Bug 439247 – scrolling vim in full screen is painfully slow and takesChris Wilson1-16/+25
2007-05-23Bug 440475 – Display glitch with transparent backgroudChris Wilson1-5/+6
2007-05-22Bug 375112 – ctrl-key combinations yielding just key Original patch byChris Wilson1-1/+35
2007-05-22Bug 440377 – gnome-terminal cannot refresh terminal when accessibilityChris Wilson1-3/+9
2007-05-15kmaraas reported an issue on IRC where the scrollback was not beingChris Wilson1-2/+4
2007-04-27Bug 433776 – gnome-terminal crashes when open preedit area Take 2.Chris Wilson1-6/+3
2007-04-27Bug 433776 – gnome-terminal crashes when open preedit areaChris Wilson1-12/+7
2007-04-27Released vte-0.16.3.vte_0_16_3Behdad Esfahbod1-1/+1
2007-04-24Bug 429189 – Vte-WARNING'sChris Wilson1-1/+3
2007-04-24Bug 414716 – Refresh issue after changing workspacesChris Wilson1-39/+0
2007-04-23Released vte-0.16.2.vte_0_16_2Behdad Esfahbod1-1/+1
2007-04-23Bug 431799 – Regex highlighting is brokenChris Wilson1-5/+19
2007-04-23XftDrawSetClip(NULL) disables the clip mask XftDrawSetClipRectangles(NULL)Chris Wilson1-1/+1
2007-04-20Optimise away the use of a clip mask for the common case of redrawing theChris Wilson1-12/+26
2007-04-17Consider ambiguous-width chars if VTE_CJK_WIDTH env var is set and we areBehdad Esfahbod1-0/+7
2007-04-09Released vte-0.16.1.vte_1_16_1Behdad Esfahbod1-1/+1
2007-04-06Bug 426870 – vte often passes NUL to functions requiring valid unicharChris Wilson1-6/+10
2007-04-05Bug 426541 – crash on IRM escape codeChris Wilson1-12/+12
2007-04-04Bug 424184 – Make scroll wheel send Page Up/Down when it makes senseChris Wilson1-5/+39
2007-04-03Bug 425767 – vte_terminal_set_color_highlight should test for NULLChris Wilson1-10/+14
2007-03-25Bug 422385 – vte appears at the top of the root window even when packedChris Wilson1-3/+3
2007-03-22Insert spaces into the Xft glyph stream to avoid the overhead ofChris Wilson1-4/+32
2007-03-21Bug 420935 – glyph can be cropped with not fitting in a cellChris Wilson1-35/+35
2007-03-19Leave 'contents-change' to the scroll handler.Chris Wilson1-2/+0
2007-03-19Accidentally inverted an is-empty? check during the elimination of theChris Wilson1-3/+2
2007-03-19Bug 420067 – Does not handle expose events whilst processing unseenChris Wilson1-1/+3
2007-03-16Remove a chunk of code that was tried as a mutt band-aid long ago and wasChris Wilson1-9/+0
2007-03-16Bug 415381 – Improve performance of vte_terminal_insert_char()Chris Wilson3-88/+53
2007-03-16cf Bug 415381 – Improve performance of vte_terminal_insert_char()Chris Wilson3-39/+33
2007-03-16cf Bug 415381 – Improve performance of vte_terminal_insert_char()Chris Wilson3-193/+191