Colin Cornaby

Results 22 issues of Colin Cornaby

Jazzy seems to be documenting my NS_ENUMs, but it's not documenting my NS_OPTIONS. Is this a known issue or am I missing something? I'm using Jazzy with an Obj-C project.

bug
needs-investigation

The code as written should have worked - but Apple seems to have changed the way they do things. There are other reports of /proc/curproc/file disappearing from macOS. I'm not...

Cursor scale corrects corrects the size of the cursor on Retina displays. Proposing this change for supporting hi DPI displays. On Mac, this is tied to the Retina display scale....

This one is gonna be a bit weird. macOS (and maybe Linux in the future) is tripping the assert on 331 repeatedly. There is a key difference between macOS and...

This PR adds some initial support for deep/10 bit color supports in the graphics pipelines. It's still up to the pipelines to implement - but this adds the option for...

Pull request to cut networking over from NT sockets to ASIO. This change affects all operating systems including Windows. This pull request is necessary to move forward on native macOS...

This PR is a draft and I'm open to all suggestions. This pull request aims to introduce features into Plasma that make the engine more friendly to modern macOS. These...

The X resolution and the Y resolution were being updated from the cached values instead of the new values. FT_Set_Char_Size was also called before the cached values were updated with...

This adds self patching to the Mac application. Servers will need to offer a Mac specific manifest, and encode the Mac client app with the bundle flag. The Mac client...

Looking for feedback on this concept. Direct3D is funny in that it directly includes display mode queries as part of its API. For Metal - and OpenGL particularly - things...