aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Nativewindow/NEWT: Fix C Return StatementSven Gothel2013-11-172-2/+3
* Fix GLIBC > 2.4 dependency regression of commit 613e33ee8ffc1f2b9c5db1e1b5bb5...Sven Gothel2013-11-171-0/+3
* Fix Bug 879 - Threads deadlock in native keyboardfocus calls made form multip...Sven Gothel2013-11-173-18/+17
* Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXITSven Gothel2013-11-178-126/+263
* Bug 906 - JAWTWindow Component- and HierarchyListener must be detached at JAW...Sven Gothel2013-11-162-34/+70
* Applet Test Bug848AppletGLCanvas01: Only use vsync-interval 1 for last GLJPanelSven Gothel2013-11-151-14/+14
* TestPerf001GLJPanelInit02AWT: Wrong test name 'Gears' -> 'Nop'Sven Gothel2013-11-141-1/+1
* Bug 904 - GLJPanel: Add property to skip isGLOriented() based vertical flip b...Sven Gothel2013-11-144-3/+13
* Bug 904 - GLJPanel: Allow user to skip isGLOriented() based vertical flip of ...Sven Gothel2013-11-145-91/+213
* NEWT: Add more documentation to WindowImpl's doPointerEvent(..) and consumePo...Sven Gothel2013-11-131-9/+46
* GLJPanel: Remove unused importSven Gothel2013-11-131-1/+0
* Fix javadoc: TileRendererBase (links to manual anchors) and GLSharedContextSe...Sven Gothel2013-11-122-7/+8
* Fix Bug 889 [Related: Bug 816, Bug 849, Bug 729] - GLCanvas disappear when mo...Sven Gothel2013-11-108-132/+401
* Add TestGLWindows03NEWTAnimResize: Test NEWT basic resize while holding posit...Sven Gothel2013-11-102-1/+140
* Bug 899: Validate whether we propagate WNDPROC as retrieved from 'getDummyWnd...Sven Gothel2013-11-102-2/+17
* Fix Bug 901 - NEWT: Lookup Windows 7 Touch Event Functions Dynamically to not...Sven Gothel2013-11-101-5/+39
* Tests: Align NEWT parenting focus tests (package and class names) using NewtC...Sven Gothel2013-11-105-116/+125
* Simplify Animator* Synchronization: Remove barrier 'stateSync' and favor simp...Sven Gothel2013-11-105-362/+260
* Tests: Add com/jogamp/opengl/test/junit/jogl/acore/anim Animator test packageSven Gothel2013-11-096-68/+654
* TestPerf001GLJPanelInit02AWT: Same size for !overlap and overlapSven Gothel2013-11-091-6/+4
* TestPerf001GLJPanelInit02AWT: Add overlapping test ..Sven Gothel2013-11-082-6/+40
* Android ES3 Movie Demos: Add workaround for: P0003: Extension 'GL_OES_EGL_ima...Sven Gothel2013-11-075-205/+229
* GLJPanel: Don't ctor DefaultGLCapabilitiesChooser() if null chooser is passed...Sven Gothel2013-11-071-1/+1
* WindowsWGLGraphicsConfigurationFactory: Fix chosenPFDID -> recommendedIndex (...Sven Gothel2013-11-071-20/+33
* WGLGLCapabilities: Print pfdID as decimal (convention)Sven Gothel2013-11-071-1/+1
* TestTiledPrintingGearsSwingAWT: Cleanup whitespacesSven Gothel2013-11-071-26/+26
* GLJPanel: Remove redundant !isInitialized [double-]check in initializeBackend...Sven Gothel2013-11-071-33/+29
* Bug 898: Apply best efford on Animator operation's finishLifecycleAction(..) ...Sven Gothel2013-11-073-20/+172
* Android Newt[Debug|Version]Activity: Separate both activities (testing odd re...Sven Gothel2013-11-073-86/+130
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-0719-73/+117
* Android NEWT*Activity: Request GL2ES2 instead of GLES2 (Be aware of ES3)Sven Gothel2013-11-076-23/+23
* Android: Cleanup Movie*ActivityLauncher* propertiesSven Gothel2013-11-078-110/+115
* Android: Add NewtDebugActivitySven Gothel2013-11-076-53/+130
* TestPerf001GLWindowInit03NEWT: Don't run !reuse Display - Crash on Windows/AT...Sven Gothel2013-11-061-1/+6
* Bug 894 - GLJPanel: Expose 'initializeBackend(boolean offthread)' allowing us...Sven Gothel2013-11-067-73/+436
* Bug 894 - GLDrawableFactory* [dummy|offscreen] Surface creation w/ own device...Sven Gothel2013-11-066-37/+41
* NativeWindow *GraphicsDevice: Align constructors to simplify call hierarchy f...Sven Gothel2013-11-062-21/+5
* NEWT Window: Expose 'setVisible(boolean wait, boolean visible)' allowing appl...Sven Gothel2013-11-063-16/+33
* Bug 888 / Bug 891- Enhance GLCapabilities-Query: Refine unit testsSven Gothel2013-11-055-19/+30
* JNI Code: Call DeleteLocalRef(..) manually.Sven Gothel2013-11-052-0/+2
* Bug 888 / Bug 891- Enhance GLCapabilities-Query: Add raw perf. test case 'cho...Sven Gothel2013-11-055-10/+245
* Bug 888 / Bug 891- Enhance GLCapabilities-Query: Add perf. test caseSven Gothel2013-11-055-7/+490
* Test DumpGLInfo: Dump caps list and extenionsSven Gothel2013-11-051-6/+6
* Bug 888 - Validate CPU Runtime Performance: Only use one HashMap to collect u...Sven Gothel2013-11-051-30/+38
* Bug 888 / Bug 891 - Enhance GLCapabilities-Query: Apply changes of commit 613...Sven Gothel2013-11-0514-136/+276
* Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB...Sven Gothel2013-11-046-61/+206
* GLContextImpl: Move sharedContextHandle check to makeCurrentWithinLock(..) an...Sven Gothel2013-11-029-93/+58
* GLRendererQuirks: Add GLSharedContextBuggy ('Mesa Intel 9.2.1' and 'Hisilicon...v2.1.2Sven Gothel2013-11-012-8/+63
* Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multip...Sven Gothel2013-11-017-112/+194
* Bug 852: Add unit test TestCPUSourcingAPINEWT validating CPU sourcing, i.e. e...Sven Gothel2013-11-013-5/+228