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
/
vteapp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-03
vteapp: Fix --cursor-shape thinko
Christian Persch
1
-2
/
+2
2009-12-03
vteapp: Add --cursor-shape option
Christian Persch
1
-1
/
+14
2009-04-01
Add gopher:// to the dingus-click regexes.
Adam Jackson
1
-2
/
+2
2009-03-02
Correct use of padding returned by vte_terminal_get_padding().
Christian Persch
1
-2
/
+2
2009-02-01
Require GTK+ >= 2.14, for "gtk-fontconfig-timestamp" settings property.
Behdad Esfahbod
1
-1
/
+1
2008-12-26
Fix warnings.
Behdad Esfahbod
1
-4
/
+8
2008-12-02
Enable maintainer mode by default. Define more deprecation defines, and
Christian Persch
1
-0
/
+2
2008-12-02
Catch the child-exited signal to the child's exit code.
Christian Persch
1
-0
/
+8
2008-12-01
Add gobject notification debugging.
Christian Persch
1
-1
/
+31
2008-11-29
Add options to use a GtkScrolledWindow as the terminal's container, and to
Christian Persch
1
-11
/
+38
2008-11-22
Fix --blink; the flag is inverted.
Christian Persch
1
-1
/
+1
2008-11-22
Use vte_terminal_set_cursor_blink_mode instead of the deprecated
Christian Persch
1
-1
/
+1
2008-02-08
Remove unneeded #include <fontconfig/fontconfig.h>
Behdad Esfahbod
1
-3
/
+0
2007-11-27
Change opacity
Behdad Esfahbod
1
-1
/
+1
2007-11-07
Allow NULL font argument. Can be used to set antialias without setting
Behdad Esfahbod
1
-8
/
+6
2007-08-29
Bug 471484 – vteapp resize weirdness
Chris Wilson
1
-2
/
+8
2007-02-15
Bug 408040 – vte automagic hyperlinks Patch by Gilles Dartiguelongue.
Chris Wilson
1
-2
/
+2
2007-02-08
whitespace
Chris Wilson
1
-16
/
+15
2007-02-08
do something useful with --geometry.
Mariano Suárez-Alvarez
1
-4
/
+14
2007-01-27
Fix compilation without debugging enable.
Chris Wilson
1
-2
/
+0
2007-01-26
s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside the
Chris Wilson
1
-2
/
+2
2007-01-26
Unable to set background scrolling mode from cmdline due to variable name
Chris Wilson
1
-1
/
+1
2007-01-26
Janitorial work - near elimination of #ifdef VTE_DEBUG from within
Chris Wilson
1
-16
/
+5
2007-01-24
Revert the last accidental overcommit.
Chris Wilson
1
-4
/
+0
2007-01-24
Valgrind pointed out a couple of places where we tried to access before
Chris Wilson
1
-0
/
+4
2007-01-22
Don't try to perform gdk operations on unrealized windows.
Chris Wilson
1
-4
/
+42
2007-01-22
Bug 123591 – vte_terminal_fork_command succeeds even when it does not
Chris Wilson
1
-0
/
+1
2007-01-18
Remove unused variables.
Behdad Esfahbod
1
-0
/
+2
2007-01-17
Bug 397414 - port vteapp to GOption
Chris Wilson
1
-197
/
+202
2007-01-17
As part of Bug 397439.
Chris Wilson
1
-2
/
+2
2006-09-20
Bug 353756 – font setting cleanup
Behdad Esfahbod
1
-4
/
+3
2006-07-10
Bug 345377 – real transparency Patch from Kristian Høgsberg <krh
Behdad Esfahbod
1
-0
/
+9
2006-04-22
Remove obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks.
Behdad Esfahbod
1
-4
/
+0
2006-04-18
Remove the #ident strings.
Behdad Esfahbod
1
-1
/
+0
2006-03-15
Bug 334385 – Use intltool
Behdad Esfahbod
1
-7
/
+1
2006-03-13
Bug 333768 – vteapp debug stuff should be conditional Patch from Egmont
Behdad Esfahbod
1
-1
/
+7
2006-02-10
Removed the huge sequence handler table. Changed to use the compact tables
Behdad Esfahbod
1
-1
/
+1
2006-02-09
Make a couple debug messages conditional on DEBUG_MISC.
Behdad Esfahbod
1
-2
/
+10
2006-02-03
Warning cleanup. A couple were actually bugs.
Behdad Esfahbod
1
-1
/
+1
2006-02-03
Add the debug flag TRIE for printing out the trie (previous was using
Behdad Esfahbod
1
-1
/
+1
2006-01-15
applied patch from kmaraas to replace g_return* with g_assert in static funct...
Guilherme de S. Pastore
1
-9
/
+9
2004-04-20
Add (#134429). take a VteTerminalAntiAlias argument. take a
Nalin Dahyabhai
1
-3
/
+18
2003-09-15
add options for exercising the cursor and highlight colors. flush output
Nalin Dahyabhai
1
-4
/
+23
2003-09-11
silence a compiler warning.
Nalin Dahyabhai
1
-2
/
+8
2003-08-13
exit on any error, to avoid leaving random unreaped children running.
Nalin Dahyabhai
1
-16
/
+56
2003-08-13
don't add the padding in when calculating the new window size.
Nalin Dahyabhai
1
-2
/
+6
2003-05-30
require -i for icon-title-changed messages, which got really annoying
Nalin Dahyabhai
1
-3
/
+10
2003-05-29
fix newline stuffing (used in linefeed mode). rename to
Nalin Dahyabhai
1
-2
/
+20
2003-05-28
check for GTK+ 2.2, and if found, force use of multihead-safe APIs to try
Nalin Dahyabhai
1
-7
/
+9
2003-05-22
force an entire window repaint if we're supposed to scroll the background
Nalin Dahyabhai
1
-0
/
+1
[next]