summaryrefslogtreecommitdiff
path: root/src/interpret.c
Commit message (Expand)AuthorAgeFilesLines
* emulation: Drop ISO-2022 supportEgmont Koblinger2014-11-221-4/+1
* tests: interpret: Fix build for matcher API changeChristian Persch2014-05-221-3/+1
* emulation: No longer rely on terminfo; drop ncurses dependencyEgmont Koblinger2014-05-201-14/+6
* all: Use terminfo instead of termcapChristian Persch2014-05-181-10/+8
* Revert "all: Use terminfo instead of termcap"Christian Persch2014-04-241-8/+10
* all: Use terminfo instead of termcapChristian Persch2014-04-231-10/+8
* iso2022: Update the interpret test tool for internal API changeChristian Persch2014-04-031-1/+1
* license: Update to LGPL 2.1. Update FSF postal address.Egmont Koblinger2014-01-081-10/+10
* Use a GResource for our default termcapChristian Persch2012-02-151-4/+6
* Vary termcap file into for gtk2/3 buildsChristian Persch2010-10-051-2/+1
* [interpret] Make the interpret app interactiveBehdad Esfahbod2009-11-221-72/+75
* Use GByteArray for VteBufferBehdad Esfahbod2009-08-201-1/+1
* Rename "struct _vte_buffer" to VteBufferBehdad Esfahbod2009-08-201-1/+1
* Fix warnings.Behdad Esfahbod2008-12-261-4/+5
* #include <config.h> instead of "../config.h".Behdad Esfahbod2008-12-011-1/+1
* Use g_parse_debug_string to parse the debug flags.Christian Persch2008-11-281-1/+1
* The continual reallocation of GValueArray is the last trivially avoidableChris Wilson2007-02-051-1/+1
* cf Bug 83285 – Treacle-slow scrolling in gnome-terminal on unacceleratedChris Wilson2007-02-041-1/+2
* As part of Bug 397439.Chris Wilson2007-01-171-1/+1
* Remove the #ident strings.Behdad Esfahbod2006-04-181-1/+0
* Add patch for excessive memory consumption when opening new tabs. ThisKjartan Maraas2005-03-141-24/+1
* add options for exercising the cursor and highlight colors. flush outputNalin Dahyabhai2003-09-151-14/+14
* use _vte_matcher_free_params_array. add a parameter for indicating if thisNalin Dahyabhai2003-05-211-1/+1
* - rename termcap.c/termcap.h to avoid conflicts with system <termcap.h>Nalin Dahyabhai2003-05-191-1/+1
* quiet a compiler warning. use KSX-1001 instead of KSC-5601 for Korean, addNalin Dahyabhai2003-04-181-118/+71
* handle width masks now that we're encoding widths for all characters.Nalin Dahyabhai2003-02-141-0/+3
* add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai2002-12-101-11/+11
* Munge input data the way the terminal does so that conversion failuresNalin Dahyabhai2002-09-191-0/+6
* Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai2002-09-111-4/+5
* 2002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai2002-09-051-34/+34
* Fix a how'd-that-ever-work bug (not returning anything fromvte_0_8_12Nalin Dahyabhai2002-08-301-1/+1
* Clean up bookkeeping for mouse autoscrolling and adjustment changevte_0_8_11Nalin Dahyabhai2002-08-291-9/+14
* Take a vte_table as an additional argument, and don't mess with textvte_0_8_2Nalin Dahyabhai2002-08-221-2/+3
* Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai2002-08-201-0/+9
* Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai2002-08-191-10/+52
* look for $pkgdatadir/termcap/$TERM first, as the widget does, beforeNalin Dahyabhai2002-08-081-1/+5
* Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai2002-07-301-12/+15
* Undo the scrolling changes -- there too many combinations of circumstancesvte_0_5_1Nalin Dahyabhai2002-07-191-0/+13
* Actually set ALL_LINGUAS so translations get installed. Document theNalin Dahyabhai2002-07-181-19/+17
* Fix a logic bug that got rid of the title always, not just when conversionNalin Dahyabhai2002-06-191-0/+4
* Rework trie matching to return the address of the character which endedvte_0_3_3Nalin Dahyabhai2002-05-021-1/+1
* Initial revisionNalin Dahyabhai2002-02-251-0/+148