toaruos/userspace/gui/terminal
Kevin Lange 4c9be9361a Compositor animations - actual
There are both some good changes and some terribly hacky changes in this
commit.

- Server uses a different struct than client now for windows, so
  arbitrary compositor things like effect parameters can be added
  without having to rebuild everything. That's good.
- Client window structs no longer attempt to track or use window
  locations. That's good.
- Windows do not destroy in response to the destory command, but rather,
  a special animation is triggered; the end state for this animation
  calls the actually window destruction code. That's a hack.
- Animations are based on rendered frames, not on time. That's a hack.
2013-05-29 21:31:59 -07:00
..
terminal-font.h Completely new build system for userspace 2013-02-10 01:36:35 -08:00
terminal-palette.h RGB color support in terminal 2013-03-27 17:42:47 -07:00
terminal.c Compositor animations - actual 2013-05-29 21:31:59 -07:00