summaryrefslogtreecommitdiff
path: root/src/ring.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-29Use right modifier to printf gulongChristian Persch1-1/+1
2009-10-26Handle out-of-history remove's gracefullyBehdad Esfahbod1-1/+2
2009-10-26[ring] Remove one assertionBehdad Esfahbod1-3/+7
2009-10-23[ring] Use gulong instead of guint for row/col indicesBehdad Esfahbod1-34/+34
2009-09-25[ring] Clear ring on _initBehdad Esfahbod1-0/+2
2009-09-24Bug 596163 - Doesn't display expected background color in ncurses appsBehdad Esfahbod1-22/+3
2009-09-18[ring] Don't append fragment textBehdad Esfahbod1-2/+2
2009-09-18[ring] Fix fragment widthBehdad Esfahbod1-0/+1
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 Esfahbod1-5/+14
2009-09-15[ring] Store text as UTF-8 and RLE-encode the attrsBehdad Esfahbod1-37/+145
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[ring] Port to VteStreamBehdad Esfahbod1-530/+138
2009-09-15[ring] Fix typoBehdad Esfahbod1-1/+1
2009-09-15[ring] Move VteRowData into its own fileBehdad Esfahbod1-140/+1
2009-09-10[ring] Limit line length to 0xFFFFBehdad Esfahbod1-8/+21
2009-09-09[ring] Add VteRingChunkWritableBehdad Esfahbod1-48/+48
2009-09-09[ring] Remove more unused codeBehdad Esfahbod1-42/+21
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 Esfahbod1-43/+48
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-08[ring] WhitespaceBehdad Esfahbod1-1/+1
2009-09-08[ring] Fix signed issuesBehdad Esfahbod1-12/+12
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 Esfahbod1-14/+15
2009-09-08[ring] Invalidate cacheBehdad Esfahbod1-1/+5
2009-09-08[ring] Optimize attribute bitfield placementBehdad Esfahbod1-3/+3
2009-09-08[ring] Add debug outputBehdad Esfahbod1-0/+10
2009-09-08[ring] Fix insert at startBehdad Esfahbod1-26/+57
2009-09-08[ring] Move view cache row to ringBehdad Esfahbod1-38/+36
2009-09-07[ring] Implement uncompactBehdad Esfahbod1-24/+179
2009-09-07Fix ring access const correctnessBehdad Esfahbod1-1/+13
2009-09-07[ring] Cleanup warningsBehdad Esfahbod1-12/+14
2009-09-07[ring] Ease default attr computationsBehdad Esfahbod1-3/+3
2009-09-07[ring] Allow one more room in insert such that position doesn't fall offBehdad Esfahbod1-3/+4
2009-09-07[ring] Enlarge initial writable sizeBehdad Esfahbod1-3/+5
2009-09-07[ring] Store max_rowsBehdad Esfahbod1-32/+42
2009-09-07[ring] Almost workingBehdad Esfahbod1-23/+33
2009-09-07Fix commentBehdad Esfahbod1-0/+1
2009-09-07[ring] Compacting goodness; disabled now; eats babiesBehdad Esfahbod1-57/+225