aboutsummaryrefslogtreecommitdiff
path: root/config (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-17Refactored package structureJulien Dessaux28-1304/+0
2021-03-18Fixed possible nil dereference in testsJulien Dessaux1-5/+12
2021-03-18Removed unused statement in testsJulien Dessaux1-1/+0
2021-03-18Fixed typos in error messagesJulien Dessaux1-3/+3
2021-01-18Removed needlessly complex menu display offset settingsJulien Dessaux3-35/+3
2021-01-13Have the configuration loadFile function return a pointerJulien Dessaux2-18/+18
2021-01-13Finished implementing config testsJulien Dessaux10-32/+227
2021-01-12Properly test the minimal config contentsJulien Dessaux1-5/+33
2021-01-12Improved config App testsJulien Dessaux2-2/+13
2021-01-12Wrote a minimal config and refactored all tests from it to simplify everythingJulien Dessaux13-516/+63
2021-01-12Fixed invalid handling of menu offsetsJulien Dessaux2-6/+3
2021-01-12Updated menu tests to account properly for duplicate keysJulien Dessaux3-23/+7
2020-12-26Continued implementing config validationJulien Dessaux10-24/+596
2020-12-24Began implementing config validationJulien Dessaux17-14/+820
2020-12-23Implemented the configuration file formatJulien Dessaux6-0/+190