Kovid Goyal
|
44e8a6c3c7
|
Start work on sprite map
|
2016-11-10 17:22:00 +05:30 |
|
Kovid Goyal
|
9069c08016
|
...
|
2016-11-10 12:55:36 +05:30 |
|
Kovid Goyal
|
bbb13a3172
|
Tests for Screen.index()
|
2016-11-10 12:54:38 +05:30 |
|
Kovid Goyal
|
b12af6f21d
|
Test for LineBuf.clear()
Also raise IndexError instead of ValueError for line and char access
|
2016-11-10 12:05:50 +05:30 |
|
Kovid Goyal
|
1884cc17c1
|
A ColorProfile to manage colors
|
2016-11-10 10:07:47 +05:30 |
|
Kovid Goyal
|
6334b39935
|
More tests for rewrap
|
2016-11-09 19:21:08 +05:30 |
|
Kovid Goyal
|
7108584e7a
|
A more accurate, but slower rewrap algorithm
|
2016-11-09 17:47:03 +05:30 |
|
Kovid Goyal
|
8623e7b6e7
|
More tests for rewrap
|
2016-11-09 11:19:17 +05:30 |
|
Kovid Goyal
|
0904939e4a
|
Some test for rewrap
|
2016-11-08 21:25:26 +05:30 |
|
Kovid Goyal
|
0a69f00ab4
|
Re-enable all screen tests
|
2016-11-08 09:53:51 +05:30 |
|
Kovid Goyal
|
3dc74413a5
|
Line.clear_text()
|
2016-11-08 09:00:18 +05:30 |
|
Kovid Goyal
|
9869b30ce5
|
LineBuf.delete_lines
|
2016-11-07 20:55:40 +05:30 |
|
Kovid Goyal
|
17e59ccc22
|
LineBuf.insert_lines
|
2016-11-07 16:15:46 +05:30 |
|
Kovid Goyal
|
f63a4e7015
|
Implement the index operations
Scrolling of line buffer one line at a time, optionally saving the
scrolled of line in a history buffer.
|
2016-11-07 13:03:28 +05:30 |
|
Kovid Goyal
|
20b5534c71
|
LineBuf.set_continued
|
2016-11-04 22:41:35 +05:30 |
|
Kovid Goyal
|
7687e75de4
|
LineBuf.set_attribute
|
2016-11-04 22:32:50 +05:30 |
|
Kovid Goyal
|
e3fdd3089d
|
LineBuf.clear()
|
2016-11-04 15:11:08 +05:30 |
|
Kovid Goyal
|
d324baf979
|
__eq__ for Line
|
2016-11-04 14:56:31 +05:30 |
|
Kovid Goyal
|
8324ec1c2b
|
Start work on using the new LineBuf class
|
2016-11-04 14:44:46 +05:30 |
|
Kovid Goyal
|
8636ddf3cd
|
...
|
2016-11-02 20:51:04 +05:30 |
|
Kovid Goyal
|
724a4113d5
|
Migrate the datatypes tests
|
2016-11-02 19:36:28 +05:30 |
|
Kovid Goyal
|
437593d4ee
|
Tests for the new datatypes
|
2016-11-02 10:44:35 +05:30 |
|
Kovid Goyal
|
85076d3012
|
Implement add combining char
|
2016-11-01 19:04:38 +05:30 |
|
Kovid Goyal
|
c069d40ffe
|
repr for Line
|
2016-11-01 18:43:55 +05:30 |
|
Kovid Goyal
|
f3944e6289
|
Implement a Line class
|
2016-11-01 18:18:12 +05:30 |
|
Kovid Goyal
|
a5368314af
|
...
|
2016-10-31 22:51:22 +05:30 |
|
Kovid Goyal
|
1f55af6691
|
Start work on C implementation of the core data types
|
2016-10-31 22:09:34 +05:30 |
|
Kovid Goyal
|
4df05d71d6
|
Nicer message on assert
|
2016-10-21 10:02:25 +05:30 |
|
Kovid Goyal
|
067662de94
|
Sanitize title and icon names
|
2016-10-21 03:53:31 +05:30 |
|
Kovid Goyal
|
5bd728fe2f
|
...
|
2016-10-21 00:05:50 +05:30 |
|
Kovid Goyal
|
d95383fa43
|
Dont mark cells the cursor leaves as dirty
|
2016-10-20 05:29:32 +05:30 |
|
Kovid Goyal
|
b354e95401
|
Implement cursor movement APIs
|
2016-10-19 20:15:07 +05:30 |
|
Kovid Goyal
|
fea7c2dcb0
|
Implement erase_in_screen()
|
2016-10-19 13:49:27 +05:30 |
|
Kovid Goyal
|
56bff2f4a7
|
Implement character manipulation APIs
|
2016-10-19 11:25:55 +05:30 |
|
Kovid Goyal
|
3ae0e4e5ac
|
Add support for unicode combining chars and wide chars
|
2016-10-18 20:30:18 +05:30 |
|
Kovid Goyal
|
355bfce189
|
Implement the fast draw path for single width characters
|
2016-10-18 11:04:30 +05:30 |
|
Kovid Goyal
|
44e8238eaf
|
API to set text in Line efficiently
|
2016-10-17 13:50:53 +05:30 |
|
Kovid Goyal
|
f345ac1bdd
|
A function to efficiently check for the common case pure ascii strings
|
2016-10-17 09:11:10 +05:30 |
|
Kovid Goyal
|
2b3855eea9
|
More efficient memory layout for Line
|
2016-10-17 08:24:16 +05:30 |
|
Kovid Goyal
|
9de6387e58
|
Finish tests for Line and Cursor
|
2016-10-17 07:05:54 +05:30 |
|
Kovid Goyal
|
e08385f991
|
Test for apply_cursor and cursor_from
|
2016-10-16 22:44:30 +05:30 |
|
Kovid Goyal
|
b9c15ef8e3
|
Tests for Cursor
|
2016-10-16 20:47:00 +05:30 |
|
Kovid Goyal
|
adaf748852
|
Framework for testing
|
2016-10-16 20:36:27 +05:30 |
|