Switched to ZealOS
- Implemented 8x12 font
- Update some of the Window Border charactors to give windows a rounded corner look.
- Window management hot keys
<ctrl><alt>-right
move current window right and fill the right half of the screen<ctrl><alt>-left
move current window left and fill the left half of the screen<ctrl><alt>-up
Max the current window<ctrl><alt>-down
reduced size the current window<alt>-right
next window (task)<alt>-down
shink the top of the current window down<alt>-up
grow the top of the current window up- Autocomplete hot keys
<ctrl>-space
auto complete top selection from auto complete<ctrl><shift>-space
navigate into top selection from auto complete
I have been doing some work on the graphics, and they are still running a little hot as I transition more code over to full 32bit graphcis support
There is an issue with 3d rendering near the bottom of the screen where there is some lines missing, I have tracked it down to IsPixCovered
which will need rewriting.
I am trying to move as much code out of ASM and into HC/ZC to assist with future work on a ARM compiler backend.