summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2012-12-26 22:32:28 +0100
committerAlexander Larsson <alexl@redhat.com>2012-12-27 22:56:04 +0100
commit9555478b9e15856501fc5de5fee6406c7381f14e (patch)
tree959450a586c57b233d47c13e2969be8903247a8c
parentf84df035132870e125b6f5b411fbc464876b3aa8 (diff)
downloadgtk+-9555478b9e15856501fc5de5fee6406c7381f14e.tar.gz
broadway: Add TODO.broadway
-rw-r--r--gdk/broadway/TODO.broadway13
-rw-r--r--gdk/broadway/broadwayd.c9
2 files changed, 13 insertions, 9 deletions
diff --git a/gdk/broadway/TODO.broadway b/gdk/broadway/TODO.broadway
new file mode 100644
index 0000000000..0587129052
--- /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 2e13ab2f85..2eb8c8389f 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;