summaryrefslogtreecommitdiff
path: root/src/vteapp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <fontconfig/fontconfig.h>Behdad Esfahbod2008-02-081-3/+0
* Change opacityBehdad Esfahbod2007-11-271-1/+1
* Allow NULL font argument. Can be used to set antialias without settingBehdad Esfahbod2007-11-071-8/+6
* Bug 471484 – vteapp resize weirdnessChris Wilson2007-08-291-2/+8
* Bug 408040 – vte automagic hyperlinks Patch by Gilles Dartiguelongue.Chris Wilson2007-02-151-2/+2
* whitespaceChris Wilson2007-02-081-16/+15
* do something useful with --geometry.Mariano Suárez-Alvarez2007-02-081-4/+14
* Fix compilation without debugging enable.Chris Wilson2007-01-271-2/+0
* s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside theChris Wilson2007-01-261-2/+2
* Unable to set background scrolling mode from cmdline due to variable nameChris Wilson2007-01-261-1/+1
* Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson2007-01-261-16/+5
* Revert the last accidental overcommit.Chris Wilson2007-01-241-4/+0
* Valgrind pointed out a couple of places where we tried to access beforeChris Wilson2007-01-241-0/+4
* Don't try to perform gdk operations on unrealized windows.Chris Wilson2007-01-221-4/+42
* Bug 123591 – vte_terminal_fork_command succeeds even when it does notChris Wilson2007-01-221-0/+1
* Remove unused variables.Behdad Esfahbod2007-01-181-0/+2
* Bug 397414 - port vteapp to GOptionChris Wilson2007-01-171-197/+202
* As part of Bug 397439.Chris Wilson2007-01-171-2/+2
* Bug 353756 – font setting cleanupBehdad Esfahbod2006-09-201-4/+3
* Bug 345377 – real transparency Patch from Kristian Høgsberg <krhBehdad Esfahbod2006-07-101-0/+9
* Remove obsolete #ifde GTK_CHECK_VERSION(2,2,0) checks.Behdad Esfahbod2006-04-221-4/+0
* Remove the #ident strings.Behdad Esfahbod2006-04-181-1/+0
* Bug 334385 – Use intltoolBehdad Esfahbod2006-03-151-7/+1
* Bug 333768 – vteapp debug stuff should be conditional Patch from EgmontBehdad Esfahbod2006-03-131-1/+7
* Removed the huge sequence handler table. Changed to use the compact tablesBehdad Esfahbod2006-02-101-1/+1
* Make a couple debug messages conditional on DEBUG_MISC.Behdad Esfahbod2006-02-091-2/+10
* Warning cleanup. A couple were actually bugs.Behdad Esfahbod2006-02-031-1/+1
* Add the debug flag TRIE for printing out the trie (previous was usingBehdad Esfahbod2006-02-031-1/+1
* applied patch from kmaraas to replace g_return* with g_assert in static funct...Guilherme de S. Pastore2006-01-151-9/+9
* Add (#134429). take a VteTerminalAntiAlias argument. take aNalin Dahyabhai2004-04-201-3/+18
* add options for exercising the cursor and highlight colors. flush outputNalin Dahyabhai2003-09-151-4/+23
* silence a compiler warning.Nalin Dahyabhai2003-09-111-2/+8
* exit on any error, to avoid leaving random unreaped children running.Nalin Dahyabhai2003-08-131-16/+56
* don't add the padding in when calculating the new window size.Nalin Dahyabhai2003-08-131-2/+6
* require -i for icon-title-changed messages, which got really annoyingNalin Dahyabhai2003-05-301-3/+10
* fix newline stuffing (used in linefeed mode). rename toNalin Dahyabhai2003-05-291-2/+20
* check for GTK+ 2.2, and if found, force use of multihead-safe APIs to tryNalin Dahyabhai2003-05-281-7/+9
* force an entire window repaint if we're supposed to scroll the backgroundNalin Dahyabhai2003-05-221-0/+1
* free the temporary array. add. use _vte_matcher_free_params_array insteadNalin Dahyabhai2003-05-211-2/+12
* create the terminal's draw structure. free the terminal's draw structure.Nalin Dahyabhai2003-05-201-0/+5
* properly send a SIGHUP to the child process if it hasn't already exitedNalin Dahyabhai2003-05-201-1/+8
* don't exit on eof, just child-exited. don't disconnect from SIGCHLD onNalin Dahyabhai2003-05-191-1/+0
* add _vte_draw_needs_repaint() to indicate if the drawing back-end can onlyNalin Dahyabhai2003-05-131-1/+3
* add a singleton object for managing copies of background images, eitherNalin Dahyabhai2003-05-011-7/+3
* stop messing with fontconfig's list of font directories.Nalin Dahyabhai2003-04-221-14/+0
* - ident tagging - header reorgNalin Dahyabhai2003-04-211-0/+2
* require automake 1.6, 1.5 chokes on AM_LDFLAGS, which 1.7 wants instead ofNalin Dahyabhai2003-04-141-6/+1
* add specific checks for PangoX and glX. add drawing method using freetypeNalin Dahyabhai2003-04-091-1/+9
* require Xft2 and fontconfig, drop Xft1. Require freetype2. add xticker,Nalin Dahyabhai2003-03-051-2/+7
* take a shot at implementing xconsole-like functionality when started withNalin Dahyabhai2003-02-261-11/+137