- 25 Jun, 2007 3 commits
-
-
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
-
- 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 1 commit
-
-
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
-
- 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 4 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
-
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
-
- 17 May, 2007 1 commit
-
-
Chris Wilson authored
2007-05-17 Chris Wilson <chris@chris-wilson.co.uk> * perf/scroll.vim: * perf/vim.sh: Measure full screen scrolling performance. svn path=/trunk/; revision=1891
-
- 15 May, 2007 1 commit
-
-
Chris Wilson authored
2007-05-15 Chris Wilson <chris@chris-wilson.co.uk> kmaraas reported an issue on IRC where the scrollback was not being updated correctly in the first tab when the terminal was resized via a second tab. * src/vte.c (vte_terminal_size_allocate): Check whether we need to recompute the visible lines due to a change in layout geometry. svn path=/trunk/; revision=1890
-
- 27 Apr, 2007 3 commits
-
-
Chris Wilson authored
2007-04-27 Chris Wilson <chris@chris-wilson.co.uk> Bug 433776 – gnome-terminal crashes when open preedit area Take 2. * src/vte.c (vte_terminal_paint): The preedit_cursor is returned by the input modules in characters not in bytes as assumed by the validation. svn path=/trunk/; revision=1887
-
Chris Wilson authored
2007-04-27 Chris Wilson <chris@chris-wilson.co.uk> Bug 433776 – gnome-terminal crashes when open preedit area * src/vte.c (vte_terminal_paint): Use the validated cursor index. svn path=/trunk/; revision=1886
-
Behdad Esfahbod authored
2007-04-27 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.3. * NEWS: Updated. * configure.in: Bumped version to 0.16.3. * src/Makefile.am: Bumped libtool version to 11:7:2. svn path=/trunk/; revision=1884
-
- 24 Apr, 2007 4 commits
-
-
Chris Wilson authored
svn path=/trunk/; revision=1883
-
Chris Wilson authored
2007-04-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 429189 – Vte-WARNING's * src/vtexft.c (_vte_xft_open_font_for_char): Convert the warning into a DEBUG. svn path=/trunk/; revision=1882
-
Chris Wilson authored
2007-04-24 Chris Wilson <chris@chris-wilson.co.uk> As noted on Bug 414716, the convention is to use --enable-debug to enable extra debugging code. * configure.in: s/debugging/debug/ svn path=/trunk/; revision=1881
-
Chris Wilson authored
2007-04-24 Chris Wilson <chris@chris-wilson.co.uk> Bug 414716 – Refresh issue after changing workspaces * src/vte.c (vte_terminal_hierarchy_changed): Do not respond to toplevel mapping events. svn path=/trunk/; revision=1880
-
- 23 Apr, 2007 2 commits
-
-
Behdad Esfahbod authored
2007-04-23 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.2. * NEWS: Updated. * configure.in: Bumped version to 0.16.2. * src/Makefile.am: Bumped libtool version to 11:6:2. svn path=/trunk/; revision=1878
-
Chris Wilson authored
2007-04-23 Chris Wilson <chris@chris-wilson.co.uk> Bug 431799 – Regex highlighting is broken * src/vte.c (vte_terminal_emit_contents_changed), (vte_terminal_match_hilite_update), (process_timeout), (update_repeat_timeout), (update_timeout): Always emit any pending updates before redrawing. This ensures for example that the match contents are updated after a simple scroll event. svn path=/trunk/; revision=1877
-
- 20 Apr, 2007 1 commit
-
-
Chris Wilson authored
2007-04-20 Chris Wilson <chris@chris-wilson.co.uk> * src/vtexft.c (_vte_xft_start), (_vte_xft_clip): Optimise away the use of a clip mask for the common case of redrawing the whole terminal. svn path=/trunk/; revision=1875
-
- 17 Apr, 2007 1 commit
-
-
Behdad Esfahbod authored
2007-04-17 Behdad Esfahbod <behdad@gnome.org> * src/iso2022.c (_vte_iso2022_ambiguous_width): Consider ambiguous-width chars if VTE_CJK_WIDTH env var is set and we are under a CJK locale. svn path=/trunk/; revision=1873
-
- 09 Apr, 2007 1 commit
-
-
Behdad Esfahbod authored
2007-03-12 Behdad Esfahbod <behdad@gnome.org> Released vte-0.16.1. * NEWS: Updated. * configure.in: Bumped version to 0.16.1. * src/Makefile.am: Bumped libtool version to 11:5:2. svn path=/trunk/; revision=1871
-
- 06 Apr, 2007 3 commits
-
-
Chris Wilson authored
svn path=/trunk/; revision=1868
-
Chris Wilson authored
2007-04-06 Chris Wilson <chris@chris-wilson.co.uk> Bug 426870 – vte often passes NUL to functions requiring valid unichar * src/vte.c (_vte_invalidate_cell), (_vte_invalidate_cursor_once), (vte_terminal_paint): Consistently guard for cell->c == '\0' before calling _vte_draw_get_char_width. svn path=/trunk/; revision=1867
-
Chris Wilson authored
2007-04-06 Chris Wilson <chris@chris-wilson.co.uk> Bug 419644 – Links do not get highlighted anymore Also see Bug 404757 – URL matching doesn't work with PCRE * configure.in: Kill --with-pcre as it changes the semantics of the API and only causes confusion. svn path=/trunk/; revision=1866
-
- 05 Apr, 2007 1 commit
-
-
Chris Wilson authored
2007-04-05 Chris Wilson <chris@chris-wilson.co.uk> Bug 426541 – crash on IRM escape code * src/vte.c (vte_terminal_ensure_cursor), (_vte_terminal_insert_char): Mishandled insertion - we always extended the row for inserts even though the row would automagically extend for the inserted cells. This lead to referencing uninitialised cells at the end of the row during painting. * src/vte.c (vte_terminal_draw_rows): Retrieve the cell before inspecting it. svn path=/trunk/; revision=1865
-
- 04 Apr, 2007 1 commit
-
-
Chris Wilson authored
2007-04-04 Chris Wilson <chris@chris-wilson.co.uk> Bug 424184 – Make scroll wheel send Page Up/Down when it makes sense Original patch by Shaun McCance and refined by Baris Cicek. * src/vte.c (vte_terminal_scroll): Send cursor keypress instead of trying to scroll the alternate screen in vain. svn path=/trunk/; revision=1864
-