Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | Update build params | Juan Manuel Tomás | |
2020-07-11 | Update build params | Juan Manuel Tomás | |
2020-07-11 | Implement IPC using binary format | Juan Manuel Tomás | |
2020-07-11 | Make client side ipc binary | Juan Manuel Tomás | |
2020-07-10 | Create c-cpp.yml | Juan Manuel Tomás | |
2020-07-10 | make clear the separation of client and buffer | Juan Manuel Tomás | |
2020-07-10 | Merge pull request #7 from jmtomas/6 | Juan Manuel Tomás | |
6 | |||
2020-07-10 | Implement file writing using the write syscall | Juan Manuel Tomás | |
2020-07-10 | Implement file reading using read syscall | Juan Manuel Tomás | |
2020-07-07 | Ignore jet2 | Juan Manuel Tomás | |
2020-07-07 | Implement tui for client | Juan Manuel Tomás | |
2020-07-07 | Delete restarted clients | Juan Manuel Tomás | |
2020-07-07 | Split application into server and client | Juan Manuel Tomás | |
2020-06-22 | Redraw page once per unicode character inserted | Juan Manuel Tomás | |
2020-06-20 | Fix unicode break on border between pages | Juan Manuel Tomás | |
2020-06-20 | Fix cursor jumping to bottom of screen on rseek | Juan Manuel Tomás | |
2020-06-03 | Separate pop into byte and element variants | Juan Manuel Tomás | |
2020-05-28 | Remove obsolete test | Juan Manuel Tomás | |
2020-05-28 | Point: Fix byte showing trash on move_backward | Juan Manuel Tomás | |
2020-05-26 | Add partial support for utf-8 | Juan Manuel Tomás | |
2020-05-24 | Rewrite in c++ | Juan Manuel Tomás | |
2020-05-09 | Extract buffer structure | Juan Manuel Tomás | |
2020-05-08 | Add quit key binding | Juan Manuel Tomás | |
2020-05-08 | Add some color to point test | Juan Manuel Tomás | |
2020-05-03 | Scroll only when cursor goes off screen | Juan Manuel Tomás | |
2020-05-03 | Add modality | Juan Manuel Tomás | |
2020-04-29 | Fix scrolling when inserting at buffer end | Juan Manuel Tomás | |
2020-04-29 | Fix cursor going oob on insert and delete | Juan Manuel Tomás | |
2020-04-29 | Make sure cursor is always on screen | Juan Manuel Tomás | |
2020-04-29 | Fix prev_line moving too much on long lines | Juan Manuel Tomás | |
2020-04-29 | Extract seeking functions | Juan Manuel Tomás | |
2020-04-28 | Improve performance on very large files | Juan Manuel Tomás | |
2020-04-27 | Fix scrolling bug | Juan Manuel Tomás | |
2020-04-27 | Fix newlines not getting rendered | Juan Manuel Tomás | |
2020-04-27 | Update number_of_lines on every keystroke | Juan Manuel Tomás | |
2020-04-27 | Add basic editing capabilities | Juan Manuel Tomás | |
Cursor is now visible and can insert, delete and move across the buffer. | |||
2020-04-27 | Simplify delete case where there's only one page | Juan Manuel Tomás | |
2020-04-26 | Fix deleting at start | Juan Manuel Tomás | |
2020-04-26 | Replace out of bound checks with asserts | Juan Manuel Tomás | |
2020-04-26 | Fix element queries at page borders | Juan Manuel Tomás | |
2020-04-24 | Fix deleting first page corrupting page pointer | Juan Manuel Tomás | |
2020-04-23 | Fix not deleting at gap_start when not empty | Juan Manuel Tomás | |
2020-04-23 | Fix point movement bug | Juan Manuel Tomás | |
2020-04-23 | Fix page going out of bounds on move and insert | Juan Manuel Tomás | |
2020-04-23 | Update tests | Juan Manuel Tomás | |
Testing pages and points are now separate. | |||
2020-04-23 | Allow redefinition of PAGE_SIZE | Juan Manuel Tomás | |
2020-04-22 | Separate gap edition from point edition | Juan Manuel Tomás | |
2020-04-22 | Refactor page structure | Juan Manuel Tomás | |
Changed the page's memory alignment to hopefully use less space. Also renamed buffer to elements. | |||
2020-04-22 | Move binary to root directory | Juan Manuel Tomás | |
2020-04-22 | Move operations on point structures to point.c | Juan Manuel Tomás | |