| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | checkpoint | Raymaekers Luca | 2025-07-24 | 1 | -0/+3 |
| * | First pass at preparing for Github | Raymaekers Luca | 2025-03-19 | 55 | -1563/+227 |
| * | Administritavia | Raymaekers Luca | 2025-03-19 | 27 | -1021/+2452 |
| * | Created interface for unit testing UI | Raymaekers Luca | 2025-03-19 | 2 | -7/+68 |
| * | Cleanup on box.c | Raymaekers Luca | 2025-03-18 | 1 | -28/+100 |
| * | Updated box, send and server examples with new code | Raymaekers Luca | 2025-03-18 | 3 | -77/+141 |
| * | Added array library for ui implementation | Raymaekers Luca | 2025-03-17 | 5 | -71/+269 |
| * | Archived wrap and added probe insert textbox | Raymaekers Luca | 2025-03-17 | 7 | -31/+365 |
| * | Merge branch 'main' of db:chatty | Raymaekers Luca | 2024-11-26 | 5 | -78/+286 |
| |\ | |||||
| | * | Added archived code for reference | Raymaekers Luca | 2024-11-24 | 1 | -0/+163 |
| | * | Implement horizontal versus vertical scrolling strategy | Raymaekers Luca | 2024-11-24 | 4 | -78/+123 |
| * | | checkpoint | Raymaekers Luca | 2024-11-23 | 2 | -0/+215 |
| |/ | |||||
| * | Created InputBox widget | Raymaekers Luca | 2024-11-23 | 2 | -114/+185 |
| * | Added bug to readme | Raymaekers Luca | 2024-11-21 | 1 | -0/+4 |
| * | Fixed bug FormatIndexes going out of bounds | Raymaekers Luca | 2024-11-19 | 3 | -2/+6 |
| * | Add Tab keybind | Raymaekers Luca | 2024-11-19 | 2 | -4/+27 |
| * | added keyboard.c from termbox | Raymaekers Luca | 2024-11-19 | 4 | -1/+780 |
| * | Added pasting clipboard on ctrl-y | Raymaekers Luca | 2024-11-18 | 4 | -13/+103 |
| * | Added markdown support for messages | Raymaekers Luca | 2024-11-18 | 4 | -219/+461 |
| * | create archived.md for tasks which are done | Raymaekers Luca | 2024-11-08 | 5 | -50/+44 |
| * | Connect BIFD first to avoid errors | Raymaekers Luca | 2024-11-04 | 4 | -112/+178 |
| * | Fixed not setting unifd and bifd | Raymaekers Luca | 2024-11-03 | 4 | -59/+62 |
| * | Add id field to HeaderMessage for simplifying | Raymaekers Luca | 2024-11-03 | 6 | -420/+478 |
| * | Added Makefile | Raymaekers Luca | 2024-11-03 | 1 | -0/+11 |
| * | Merge branch 'id' | Raymaekers Luca | 2024-11-03 | 7 | -500/+1134 |
| |\ | |||||
| | * | Added ID system with 1 and 2-way communication | Raymaekers Luca | 2024-11-03 | 7 | -500/+1134 |
| |/ | |||||
| * | fix not sending PresenceMessage | Raymaekers Luca | 2024-10-30 | 1 | -4/+14 |
| * | Add limit_y to tb_printf_wrap | Raymaekers Luca | 2024-10-30 | 1 | -15/+40 |
| * | Refactor server code into functions | Raymaekers Luca | 2024-10-30 | 2 | -105/+137 |
| * | Added SIGSTOP handling for suspending on ctrl-z | Raymaekers Luca | 2024-10-30 | 2 | -0/+9 |
| * | Added protocol | Raymaekers Luca | 2024-10-30 | 8 | -549/+766 |
| * | Use dynamic limits for buffers | Raymaekers Luca | 2024-10-26 | 5 | -108/+154 |
| * | Put v2 code in root folder | Raymaekers Luca | 2024-10-26 | 20 | -0/+0 |
| * | Moved main() to top | Raymaekers Luca | 2024-10-26 | 1 | -202/+200 |
| * | Redraw screen after reconnect | Raymaekers Luca | 2024-10-26 | 1 | -20/+29 |
| * | fixed bug when sending message after disconnect | Raymaekers Luca | 2024-10-26 | 2 | -4/+4 |
| * | do not allow sending message to disconnected server | Raymaekers Luca | 2024-10-26 | 1 | -0/+5 |
| * | Slicker UI | Raymaekers Luca | 2024-10-26 | 1 | -58/+69 |
| * | Reconnnect to server with thread | Raymaekers Luca | 2024-10-26 | 2 | -33/+50 |
| * | Documentation & chore | Raymaekers Luca | 2024-10-25 | 4 | -22/+31 |
| * | Let user quit when reconnecting | Raymaekers Luca | 2024-10-25 | 1 | -23/+32 |
| * | Wrap messages when exceeding available width | Raymaekers Luca | 2024-10-25 | 1 | -38/+198 |
| * | fixed bug not allow sending empty message | Raymaekers Luca | 2024-10-25 | 2 | -0/+3 |
| * | Bind Ctrl+W to erase word behind cursor | Raymaekers Luca | 2024-10-25 | 2 | -0/+24 |
| * | Initial draft for v2 | Raymaekers Luca | 2024-10-24 | 9 | -0/+4222 |
| * | Archive code into v1/ directory | Raymaekers Luca | 2024-10-24 | 12 | -102/+229 |
| * | removed malloc & realloc | Raymaekers Luca | 2024-10-21 | 2 | -41/+57 |
| * | add to readme | Raymaekers Luca | 2024-10-21 | 1 | -0/+1 |
| * | Moved common.c to common.h | Raymaekers Luca | 2024-10-21 | 4 | -143/+134 |
| * | Add compile_flags | Raymaekers Luca | 2024-10-21 | 2 | -4/+9 |
