- 30 Aug, 2007 2 commits
-
-
Chris Wilson authored
2007-08-30 Chris Wilson <chris@chris-wilson.co.uk> Bug 153265 – Handle Sun Cut, Copy, Paste keys Patch by Brian Cameron. * doc/reference/tmpl/vte.sgml: * src/vte.c (vte_terminal_class_init), (vte_terminal_real_copy_clipboard), (vte_terminal_copy_clipboard), (vte_terminal_real_paste_clipboard), (vte_terminal_paste_clipboard): * src/vte.h: Add key bindings for the special function keys. svn path=/trunk/; revision=1936
-
Chris Wilson authored
2007-08-30 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_draw_rows): Bad manipulation of patches whilst attempting to apply the fix for Bug 434230 - net result was that the correct code was being circumvented. svn path=/trunk/; revision=1935
-
- 29 Aug, 2007 2 commits
-
-
Chris Wilson authored
svn path=/trunk/; revision=1934
-
Chris Wilson authored
2007-08-29 Chris Wilson <chris@chris-wilson.co.uk> Bug 471484 – vteapp resize weirdness * src/vteapp.c (main): Distinguish between setting the geometry and disabling the use geometry hints. A regression when converting to GOption based arguments. svn path=/trunk/; revision=1933
-
- 27 Aug, 2007 1 commit
-
-
Behdad Esfahbod authored
2007-08-27 Behdad Esfahbod <behdad@gnome.org> Bug 470690 – Typo at src/vtexft.c "appropiate" should be "appropriate" * src/vtexft.c (_vte_xft_open_font_for_char): Fix typo. svn path=/trunk/; revision=1932
-
- 21 Aug, 2007 1 commit
-
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=1931
-
- 17 Aug, 2007 1 commit
-
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=1930
-
- 15 Aug, 2007 1 commit
-
-
Adam Weinberger authored
2007-08-15 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=1929
-
- 07 Aug, 2007 1 commit
-
-
Behdad Esfahbod authored
2007-08-07 Behdad Esfahbod <behdad@gnome.org> * MAINTAINERS: Add Userid field, remove Guilherme. svn path=/trunk/; revision=1928
-
- 03 Aug, 2007 2 commits
-
-
Chris Wilson authored
2007-08-03 Chris Wilson <chris@chris-wilson.co.uk> Bug 434230 – Spaces are not underlined Original patch by Santtu Lakkala. * src/vte.c (vte_terminal_draw_rows): Only skip cells if we do not need to draw on top. svn path=/trunk/; revision=1927
-
Chris Wilson authored
2007-08-03 Chris Wilson <chris@chris-wilson.co.uk> Bug 450069 – vte crash on removing a terminal tab * src/vte.c (vte_terminal_emit_eof), (vte_terminal_queue_eof), (vte_terminal_eof): Move the EOF emission to an idle handler so that the source is inactive whilst the VteTerminal is finalized. svn path=/trunk/; revision=1926
-
- 30 Jul, 2007 1 commit
-
-
Behdad Esfahbod authored
2007-07-30 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.8. Quick followup release with no code changes, to fix missing documentation index in the tarball. * NEWS: Updated. * configure.in: Bumped version to 0.16.8. Bumped libtool version to 11:12:2. svn path=/trunk/; revision=1924
-
- 27 Jul, 2007 2 commits
-
-
Behdad Esfahbod authored
2007-07-27 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.7. * NEWS: Updated. * configure.in: Bumped version to 0.16.7. Bumped libtool version to 11:11:2. svn path=/trunk/; revision=1922
-
Behdad Esfahbod authored
2007-07-27 Behdad Esfahbod <behdad@gnome.org> Bug 337252 – ALT + Arrow keys don't work in irssi through gnome-terminal Patch by James Bowes * src/keymap.c (_vte_keymap_map), (is_cursor_key), (_vte_keymap_key_add_key_modifiers): * src/keymap.h: * src/vte.c (vte_terminal_key_press): Only switch to CSI for some cursor keys when in cursor app mode. svn path=/trunk/; revision=1921
-
- 16 Jul, 2007 1 commit
-
-
Ilkka Tuohela authored
svn path=/trunk/; revision=1920
-
- 25 Jun, 2007 4 commits
-
-
Felix I authored
svn path=/trunk/; revision=1919
-
Chris Wilson authored
2007-06-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 448259 – Mapping for Ctrl-_ Patch by Andrey Melnikov. * src/keymap.c: Add mapping for Ctrl-Minus. svn path=/trunk/; revision=1918
-
Chris Wilson authored
2007-06-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 449809 – use python-config to get python includes Patch by Sebastien Bacher. * acinclude.m4: prefer python-config where available. svn path=/trunk/; revision=1917
-
Chris Wilson authored
2007-06-25 Chris Wilson <chris@chris-wilson.co.uk> Bug 450745 – VTE's response to CSI 2 1 t incorrectly formatted Patch by Dale Sedivec. * src/vteseq.c (vte_sequence_handler_window_manipulation): Restore the missing 'L'. svn path=/trunk/; revision=1916
-
- 22 Jun, 2007 1 commit
-
-
Felix I authored
svn path=/trunk/; revision=1915
-
- 21 Jun, 2007 1 commit
-
-
2007-06-21 Christian Persch <chpe@gnome.org> * configure.in: * src/Makefile.am: Move libtool versioning to configure so you just have to update one file for releasing. See bug #396265 comment 17. svn path=/trunk/; revision=1914
-
- 18 Jun, 2007 2 commits
-
-
Behdad Esfahbod authored
2007-06-18 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.6. * NEWS: Updated. * configure.in: Bumped version to 0.16.6. * src/Makefile.am: Bumped libtool version to 11:10:2. svn path=/trunk/; revision=1912
-
Behdad Esfahbod authored
svn path=/trunk/; revision=1911
-
- 12 Jun, 2007 1 commit
-
-
Chris Wilson authored
2007-06-12 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_set_size): Call gtk_widget_queue_resize() after updating row/column count. svn path=/trunk/; revision=1910
-
- 11 Jun, 2007 1 commit
-
-
Behdad Esfahbod authored
2007-06-11 Behdad Esfahbod <behdad@gnome.org> Bug 372743 – vte_terminal_set_colors doesn't work as advertised * src/vte.c (vte_terminal_set_colors): Allow 24-color palettes. svn path=/trunk/; revision=1909
-
- 09 Jun, 2007 1 commit
-
-
Behdad Esfahbod authored
2007-06-09 Behdad Esfahbod <behdad@gnome.org> Bug 445620 – Some characters shows different in different locales. Patch from Zealot * src/iso2022.c (_vte_iso2022_state_set_codeset): Update ambiguous width. svn path=/trunk/; revision=1908
-
- 04 Jun, 2007 2 commits
-
-
Chris Wilson authored
svn path=/trunk/; revision=1907
-
Behdad Esfahbod authored
2007-06-04 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.5. * NEWS: Updated. * configure.in: Bumped version to 0.16.5. * src/Makefile.am: Bumped libtool version to 11:9:2. svn path=/trunk/; revision=1905
-
- 30 May, 2007 1 commit
-
-
Chris Wilson authored
2007-05-30 Chris Wilson <chris@chris-wilson.co.uk> fcrozat pointed out 'some strange "underline" line where cursor is located and blinking'. * src/vte.c (vte_terminal_draw_rows): Continuation of the previous commit: catch a couple more locations where we need to skip past the end of the line. The problem in this case was we tried to use some uninitialised variables whilst trying to draw the cell attributes. svn path=/trunk/; revision=1904
-
- 28 May, 2007 2 commits
-
-
Behdad Esfahbod authored
2007-05-28 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.4. * NEWS: Updated. * configure.in: Bumped version to 0.16.4. * src/Makefile.am: Bumped libtool version to 11:8:2. svn path=/trunk/; revision=1902
-
Chris Wilson authored
2007-05-28 Chris Wilson <chris@chris-wilson.co.uk> uws noted on IRC that 'vte trunk does strange thingies with colors' * src/vte.c (vte_terminal_draw_rows): When reaching the end-of-row be careful not to reset the current text attributes (color, underlining, etc). svn path=/trunk/; revision=1901
-
- 25 May, 2007 1 commit
-
-
Chris Wilson authored
2007-05-25 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c (vte_terminal_expand_region), (vte_terminal_paint_area): Only add the borders to the clear area. svn path=/trunk/; revision=1900
-
- 23 May, 2007 5 commits
-
-
Chris Wilson authored
2007-05-23 Chris Wilson <chris@chris-wilson.co.uk> Bug 429278 – Cursor drawn strangely in joe * src/vte.c (vte_terminal_expand_region), (vte_terminal_paint_area): Ensure the expanded regions are cell aligned. svn path=/trunk/; revision=1899
-
Yannig MARCHEGAY authored
svn path=/trunk/; revision=1898
-
Chris Wilson authored
svn path=/trunk/; revision=1897
-
Chris Wilson authored
2007-05-23 Chris Wilson <chris@chris-wilson.co.uk> cf Bug 439247 – scrolling vim in full screen is painfully slow and takes up 100% of the cpu * src/vte.c (_vte_invalidate_cell), (vte_terminal_draw_rows): Fix up the unwanted break of Glyph runs at the end-of-lines. svn path=/trunk/; revision=1896
-
Chris Wilson authored
2007-05-23 Chris Wilson <chris@chris-wilson.co.uk> Bug 440475 – Display glitch with transparent backgroud * src/vte.c (vte_terminal_paint_area): Apply the band-aid fix to clear the area that's about to be repainted. The full solution will to be ensure that the regions after expansion are cell-aligned. svn path=/trunk/; revision=1895
-
- 22 May, 2007 3 commits
-
-
Chris Wilson authored
svn path=/trunk/; revision=1894
-
Chris Wilson authored
2007-05-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 375112 – ctrl-key combinations yielding just key Original patch by <samo@altern.org> and refactored by Loïc Minier. * src/vte.c (vte_translate_national_ctrlkeys), (vte_terminal_key_press), (vte_terminal_scroll): When cooking a string to pass through to the client obtain a "raw" keyval. svn path=/trunk/; revision=1893
-
Chris Wilson authored
2007-05-22 Chris Wilson <chris@chris-wilson.co.uk> Bug 440377 – gnome-terminal cannot refresh terminal when accessibility enabled Original patch by Li Yuan. * src/vteaccess.c (vte_terminal_accessible_focus_in), (vte_terminal_accessible_focus_out), (vte_terminal_accessible_visibility_notify): Return FALSE rather than void... svn path=/trunk/; revision=1892
-