| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2024-01-13 | Revert "Max 15 children per node." | Rose Hogenson | 1 | -1/+1 |
| 2024-01-13 | Use .collect() instead of from_iter() | Rose Hogenson | 1 | -1/+1 |
| 2024-01-13 | Max 15 children per node. | Rose Hogenson | 1 | -1/+1 |
| 2024-01-13 | Apply some clippy suggestions. | Rose Hogenson | 1 | -3/+3 |
| 2024-01-13 | Allow changing the btree max children. | Rose Hogenson | 1 | -44/+49 |
| 2024-01-13 | Escape control characters. | Rose Hogenson | 1 | -1/+24 |
| 2024-01-13 | Reject files with invalid utf-8. | Rose Hogenson | 1 | -37/+62 |
| 2024-01-13 | Delete benchmarks. | Rose Hogenson | 1 | -1/+1 |
| 2024-01-13 | Make the empty rope a constant. | Rose Hogenson | 1 | -10/+11 |
| 2024-01-12 | Introduce new helper functions for creating ropes. | Rose Hogenson | 1 | -32/+27 |
| 2024-01-12 | Remove an unnecessary clone. | Rose Hogenson | 1 | -1/+1 |
| 2024-01-12 | Handle Interrupted errors during read. | Rose Hogenson | 1 | -2/+10 |
| 2024-01-12 | Apply a clippy suggestion. | Rose Hogenson | 1 | -2/+6 |
| 2024-01-12 | Simplify the Rope::leaf function. | Rose Hogenson | 1 | -9/+8 |
| 2024-01-12 | Remove unnecessary function from_slice. | Rose Hogenson | 1 | -11/+7 |
| 2024-01-12 | Simplify the code a little bit. | Rose Hogenson | 1 | -14/+10 |
| 2024-01-12 | Try to avoid copies. | Rose Hogenson | 1 | -42/+72 |
| 2024-01-12 | Start tuning the performance of rope. | Rose Hogenson | 1 | -51/+48 |
| 2024-01-11 | Implement Home, End, PgUp, and PgDn. | Rose Hogenson | 1 | -8/+9 |
| 2024-01-11 | Optimise line_offset for the ASCII case. | Rose Hogenson | 1 | -0/+19 |
| 2024-01-11 | Rewrite the entire thing. | Rose Hogenson | 1 | -309/+250 |
| 2024-01-07 | Avoid an extra copy. | Rose Hogenson | 1 | -11/+7 |
| 2024-01-06 | Use a b-tree for the rope. | Rose Hogenson | 1 | -96/+242 |
| 2024-01-06 | Fix some bugs with long lines. | Rose Hogenson | 1 | -36/+1 |
| 2024-01-06 | Implement backspace. | Rose Hogenson | 1 | -1/+1 |
| 2024-01-06 | Fix input issues when scrolling quickly. | Rose Hogenson | 1 | -2/+1 |
| 2024-01-06 | Support inserting newline. | Rose Hogenson | 1 | -5/+18 |
| 2024-01-06 | Allow scrolling up and down. | Rose Hogenson | 1 | -2/+2 |
| 2024-01-06 | Truncate long lines. | Rose Hogenson | 1 | -0/+17 |
| 2024-01-06 | Use more idiomatic error handling. | Rose Hogenson | 1 | -56/+8 |
| 2024-01-06 | Fix unicode handling. | Rose Hogenson | 1 | -8/+78 |
| 2024-01-05 | Clean up the rope code. | Rose Hogenson | 1 | -200/+133 |
| 2023-12-29 | Allow saving the file with CTRL-S. | Rose Hogenson | 1 | -1/+19 |
| 2023-12-29 | Support inserting text. | Rose Hogenson | 1 | -0/+54 |
| 2023-12-29 | Keep track of cursor position. | Rose Hogenson | 1 | -21/+107 |
| 2023-12-27 | Add some TODOs for important enhancements. | Rose Hogenson | 1 | -0/+2 |
| 2023-12-27 | Print each line separately. | Rose Hogenson | 1 | -26/+16 |
| 2023-12-27 | Print the first n lines of the file. | Rose Hogenson | 1 | -4/+81 |
| 2023-12-27 | Remove unnecessary length field. | Rose Hogenson | 1 | -11/+9 |
| 2023-12-27 | Fix a bug in how unicode is printed. | Rose Hogenson | 1 | -22/+27 |
| 2023-12-26 | Add the basic rope. | Rose Hogenson | 1 | -0/+96 |
