| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | jogl: add missing @Override annotation in NewtCanvasAWT | Harvey Harrison | 2013-11-18 | 1 | -0/+2 |
* | Fix Bug 893 - NewtCanvasAWT Lifecycle Race Condition (NPE on shutdown periodi... | Sven Gothel | 2013-11-18 | 2 | -166/+189 |
* | Bug 890 - GLContextImpl's Version Validation: Only validate Integer based Ver... | Sven Gothel | 2013-11-18 | 3 | -12/+22 |
* | EGLGraphicsConfiguration: Add deauled DEBUG output for failed EGL-Config Queries | Sven Gothel | 2013-11-18 | 1 | -4/+41 |
* | NEWT WindowImpl: Move consumePointerEvent(..) below doPointerEvent(..) to eas... | Sven Gothel | 2013-11-18 | 1 | -109/+109 |
* | NEWT Event Tests: Move TestParentingFocus* to event test package | Sven Gothel | 2013-11-18 | 5 | -11/+11 |
* | NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to... | Sven Gothel | 2013-11-18 | 4 | -4/+27 |
* | NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co... | Sven Gothel | 2013-11-18 | 5 | -2/+32 |
* | NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con... | Sven Gothel | 2013-11-18 | 4 | -24/+37 |
* | NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for... | Sven Gothel | 2013-11-18 | 10 | -150/+285 |
* | Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when... | Sven Gothel | 2013-11-18 | 5 | -11/+24 |
* | Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.pro... | Sven Gothel | 2013-11-17 | 3 | -2/+127 |
* | Nativewindow/NEWT: Fix C Return Statement | Sven Gothel | 2013-11-17 | 2 | -2/+3 |
* | Fix GLIBC > 2.4 dependency regression of commit 613e33ee8ffc1f2b9c5db1e1b5bb5... | Sven Gothel | 2013-11-17 | 1 | -0/+3 |
* | Fix Bug 879 - Threads deadlock in native keyboardfocus calls made form multip... | Sven Gothel | 2013-11-17 | 3 | -18/+17 |
* | Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXIT | Sven Gothel | 2013-11-17 | 8 | -126/+263 |
* | Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW... | Sven Gothel | 2013-11-16 | 2 | -34/+70 |
* | Applet Test Bug848AppletGLCanvas01: Only use vsync-interval 1 for last GLJPanel | Sven Gothel | 2013-11-15 | 1 | -14/+14 |
* | TestPerf001GLJPanelInit02AWT: Wrong test name 'Gears' -> 'Nop' | Sven Gothel | 2013-11-14 | 1 | -1/+1 |
* | Bug 904 - GLJPanel: Add property to skip isGLOriented() based vertical flip b... | Sven Gothel | 2013-11-14 | 4 | -3/+13 |
* | Bug 904 - GLJPanel: Allow user to skip isGLOriented() based vertical flip of ... | Sven Gothel | 2013-11-14 | 5 | -91/+213 |
* | NEWT: Add more documentation to WindowImpl's doPointerEvent(..) and consumePo... | Sven Gothel | 2013-11-13 | 1 | -9/+46 |
* | GLJPanel: Remove unused import | Sven Gothel | 2013-11-13 | 1 | -1/+0 |
* | Fix javadoc: TileRendererBase (links to manual anchors) and GLSharedContextSe... | Sven Gothel | 2013-11-12 | 2 | -7/+8 |
* | Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo... | Sven Gothel | 2013-11-10 | 8 | -132/+401 |
* | Add TestGLWindows03NEWTAnimResize: Test NEWT basic resize while holding posit... | Sven Gothel | 2013-11-10 | 2 | -1/+140 |
* | Bug 899: Validate whether we propagate WNDPROC as retrieved from 'getDummyWnd... | Sven Gothel | 2013-11-10 | 2 | -2/+17 |
* | Fix Bug 901 - NEWT: Lookup Windows 7 Touch Event Functions Dynamically to not... | Sven Gothel | 2013-11-10 | 1 | -5/+39 |
* | Tests: Align NEWT parenting focus tests (package and class names) using NewtC... | Sven Gothel | 2013-11-10 | 5 | -116/+125 |
* | Simplify Animator* Synchronization: Remove barrier 'stateSync' and favor simp... | Sven Gothel | 2013-11-10 | 5 | -362/+260 |
* | Tests: Add com/jogamp/opengl/test/junit/jogl/acore/anim Animator test package | Sven Gothel | 2013-11-09 | 6 | -68/+654 |
* | TestPerf001GLJPanelInit02AWT: Same size for !overlap and overlap | Sven Gothel | 2013-11-09 | 1 | -6/+4 |
* | TestPerf001GLJPanelInit02AWT: Add overlapping test .. | Sven Gothel | 2013-11-08 | 2 | -6/+40 |
* | Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima... | Sven Gothel | 2013-11-07 | 5 | -205/+229 |
* | GLJPanel: Don't ctor DefaultGLCapabilitiesChooser() if null chooser is passed... | Sven Gothel | 2013-11-07 | 1 | -1/+1 |
* | WindowsWGLGraphicsConfigurationFactory: Fix chosenPFDID -> recommendedIndex (... | Sven Gothel | 2013-11-07 | 1 | -20/+33 |
* | WGLGLCapabilities: Print pfdID as decimal (convention) | Sven Gothel | 2013-11-07 | 1 | -1/+1 |
* | TestTiledPrintingGearsSwingAWT: Cleanup whitespaces | Sven Gothel | 2013-11-07 | 1 | -26/+26 |
* | GLJPanel: Remove redundant !isInitialized [double-]check in initializeBackend... | Sven Gothel | 2013-11-07 | 1 | -33/+29 |
* | Bug 898: Apply best efford on Animator operation's finishLifecycleAction(..) ... | Sven Gothel | 2013-11-07 | 3 | -20/+172 |
* | Android Newt[Debug|Version]Activity: Separate both activities (testing odd re... | Sven Gothel | 2013-11-07 | 3 | -86/+130 |
* | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 19 | -73/+117 |
* | Android NEWT*Activity: Request GL2ES2 instead of GLES2 (Be aware of ES3) | Sven Gothel | 2013-11-07 | 6 | -23/+23 |
* | Android: Cleanup Movie*ActivityLauncher* properties | Sven Gothel | 2013-11-07 | 8 | -110/+115 |
* | Android: Add NewtDebugActivity | Sven Gothel | 2013-11-07 | 6 | -53/+130 |
* | TestPerf001GLWindowInit03NEWT: Don't run !reuse Display - Crash on Windows/AT... | Sven Gothel | 2013-11-06 | 1 | -1/+6 |
* | Bug 894 - GLJPanel: Expose 'initializeBackend(boolean offthread)' allowing us... | Sven Gothel | 2013-11-06 | 7 | -73/+436 |
* | Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device... | Sven Gothel | 2013-11-06 | 6 | -37/+41 |
* | NativeWindow *GraphicsDevice: Align constructors to simplify call hierarchy f... | Sven Gothel | 2013-11-06 | 2 | -21/+5 |
* | NEWT Window: Expose 'setVisible(boolean wait, boolean visible)' allowing appl... | Sven Gothel | 2013-11-06 | 3 | -16/+33 |