From 9555478b9e15856501fc5de5fee6406c7381f14e Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Wed, 26 Dec 2012 22:32:28 +0100 Subject: broadway: Add TODO.broadway --- gdk/broadway/TODO.broadway | 13 +++++++++++++ gdk/broadway/broadwayd.c | 9 --------- 2 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 gdk/broadway/TODO.broadway 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; -- cgit v1.2.1