toaruos/userspace/lib
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
..
decorations.c Decoration themes, sort of 2012-12-12 22:42:48 -08:00
decorations.h General support for focused/inactive windows 2012-11-19 21:24:21 -08:00
graphics.c Fix alpha blitting once and for all 2013-03-29 00:34:12 -07:00
graphics.h EXPERIMENTAL: Rotating windows. 2013-04-02 01:26:32 -07:00
kbd.c Fix right shift 2013-02-01 22:39:57 -08:00
kbd.h ^A and ^E in shell 2013-05-28 19:01:52 -07:00
ldlib.c Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
ldlib.h Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
list.c Compositing test. 2012-01-29 17:05:42 -06:00
list.h Compositing test. 2012-01-29 17:05:42 -06:00
pthread.c And now with more login. 2012-09-12 23:19:07 -07:00
pthread.h Fix dozens of build warnings and other oddities. 2012-09-04 20:27:49 -07:00
sha2.c [security] Shadow Passwords, whoami, and more 2012-01-27 18:04:39 -06:00
sha2.h [security] Shadow Passwords, whoami, and more 2012-01-27 18:04:39 -06:00
shmemfonts.c Proper alpha support in shmemfonts 2013-03-29 01:02:42 -07:00
shmemfonts.h Proper alpha support in shmemfonts 2013-03-29 01:02:42 -07:00
syscall.h Working on window functionality 2012-02-12 05:24:40 -06:00
utf8decode.h Support UTF-8 in shmemfonts w/ fallbacks 2012-11-18 20:14:57 -08:00
window.c Compositor animations - actual 2013-05-29 21:31:59 -07:00
window.h Compositor animations - actual 2013-05-29 21:31:59 -07:00