summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2009-12-01Add VteTerminal::inner-border style propertyChristian Persch1-0/+5
Part of bug #471920.
2009-09-16[doc] Set LC_ALL instead of LANG for our check scriptsBehdad Esfahbod2-2/+5
2009-08-16Support AM_SILENT_RULESChristian Persch1-2/+2
And sprinkle some $(AM_V_GEN) around. Silent rules are disabled by default.
2009-06-04Update doc templatesBehdad Esfahbod1-0/+12
2009-06-02Bug 573976 – Typedef pointer to functionKrzesimir Nowak1-0/+1
Typedefed a pointer to function used in get_text methods and replaced those pointers with VteSelectionFunc. Documentation for VteSelectionFunc is also added.
2009-05-30Bug 543379 – VTE sends NUL/^@ for backspaceBehdad Esfahbod1-0/+1
Add VTE_ERASE_TTY. Also make AUTO send \H if terminal erase is undefined.
2009-05-23Inlined signal docsKrzesimir Nowak1-85/+70
2009-05-18 Krzesimir Nowak <krnowak@svn.gnome.org> * doc/reference/tmpl/vte.sgml: Removed all signal descriptions from <para> </para> markups and arguments. * src/vte.c: Documented all signals and fixed a description of 'set-scroll-adjustments'.
2009-04-17Add git.mkBehdad Esfahbod3-0/+6
2009-03-15Fix make.vte_0_20_0Christian Persch2-2/+1
svn path=/trunk/; revision=2384
2008-12-15Fix make check.Behdad Esfahbod2-0/+13
svn path=/trunk/; revision=2348
2008-12-12Document vteunistr.Behdad Esfahbod1-0/+1
2008-12-12 Behdad Esfahbod <behdad@gnome.org> * doc/reference/Makefile.am: * src/vteunistr.c (unistr_comp_hash), (unistr_comp_equal), (_vte_unistr_append_unichar), (_vte_unistr_get_base), (_vte_unistr_append_to_string), (_vte_unistr_strlen): * src/vteunistr.h: Document vteunistr. svn path=/trunk/; revision=2344
2008-12-02Copy check-doc-syntax.sh tests from cairo and fix doc bugs.Behdad Esfahbod2-2/+18
2008-12-01 Behdad Esfahbod <behdad@gnome.org> * doc/reference/Makefile.am: * doc/reference/check-doc-syntax.sh: * src/Makefile.am: * src/check-doc-syntax.sh: * src/vte.c (vte_terminal_catch_child_exited), (vte_terminal_class_init): * src/vte.h: * src/vtepangocairo.c: Copy check-doc-syntax.sh tests from cairo and fix doc bugs. svn path=/trunk/; revision=2280
2008-12-01MoreBehdad Esfahbod1-2/+0
svn path=/trunk/; revision=2279
2008-12-01Remove reaper docs.Behdad Esfahbod2-16/+30
2008-12-01 Behdad Esfahbod <behdad@gnome.org> * doc/reference/tmpl/vte-unused.sgml: * doc/reference/vte-sections.txt: Remove reaper docs. svn path=/trunk/; revision=2278
2008-12-01Update templatesBehdad Esfahbod2-1/+7
svn path=/trunk/; revision=2277
2008-11-26Update boilerplateBehdad Esfahbod2-5/+6
svn path=/trunk/; revision=2200
2008-11-13Update templatesBehdad Esfahbod1-0/+130
svn path=/trunk/; revision=2136
2008-10-15Update doc coverage test from cairo.Behdad Esfahbod3-41/+55
2008-10-15 Behdad Esfahbod <behdad@gnome.org> * doc/reference/Makefile.am: * doc/reference/check-doc-coverage.sh: * doc/reference/check.docs: Update doc coverage test from cairo. svn path=/trunk/; revision=2122
2008-10-14Bug 549835 – Feature Request: Configurable cursor appearanceBehdad Esfahbod5-33/+101
2008-10-14 Behdad Esfahbod <behdad@gnome.org> Bug 549835 – Feature Request: Configurable cursor appearance * src/vte.h: New public api: VteTerminalCursorShape vte_terminal_set_cursor_shape vte_terminal_get_cursor_shape * src/vte-private.h: * src/vte.c (_vte_terminal_insert_char), (vte_terminal_init), (vte_terminal_paint_cursor), (vte_terminal_paint), (vte_terminal_set_cursor_shape), (vte_terminal_get_cursor_shape): Implement new API. Also clean up cursor drawing in general. * doc/reference/Makefile.am: * doc/reference/tmpl/reaper.sgml: * doc/reference/tmpl/vte-unused.sgml: * doc/reference/tmpl/vte.sgml: * doc/reference/vte-sections.txt: Doc new symbols. Also add some missing docs. svn path=/trunk/; revision=2116
2008-10-06Bug 329108 – Please support setting X's URGENCY hint upon terminal beepChristian Persch1-0/+7
svn path=/trunk/; revision=2111
2008-09-08vte 0.17.3.vte_0_17_3Christian Persch2-30/+32
svn path=/trunk/; revision=2092
2008-06-27Bug 510903 – use gtk-cursor-blink settingChristian Persch2-0/+20
svn path=/trunk/; revision=2072
2008-06-26Use glib-mkenums to generate the enum types.Christian Persch1-1/+1
svn path=/trunk/; revision=2068
2008-06-24Bug 535469 – support named cursors on matchesChristian Persch2-0/+11
svn path=/trunk/; revision=2064
2008-06-24Bug 418918 – Switch to GRegexChristian Persch2-0/+12
svn path=/trunk/; revision=2063
2008-06-24Implement the set_scroll_adjustments signal so one can add a VteTerminal to ↵Christian Persch1-0/+9
a GtkScrolledWindow. Bug #535467. svn path=/trunk/; revision=2062
2008-06-24Bug 535468 – need version check macrosChristian Persch3-0/+70
svn path=/trunk/; revision=2061
2008-05-23Update tmplsBehdad Esfahbod2-32/+30
svn path=/trunk/; revision=2048
2007-11-28Fix distcheck.Behdad Esfahbod1-3/+3
svn path=/trunk/; revision=2004
2007-11-24Add script to check doc coverage is 100% on "make check".Behdad Esfahbod2-0/+43
2007-11-23 Behdad Esfahbod <behdad@gnome.org> * doc/reference/Makefile.am: * doc/reference/check.docs: Add script to check doc coverage is 100% on "make check". svn path=/trunk/; revision=1982
2007-11-24Bug 499287 – Fix doc coverage regressionBehdad Esfahbod2-2/+20
2007-11-23 Behdad Esfahbod <behdad@gnome.org> Bug 499287 – Fix doc coverage regression * doc/reference/tmpl/vte.sgml: * doc/reference/vte-sections.txt: Document undocumented symbols. svn path=/trunk/; revision=1981
2007-08-30Bug 153265 – Handle Sun Cut, Copy, Paste keys Patch by Brian Cameron.Chris Wilson1-0/+14
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
2007-01-09Remove .cvsignore files (moved to svn:ignore prop)Behdad Esfahbod3-26/+0
svn path=/trunk/; revision=1424
2006-07-10Bug 345377 – real transparency Patch from Kristian Høgsberg <krhBehdad Esfahbod2-0/+10
2006-07-10 Behdad Esfahbod <behdad@gnome.org> Bug 345377 – real transparency Patch from Kristian Høgsberg <krh redhat.com> * doc/reference/tmpl/vte.sgml: * doc/reference/vte-sections.txt: * python/vte.defs: * src/vte-private.h: * src/vte.c (vte_terminal_set_opacity), (vte_terminal_init), (vte_terminal_background_update): * src/vte.h: * src/vteapp.c (main): * src/vtedraw.c (_vte_draw_set_background_color): * src/vtedraw.h: * src/vteft2.c (_vte_ft2_set_background_color): * src/vtegl.c (_vte_gl_set_background_color): * src/vtepango.c (_vte_pango_set_background_color): * src/vtepangox.c (_vte_pango_x_set_background_color): * src/vteskel.c (_vte_skel_set_background_color): * src/vtexft.c (_vte_xft_create), (_vte_xft_set_background_color), (_vte_xft_clear): Add vte_terminal_set_opacity().
2006-04-20Misc fixes and updates.Behdad Esfahbod6-26/+30
2006-04-20 Behdad Esfahbod <behdad@gnome.org> * doc/reference/tmpl/internals.sgml: * doc/reference/tmpl/reaper.sgml: * doc/reference/tmpl/vte-unused.sgml: * doc/reference/tmpl/vte.sgml: * doc/reference/tmpl/vteaccess.sgml: * doc/reference/vte-sections.txt: Misc fixes and updates. * python/vte.defs: * python/vte.override: Updates. Bug 160134 – mouse events occurring past column 95 are not passed through to terminal application Based on patch from Sean Estabrooks. * src/vte.h: * src/vte.c (vte_terminal_feed_child_binary): New public function. * src/vte.c (vte_terminal_send_mouse_button_internal), (vte_terminal_maybe_send_mouse_drag): Use feed_child_binary.
2006-04-20Bug 135230 – Feature request to attach VTE to existing pty Based onBehdad Esfahbod2-0/+12
2006-04-19 Behdad Esfahbod <behdad@gnome.org> Bug 135230 – Feature request to attach VTE to existing pty Based on patch from eric@brouhaha.com, John Swensen, and Chris Moller <cmoller@redhat.com> * src/vte.c: * src/vte.h: * python/vte.defs: * doc/reference/vte-sections.txt: Added vte_terminal_set_pty().
2006-04-18Doc improvements.Behdad Esfahbod2-0/+14
2006-02-11vte-overrides.txt should be in CVS in fact.Behdad Esfahbod2-1/+1
2006-02-11Added more MAINTAINERCLEANFILES.Behdad Esfahbod1-0/+2
2006-02-11Update the build infrastructure. make distcheck works now!Behdad Esfahbod1-178/+53
2006-02-10 Behdad Esfahbod <behdad@gnome.org> Update the build infrastructure. make distcheck works now! * autogen.sh: Use a generic autogen.sh that uses gnome-common. * configure.in: Simplify gtk-doc stuff. Update to newer syntax. * Makefile.am, src/Makefile.am, doc/reference/Makefile.am: Updated.
2006-02-03Add the debug flag TRIE for printing out the trie (previous was usingBehdad Esfahbod1-2/+0
2006-02-03 Behdad Esfahbod <behdad@gnome.org> * src/debug.c, src/debug.h, src/matcher.c: Add the debug flag TRIE for printing out the trie (previous was using MISC.) * src/vte.c (vte_invalidate_cells): Update row_count and column_count when clamping their respective _start values. * src/vte.c (vte_terminal_extend_selection, * _vte_terminal_select_text): Pass row_count to vte_invalidate_cells(), instead of row_stop. * src/vteapp.c: Run $SHELL by default.
2006-02-02Added to CVS.Behdad Esfahbod6-9/+23
2006-02-01 Behdad Esfahbod <behdad@gnome.org> * doc/reference/tmpl/internals.sgml: Added to CVS. * vte/src/vte.c: Fix selection vs. primary that have been borked forever. Closes bug #123844.
2006-01-14install more than *.html, based on the patch from Ed Catmur. Closes bugGuilherme de S. Pastore1-4/+2
* doc/reference/Makefile.am: install more than *.html, based on the patch from Ed Catmur. Closes bug #321909.
2005-06-11Update some.Kjartan Maraas4-4/+13
2005-06-11 Kjartan Maraas <kmaraas@gnome.org> * NEWS: Update some. * doc/reference/tmpl/reaper.sgml: * doc/reference/tmpl/vte-unused.sgml: * doc/reference/tmpl/vte.sgml: * doc/reference/tmpl/vteaccess.sgml: Docs updates. * src/vte.c: (vte_terminal_init), (vte_terminal_finalize), (vte_terminal_get_accessible), (vte_terminal_class_init): Apply patch from Padraig O'Briain <padraig.obriain@sun.com> to fix a crash. Closes bug #119913.
2005-03-03Fix the crash in minicom when resizing the window. Closes bug #163814.vte_0_11_12Kjartan Maraas4-9/+4
2005-03-02 Kjartan Maraas <kmaraas@gnome.org> * src/vte.c: (vte_terminal_process_incoming): Fix the crash in minicom when resizing the window. Closes bug #163814. Also adjust the coalesce and display timeouts. This makes g-t and xterm behave just about the same visually but g-t is still a bit faster when using the same font and utf8.
2005-02-15Fix build on NetBSD and Darwin. Patch from Adrian Bunk <bunk at stustaKjartan Maraas3-0/+11
2005-02-15 Kjartan Maraas <kmaraas@gnome.org> * src/dumpkeys.c: Fix build on NetBSD and Darwin. Patch from Adrian Bunk <bunk at stusta de>. Closes bug #126377.
2004-05-30add ignore filesThomas Vander Stichele3-0/+25
2004-04-30documentation updates. note that we just proxy for glib 2.4 child_watchNalin Dahyabhai3-1/+73
* src/vte.c, NEWS, doc/reference/vte-sections.txt, doc/reference/tmpl/vte-unused.sgml: documentation updates. * doc/reference/tmpl/reaper.sgml: note that we just proxy for glib 2.4 child_watch functionality, if present. * NEWS: update summary.
2004-04-30assorted updates. check for <sys/termios.h> include <sys/termios.h> ifNalin Dahyabhai3-0/+77
* 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.
2004-04-20document the child-exited signal. document the emulation-changed andNalin Dahyabhai3-4/+164
* 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.