index
:
~krh/vte
master
Unnamed repository; edit this file 'description' to name the repository.
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vte.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-01
Deprecate vte_terminal_get_padding
Christian Persch
1
-0
/
+2
2009-06-02
Bug 584563 – default commit signal handler first param fix.
Krzesimir Nowak
1
-1
/
+1
2009-06-02
Bug 573976 – Typedef pointer to function
Krzesimir Nowak
1
-12
/
+8
2009-05-30
Bug 543379 – VTE sends NUL/^@ for backspace
Behdad Esfahbod
1
-1
/
+2
2008-12-02
Copy check-doc-syntax.sh tests from cairo and fix doc bugs.
Behdad Esfahbod
1
-1
/
+1
2008-11-26
Bug 561366 – remove antialias setting for 1.0
Christian Persch
1
-13
/
+13
2008-11-22
Move all the deprecated stuff into one place.
Christian Persch
1
-19
/
+14
2008-11-22
Bug 560766 – Deprecate and remove vte_terminal_get_using_xft()
Christian Persch
1
-1
/
+3
2008-10-23
Bug 556398 – maybe deprecate vte_terminal_get_char_ascent/descent
Christian Persch
1
-2
/
+4
2008-10-14
Bug 549835 – Feature Request: Configurable cursor appearance
Behdad Esfahbod
1
-2
/
+16
2008-10-13
Add vte_terminal_get_pty().
Christian Persch
1
-0
/
+1
2008-10-06
Bug 329108 – Please support setting X's URGENCY hint upon terminal beep
Christian Persch
1
-1
/
+2
2008-10-06
Deprecate useless macros. Bug #539130.
Christian Persch
1
-4
/
+4
2008-10-06
Add vte_terminal_get_child_exit_status() so we can get the child's exit statu...
Christian Persch
1
-0
/
+2
2008-06-27
Bug 510903 – use gtk-cursor-blink setting
Christian Persch
1
-1
/
+12
2008-06-26
Remove duplicate declarations.
Christian Persch
1
-2
/
+0
2008-06-26
Use glib-mkenums to generate the enum types.
Christian Persch
1
-2
/
+5
2008-06-24
Bug 535469 – support named cursors on matches
Christian Persch
1
-0
/
+2
2008-06-24
Bug 418918 – Switch to GRegex
Christian Persch
1
-1
/
+4
2008-06-24
Implement the set_scroll_adjustments signal so one can add a VteTerminal to a...
Christian Persch
1
-1
/
+4
2008-06-24
Bug 535468 – need version check macros
Christian Persch
1
-0
/
+2
2008-06-21
Don't use GTK_CHECK* macros.
Kjartan Maraas
1
-9
/
+9
2007-08-30
Bug 153265 – Handle Sun Cut, Copy, Paste keys Patch by Brian Cameron.
Chris Wilson
1
-2
/
+2
2007-02-06
Bug 86119 – "select all" feature Original patch by Simone Gotti.
Chris Wilson
1
-0
/
+4
2007-02-04
cf Bug 83285 – Treacle-slow scrolling in gnome-terminal on unaccelerated
Chris Wilson
1
-1
/
+0
2007-01-24
Bug 400184 – _vte_pty_open declaration mismatch - breaks on Solaris
Chris Wilson
1
-2
/
+4
2007-01-22
Bug 123591 – vte_terminal_fork_command succeeds even when it does not
Chris Wilson
1
-7
/
+3
2007-01-20
<kmaraas> ickle: sparse complains about dubious 1 bit bitfields if you use
Chris Wilson
1
-2
/
+2
2006-07-24
Fix typo in comments.
Behdad Esfahbod
1
-1
/
+1
2006-07-10
Bug 345377 – real transparency Patch from Kristian Høgsberg <krh
Behdad Esfahbod
1
-0
/
+1
2006-05-22
Bug 341793 – vte.h doesn't need to include X11/Xlib.h Patch from Kouhei
Behdad Esfahbod
1
-1
/
+0
2006-04-20
Misc fixes and updates.
Behdad Esfahbod
1
-2
/
+2
2006-04-20
Bug 135230 – Feature request to attach VTE to existing pty Based on
Behdad Esfahbod
1
-0
/
+4
2006-04-18
Remove the #ident strings.
Behdad Esfahbod
1
-1
/
+0
2004-05-01
add a parameter to control whether or not trailing whitespace is trimmed
Nalin Dahyabhai
1
-0
/
+7
2004-04-30
assorted updates. check for <sys/termios.h> include <sys/termios.h> if
Nalin Dahyabhai
1
-2
/
+2
2004-04-30
add a --with-default-emulation argument (part of #115750). Use
Nalin Dahyabhai
1
-0
/
+1
2004-04-20
toggle the IUTF8 flag, if it was defined at compile-time (maybe for
Nalin Dahyabhai
1
-0
/
+1
2004-04-20
add, for the sake of bindings.
Nalin Dahyabhai
1
-1
/
+4
2004-04-20
Add (#134429). take a VteTerminalAntiAlias argument. take a
Nalin Dahyabhai
1
-0
/
+13
2004-04-20
Added default signal handlers to VteTerminalClass (#137961). [NOTE: ABI
Nalin Dahyabhai
1
-0
/
+41
2003-09-15
add vte_terminal_set_color_cursor. add vte_terminal_set_color_highlight
Nalin Dahyabhai
1
-0
/
+4
2003-08-13
exit on any error, to avoid leaving random unreaped children running.
Nalin Dahyabhai
1
-0
/
+7
2003-06-16
add. Move private VteTerminal stuff which needs to be shared with other
Nalin Dahyabhai
1
-3
/
+0
2003-05-29
handle control characters in the middle of control sequences. fix origin
Nalin Dahyabhai
1
-0
/
+7
2003-05-28
check for GTK+ 2.2, and if found, force use of multihead-safe APIs to try
Nalin Dahyabhai
1
-0
/
+2
2003-05-19
- formatting fixups
Nalin Dahyabhai
1
-1
/
+1
2003-04-24
add. call _vte_terminal_accessible_ref to ensure that accessible signals
Nalin Dahyabhai
1
-0
/
+3
2003-03-07
take a const GdkColor* instead of a non-const color.
Nalin Dahyabhai
1
-1
/
+1
2003-03-06
rename struct vte_char_attributes to VteCharAttributes, fixup some docs.
Nalin Dahyabhai
1
-2
/
+3
[next]