summaryrefslogtreecommitdiff
path: root/src/interpret.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-22[interpret] Make the interpret app interactiveBehdad Esfahbod1-72/+75
2009-08-20Use GByteArray for VteBufferBehdad Esfahbod1-1/+1
2009-08-20Rename "struct _vte_buffer" to VteBufferBehdad Esfahbod1-1/+1
2008-12-26Fix warnings.Behdad Esfahbod1-4/+5
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod1-1/+1
2008-11-28Use g_parse_debug_string to parse the debug flags.Christian Persch1-1/+1
2007-02-05The continual reallocation of GValueArray is the last trivially avoidableChris Wilson1-1/+1
2007-02-04cf Bug 83285 – Treacle-slow scrolling in gnome-terminal on unacceleratedChris Wilson1-1/+2
2007-01-17As part of Bug 397439.Chris Wilson1-1/+1
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2005-03-14Add patch for excessive memory consumption when opening new tabs. ThisKjartan Maraas1-24/+1
2003-09-15add options for exercising the cursor and highlight colors. flush outputNalin Dahyabhai1-14/+14
2003-05-21use _vte_matcher_free_params_array. add a parameter for indicating if thisNalin Dahyabhai1-1/+1
2003-05-19- rename termcap.c/termcap.h to avoid conflicts with system <termcap.h>Nalin Dahyabhai1-1/+1
2003-04-18quiet a compiler warning. use KSX-1001 instead of KSC-5601 for Korean, addNalin Dahyabhai1-118/+71
2003-02-14handle width masks now that we're encoding widths for all characters.Nalin Dahyabhai1-0/+3
2002-12-10add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai1-11/+11
2002-09-19Munge input data the way the terminal does so that conversion failuresNalin Dahyabhai1-0/+6
2002-09-11Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai1-4/+5
2002-09-052002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai1-34/+34
2002-08-30Fix a how'd-that-ever-work bug (not returning anything fromvte_0_8_12Nalin Dahyabhai1-1/+1
2002-08-29Clean up bookkeeping for mouse autoscrolling and adjustment changevte_0_8_11Nalin Dahyabhai1-9/+14
2002-08-22Take a vte_table as an additional argument, and don't mess with textvte_0_8_2Nalin Dahyabhai1-2/+3
2002-08-20Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai1-0/+9
2002-08-19Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai1-10/+52
2002-08-08look for $pkgdatadir/termcap/$TERM first, as the widget does, beforeNalin Dahyabhai1-1/+5
2002-07-30Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai1-12/+15
2002-07-19Undo the scrolling changes -- there too many combinations of circumstancesvte_0_5_1Nalin Dahyabhai1-0/+13
2002-07-18Actually set ALL_LINGUAS so translations get installed. Document theNalin Dahyabhai1-19/+17
2002-06-19Fix a logic bug that got rid of the title always, not just when conversionNalin Dahyabhai1-0/+4
2002-05-02Rework trie matching to return the address of the character which endedvte_0_3_3Nalin Dahyabhai1-1/+1
2002-02-25Initial revisionNalin Dahyabhai1-0/+148