broadway: Add TODO.broadway

This commit is contained in:
Alexander Larsson
2012-12-26 22:32:28 +01:00
parent f84df03513
commit 9555478b9e
2 changed files with 13 additions and 9 deletions

View File

@ -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

View File

@ -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;