aboutsummaryrefslogtreecommitdiff
path: root/libs/libgui/gfx.h
AgeCommit message (Collapse)Author
2021-07-02Added UTF8 rendering supportMarvin Borner
2021-06-23Started widgets and layout stuffMarvin Borner
2021-06-13Added image viewer and blerp scalingMarvin Borner
2021-05-23Added title to app barMarvin Borner
2021-05-21GUI improvements and leak reductionMarvin Borner
2021-05-21Major GUI refactoringMarvin Borner
2021-05-20Added BGA driver and generic FB wrapperMarvin Borner
2021-04-27Chess (-> and libgui) improvementsMarvin Borner
2021-04-27Huge compositor, timer and yielding improvementsMarvin Borner
2021-04-18Fixed some memory leaksMarvin Borner
2021-04-06Made exec syscall relative using app nameMarvin 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-01Hardened entire systemMarvin Borner
By using the nonnull attribute and replace buffer-overflow-prone functions like strcpy, strcat and sprintf by strlcpy, strlcat and snprintf.
2021-03-30Widget fg/bg and gfx filtersMarvin Borner
2021-03-28Fun with widgetsMarvin Borner
2021-03-26Renamed libsMarvin Borner
Cleaner and more flexible.