Christoph Läubrich

Results 1622 comments of Christoph Läubrich

> Ok, will update the PR once I find time. Thanks, I think unify this would be good think in general.

> I need support for OpenGL 3 in SWT on MacOS, as far as I can tell that is not possible today with SWT. Can you explain why it is...

> The only example of how to specify which GL version to use, comes from LWJGLX, they use GLData to hold the version values before transferring them to GLCanvas. I...

Especially as I do not understand if LWJGLX-SWT is an **integration** with SWT (what is the usual pattern with SWT+OpenGL) or if it ships **a copy of SWT** with some...

This currently is just a proof-of-concept on how we can make testing more self-contained. One likely more wants to use an `@UI` / `@NoUI` annotations that can be added to...

> That reminds me of https://bugs.eclipse.org/bugs/show_bug.cgi?id=548970 Any coincidence is only random :-P > I think such an annotation to mark code that is expected to run in UIThread would be...

> Why is this added on SWT production code, not in SWT tests? Because it is not test code but something you will need to use in production see: >...

The place do not matter much to me unless it: 1. is deployed on maven central 2. can be used outside platform without pulling all platform in

@arunjose696 @akoch-yatta I'd like to make you aware of - https://github.com/eclipse-platform/eclipse.platform.ui/pull/3431 where I found the whole concept of passing zoom values (only) both hard to use reliable (e.g. zoom is...

> I think this is incorrect to change this API from sync to async. The API was never changed. a change in API would have been for example from `public...