summaryrefslogtreecommitdiff
path: root/src/iso2022.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 542795 – VTE_CJK_WIDTH don't workBehdad Esfahbod2008-07-131-2/+2
* Oops. Fix thinko in last commit.Behdad Esfahbod2008-05-281-1/+1
* Bug 535022 – ambiguous width in utf8 localeBehdad Esfahbod2008-05-271-2/+9
* Bug 497246 – Kill vte_iso2022_fragment_inputChris Wilson2007-12-031-137/+129
* Bug 445620 – Some characters shows different in different locales. PatchBehdad Esfahbod2007-06-091-0/+1
* Consider ambiguous-width chars if VTE_CJK_WIDTH env var is set and we areBehdad Esfahbod2007-04-171-0/+7
* A small bit of callgrinding, avoid the modulus insideChris Wilson2007-02-211-6/+5
* Callgrind strikes again... Inserting a char is a rare operationChris Wilson2007-02-211-21/+20
* A few more trivial incremental improvements.Chris Wilson2007-02-191-32/+35
* Improve handling of parallel 'cat /dev/urandom' - notably a crasher in theChris Wilson2007-02-191-46/+42
* Some more callgrinding - kill a little bit of overhead.Chris Wilson2007-02-081-22/+80
* One more G_UNLIKELY Avoid expensive hiliting if the pointer is not in theChris Wilson2007-02-061-1/+1
* Some more small callgrind tweaks - well into the law of diminishingChris Wilson2007-02-051-16/+21
* A few more compiler warnings.Chris Wilson2007-02-041-7/+1
* cf Bug 83285 – Treacle-slow scrolling in gnome-terminal on unacceleratedChris Wilson2007-02-041-33/+28
* Store whether the codeset is ambiguous in a state variable, rather thanChris Wilson2007-02-041-10/+8
* s/_VTE_DEBUG_ON/_VTE_DEBUG_IF/ and don't include the code block inside theChris Wilson2007-01-261-4/+4
* Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson2007-01-261-150/+51
* Spend half an hour a day killing warnings...Chris Wilson2007-01-261-35/+34
* A couple of minor buggets.Chris Wilson2007-01-231-1/+1
* Remove unused variables.Behdad Esfahbod2007-01-181-1/+0
* As part of Bug 397439.Chris Wilson2007-01-171-1/+1
* As part of Bug 397439.Chris Wilson2007-01-171-5/+5
* As part of Bug 397439.Chris Wilson2007-01-171-6/+9
* As part of Bug 397439.Chris Wilson2007-01-171-15/+0
* As part of Bug 397439.Chris Wilson2007-01-171-37/+37
* Remove the #ident strings.Behdad Esfahbod2006-04-181-1/+0
* Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.Behdad Esfahbod2006-03-311-4/+4
* Bug 334385 – Use intltoolBehdad Esfahbod2006-03-151-8/+1
* Change INVALID_CODEPOINT from 0xFFFF to 0xFFFD. (bug #317235, EgmontBehdad Esfahbod2006-02-111-1/+1
* Apply fix from Fedora package for performance problems. Closes bugKjartan Maraas2005-02-281-30/+34
* Apply another patch from Fedora. This should fix some screen corruptionKjartan Maraas2005-02-281-22/+22
* add options for exercising the cursor and highlight colors. flush outputNalin Dahyabhai2003-09-151-3/+0
* don't reset the conversion state when we hit an end-of-line. I wasn'tNalin Dahyabhai2003-09-151-6/+27
* ask for LC_* in addition to LANG if weird spacing errors crop up. addNalin Dahyabhai2003-09-111-3/+3
* treat the "big5hkscs" encoding as an East Asian encoding, which usesNalin Dahyabhai2003-06-271-0/+1
* - 0.11.9vte_0_11_9Nalin Dahyabhai2003-06-031-2/+2
* fix logic for skipping over particular settings so that setting 1048Nalin Dahyabhai2003-05-301-7/+56
* handle control characters in the middle of control sequences. fix originNalin Dahyabhai2003-05-291-2/+6
* free the temporary array. add. use _vte_matcher_free_params_array insteadNalin Dahyabhai2003-05-211-0/+1
* clarify comments near one of the warning messages. unref the PangoNalin Dahyabhai2003-05-201-1/+1
* remove comma from end of enum declaration (#111925). don't useNalin Dahyabhai2003-05-191-1/+2
* - formatting fixupsNalin Dahyabhai2003-05-191-5/+5
* fix KP_PageDown in application keypad mode (#113187). add a finalizeNalin Dahyabhai2003-05-191-274/+423
* don't recognize 8-bit SS2 and SS3 by default, it breaks UTF-8 and otherNalin Dahyabhai2003-05-131-0/+3
* if we can't convert from the locale encoding to UTF-8, use UTF-8 as theNalin Dahyabhai2003-05-121-3/+17
* let OSC command sequences be subject to code conversion again (#112485).Nalin Dahyabhai2003-05-071-0/+2
* add VteConv as a thin wrapper around GIConv. use VteConv. remove. remove.Nalin Dahyabhai2003-05-071-16/+17
* add "Since: 0.11" to documentation for functions which aren't available inNalin Dahyabhai2003-05-061-2/+2
* include the whole JIS0201 map instead of just the lower half. set theNalin Dahyabhai2003-05-061-4/+51