Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OSX/SWT: Adding OSXUtil: RunOnMainThread(), IsMainThread() / Utilizing those ↵ | Sven Gothel | 2011-10-13 | 1 | -1/+102 |
| | | | | | | | | | | | | | | for SWT access/calls Adding OSXUtil: RunOnMainThread(), IsMainThread() - Issuing a native call where the user Runnable is to be performed on the main thread - Enable query if we are on the main thread. Utilizing those for SWT access/calls - Using the above to call all SWT functions on the main thread if required (incomplete) TODO/Issues: - JOGL OSX CGL Context fails, ie expecting NS, but having CGL | ||||
* | NativeWindow/OSX: Use screen of window | Sven Gothel | 2011-10-12 | 1 | -3/+2 |
| | |||||
* | OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better ↵ | Sven Gothel | 2011-10-12 | 1 | -1/+1 |
| | | | | MainThread Thread name[s] | ||||
* | Fix Nativewindow GetLocationOnScreen OSX impl. - Transform OSX origin ↵ | Sven Gothel | 2011-10-12 | 1 | -3/+14 |
| | | | | bottom-left to our top-left origin. | ||||
* | NativeWindow/OSX: Add nativewindow_macosx lib and nativewindow.os.macosx.jar ↵ | Sven Gothel | 2011-09-25 | 1 | -0/+106 |
for 'GetLocationOnScreen()' |