Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-02 | Added UTF8 rendering support | Marvin Borner | |
2021-06-23 | Started widgets and layout stuff | Marvin Borner | |
2021-06-13 | Added image viewer and blerp scaling | Marvin Borner | |
2021-05-23 | Added title to app bar | Marvin Borner | |
2021-05-21 | GUI improvements and leak reduction | Marvin Borner | |
2021-05-21 | Major GUI refactoring | Marvin Borner | |
2021-05-20 | Added BGA driver and generic FB wrapper | Marvin Borner | |
2021-04-27 | Chess (-> and libgui) improvements | Marvin Borner | |
2021-04-27 | Huge compositor, timer and yielding improvements | Marvin Borner | |
2021-04-18 | Fixed some memory leaks | Marvin Borner | |
2021-04-06 | Made exec syscall relative using app name | Marvin Borner | |
My plan is to implement a mobile-OS-like sandboxing using manifests and permission middlewares. Let's see if I can manage to do this without sacrificing too much performance. I'm also wondering whether I should implement open/close syscalls which would result in a cleaner block/unblock mechanism. I need to think. Hmmm.. Naa | |||
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-03-30 | Widget fg/bg and gfx filters | Marvin Borner | |
2021-03-28 | Fun with widgets | Marvin Borner | |
2021-03-26 | Renamed libs | Marvin Borner | |
Cleaner and more flexible. |