From d1f44ee1caa16570795389f00f41f7aac14d5e10 Mon Sep 17 00:00:00 2001 From: Kevin Lange Date: Tue, 6 May 2014 18:15:08 -0700 Subject: [PATCH] Created Yutani Future (markdown) --- Yutani-Future.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Yutani-Future.md diff --git a/Yutani-Future.md b/Yutani-Future.md new file mode 100644 index 0000000..6e780e3 --- /dev/null +++ b/Yutani-Future.md @@ -0,0 +1,11 @@ +This is a quick list of future additions to Yutani: + +1. Alt+tab and other window management features +2. Fix default focus / focus stealing (currently, none) +3. Server-side double buffering (needs some work on the client side, and probably a number of changes for resizing windows) to eliminate sync issues +4. Keyboard layout management (currently hardcoded in keyboard library) + + +Other stuff: +1. Need to port SDL to Yutani (from old compositor port) +2. Probably want to package up all the Toaru-specific bits and finish the port *to* SDL... \ No newline at end of file