summaryrefslogtreecommitdiff
path: root/src/ring.h
Commit message (Expand)AuthorAgeFilesLines
* all: Fix includesChristian Persch2015-04-271-1/+1
* ring: Don't reset the stream offsets to 0 on ring resetEgmont Koblinger2015-01-181-1/+1
* emulation: Support CSI 3J (clear scrollback)Egmont Koblinger2014-12-281-0/+1
* ring: Rename visible_rows_hint: it's no longer a hint onlyEgmont Koblinger2014-12-281-2/+2
* ring: Don't create streams for the alternate screenEgmont Koblinger2014-12-141-1/+2
* ring: Add _vte_ring_reset()Egmont Koblinger2014-11-291-0/+1
* all: Rename APIChristian Persch2014-04-071-1/+1
* license: Update to LGPL 2.1. Update FSF postal address.Egmont Koblinger2014-01-081-10/+10
* widget,emulation: Rewrap the lines when the window is resizedEgmont Koblinger2013-11-181-0/+5
* ring,stream: Refactor the interface between the ring and the streamEgmont Koblinger2013-11-181-1/+0
* Part of Bug 646098 - vte uses too many file descriptorsBehdad Esfahbod2013-09-291-1/+3
* [ring] Rename variables for readabilityBehdad Esfahbod2013-09-271-2/+3
* Initial implementation of vte_terminal_write_contents()Behdad Esfahbod2010-01-131-1/+11
* [ring] Use gulong instead of guint for row/col indicesBehdad Esfahbod2009-10-231-17/+17
* Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod2009-09-181-10/+10
* Do some symbol hidingBehdad Esfahbod2009-09-171-10/+10
* [ring] Store text as UTF-8 and RLE-encode the attrsBehdad Esfahbod2009-09-151-1/+9
* [ring] Port to VteStreamBehdad Esfahbod2009-09-151-32/+16
* [ring] Move VteRowData into its own fileBehdad Esfahbod2009-09-151-137/+1
* [ring] Limit line length to 0xFFFFBehdad Esfahbod2009-09-101-3/+3
* [ring] Add VteRingChunkWritableBehdad Esfahbod2009-09-091-8/+10
* [ring] More cleanupBehdad Esfahbod2009-09-091-4/+2
* [ring] Separate VteRowData and VteCompactRowDataBehdad Esfahbod2009-09-091-21/+3
* [ring] Remove stale commentBehdad Esfahbod2009-09-091-1/+0
* [ring] Rename vtecellattr to VteCellAttrBehdad Esfahbod2009-09-091-5/+5
* [ring] Move row attrs into a structBehdad Esfahbod2009-09-091-1/+10
* [ring] Reinstate attr.fragmentBehdad Esfahbod2009-09-081-4/+2
* [ring] Fix signed issuesBehdad Esfahbod2009-09-081-1/+1
* [ring] Fix bytes_left calculationBehdad Esfahbod2009-09-081-6/+2
* [ring] Optimize attribute bitfield placementBehdad Esfahbod2009-09-081-3/+6
* [ring] Move view cache row to ringBehdad Esfahbod2009-09-081-6/+5
* [ring] Implement uncompactBehdad Esfahbod2009-09-071-1/+6
* Fix ring access const correctnessBehdad Esfahbod2009-09-071-3/+11
* [ring] MinorBehdad Esfahbod2009-09-071-2/+4
* [ring] Cleanup warningsBehdad Esfahbod2009-09-071-2/+5
* [ring] Ease default attr computationsBehdad Esfahbod2009-09-071-16/+24
* [ring] Enlarge initial writable sizeBehdad Esfahbod2009-09-071-0/+2
* [ring] Compacting goodness; disabled now; eats babiesBehdad Esfahbod2009-09-071-2/+18
* [ring] Overhaul. Not working right now.Behdad Esfahbod2009-09-071-13/+43
* [ring] Keep ring->next instead of ring->lengthBehdad Esfahbod2009-09-071-4/+4
* Fix palette handlingBehdad Esfahbod2009-09-071-0/+1
* [ring] Allocate main row array in powers of twoBehdad Esfahbod2009-09-051-2/+2
* [ring] Assert struct sizesBehdad Esfahbod2009-09-051-0/+2
* [ring] Remove glong in favor of guintBehdad Esfahbod2009-09-051-12/+12
* [ring] Minor cleanupBehdad Esfahbod2009-09-051-8/+8
* [ring] Remove unused macroBehdad Esfahbod2009-09-051-1/+0
* Rename vtecell to VteCell as it's not a value typeBehdad Esfahbod2009-09-051-10/+10
* [ring] Remove GArray for rowcell allocationBehdad Esfahbod2009-09-051-21/+26
* Remove cell.attr.fragment and use cell.c == FRAGMENT insteadBehdad Esfahbod2009-08-271-3/+3
* [ring] Fix brokenness with macro implementationBehdad Esfahbod2009-08-271-4/+9