klange / toaruos

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.
https://toaruos.org/
University of Illinois/NCSA Open Source License
6.13k stars 487 forks source link

Support alternate resize origins in Yutani #79

Closed klange closed 9 years ago

klange commented 9 years ago

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.