aboutsummaryrefslogtreecommitdiff
path: root/apps/wm
AgeCommit message (Collapse)Author
2021-07-03Very minor fixesMarvin Borner
2021-07-01Timing is everythingMarvin Borner
2021-06-28Implemented basic layout renderingMarvin Borner
2021-06-19Improved bus and device managementMarvin Borner
2021-06-18Renamed device prefix from 'io_' to 'dev_'Marvin Borner
2021-06-13Added image viewer and blerp scalingMarvin Borner
2021-05-23Added title to app barMarvin Borner
2021-05-22Enabled window ping-pong checksMarvin Borner
2021-05-21Better window destroyingMarvin 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-05-20More generic makefile layoutMarvin Borner
2021-05-18Improved entire building chain (especially debugging)Marvin Borner
2021-05-15Strange fixesMarvin Borner
I have no ideas halp
2021-05-04General fixes (see description) - closes #17Marvin Borner
Somehow the Grub conversion (or anything before/between that) seems to have caused a *very* weird memory bug involving the heap/stack/sth overflowing into the video memory which will obviously result in strange undefined behaviour when data is written to the video memory. VERY STRANGE. Well, I need to prepare for my finals (Abitur) so I don't know whether I can fix this issue in the next few days. We'll see...
2021-04-30Some small fixes here and thereMarvin Borner
2021-04-29Alright!Marvin Borner
2021-04-27Huge compositor, timer and yielding improvementsMarvin Borner
2021-04-26Added VMMouse support and improved PS/2 mouseMarvin Borner
2021-04-25Chu chuu, using the bus for everything now!Marvin Borner
Well, I know: bus != train. But I like trains. So I don't care. Go away!
2021-04-23Fixed makefilesMarvin Borner
2021-04-18Fixed some memory leaksMarvin Borner
2021-04-17Added I/O bus implementation for efficient IPCMarvin Borner
This was a nice coding session. See ya tomorrow!
2021-04-17Implemented I/O pollingMarvin Borner
2021-04-16New elegant I/O blocking solutionMarvin Borner
This is done using an internal scheduler syscall (127). Very nice!
2021-04-14Implemented some I/O interfacesMarvin Borner
2021-04-14Even more I/O - started new PS/2 driverMarvin Borner
2021-04-13Started IO dev managerMarvin 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-05Restructured make layout and cleaned some appsMarvin Borner