Radagan

Results 22 comments of Radagan

@wohali Thank you! That helped me resolve a ton of dependencies that were missing. That said, it still does not open a window. Any idea why this is still failing?...

I noticed the log file in the output, and using that I was able to resolve a few more dependencies. But is there a way to pass flags to xpra?...

Anyone have any thoughts on this? I was considering adding a new define like GLFW_MOUSE_SELECTIVE_PASSTHROUGH, and a callback taking the event data and returning a bool to determine if GLFW...

@elmindreda I'm not following you on "non-rectangular windows". I don't need GLFW to decide, just delegate to application code the ability to decide based on the coordinates of the mouse...

@elmindreda Thank you for clarifying and keeping me from spending too much time in that direction. I'm really hoping I can find a way to add this then to the...

This would open up Brave support on the PinePhone as well.

Same here! This is exactly what I was considering for my current project.

Same for building on macOS or Linux using CMake where the build directory is a child of the main project directory.

Steam client is ignoring DPI for 4K monitors on Ubuntu 19.04 by default. It was absolutely tiny! But I found the setting to fix it: Steam -> Settings -> Interface...

@SaschaWillems I've been working on macOS with 1.3.216 and have added the required changes in that project as per: https://www.lunarg.com/wp-content/uploads/2022/04/Portability-Enumeration-Extension-APR2022.pdf Would you like me to have a look and issue...