Results 87 issues of linkmauve

This is based on the existing SDL2 code, but without any additional dependency on Linux. Both buttons and axes are supported, but just like in the SDL2 code, axes are...

This allows compositors to import the dmabuf using explicit modifiers, which makes it possible for the buffer to end up on a hardware plane instead of being composited with GL....

This allows other clients to know which version of Dino is running, which helps with remote support.

For instance, `ZN4hvif5shape5Shape5parse17ha264877da5eed17bE()` should be something like `hvif::shape::Shape::parse()`. This issue is related to #1406, but specific to the symbols generated by rustc.

When [CSP](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP) is enabled, Movim is unable to function properly. The first obvious culprits are the four scripts inlined in the HTML, as well as the two eval in login.js...

work in progress
security

This is a follow-up of #295, the fix was overly specific to this particular instance of a generic problem. To cite [rfc6120](https://xmpp.org/rfcs/rfc6120.html#stanzas-semantics-iq), “An entity that receives an IQ request of...

bug

Currently when building software which depends on PulseAudio, I have to install libpulse to get its headers and pkg-config files. It would be nice if apulse would ship the ones...

This seems to be required for gnome-shell to not crash at startup. See https://www.freedesktop.org/software/pulseaudio/doxygen/glib-mainloop_8h.html for the documentation.

epoxy is currently saying: ``` No provider of glTexImage3D found. Requires one of: Desktop OpenGL 1.2 OpenGL ES 3.0 GL_EXT_texture3D ``` But `GL_OES_texture_3D` also provides this symbol, under the name...

The current method makes it trivial to execute scripts for any attacker, e.g. by sending `` in a room. [http://xmpp.org/extensions/xep-0071.html](XHTML-IM) defines a subset of elements alongside their attributes, I highly...

Bug