aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* checkpointRaymaekers Luca2025-07-241-0/+3
* First pass at preparing for GithubRaymaekers Luca2025-03-1955-1563/+227
* AdministritaviaRaymaekers Luca2025-03-1927-1021/+2452
* Created interface for unit testing UIRaymaekers Luca2025-03-192-7/+68
* Cleanup on box.cRaymaekers Luca2025-03-181-28/+100
* Updated box, send and server examples with new codeRaymaekers Luca2025-03-183-77/+141
* Added array library for ui implementationRaymaekers Luca2025-03-175-71/+269
* Archived wrap and added probe insert textboxRaymaekers Luca2025-03-177-31/+365
* Merge branch 'main' of db:chattyRaymaekers Luca2024-11-265-78/+286
|\
| * Added archived code for referenceRaymaekers Luca2024-11-241-0/+163
| * Implement horizontal versus vertical scrolling strategyRaymaekers Luca2024-11-244-78/+123
* | checkpointRaymaekers Luca2024-11-232-0/+215
|/
* Created InputBox widgetRaymaekers Luca2024-11-232-114/+185
* Added bug to readmeRaymaekers Luca2024-11-211-0/+4
* Fixed bug FormatIndexes going out of boundsRaymaekers Luca2024-11-193-2/+6
* Add Tab keybindRaymaekers Luca2024-11-192-4/+27
* added keyboard.c from termboxRaymaekers Luca2024-11-194-1/+780
* Added pasting clipboard on ctrl-yRaymaekers Luca2024-11-184-13/+103
* Added markdown support for messagesRaymaekers Luca2024-11-184-219/+461
* create archived.md for tasks which are doneRaymaekers Luca2024-11-085-50/+44
* Connect BIFD first to avoid errorsRaymaekers Luca2024-11-044-112/+178
* Fixed not setting unifd and bifdRaymaekers Luca2024-11-034-59/+62
* Add id field to HeaderMessage for simplifyingRaymaekers Luca2024-11-036-420/+478
* Added MakefileRaymaekers Luca2024-11-031-0/+11
* Merge branch 'id'Raymaekers Luca2024-11-037-500/+1134
|\
| * Added ID system with 1 and 2-way communicationRaymaekers Luca2024-11-037-500/+1134
|/
* fix not sending PresenceMessageRaymaekers Luca2024-10-301-4/+14
* Add limit_y to tb_printf_wrapRaymaekers Luca2024-10-301-15/+40
* Refactor server code into functionsRaymaekers Luca2024-10-302-105/+137
* Added SIGSTOP handling for suspending on ctrl-zRaymaekers Luca2024-10-302-0/+9
* Added protocolRaymaekers Luca2024-10-308-549/+766
* Use dynamic limits for buffersRaymaekers Luca2024-10-265-108/+154
* Put v2 code in root folderRaymaekers Luca2024-10-2620-0/+0
* Moved main() to topRaymaekers Luca2024-10-261-202/+200
* Redraw screen after reconnectRaymaekers Luca2024-10-261-20/+29
* fixed bug when sending message after disconnectRaymaekers Luca2024-10-262-4/+4
* do not allow sending message to disconnected serverRaymaekers Luca2024-10-261-0/+5
* Slicker UIRaymaekers Luca2024-10-261-58/+69
* Reconnnect to server with threadRaymaekers Luca2024-10-262-33/+50
* Documentation & choreRaymaekers Luca2024-10-254-22/+31
* Let user quit when reconnectingRaymaekers Luca2024-10-251-23/+32
* Wrap messages when exceeding available widthRaymaekers Luca2024-10-251-38/+198
* fixed bug not allow sending empty messageRaymaekers Luca2024-10-252-0/+3
* Bind Ctrl+W to erase word behind cursorRaymaekers Luca2024-10-252-0/+24
* Initial draft for v2Raymaekers Luca2024-10-249-0/+4222
* Archive code into v1/ directoryRaymaekers Luca2024-10-2412-102/+229
* removed malloc & reallocRaymaekers Luca2024-10-212-41/+57
* add to readmeRaymaekers Luca2024-10-211-0/+1
* Moved common.c to common.hRaymaekers Luca2024-10-214-143/+134
* Add compile_flagsRaymaekers Luca2024-10-212-4/+9