]> Pileus Git - ~andy/gtk/commitdiff
broadway: Add TODO.broadway
authorAlexander Larsson <alexl@redhat.com>
Wed, 26 Dec 2012 21:32:28 +0000 (22:32 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 27 Dec 2012 21:56:04 +0000 (22:56 +0100)
gdk/broadway/TODO.broadway [new file with mode: 0644]
gdk/broadway/broadwayd.c

diff --git a/gdk/broadway/TODO.broadway b/gdk/broadway/TODO.broadway
new file mode 100644 (file)
index 0000000..0587129
--- /dev/null
@@ -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
index 2e13ab2f85ad4ac747b800835c9839970e371439..2eb8c8389f4d3b24ab5c267e33e4b0b0aaf50689 100644 (file)
 
 #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;