summaryrefslogtreecommitdiff
path: root/src/ring.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod1-1/+1
2008-11-22 Bug 536894 – Confusing use of "free" as variable-name in ringChristian Persch1-7/+7
2008-06-04Bug 536632 – vte build failure in ring.c:210: error: expected expressionBehdad Esfahbod1-1/+1
2007-11-16Use stack allocation to hold small numbers of temporary gpointers.Chris Wilson1-2/+6
2007-02-21A small bit of callgrinding, avoid the modulus insideChris Wilson1-5/+24
2007-02-05Missed an important compiler warning.Chris Wilson1-1/+1
2007-02-05cf Bug 342338 – suffers from memory fragmentationChris Wilson1-35/+36
2007-01-29Add -Wshadow to MAYBE_WARNChris Wilson1-1/+1
2007-01-26Janitorial work - near elimination of #ifdef VTE_DEBUG from withinChris Wilson1-52/+26
2007-01-18Fix loop-optimization warnings.Behdad Esfahbod1-2/+2
2007-01-17As part of Bug 397439.Chris Wilson1-5/+0
2007-01-17As part of Bug 397439.Chris Wilson1-26/+26
2006-08-31Minor doc syntax update.Behdad Esfahbod1-3/+3
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2006-03-31Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.Behdad Esfahbod1-2/+2
2006-01-15applied patch from kmaraas to replace g_return* with g_assert in static funct...Guilherme de S. Pastore1-1/+1
2003-04-24formatting fixup. formatting fixups. Try using U+FFFF as the "invalid"Nalin Dahyabhai1-1/+1
2003-01-14add _vte_ring_insert_preserve(), which scrolls lost items off the topvte_0_10_10Nalin Dahyabhai1-5/+65
2002-09-20Fix a ring-buffer manipulation bug (Red Hat #74290) which might cause aNalin Dahyabhai1-29/+50
2002-09-19backing out patch i accidently put inBrian Cameron1-3/+3
2002-09-19Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request.Brian Cameron1-3/+3
2002-09-052002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai1-33/+33
2002-09-052002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai1-4/+54
2002-08-27Keep cursor position and scrolling offsets from going wonky when youvte_0_8_8Nalin Dahyabhai1-2/+12
2002-08-20Debug when rows get freed. Maybe-release pango contexts after unreffingNalin Dahyabhai1-3/+20
2002-08-20Load fonts just-in-time to avoid spurious reloads. Don't override theNalin Dahyabhai1-5/+5
2002-08-08look for $pkgdatadir/termcap/$TERM first, as the widget does, beforeNalin Dahyabhai1-2/+4
2002-08-01Expose vte_pty_set_size() and get_size() to localize terminal ioctl usage.vte_0_7_0Nalin Dahyabhai1-2/+3
2002-07-23Expose the ring implementation and convert several simple functions intoNalin Dahyabhai1-50/+0
2002-06-26Check for redundant resizes. Keep the alternate screen buffer size theNalin Dahyabhai1-0/+6
2002-05-09Fixes to usage of iconv, from otaylor. Remap characters which are missingNalin Dahyabhai1-12/+24
2002-05-08Implement mouse button events and motion-event and any-event tracking.Nalin Dahyabhai1-9/+6
2002-05-02Rework trie matching to return the address of the character which endedvte_0_3_3Nalin Dahyabhai1-0/+2
2002-04-26include config.h. fix adjustment calculations, which i didn't get quiteNalin Dahyabhai1-1/+1
2002-04-26add a ring buffer for storing scrollback data. use a ring buffer insteadNalin Dahyabhai1-0/+292