Doug Binks

Results 176 comments of Doug Binks

I can possibly help with testing too (depending on timing), and also if you have any questions about Cocoa / Windows APIs.

Great. I've not had a chance to look at the code in detail, but for testing and inclusing as a partial example I recommend adding code to tests/events.c On Fri,...

It's worth noting that my PR #1870 splits the internals of window creation and context creation in two, which should make this feature request easier to implement.

I've updated the link with a full url instead of just the number, seems Github has an issue. As for the formatting pass do let me know of any minor...

> Out of interest, what is the consequence of not destroying a User context before destroying the parent window? Is it just a resource leak, or does something break? This...

If needed I can merge master and check all platforms.

I've fixed the usercontext.c issue (glad changes), and tested on Windows. Will check the other operating systems later. I was a little confused by the feature "Allow edits and access...

I've finished testing and the usercontext.c test passes on win32, x11, wayland, macosx (cocoa), with wgl, xgl, egl, osmesa and nsgl.

I just took a look at merging with master as #1958 has been merged. This is going to be a fairly large investment of time to merge the branches so...

I have begun a merge on my branch: https://github.com/dougbinks/glfw/tree/multi-context-windows-merge-master With Win32 platform compiling, and WGL contexts tested. I'll be updating the other platforms and testing contexts over the next few...