summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' before r...Sven Gothel2013-11-231-12/+13
* AWTWindowClosingProtocol: Hold Window reference impl. is listening to to prop...Sven Gothel2013-11-231-17/+14
* Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton ...Sven Gothel2013-11-214-23/+240
* WWW: Add J4K and Unlicense in Tools/Libraries ..Sven Gothel2013-11-183-0/+17
* NewtCanvasAWT: Remove useless block in else branchSven Gothel2013-11-181-6/+3
* jogl: push other call to clearGlobalFocus to the AWT EDTHarvey Harrison2013-11-181-1/+1
* jogl: do the clearGlobalFocusOwner() call on the AWT EDT in NewtCanvasAWTHarvey Harrison2013-11-181-1/+9
* jogl: simplify conditional that repeats test for isOnScreenHarvey Harrison2013-11-181-1/+2
* jogl: add missing @Override annotation in NewtCanvasAWTHarvey Harrison2013-11-181-0/+2
* Fix Bug 893 - NewtCanvasAWT Lifecycle Race Condition (NPE on shutdown periodi...Sven Gothel2013-11-182-166/+189
* Bug 890 - GLContextImpl's Version Validation: Only validate Integer based Ver...Sven Gothel2013-11-183-12/+22
* EGLGraphicsConfiguration: Add deauled DEBUG output for failed EGL-Config QueriesSven Gothel2013-11-181-4/+41
* NEWT WindowImpl: Move consumePointerEvent(..) below doPointerEvent(..) to eas...Sven Gothel2013-11-181-109/+109
* NEWT Event Tests: Move TestParentingFocus* to event test packageSven Gothel2013-11-185-11/+11
* NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to...Sven Gothel2013-11-184-4/+27
* NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co...Sven Gothel2013-11-185-2/+32
* NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con...Sven Gothel2013-11-184-24/+37
* NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for...Sven Gothel2013-11-1810-150/+285
* Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when...Sven Gothel2013-11-185-11/+24
* Use 'gluegen-clang.properties' for generic clang and 'gluegen-xcode_clang.pro...Sven Gothel2013-11-173-2/+127
* 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