Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-10-29 | Use right modifier to printf gulong | Christian Persch | 1 | -1/+1 |
2009-10-26 | Handle out-of-history remove's gracefully | Behdad Esfahbod | 1 | -1/+2 |
2009-10-26 | [ring] Remove one assertion | Behdad Esfahbod | 1 | -3/+7 |
2009-10-23 | [ring] Use gulong instead of guint for row/col indices | Behdad Esfahbod | 1 | -34/+34 |
2009-09-25 | [ring] Clear ring on _init | Behdad Esfahbod | 1 | -0/+2 |
2009-09-24 | Bug 596163 - Doesn't display expected background color in ncurses apps | Behdad Esfahbod | 1 | -22/+3 |
2009-09-18 | [ring] Don't append fragment text | Behdad Esfahbod | 1 | -2/+2 |
2009-09-18 | [ring] Fix fragment width | Behdad Esfahbod | 1 | -0/+1 |
2009-09-15 | [ring] Fix assertion failure with resize | Behdad Esfahbod | 1 | -1/+3 |
2009-09-15 | [ring] Simplify a bit | Behdad Esfahbod | 1 | -4/+16 |
2009-09-15 | [ring/stream] Handle stream failure (out of space) | Behdad Esfahbod | 1 | -5/+14 |
2009-09-15 | [ring] Store text as UTF-8 and RLE-encode the attrs | Behdad Esfahbod | 1 | -37/+145 |
2009-09-15 | [ring] Fix resize too | Behdad Esfahbod | 1 | -1/+2 |
2009-09-15 | [ring] Fix ring according to stream semantics | Behdad Esfahbod | 1 | -41/+85 |
2009-09-15 | [ring] Port to VteStream | Behdad Esfahbod | 1 | -530/+138 |
2009-09-15 | [ring] Fix typo | Behdad Esfahbod | 1 | -1/+1 |
2009-09-15 | [ring] Move VteRowData into its own file | Behdad Esfahbod | 1 | -140/+1 |
2009-09-10 | [ring] Limit line length to 0xFFFF | Behdad Esfahbod | 1 | -8/+21 |
2009-09-09 | [ring] Add VteRingChunkWritable | Behdad Esfahbod | 1 | -48/+48 |
2009-09-09 | [ring] Remove more unused code | Behdad Esfahbod | 1 | -42/+21 |
2009-09-09 | [ring] Reshuffle a bit more | Behdad Esfahbod | 1 | -36/+38 |
2009-09-09 | [ring] Shuffle code around | Behdad Esfahbod | 1 | -115/+116 |
2009-09-09 | [ring] Separate VteRowData and VteCompactRowData | Behdad Esfahbod | 1 | -43/+48 |
2009-09-09 | [ring] Further cleanup of cell array | Behdad Esfahbod | 1 | -16/+12 |
2009-09-09 | [ring] Rename | Behdad Esfahbod | 1 | -3/+3 |
2009-09-09 | [ring] Remove spare chunk caching | Behdad Esfahbod | 1 | -71/+6 |
2009-09-09 | [ring] Remove custom cell array allocator | Behdad Esfahbod | 1 | -124/+18 |
2009-09-08 | [ring] Whitespace | Behdad Esfahbod | 1 | -1/+1 |
2009-09-08 | [ring] Fix signed issues | Behdad Esfahbod | 1 | -12/+12 |
2009-09-08 | [ring] Const correctness | Behdad Esfahbod | 1 | -6/+6 |
2009-09-08 | [ring] Rename a bit | Behdad Esfahbod | 1 | -22/+22 |
2009-09-08 | [ring] Free all spare chunks when all rings are destroyed | Behdad Esfahbod | 1 | -25/+45 |
2009-09-08 | [ring] Reduce free chunks from 10 to 4 | Behdad Esfahbod | 1 | -1/+1 |
2009-09-08 | [ring] Fix chunk disposal | Behdad Esfahbod | 1 | -1/+5 |
2009-09-08 | [ring] Fix bytes_left calculation | Behdad Esfahbod | 1 | -14/+15 |
2009-09-08 | [ring] Invalidate cache | Behdad Esfahbod | 1 | -1/+5 |
2009-09-08 | [ring] Optimize attribute bitfield placement | Behdad Esfahbod | 1 | -3/+3 |
2009-09-08 | [ring] Add debug output | Behdad Esfahbod | 1 | -0/+10 |
2009-09-08 | [ring] Fix insert at start | Behdad Esfahbod | 1 | -26/+57 |
2009-09-08 | [ring] Move view cache row to ring | Behdad Esfahbod | 1 | -38/+36 |
2009-09-07 | [ring] Implement uncompact | Behdad Esfahbod | 1 | -24/+179 |
2009-09-07 | Fix ring access const correctness | Behdad Esfahbod | 1 | -1/+13 |
2009-09-07 | [ring] Cleanup warnings | Behdad Esfahbod | 1 | -12/+14 |
2009-09-07 | [ring] Ease default attr computations | Behdad Esfahbod | 1 | -3/+3 |
2009-09-07 | [ring] Allow one more room in insert such that position doesn't fall off | Behdad Esfahbod | 1 | -3/+4 |
2009-09-07 | [ring] Enlarge initial writable size | Behdad Esfahbod | 1 | -3/+5 |
2009-09-07 | [ring] Store max_rows | Behdad Esfahbod | 1 | -32/+42 |
2009-09-07 | [ring] Almost working | Behdad Esfahbod | 1 | -23/+33 |
2009-09-07 | Fix comment | Behdad Esfahbod | 1 | -0/+1 |
2009-09-07 | [ring] Compacting goodness; disabled now; eats babies | Behdad Esfahbod | 1 | -57/+225 |