Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-01 | Hardened entire system | Marvin Borner | |
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf. | |||
2021-04-01 | Started WM improvements | Marvin Borner | |
2021-03-30 | Basic FEN parsing, buggy af | Marvin Borner | |
The entire GUI system is kinda buggy and sluggish. Might need to rethink some design choices. I've got some ideas to improve everything though. | |||
2021-03-30 | Widget fg/bg and gfx filters | Marvin Borner | |
2021-03-29 | Added more GUI stuff | Marvin Borner | |