Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1363: Java 11: Adapt scripts for java11 (cont) | Sven Gothel | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | Bug 1362: build/test: Use new SWT 4.10 swt.jar (instead of swt-debug.jar) | Sven Gothel | 2019-04-05 | 1 | -1/+1 |
| | |||||
* | SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom ↵ | Sven Gothel | 2012-12-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | GLCapabilities on X11 (feature complete) To allow custom GLCapabilities, we had to use native parenting on X11 w/ a new child window. The desired visualID chosen by the users GLCapabilities is passed to the new child window. The redraw drops must be caused by the original GDK or the new child GDK window. Now we use a plain X11 child window similar to NEWT's X11 window and NewtCanvasSWT, which doesn't expose this bug. (Note: SWTAccessor/GLCanvas still contains the uncommented GDK code path for further inspection, if desired) Also added SWTNewtEventFactory to test event handling on the SWT GLCanvas w/ GearsES2. TestSWTJOGLGLCanvas01GLn tests custom GLCapabilities now. SWTEDTUtil has been moved to private: com.jogamp.newt.swt -> jogamp.newt.swt. | ||||
* | test scripts: add argument for java data-type (32 or 64 bit) ; Add OSX 32/64 ↵ | Sven Gothel | 2011-12-18 | 1 | -1/+1 |
| | | | | bit test script. | ||||
* | Cont w/ 5a7811ecd23a3ab1af62b243c82d362431793a57: test-x*.sh | Sven Gothel | 2011-08-30 | 1 | -2/+6 |
| | |||||
* | SWT/JOGL: Native SWT binding test | Sven Gothel | 2011-02-28 | 1 | -1/+1 |
| | |||||
* | GLProfile: More Tolerant for missing features; MacOSX: Fix External Context ↵ | Sven Gothel | 2011-02-26 | 1 | -0/+7 |
/ SWT; SWT Test: Distinguish awt/headless and main-thread (osx) swt launch |