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