[gtk+] broadway: Add TODO.broadway



commit 9555478b9e15856501fc5de5fee6406c7381f14e
Author: Alexander Larsson <alexl redhat com>
Date:   Wed Dec 26 22:32:28 2012 +0100

    broadway: Add TODO.broadway

 gdk/broadway/TODO.broadway |   13 +++++++++++++
 gdk/broadway/broadwayd.c   |    9 ---------
 2 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/gdk/broadway/TODO.broadway b/gdk/broadway/TODO.broadway
new file mode 100644
index 0000000..0587129
--- /dev/null
+++ b/gdk/broadway/TODO.broadway
@@ -0,0 +1,13 @@
+Cache surfaces that are opened via shm_open inbetween updates.
+Send configure event when a window is moved and no client
+Handle implicit grabs when in broadway-server.c
+Rewrite events (per-client serials, etc)
+keyboard focus handling
+Add resize handling to js WM
+Make canvas/title non-selectable in browser
+Handle browser window size changes
+_gdk_broadway_server_has_client is always FALSE, so resize don't work
+Send reset events on client disconnect (button up, normal state. Maybe grab state reset?)
+rgba suport
+shift-select in gedit doesn't work
+backdrop mode
diff --git a/gdk/broadway/broadwayd.c b/gdk/broadway/broadwayd.c
index 2e13ab2..2eb8c83 100644
--- a/gdk/broadway/broadwayd.c
+++ b/gdk/broadway/broadwayd.c
@@ -12,15 +12,6 @@
 
 #include "broadway-server.h"
 
-/* TODO:
- * Cache surfaces that are opened via shm_open inbetween updates.
- * Send configure event when a window is moved and no client
- * Handle implicit grabs when in broadway-server.c
- * Rewrite events (per-client serials, etc)
- * Handle window size changes
- * _gdk_broadway_server_has_client is always FALSE, so resize don't work.
- */
-
 BroadwayServer *server;
 GList *clients;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]