- 13 Aug, 2003 6 commits
-
-
Nalin Dahyabhai authored
* src/pty.c(_vte_pty_run_on_pty): exit on any error, to avoid leaving random unreaped children running. Accept NULL command indicating that no exec() should occur, but still error out if command isn't NULL and exec() fails. * src/pty.c(_vte_pty_fork_on_pty_name,_vte_pty_fork_on_pty_fd): store 0 as the new child's PID if we're the child. * src/pty.c(main): don't run "tty" by default, test the forkpty() case instead. * src/vte.c(vte_terminal_fork_command): rename to _vte_terminal_fork_basic. Remove code to replace NULL command with the user's shell. * src/vte.c(vte_terminal_fork_command): new (sort of)! wrap _vte_terminal_fork_basic, replacing a NULL command with the user's shell. * src/vte.c(vte_terminal_forkpty),src/vte.h: new! wrap _vte_terminal_fork_basic, passing NULL for the command and argv arguments (bug #116450). * src/Makefile.am: update shared library version. * doc/reference/vte-sections.txt: add vte_terminal_forkpty.
-
Nalin Dahyabhai authored
* configure.in: if <ft2build.h> isn't found, then we can't use any freetype-specific bits, and that's not useful. Error out, and say that we need freetype 2.0.2 or newer, which introduced this header into the procedure (bug #116341).
-
Nalin Dahyabhai authored
* src/vte.c: don't create an accessible peer at init() time in debug mode. * gnome-pty-helper/gnome-pty-helper.c(struct pty_info): add a field to keep track of whether or not we created a lastlog record (bug #116091). * gnome-pty-helper/gnome-pty-helper.c(shutdown_pty): also try to write a logout record if pi->lastlog is true, because in doing so we free pi->data, closing a leak (bug #116091).
-
Nalin Dahyabhai authored
* src/vteapp.c(resize_window): don't add the padding in when calculating the new window size.
-
Nalin Dahyabhai authored
* doc/reference/tmpl/vte.sgml: note that dimensions passed in with the resize-window signal include padding (more of bug #119141).
-
Nalin Dahyabhai authored
* src/vte.c(vte_sequence_handler_character_attributes, vte_sequence_handler_decset_internal): remove redundant type checks. * src/vte.c(all signal handlers): return a boolean indicating whether or not to exit the processing loop instance early to allow the application to deal with some input (usually along the lines of a signal requesting that the terminal be resized) (bug #118938).
-
- 12 Aug, 2003 2 commits
-
-
Nalin Dahyabhai authored
* python/vte.override(get_text,get_text_range): reorder arguments to match the order for the C versions (#118882). * python/vte.override(get_text,get_text_range,call_callback): fix refcounting and callback argument marshalling (bug #118882). * python/vte-demo.py: exercies get_text() on "window-raise" signals.
-
Padraig O'Briain authored
2003-08-12 Padraig O'Briain <padraig.obriain@sun.com> * src/vteaccess.c: (vte_terminal_initialize): New function containing initialization code previously in vte_terminal_accessible_new. Also set role in this function. (vte_terminal_accessible_class_init): Specify function pointer for vte_terminal_initialize. (vte_terminal_accessible_get_type): Do not set instance data size or GInstanceInitFunc. Remove vte_terminal_accessible_init. This fixes bug #119694.
-
- 11 Aug, 2003 7 commits
-
-
Nalin Dahyabhai authored
* python/vte.override: add binding for get_padding() (bug #118834).
-
Nalin Dahyabhai authored
* python/vte.override: add binding for get_cursor_position() (bug #118800).
-
Nalin Dahyabhai authored
* python/vte.defs: give length parameters for feed() and feed_child() default values of -1 (bug #118711). * python/vte.override: use the length parameter if it's supplied to the feed() and feed_child() methods.
-
Nalin Dahyabhai authored
* python/vte.override: add overrides for feed() and feed_child() methods which use the length of the string as given in C, to hopefully allow passing NUL bytes around as part of strings (bug #118711). Make the length parameter optional, and ignored, to try to avoid breaking existing Python code in an obvious way.
-
Nalin Dahyabhai authored
* src/vte.c(vte_terminal_start_selection,vte_terminal_extend_selection): drop an unnecessary cast-and-check, which we don't need because we have no use for the GtkWidget pointer to the terminal. Fix initial shift-click (bug #118106).
-
Nalin Dahyabhai authored
* configure.in: error out if we don't find ncurses, curses, or libtermcap development headers (bug #117754).
-
Nalin Dahyabhai authored
* autogen.sh: export WANT_AUTOCONF_2_5 for the sake of Mandrake autoconf wrapper (bug #119066).
-
- 09 Aug, 2003 1 commit
-
-
Wang Jian authored
-
- 07 Aug, 2003 1 commit
-
-
Dmitry Mastrukov authored
-
- 06 Aug, 2003 1 commit
-
-
Yuri Syrota authored
-
- 05 Aug, 2003 1 commit
-
-
Nalin Dahyabhai authored
* vte.c(vte_sequence_handler_decset_internal, vte_sequence_handler_window_manipulation): include the widget's padding widths in resize requests (bug #119141).
-
- 02 Aug, 2003 1 commit
-
-
Sajith VK authored
-
- 30 Jul, 2003 1 commit
-
-
Nalin Dahyabhai authored
* autogen.sh: check for autoconf-2.51, autoconf-2.50, autoconf-2.5 when looking for autoconf 2.5x (bug #118627).
-
- 27 Jul, 2003 1 commit
-
-
Sajith VK authored
-
- 23 Jul, 2003 1 commit
-
-
Hasbullah Bin Pit authored
2003-07-22 Hasbullah Bin Pit <sebol@ikhlas.com> * ms.po: Updated Malay translation.
-
- 21 Jul, 2003 1 commit
-
-
Nalin Dahyabhai authored
* gnome-pty-helper/configure.in: define _XOPEN_SOURCE_EXTENDED, _XOPEN_SOURCE, and __EXTENSIONS__ for Solaris, as we do in the top-level configure (bug #117636).
-
- 20 Jul, 2003 2 commits
-
-
Vincent van Adrighem authored
2003-07-20 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated by Tino Meinen.
-
Kwok-Koon Cheung authored
* li.po: Mark wrong entry as fuzzy (msgfmt check failed).
-
- 16 Jul, 2003 1 commit
-
-
Nalin Dahyabhai authored
* gnome-pty-helper/configure.in: check for grantpt in libc and then in libpt. Check for openpty in libc before checking libutil. Check for sendmsg in libc before checking libsocket (with libnsl) (#117636).
-
- 15 Jul, 2003 1 commit
-
-
Kostas Papadimas authored
-
- 13 Jul, 2003 1 commit
-
-
Metin Amiroff authored
2003-07-13 Metin Amiroff <metin@karegen.com> * az.po: Updated Azerbaijani translation.
-
- 11 Jul, 2003 1 commit
-
-
Pablo Saratxaga authored
-
- 10 Jul, 2003 2 commits
-
-
Nalin Dahyabhai authored
-
Nalin Dahyabhai authored
* src/vteregex.h, src/vteregex.c: add. * src/vte.c: use interfaces from vteregex for doing dingus matching.
-
- 04 Jul, 2003 1 commit
-
-
Nalin Dahyabhai authored
* src/vte.c(vte_sequence_handler_return_terminal_status): return an empty string in response to the ENQ control sequence instead of "xterm". Report and patch from Mariano Suárez-Alvarez (bug #116495).
-
- 02 Jul, 2003 1 commit
-
-
Pablo Gonzalo del Campo authored
2003-07-02 Pablo Gonzalo del Campo <pablodc@bigfoot.com> * es.po: Updated Spanish translation by Francisco Javier F. Serrador <serrador@arrakis.es>.
-
- 27 Jun, 2003 2 commits
-
-
Nalin Dahyabhai authored
* src/iso2022.c: treat the "big5hkscs" encoding as an East Asian encoding, which uses ambiguous widths (#116078). Report and patch from Roger So. * src/dumpkeys.c, src/iso2022.c, src/iso8859mode.c, src/nativeecho.c, src/utf8echo.c, src/utf8mode.c, src/vte.c: don't use the literal escape character, express it as an octal sequence.
-
Artur Flinta authored
2003-06-27 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation.
-
- 21 Jun, 2003 1 commit
-
-
Danilo Šegan authored
2003-06-22 Danilo Šegan <dsegan@gmx.net> * sr.po, sr@Latn.po: Updated Serbian translation by Serbian team (Prevod.org).
-
- 20 Jun, 2003 1 commit
-
-
updated ja.po. T.Aihana authored
2003-06-20 updated ja.po. T.Aihana <aihana@gnome.gr.jp>
-
- 19 Jun, 2003 2 commits
-
-
Alessio Frusciante authored
-
Ivan Stojmirov authored
-