Rory O'Connell
Rory O'Connell
Copying to the 'clipboard' works! What a strange concept. It makes sense, it's just alien. 
Clipboard works in both directions. What a journey. I tried to leave lots of descriptive comments for anyone using this as a reference for X11 & xcb in general. ![Peek...
Oh right. I hacked that header locally because ‘explicit’ is a reserved word in c++, and that header is C. I didn’t look into how to work around it yet....
The define trick worked, thanks! @hinxx please give it another go and let me know how it is. Also, I retargeted this to multiple viewports. I think it's going to...
Yeah, basic viewports working! There's some crash bugs relating to resizing and another I get occasionally with `imgui.cpp:11130: void ImGui::UpdateViewportsNewFrame(): Assertion '0' failed.` that I haven't looked at yet. Still,...
Merged in #3390 as I'm at the limit on what I can do with viewports without it. Otherwise have removing window chrome working. Dragging a window around without a frame...
Wow thank you for that excellent information @piotrrak ! I've been on another project for a bit as this is at the point where it's usable for myself. When I...
Right, throwing an error at the end of these functions does actually cause an error at run time. It looks like the return value must be some sort of string...
I'm halfway leaning towards this is an IBM LDAP server bug since it shouldn't return 50 for invalid control type, but probably 2 (protocol error). Still, there's lots of hack-ish...
Could you give an example on what's actually in the LDAP server, and the incorrect string that's getting returned?