summaryrefslogtreecommitdiff
path: root/src/kernel/window.c
AgeCommit message (Expand)AuthorLines
2021-03-02making wm keep track of which pixel is what window'sBenji Dial-37/+68
2021-03-01minimal file writing, shutdown keybinding (Win+Shift+Q)Benji Dial-0/+54
2021-02-19kernel settings fileBenji Dial-9/+15
2021-02-18fixing behavior of windows extending off top and left sides of screenBenji Dial-1/+1
2021-02-18making graphics double-buffered so there isn't flicker when windows paintBenji Dial-24/+45
2021-02-18vbe support, truecolor window manager pixbufsBenji Dial-53/+73
2021-02-17making win+space work when no tasks are runningBenji Dial-45/+52
2021-02-17win+space, mkpopupBenji Dial-3/+39
2021-02-16making window manager not break when attempting to shuffle single windowBenji Dial-0/+4
2021-02-16window bordersBenji Dial-17/+54
2021-02-16terminal application with ipc, shift+pause state dumper, hello world for term...Benji Dial-2/+23
2021-01-24graphics!Benji Dial-0/+253