Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-12 | Fixed window move y overflow | Marvin Borner | |
2020-09-11 | Removed wait syscall - whoopsidoo! | Marvin Borner | |
2020-09-07 | Added wait syscall. | Marvin Borner | |
This makes a process sleep until it receives a new message (no polling!). I thought that this will result in performance improvements but I haven't noticed any, yet. Maybe I'll remove this again in the future.. | |||
2020-09-04 | Mandelbrot performance and coloring | Marvin Borner | |
2020-08-28 | Added window flags | Marvin Borner | |
2020-08-27 | Added sluggishness coefficient | Marvin Borner | |
2020-08-27 | Added little keyboard demo and stuff | Marvin Borner | |
2020-08-27 | Kinda fixed wallpapers | Marvin Borner | |
2020-08-27 | Added alpha channel and cursor image | Marvin Borner | |
2020-08-26 | Started stack allocator. | Marvin Borner | |
This will replace the current linear allocator so we can free and realloc memory correctly. This is especially important for the window resizing due to a fixed LFB size. | |||
2020-08-26 | Some optimizations and window moving | Marvin Borner | |
2020-08-26 | Some cursor things | Marvin Borner | |
2020-08-25 | Some GUI things | Marvin Borner | |
2020-08-25 | Added mouse driver and better event system | Marvin Borner | |
2020-08-25 | Some optimizations or sth | Marvin Borner | |
2020-08-24 | Added window borders | Marvin Borner | |
2020-08-24 | Removed async events | Marvin Borner | |
2020-08-24 | Added moving square | Marvin Borner | |
2020-08-23 | Some window buffer switching | Marvin Borner | |
2020-08-23 | Added bmp loading and other stuff | Marvin Borner | |
2020-08-22 | Some window fb and yield implementation | Marvin Borner | |
2020-08-22 | Fixed events | Marvin Borner | |
2020-08-22 | Added *very* basic polling ipc | Marvin Borner | |
2020-08-22 | Added random number generator | Marvin Borner | |
2020-08-22 | Added event resolving | Marvin Borner | |
2020-08-22 | Small fixes | Marvin Borner | |
2020-08-22 | Fixed some TODOs | Marvin Borner | |
2020-08-21 | Finished proper return of processes | Marvin Borner | |
2020-08-21 | Some things here and some things there | Marvin Borner | |
2020-08-17 | Added event unmap | Marvin Borner | |
2020-08-16 | Added scancode list and resolver | Marvin Borner | |
2020-08-16 | Added events and map syscall | Marvin Borner | |
2020-08-16 | Added WM and exec parameters | Marvin Borner | |