summaryrefslogtreecommitdiff
path: root/src/vte.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-01Deprecate vte_terminal_get_paddingChristian Persch1-0/+2
2009-06-02Bug 584563 – default commit signal handler first param fix.Krzesimir Nowak1-1/+1
2009-06-02Bug 573976 – Typedef pointer to functionKrzesimir Nowak1-12/+8
2009-05-30Bug 543379 – VTE sends NUL/^@ for backspaceBehdad Esfahbod1-1/+2
2008-12-02Copy check-doc-syntax.sh tests from cairo and fix doc bugs.Behdad Esfahbod1-1/+1
2008-11-26 Bug 561366 – remove antialias setting for 1.0Christian Persch1-13/+13
2008-11-22Move all the deprecated stuff into one place.Christian Persch1-19/+14
2008-11-22 Bug 560766 – Deprecate and remove vte_terminal_get_using_xft()Christian Persch1-1/+3
2008-10-23Bug 556398 – maybe deprecate vte_terminal_get_char_ascent/descentChristian Persch1-2/+4
2008-10-14Bug 549835 – Feature Request: Configurable cursor appearanceBehdad Esfahbod1-2/+16
2008-10-13Add vte_terminal_get_pty().Christian Persch1-0/+1
2008-10-06Bug 329108 – Please support setting X's URGENCY hint upon terminal beepChristian Persch1-1/+2
2008-10-06Deprecate useless macros. Bug #539130.Christian Persch1-4/+4
2008-10-06Add vte_terminal_get_child_exit_status() so we can get the child's exit statu...Christian Persch1-0/+2
2008-06-27Bug 510903 – use gtk-cursor-blink settingChristian Persch1-1/+12
2008-06-26Remove duplicate declarations.Christian Persch1-2/+0
2008-06-26Use glib-mkenums to generate the enum types.Christian Persch1-2/+5
2008-06-24Bug 535469 – support named cursors on matchesChristian Persch1-0/+2
2008-06-24Bug 418918 – Switch to GRegexChristian Persch1-1/+4
2008-06-24Implement the set_scroll_adjustments signal so one can add a VteTerminal to a...Christian Persch1-1/+4
2008-06-24Bug 535468 – need version check macrosChristian Persch1-0/+2
2008-06-21Don't use GTK_CHECK* macros.Kjartan Maraas1-9/+9
2007-08-30Bug 153265 – Handle Sun Cut, Copy, Paste keys Patch by Brian Cameron.Chris Wilson1-2/+2
2007-02-06Bug 86119 – "select all" feature Original patch by Simone Gotti.Chris Wilson1-0/+4
2007-02-04cf Bug 83285 – Treacle-slow scrolling in gnome-terminal on unacceleratedChris Wilson1-1/+0
2007-01-24Bug 400184 – _vte_pty_open declaration mismatch - breaks on SolarisChris Wilson1-2/+4
2007-01-22Bug 123591 – vte_terminal_fork_command succeeds even when it does notChris Wilson1-7/+3
2007-01-20<kmaraas> ickle: sparse complains about dubious 1 bit bitfields if you useChris Wilson1-2/+2
2006-07-24Fix typo in comments.Behdad Esfahbod1-1/+1
2006-07-10Bug 345377 – real transparency Patch from Kristian Høgsberg <krhBehdad Esfahbod1-0/+1
2006-05-22Bug 341793 – vte.h doesn't need to include X11/Xlib.h Patch from KouheiBehdad Esfahbod1-1/+0
2006-04-20Misc fixes and updates.Behdad Esfahbod1-2/+2
2006-04-20Bug 135230 – Feature request to attach VTE to existing pty Based onBehdad Esfahbod1-0/+4
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2004-05-01add a parameter to control whether or not trailing whitespace is trimmedNalin Dahyabhai1-0/+7
2004-04-30assorted updates. check for <sys/termios.h> include <sys/termios.h> ifNalin Dahyabhai1-2/+2
2004-04-30add a --with-default-emulation argument (part of #115750). UseNalin Dahyabhai1-0/+1
2004-04-20toggle the IUTF8 flag, if it was defined at compile-time (maybe forNalin Dahyabhai1-0/+1
2004-04-20add, for the sake of bindings.Nalin Dahyabhai1-1/+4
2004-04-20Add (#134429). take a VteTerminalAntiAlias argument. take aNalin Dahyabhai1-0/+13
2004-04-20Added default signal handlers to VteTerminalClass (#137961). [NOTE: ABINalin Dahyabhai1-0/+41
2003-09-15add vte_terminal_set_color_cursor. add vte_terminal_set_color_highlightNalin Dahyabhai1-0/+4
2003-08-13exit on any error, to avoid leaving random unreaped children running.Nalin Dahyabhai1-0/+7
2003-06-16add. Move private VteTerminal stuff which needs to be shared with otherNalin Dahyabhai1-3/+0
2003-05-29handle control characters in the middle of control sequences. fix originNalin Dahyabhai1-0/+7
2003-05-28check for GTK+ 2.2, and if found, force use of multihead-safe APIs to tryNalin Dahyabhai1-0/+2
2003-05-19- formatting fixupsNalin Dahyabhai1-1/+1
2003-04-24add. call _vte_terminal_accessible_ref to ensure that accessible signalsNalin Dahyabhai1-0/+3
2003-03-07take a const GdkColor* instead of a non-const color.Nalin Dahyabhai1-1/+1
2003-03-06rename struct vte_char_attributes to VteCharAttributes, fixup some docs.Nalin Dahyabhai1-2/+3