summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-09-16Remove expensive assertionBehdad Esfahbod1-2/+0
2009-09-16[doc] Set LC_ALL instead of LANG for our check scriptsBehdad Esfahbod1-1/+2
2009-09-15[ring] Fix assertion failure with resizeBehdad Esfahbod1-1/+3
2009-09-15[ring] Simplify a bitBehdad Esfahbod1-4/+16
2009-09-15[ring/stream] Handle stream failure (out of space)Behdad Esfahbod4-19/+24
2009-09-15[ring] Store text as UTF-8 and RLE-encode the attrsBehdad Esfahbod3-38/+160
2009-09-15[stream] Fix bug in _head()Behdad Esfahbod1-4/+4
2009-09-15[unistr] _vte_unistr_len()Behdad Esfahbod2-5/+1
2009-09-15Add VteIntCellBehdad Esfahbod1-2/+4
2009-09-15[stream] Add head()Behdad Esfahbod3-0/+20
2009-09-15[ring] Fix resize tooBehdad Esfahbod1-1/+2
2009-09-15[ring] Fix ring according to stream semanticsBehdad Esfahbod1-41/+85
2009-09-15[stream] Fix new_page implementationBehdad Esfahbod1-1/+2
2009-09-15[stream] Handle eof situationBehdad Esfahbod1-0/+5
2009-09-15[stream] Add a reset() methodBehdad Esfahbod3-41/+71
2009-09-15[stream] s/trunc/truncate/Behdad Esfahbod3-6/+6
2009-09-15[stream] Fix returned offsetBehdad Esfahbod1-1/+1
2009-09-15[ring] Port to VteStreamBehdad Esfahbod5-571/+201
2009-09-15[stream] Add file streamBehdad Esfahbod5-27/+278
2009-09-15[stream] Start vte stream designBehdad Esfahbod3-0/+89
2009-09-15[ring] Fix typoBehdad Esfahbod1-1/+1
2009-09-15[ring] Move VteRowData into its own fileBehdad Esfahbod6-278/+337
2009-09-10[ring] Limit line length to 0xFFFFBehdad Esfahbod2-11/+24
2009-09-09[ring] Add VteRingChunkWritableBehdad Esfahbod2-56/+58
2009-09-09[ring] Remove more unused codeBehdad Esfahbod1-42/+21
2009-09-09[ring] More cleanupBehdad Esfahbod1-4/+2
2009-09-09[ring] Reshuffle a bit moreBehdad Esfahbod1-36/+38
2009-09-09[ring] Shuffle code aroundBehdad Esfahbod1-115/+116
2009-09-09[ring] Separate VteRowData and VteCompactRowDataBehdad Esfahbod2-64/+51
2009-09-09[ring] Remove stale commentBehdad Esfahbod1-1/+0
2009-09-09[ring] Rename vtecellattr to VteCellAttrBehdad Esfahbod2-6/+6
2009-09-09[ring] Move row attrs into a structBehdad Esfahbod3-9/+18
2009-09-09[ring] Further cleanup of cell arrayBehdad Esfahbod1-16/+12
2009-09-09[ring] RenameBehdad Esfahbod1-3/+3
2009-09-09[ring] Remove spare chunk cachingBehdad Esfahbod1-71/+6
2009-09-09[ring] Remove custom cell array allocatorBehdad Esfahbod1-124/+18
2009-09-08Simplify accessBehdad Esfahbod1-85/+89
2009-09-08[ring] Reinstate attr.fragmentBehdad Esfahbod4-26/+28
2009-09-08[ring] WhitespaceBehdad Esfahbod1-1/+1
2009-09-08[ring] Fix signed issuesBehdad Esfahbod2-13/+13
2009-09-08[ring] Const correctnessBehdad Esfahbod1-6/+6
2009-09-08[ring] Rename a bitBehdad Esfahbod1-22/+22
2009-09-08[ring] Free all spare chunks when all rings are destroyedBehdad Esfahbod1-25/+45
2009-09-08[ring] Reduce free chunks from 10 to 4Behdad Esfahbod1-1/+1
2009-09-08[ring] Fix chunk disposalBehdad Esfahbod1-1/+5
2009-09-08[ring] Fix bytes_left calculationBehdad Esfahbod2-20/+17
2009-09-08[ring] Invalidate cacheBehdad Esfahbod1-1/+5
2009-09-08[ring] Optimize attribute bitfield placementBehdad Esfahbod2-6/+9
2009-09-08[ring] Add debug outputBehdad Esfahbod1-0/+10
2009-09-08[ring] Fix insert at startBehdad Esfahbod1-26/+57