Simon Ser
Simon Ser
Right now if a client tries to copy a buffer with invalid params, a protocol error is sent. This makes it mandatory for the client to wait for the `buffer`...
To fix the race: * Add a way for the client to signal to the compositor that they're done with the buffer * Maybe add a way for the compositor...
This allows virtual keyboards and IME to work. https://github.com/wayland-project/wayland-protocols/blob/master/unstable/text-input/text-input-unstable-v3.xml
It would be nice to be able to generate and add passwords directly from the extension.
`fdroidrepo://` is supported by the official client to add a new HTTP repository (and `fdroidrepos://` for HTTPS). This is handy because it allows a website to expose a button with...
See http://stackoverflow.com/questions/24357863/making-sslengine-use-tlsv1-2-on-android-4-4-2 to fix it
Add a way to specify a window as a parent of another one.
Maybe related to the images issue (#2). On GTK there is `gtk_window_set_icon`. If possible, setting a list of icons with different sizes would be nice to have (`gtk_window_set_icon_list`).
Either populate `SignatureError` with an error before verification is complete, or switch to our own type.