- 30 Apr, 2004 3 commits
-
-
Nalin Dahyabhai authored
* README: assorted updates. * configure.in: check for <sys/termios.h> * src/pty.c: include <sys/termios.h> if found (#141392). * src/dumpkeys.c, src/mev.c, src/pty.c, src/ssfe.c, src/vte.c: do the same. * doc/reference/vte-sections.txt: add several functions which are new but which weren't in the generated docs before. * doc/reference/vte-unused.txt: sort.
-
Nalin Dahyabhai authored
* src/vte.c(vte_terminal_scroll_region): remove stray debug printfs.
-
Nalin Dahyabhai authored
* configure.in: add a --with-default-emulation argument (part of #115750). Use AS_HELP_STRING wherever we need help strings. * vte.pc.in, vte-uninstalled.pc.in: add DefaultEmulation variable * vte.spec: specify "xterm" as the default-emulation, even though it's the default default * termcaps/Makefile.am: build and install the default emulation's termcap, assuming it's some kind of xterm variant. * src/keymap.c(_vte_keymap_map): check for xterm-xfree86 definitions if the terminal type includes xterm, not if it exactly matches xterm * src/reaper.c(vte_reaper_add_child): add. The glib 2.4 SIGCHLD watcher requires us to register particular PIDs for monitoring, so now we require applications to do so. * src/reaper.c(vte_reaper_child_watch_cb): add. * src/reaper.c(vte_reaper_init): Don't hook the SIGCHLD handler if we're running under glib 2.4, expect to use the g_child_watch mechanism. * src/vte.c: remove hard-coded definition of VTE_DEFAULT_EMULATION, to be picked up from config.h instead. * src/vte.c(vte_sequence_handler_cs): remove stray debug printfs. * src/vte.c(vte_terminal_insert_char): only do what we were doing for xn if LP was also set (#141445). * src/vte.c(vte_terminal_get_default_emulation): add. * src/vte.c(_vte_terminal_fork_basic): call vte_reaper_add_child for new children.
-
- 27 Apr, 2004 1 commit
-
-
Nalin Dahyabhai authored
* src/vte.c(vte_terminal_fork_command): more clearly document what the argv and envv arguments are expected to contain (#127979). * src/vte.c(vte_terminal_insert_char): attempt to more closely match the behavior of am and xn on terminals -- if am is set {if xn is set, autowrap should only happen before a character is output, and then only if it's a graphic character, otherwise we autowrap after a character is output}
-
- 22 Apr, 2004 1 commit
-
-
Nalin Dahyabhai authored
* src/vte.c(vte_terminal_get_text_range_maybe_wrapped): also trim back lines which are nothing but whitespace (#140765). * src/vte.c(vte_terminal_configure_toplevel): invalidate the whole window if we're "transparent", because we don't get expose events unless some portion of our area came out from behind something else, but we still need to repaint it (#122243).
-
- 20 Apr, 2004 10 commits
-
-
Nalin Dahyabhai authored
* doc/reference/tmpl/reaper.sgml: document the child-exited signal. * doc/reference/tmpl/vte.sgml: document the emulation-changed and encoding-changed signals. One hundred percent*. ONE HUNDRED PERCENT* I TELL YOU! * Except for the unused bits.
-
Nalin Dahyabhai authored
* Makefile.am: add rule for generating vte-uninstall.pc (Gman, #136129) * vte-uninstalled.pc.in: add (Gman, #136129)
-
Nalin Dahyabhai authored
* src/vte.c(vte_terminal_key_press): don't steal keys from the input method. * src/pty.c(_vte_pty_set_utf8): toggle the IUTF8 flag, if it was defined at compile-time (maybe for #129317).
-
Nalin Dahyabhai authored
* src/pty.c(_vte_pty_set_utf8): toggle the IUTF8 flag, if it was defined at compile-time (maybe for #129317). * src/vte.c(vte_terminal_set_encoding): call _vte_pty_set_utf8. * src/vte.h (vte_terminal_anti_alias_get_type): declare. * src/vtebg.c(vte_bg_get_pixmap): Optimisation to fix the ridiculous amount of time required to render solid colour or extremely small image tiled backgrounds. This fixes bug #123903. (desrt) * src/vtebg.c(vte_bg_root_pixmap): move resize code into a separate function. * src/vtebg.c(vte_bg_get_pixmap): Resize all image sources, in case we're using a very small image file for the background. * python/Makefile.am: move python module to site-packages/gtk-2.0, which is added to the search path only by pygtk 2 (#92252).
-
Nalin Dahyabhai authored
* python/vte.override: define a modulename override so that the Terminal class is registered in the proper namespace so that python's help() builtin sees the Terminal class (#130267).
-
Nalin Dahyabhai authored
* src/vte.c(vte_terminal_anti_alias_get_type): add, for the sake of bindings.
-
Nalin Dahyabhai authored
* src/vte.c(vte_terminal_key_press): call GtkWidget's key_press_event callback for keys, in case GtkWidget has pre-programmed behavior for that key (#133878). * configure.in, gnome-pty-helper/configure.in: quote names of defined functions (#133222). * configure.in: make compilation of gnome-pty-helper actually conditional (#133077). * src/vte.c(vte_terminal_process_incoming): Doh #132610, actually call vte_terminal_emit_contents_changed() when the contents change.
-
Nalin Dahyabhai authored
* src/vte.h, src/vte.c (vte_terminal_set_font_full): Add (#134429). * src/vteglyph.c(_vte_glyph_cache_set_font_description): take a VteTerminalAntiAlias argument. * src/vteft2.c, src/vtegl.c, src/pango.c, src/pango.x, src/vtexft.c (*_set_text_font): take a VteTerminalAntiAlias argument.
-
Nalin Dahyabhai authored
* src/vte.h src/vte.c: Added default signal handlers to VteTerminalClass (#137961). [NOTE: ABI change.] * src/vte.c(vte_terminal_configure_toplevel): don't re-invalidate everything, apparently unnecessary (#122243). Might need to back this out if I ever remember what specific combination of software and versions prompted its addition in the first place. * src/vte.c(vte_terminal_class_init): tell gettext that messages retrieved from this domain should be returned in UTF-8 (#139542).
-
Nalin Dahyabhai authored
* configure.in: don't disable use of deprecated APIs unless asked to do so. * src/keymap.c(_vte_keymap_GDK_space): add Meta case (gafton). * src/vtefc.c(_vte_fc_width_from_pango_stretch): add. * src/vtefc.c(_vte_fc_transcribe_from_pango_font_description): handle PangoStretch characteristics using _vte_fc_width_from_pango_stretch. * src/vteregex.c: add random comments. * src/vte.c(VteTerminal): track the "xn" terminal attribute.
-
- 10 Apr, 2004 1 commit
-
-
Guntupalli Karunakar authored
-
- 20 Mar, 2004 1 commit
-
-
Gareth Owen authored
-
- 18 Mar, 2004 1 commit
-
-
Mugurel Tudor authored
2004-03-18 Mugurel Tudor <mugurelu@go.ro> * ro.po: Updated Romanian translation by Misu Moldovan <dumol@go.ro>
-
- 14 Mar, 2004 1 commit
-
-
Nikos Charonitakis authored
-
- 10 Mar, 2004 3 commits
-
-
Alexander Winston authored
2004-03-10 Alexander Winston <alexander.winston@comcast.net> * configure.in: Added en_CA to ALL_LINGUAS.
-
Yuri Syrota authored
-
Alexander Winston authored
2004-03-09 Alexander Winston <alexander.winston@comcast.net> * en_CA.po: Added Canadian English translation at "19 translated messages" status.
-
- 06 Mar, 2004 1 commit
-
-
Mətin Əmirov authored
2004-03-06 Mətin Əmirov <metin@karegen.com> * az.po: Translation updated.
-
- 04 Mar, 2004 1 commit
-
-
Guntupalli Karunakar authored
-
- 01 Mar, 2004 1 commit
-
-
Görkem Çetin authored
-
- 23 Feb, 2004 3 commits
-
-
Laurent Dhima authored
* sq.po: Revised Albanian translation
-
Laurent Dhima authored
-
Kwok-Koon Cheung authored
-
- 07 Feb, 2004 1 commit
-
-
Denis Lackovic authored
-
- 02 Feb, 2004 4 commits
-
-
Martin Kretzschmar authored
* docs/reference/Makefile.am: use gtk-doc in xml-mode. * docs/reference/vte-docs.sgml: sgml->xml, update to DocBook XML 4.1.2 DTD (fixes Bug #132945)
-
Laurent Dhima authored
* sq.po: Updated Albanian translation
-
Laurent Dhima authored
-
Alastair McKinstry authored
-
- 31 Jan, 2004 1 commit
-
-
Mətin Əmirov authored
2004-01-31 Mətin Əmirov <metin@karegen.com> * az.po: Translation updated.
-
- 28 Jan, 2004 1 commit
-
-
Miloslav Trmac authored
-
- 27 Jan, 2004 1 commit
-
-
Åsmund Skjæveland authored
2004-01-27 Åsmund Skjæveland <aasmunds@fys.uio.no> * configure.in: Added 'nn' to ALL_LINGUAS * po/nn.po: Added Norwegian Nynorsk translation.
-
- 03 Jan, 2004 1 commit
-
-
Roozbeh Pournader authored
2004-01-03 Roozbeh Pournader <roozbeh@sharif.edu> * fa.po: Updated Persian translation.
-
- 02 Jan, 2004 1 commit
-
-
Duarte Loreto authored
2004-01-02 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Revised Portuguese translation.
-
- 28 Dec, 2003 1 commit
-
-
Görkem Çetin authored
-
- 20 Dec, 2003 1 commit
-
-
Arafat Medini authored
2003-12-20 Arafat Medini <lumina@silverpen.de> * ar.po: Added Arabic translation
-