broadway: Add TODO.broadway
This commit is contained in:
13
gdk/broadway/TODO.broadway
Normal file
13
gdk/broadway/TODO.broadway
Normal 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
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user