diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-09-11 06:10:47 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-09-11 06:10:47 +0000 |
commit | 2149ce6c7878cb4161f882c15d29e6dc68e182a0 (patch) | |
tree | 9729a079b3e91ab80426bbcbb18df3df2355593e /doc/reference/vte-sections.txt | |
parent | 8b212c6c4399fb2cf07cd6bb95eac17a6b790297 (diff) |
Skip lookups for padding information if we're pretty sure we're using a
* src/vte.c: Skip lookups for padding information if we're pretty sure we're
using a monospaced font.
* src/vte.c: Fix from Brian Cameron for uninitialized GError in
vte_wc_from_unichar().
* src/interpret.c, src/iso2022.c, src/pty.c, src/ring.h, src/table.c,
src/table.h, src/trie.c, src/vte.c, src/vteaccess.c: Signed/unsigned
int/size_t/gsize and pointer typecast warning fixes from Brian Cameron.
* src/vte.c: Avoid invalidating the cursor in the cursor blink timeout unless
we have focus.
* src/pty.c, src/pty.h: Add vte_pty_close() and vte_pty_open_with_logging(),
breaking the ABI but not the existing API.
* src/vte.c, src/vte.h: Add vte_terminal_fork_logged_command(), breaking the
ABI but not the existing API.
* gnome-pty-helper/*: Swallow the pty helper bits of gnome-libs, but install
into $pkglibdir instead of $sbindir so that existing packages don't
suddenly start breaking.
* src/termcap.c(_vte_termcap_find_string_length): Fix signature to match the
declaration in termcap.h. From patch by Jacob Berkman.
* configure.in: Add $X_PRE_LIBS to the front of $X_LIBS, -lX11 and $X_EXTRA_LIBS
to the end of $X_LIBS. Remove some cruftiness and set CPPFLAGS when
checking for Xft. Check for the existence of wchar.h, because it might
not exist. Use an automake conditional to make compilation of the
Python bindings non-critical. From patch by Jacob Berkman.
* src/pty.c: Silence compiler warning when exec() fails. From patch by Jacob
Berkman.
* src/interpret.c, src/vte.c: Stop including langinfo.h since we don't call
nl_langinfo() any more. Adapted from patch by Jacob Berkman.
* src/caps.c: Fill in a couple of missing initializers.
* src/vte.c, src/vte.h: Add accessor functions for use in language bindings,
breaking the ABI but not the API.
* python/vte.defs: Add defs for the new accessor functions.
* python/vte-demo.py: Add a scrollbar to the sample window, handle more of the
options the C version handles. Stop expecting additional arguments with
a signal that doesn't include any.
* python/Makefile.am: We only have one target, so don't bother with
target-specific primaries if we can avoid it (#92252).
* vte.pc.in: Note build dependencies on ATK, Pango, and PangoX.
Diffstat (limited to 'doc/reference/vte-sections.txt')
-rw-r--r-- | doc/reference/vte-sections.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/reference/vte-sections.txt b/doc/reference/vte-sections.txt index 5884cc7..03b525a 100644 --- a/doc/reference/vte-sections.txt +++ b/doc/reference/vte-sections.txt @@ -66,6 +66,16 @@ vte_terminal_get_type VTE_TERMINAL_CLASS VTE_IS_TERMINAL_CLASS VTE_TERMINAL_GET_CLASS +<SUBSECTION Binding Accessors> +vte_terminal_get_adjustment +vte_terminal_get_char_ascent +vte_terminal_get_char_descent +vte_terminal_get_char_height +vte_terminal_get_char_width +vte_terminal_get_column_count +vte_terminal_get_icon_title +vte_terminal_get_row_count +vte_terminal_get_window_title </SECTION> <SECTION> |