summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-22Fixed some more stuffOskar
2024-03-22vcpm tested, seems OKOskar
2024-03-22updated test/Makefile for easier testingOskar
2024-03-22INSTALL updatedOskar
2024-03-22Created tests. Will create more testcases later.Oskar
2024-03-21small TODO list. Great for planning in smaller more granular scale.Oskar
2024-03-21i think validate_plus_continue is working now, it took way too long to ↵Oskar
figure this out
2024-03-21not testedOskar
2024-03-21Moved around even more. Probably some things i am missing or removed somehow ↵Oskar
but overall it already feels a bit better to have moved everything to smaller more manageable functions
2024-03-21Moving around alot of code now. It probably wont compileOskar
2024-03-21removed useless commentOskar
2024-03-21added i_validation.c and i_validation.h to make the code a bit easier and ↵Oskar
readable. Its my preparation for when i start dividing the validation functions in to smaller pieces
2024-03-15Git testOskar
2024-03-15Another git server push testOskar
2024-03-15Test commit for the new git serverOskar
2024-03-14Removed bug from N, very messy code but at least it works nowOskar
2024-03-13fixed major bug on input validate_L, same bug still remains on validate_N ↵Oskar
though. Also changed requirements for N
2024-03-10added smode to make cleanOskar
2024-03-10also changed INSTALL once againOskar
2024-03-10Changed Makefile again. Ive had trouble deciding how i should organise the ↵Oskar
building of this project. I think this is the final changes i will do for now.
2024-03-10make release fix in INSTALLOskar
2024-03-10Also fixed makefile. I have made a new decision how to build the program.Oskar
2024-03-10fixed and testedOskar
2024-03-07Makefile changesOskar
2024-03-07aOskar
2024-03-07Added USAGEOskar
2024-03-07improved 7ed.c to make using the current flags a little smarterOskar
2024-03-07validate_N() is done. I removed some printf tests from the code.Oskar
2024-03-07validate_N() is done, still need to do some cleanupOskar
2024-03-04Started working on validate_N(), its very similar to validate_L() so its ↵Oskar
mostly copy pasting with some logic changes. Mostly just moving stuff around to fit the requirements for N
2024-03-03New requirements for NOskar
2024-03-03validating L is doneoskar
2024-02-18Organised test directory and did some logic fixes to smodeOskar
2024-02-17.Oskar
2024-02-15Added INSTALL file and just some minor changesOskar
2024-02-15input.c fixed most logic for L, there may still be issues but most glaring ↵Oskar
issues are gone, i think.
2024-02-12update READMEOskar
2024-02-12New work in progress input system in input.cOskar
2024-02-11minor fixesOskar
2024-02-11README updateOskar
2024-02-11new + and - feature to increment and decrement the focus. I will make it ↵Oskar
more advanced.
2024-02-11remove writemode.cOskar
2024-02-11More changes to the makefile to make it easier for testingOskar
2024-02-10Makefile changes because of some errors i cannot explain when using clang. ↵Oskar
Maybe its just me i don't know but i can not figure it out
2024-02-10Makefile changes and slight change to variable in startmode.cOskar
2023-12-23New delete line feature. Lost of fixes tooOskar
2023-12-23fixesOskar
2023-12-21fixed some annoyances with L and some issues with how X handles the lines if ↵Oskar
there is no newlines at the end. Also fixed NEW_LINE function to be more useful
2023-12-14removed useless stuffOskar
2023-12-13Ok it wasnt fixed but now i fixed it for real this timeOskar