summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-04-18Bug 337442 – [patch] Reduce .plt sectionBehdad Esfahbod1-1/+3
2006-04-18Remove the #ident strings.Behdad Esfahbod66-66/+0
2006-04-18Make some data structures const by changing char * to char [].Behdad Esfahbod7-549/+540
2006-04-12Bug 142247 – use of uninitialized valueBehdad Esfahbod1-1/+1
2006-04-12Minor.Behdad Esfahbod1-1/+1
2006-04-12Try to use the font first for all graphic characters. This results inBehdad Esfahbod2-79/+6
2006-04-12Bug 144456 – UK pound currency symbol rendered incorrectlyBehdad Esfahbod1-2/+2
2006-04-12Bug 307403 – xticker doublefreeBehdad Esfahbod1-3/+4
2006-03-31Bug 168251 – add support for 256 colors terminals Patch fromBehdad Esfahbod3-97/+116
2006-03-31Bug 120276 – Wishlist: Support Rectangular Selection Patch from Pedro deBehdad Esfahbod2-17/+88
2006-03-31Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.Behdad Esfahbod20-116/+101
2006-03-27Bug 336128 # vim scrolling issues - emulation errorsBehdad Esfahbod1-5/+6
2006-03-15Bug 334385 – Use intltoolBehdad Esfahbod7-45/+8
2006-03-14More tweaks to the previous changes. Reported by dholbach again.Behdad Esfahbod1-29/+21
2006-03-13Put the stuff changed in previous commit in their original order. ProblemBehdad Esfahbod1-10/+16
2006-03-13Bug 104841 – scrolling doesn't work inside "screen" windowsBehdad Esfahbod1-31/+29
2006-03-13Bug 333768 – vteapp debug stuff should be conditional Patch from EgmontBehdad Esfahbod1-1/+7
2006-03-08Fix vte_update_timeout repeat to 25ms. (bug #333776, Egmont Koblinger)Behdad Esfahbod2-1/+2
2006-03-01Step up COALESCE_TIMEOUT and DISPLAY_TIMEOUT from 2ms to 10ms. This isBehdad Esfahbod2-6/+7
2006-02-25Rever the patch to optimize memory usage by releasing fonts that aren'tBehdad Esfahbod1-16/+6
2006-02-17Make shift+insert paste PRIMARY and ctrl+shift+insert paste CLIPBOARDBehdad Esfahbod1-2/+2
2006-02-17Better update-timeout handling. Always delay updates a bit. ScheduleBehdad Esfahbod1-22/+49
2006-02-14Return 0. (bug #331178)Behdad Esfahbod1-0/+2
2006-02-14Only discontinue timer if nothing was updated in the last cycle.Behdad Esfahbod1-2/+6
2006-02-13Handle Ctrl+Shift+Insert to paste PRIMARY.Behdad Esfahbod1-3/+9
2006-02-11Change INVALID_CODEPOINT from 0xFFFF to 0xFFFD. (bug #317235, EgmontBehdad Esfahbod1-1/+1
2006-02-11Guard more against off values.Behdad Esfahbod1-7/+7
2006-02-11Update the build infrastructure. make distcheck works now!Behdad Esfahbod1-0/+1
2006-02-10Throttle invalidating to at most 40 times per second, using a timeout.Behdad Esfahbod2-2/+53
2006-02-10Removed the huge sequence handler table. Changed to use the compact tablesBehdad Esfahbod6-438/+955
2006-02-10Allocate terminal->pvt using GObject private data.Behdad Esfahbod1-104/+10
2006-02-10Moved all sequence handler codes into a separate file.Behdad Esfahbod6-4854/+5145
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 Esfahbod2-12/+18
2006-02-03Add the debug flag TRIE for printing out the trie (previous was usingBehdad Esfahbod6-21/+30
2006-02-02Added to CVS.Behdad Esfahbod2-18/+38
2006-01-30applied patch from Tomas Mraz to fix a double free. Closes bug #161337.Guilherme de S. Pastore1-3/+7
2006-01-28add -DG_DISABLE_ASSERT to CFLAGS. updated. bumped version to 0.11.17. onlyGuilherme de S. Pastore2-27/+33
2006-01-15Fix the build after the previous commit. And update the NEWS file a bitKjartan Maraas1-1/+1
2006-01-15applied patch from kmaraas to replace g_return* with g_assert in static funct...Guilherme de S. Pastore6-183/+181
2006-01-14Support save and restore cursor position using \033[s and \033[u. ReportedOlav Vitters1-0/+2
2005-11-30Remove some unused code. (vte_terminal_process_incoming): Don't emitKjartan Maraas1-6/+0
2005-11-01Fix for crasher bug #153405. Patch from Padraig O'Briain.Bill Haneman1-0/+9
2005-10-02Fix gdk warnings. Patch from Michele Baldessari. Closes bug #309025.Kjartan Maraas2-2/+2
2005-09-16Optimize memory usage by releasing fonts that aren't needed early. PatchKjartan Maraas1-6/+16
2005-08-12Don't crash if there's no termcap file. Michele Baldessari Closes bugKjartan Maraas1-0/+3
2005-08-10Patch from: Padraig O'Briain <padraig.obriain@sun.com> Closes bug #113590.Kjartan Maraas3-13/+198
2005-07-25Initialize PangoContext * data->ctx with NULL. Closes bug #126262Michele Baldessari1-0/+1
2005-07-21Fix bug #149925: add comment for translators.Danilo Šegan1-0/+1
2005-07-07Unset the user data on the gdk window.Matthias Clasen1-0/+2