index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
wm
Age
Commit message (
Expand
)
Author
2021-07-03
Very minor fixes
Marvin Borner
2021-07-01
Timing is everything
Marvin Borner
2021-06-28
Implemented basic layout rendering
Marvin Borner
2021-06-19
Improved bus and device management
Marvin Borner
2021-06-18
Renamed device prefix from 'io_' to 'dev_'
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-22
Enabled window ping-pong checks
Marvin Borner
2021-05-21
Better window destroying
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-05-20
More generic makefile layout
Marvin Borner
2021-05-18
Improved entire building chain (especially debugging)
Marvin Borner
2021-05-15
Strange fixes
Marvin Borner
2021-05-04
General fixes (see description) - closes #17
Marvin Borner
2021-04-30
Some small fixes here and there
Marvin Borner
2021-04-29
Alright!
Marvin Borner
2021-04-27
Huge compositor, timer and yielding improvements
Marvin Borner
2021-04-26
Added VMMouse support and improved PS/2 mouse
Marvin Borner
2021-04-25
Chu chuu, using the bus for everything now!
Marvin Borner
2021-04-23
Fixed makefiles
Marvin Borner
2021-04-18
Fixed some memory leaks
Marvin Borner
2021-04-17
Added I/O bus implementation for efficient IPC
Marvin Borner
2021-04-17
Implemented I/O polling
Marvin Borner
2021-04-16
New elegant I/O blocking solution
Marvin Borner
2021-04-14
Implemented some I/O interfaces
Marvin Borner
2021-04-14
Even more I/O - started new PS/2 driver
Marvin Borner
2021-04-13
Started IO dev manager
Marvin Borner
2021-04-06
Made exec syscall relative using app name
Marvin Borner
2021-04-05
Restructured make layout and cleaned some apps
Marvin Borner