Results 13 issues of Robert Colton

I find this feature an absolute must. It is provided in a lot of popular code editing components, namely Scintilla, which nearly a decade after its initial release is one...

enhancement

I am not sure if this has been considered before but I'd like to bring it up. Elastic tabstops is a new way of solving the old tabs vs. spaces...

enhancement

Visual Studio has an amazing feature that a number of editors including Sublime have begun to pickup and that I am a personal fan of. Specifically when you click in...

enhancement

I am not posting this as an RFE but rather as an inquiry to see if such support is already possible with RTFX to implement easily. In a lot of...

enhancement

I would like to mention an inconsistency I noticed with maximizing JInternalFrame. In Windows Forms and native Windows MDI, the subwindow border is removed and the title bar is actually...

enhancement
confirmed

Hello, our project, [a game engine](https://github.com/enigma-dev/enigma-dev), is investigating switching our glew dependency to libepoxy so that we can simplify context creation and support OpenGL ES. We use a bridging system...

I've updated the test to try creating a real actual core context using the appropriate WGL extension. I am unsure and forget if epoxy_has_gl_extension can check for WGL extensions, so...

Despite the name of the source file, the WGL CI test is not actually creating a core context. A core context can only be created through `wglCreateContextAttribsARB` with `WGL_CONTEXT_CORE_PROFILE_BIT_ARB`. https://github.com/anholt/libepoxy/blob/d536f78db81853b18ffc733af8a1474e9ca08950/test/wgl_core_and_exts.c#L36

windows