A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
Currently, we can only resize a window right and down - we should add support for additional resize origins so we can resize up and left (and support UL, UR, DR, DL directions for resizing, as well as L/D/U/R). This is a prerequisite to a solid implementation of decorator-initiated resizes.
Currently, we can only resize a window right and down - we should add support for additional resize origins so we can resize up and left (and support UL, UR, DR, DL directions for resizing, as well as L/D/U/R). This is a prerequisite to a solid implementation of decorator-initiated resizes.