index
:
~krh/vte
master
Unnamed repository; edit this file 'description' to name the repository.
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-01
#include <config.h> instead of "../config.h".
Behdad Esfahbod
1
-1
/
+1
2008-11-22
Bug 536894 – Confusing use of "free" as variable-name in ring
Christian Persch
1
-7
/
+7
2008-06-04
Bug 536632 – vte build failure in ring.c:210: error: expected expression
Behdad Esfahbod
1
-1
/
+1
2007-11-16
Use stack allocation to hold small numbers of temporary gpointers.
Chris Wilson
1
-2
/
+6
2007-02-21
A small bit of callgrinding, avoid the modulus inside
Chris Wilson
1
-5
/
+24
2007-02-05
Missed an important compiler warning.
Chris Wilson
1
-1
/
+1
2007-02-05
cf Bug 342338 – suffers from memory fragmentation
Chris Wilson
1
-35
/
+36
2007-01-29
Add -Wshadow to MAYBE_WARN
Chris Wilson
1
-1
/
+1
2007-01-26
Janitorial work - near elimination of #ifdef VTE_DEBUG from within
Chris Wilson
1
-52
/
+26
2007-01-18
Fix loop-optimization warnings.
Behdad Esfahbod
1
-2
/
+2
2007-01-17
As part of Bug 397439.
Chris Wilson
1
-5
/
+0
2007-01-17
As part of Bug 397439.
Chris Wilson
1
-26
/
+26
2006-08-31
Minor doc syntax update.
Behdad Esfahbod
1
-3
/
+3
2006-04-18
Remove the #ident strings.
Behdad Esfahbod
1
-1
/
+0
2006-03-31
Bug 336117 – [patch] Use g_slice API Patch from Aivars Kalvans.
Behdad Esfahbod
1
-2
/
+2
2006-01-15
applied patch from kmaraas to replace g_return* with g_assert in static funct...
Guilherme de S. Pastore
1
-1
/
+1
2003-04-24
formatting fixup. formatting fixups. Try using U+FFFF as the "invalid"
Nalin Dahyabhai
1
-1
/
+1
2003-01-14
add _vte_ring_insert_preserve(), which scrolls lost items off the top
vte_0_10_10
Nalin Dahyabhai
1
-5
/
+65
2002-09-20
Fix a ring-buffer manipulation bug (Red Hat #74290) which might cause a
Nalin Dahyabhai
1
-29
/
+50
2002-09-19
backing out patch i accidently put in
Brian Cameron
1
-3
/
+3
2002-09-19
Backed out scrolldelay patches from 09-17 and 09-18 at Nalin's request.
Brian Cameron
1
-3
/
+3
2002-09-05
2002-09-05 nalin prefix library-internal interfaces with underscores so
Nalin Dahyabhai
1
-33
/
+33
2002-09-05
2002-09-05 nalin first pass at writing documentation fix
Nalin Dahyabhai
1
-4
/
+54
2002-08-27
Keep cursor position and scrolling offsets from going wonky when you
vte_0_8_8
Nalin Dahyabhai
1
-2
/
+12
2002-08-20
Debug when rows get freed. Maybe-release pango contexts after unreffing
Nalin Dahyabhai
1
-3
/
+20
2002-08-20
Load fonts just-in-time to avoid spurious reloads. Don't override the
Nalin Dahyabhai
1
-5
/
+5
2002-08-08
look for $pkgdatadir/termcap/$TERM first, as the widget does, before
Nalin Dahyabhai
1
-2
/
+4
2002-08-01
Expose vte_pty_set_size() and get_size() to localize terminal ioctl usage.
vte_0_7_0
Nalin Dahyabhai
1
-2
/
+3
2002-07-23
Expose the ring implementation and convert several simple functions into
Nalin Dahyabhai
1
-50
/
+0
2002-06-26
Check for redundant resizes. Keep the alternate screen buffer size the
Nalin Dahyabhai
1
-0
/
+6
2002-05-09
Fixes to usage of iconv, from otaylor. Remap characters which are missing
Nalin Dahyabhai
1
-12
/
+24
2002-05-08
Implement mouse button events and motion-event and any-event tracking.
Nalin Dahyabhai
1
-9
/
+6
2002-05-02
Rework trie matching to return the address of the character which ended
vte_0_3_3
Nalin Dahyabhai
1
-0
/
+2
2002-04-26
include config.h. fix adjustment calculations, which i didn't get quite
Nalin Dahyabhai
1
-1
/
+1
2002-04-26
add a ring buffer for storing scrollback data. use a ring buffer instead
Nalin Dahyabhai
1
-0
/
+292