aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* MyNSOpenGLContext::dealloc: Avoid 'invalid context'Sven Gothel2013-03-192-7/+29
* OSX CGL: Don't issue [NSOpenGLContext clearDrawable] for [NSOpenGLContext set...Sven Gothel2013-03-181-3/+10
* NativeWindow OSXUtil RunOnMainThread: Use daemon attachment and do not detach...Sven Gothel2013-03-184-27/+53
* Adapt to GlueGen commit b1eb7ca6b9d7dec7ff62c1f1e8ef0a0545724d2f: Function- R...Sven Gothel2013-03-186-8/+10
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-1515-249/+358
* Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced...Sven Gothel2013-03-143-17/+21
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-147-94/+46
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-147-107/+95
* Fix TestParenting01NEWT: Since recreational reparenting resets the fps-counte...Sven Gothel2013-03-131-0/+6
* GLEventListenerState: Moved to public package 'com.jogamp.opengl.util'Sven Gothel2013-03-138-13/+14
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-134-30/+85
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-133-17/+89
* Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...Sven Gothel2013-03-1325-425/+1085
* MemoryObject: Use GlueGen's new HashUtilSven Gothel2013-03-131-44/+6
* *External*Context Impl: Remove unused 'lastContext' field, incl. their makeCu...Sven Gothel2013-03-134-85/+2
* Fix Mix2TexturesES2 unit tests: Use synchronized texID access and add glFinis...Sven Gothel2013-03-094-15/+67
* Fix buggy unit test for Bug 694: The unpack alignment has to be considered!Sven Gothel2013-03-092-18/+74
* GLJPanel: Updating GLJPanel documention w/ current mode of operationSven Gothel2013-03-081-12/+14
* GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBU...Sven Gothel2013-03-081-25/+42
* TestBug694 -> TestBug694AWT so it properly gets picked up by the AWT unit tes...Sven Gothel2013-03-011-2/+2
* Merge remote-tracking branch 'gouessej/master'Sven Gothel2013-03-011-0/+128
|\
| * Adds a unit test for the bug 694 on gluScaleImageJulien Gouesse2013-02-241-0/+128
* | Fix Bug 695: WGLExt.wglChoosePixelFormatARB causes buffer underflow due to a ...Sven Gothel2013-02-282-2/+2
* | TestBug572AWT: Add test case w/ setting GLCanvas's size and frame.pack() on A...Sven Gothel2013-02-281-60/+51
* | All AWT Related Unit Tests: Call AWT 'frame.setVisible(..)' and 'frame.pack()...Sven Gothel2013-02-2838-212/+331
* | Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...Sven Gothel2013-02-284-4/+5
* | Fix AWT EDT Deadlock in AWTWindowClosingProtocol, regression of commit 808a9a...Sven Gothel2013-02-281-9/+2
* | NEWT: Harmonize MouseEvent Pressure (API Change!)Sven Gothel2013-02-284-20/+86
* | NEWT WindowImpl: Cleanup redundancies in destroy() and windowDestroyNotify(bo...Sven Gothel2013-02-281-32/+37
* | Fix Bug 677: NEWT/Android: Add support for Android's KeyEvent.KEYCODE_BACKSven Gothel2013-02-288-45/+105
* | Fix merge conflict of erikbrayet/bug_668Sven Gothel2013-02-281-1/+1
|\ \
| * | Fix bug 668 : Android keyboard input was uppercaseEric Brayet2013-02-141-2/+2
* | | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-2829-221/+536
| |/ |/|
* | NEWT/OSX Fix: Child positioning ; NewtCanvasAWT: Change reparent time and use...Sven Gothel2013-02-229-210/+325
* | Fix CALayer pos/size and animation.b01Sven Gothel2013-02-226-85/+198
* | TestNewtEventModifiers*: Robostness (uhh) Unify wait-clear result code - fix ...Sven Gothel2013-02-213-62/+73
* | GLProfile: Adding convenient query for highest programmable core only GL profileSven Gothel2013-02-211-1/+36
* | Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)...Sven Gothel2013-02-213-17/+54
* | Relax GLContextImpl.setGLFunctionAvailability(..)'s Version Matching if testi...Sven Gothel2013-02-211-2/+2
* | Fix GLVersionNumber (Bug 679): Don't use a subsequent version number if not v...Sven Gothel2013-02-211-3/+8
* | TestGearsES2SWT: Fix NPESven Gothel2013-02-211-0/+6
* | Fix NPE of Bug 679: The ctx was released w/o fully initialized (no proper ARB...Sven Gothel2013-02-202-2/+4
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-2015-29/+165
* | NewtCanvasAWT: Fix size determination, i.e. take newt-child's size into accou...Sven Gothel2013-02-201-6/+10
* | NEWT/OSX: Fix 'locationOnScreen' usage and use proper client-area window scre...Sven Gothel2013-02-204-80/+93
* | Unit Tests: Add [manual] demo cases for SWT (TestGearsES2SWT, TestGearsES2New...Sven Gothel2013-02-205-32/+990
* | Unit Tests NewtEventModifiers (2): RobostnessSven Gothel2013-02-195-9/+8
* | Unit Tests NewtEventModifiers: Attempt to make them more robust for that one ...Sven Gothel2013-02-195-9/+21
* | Bug 678 (fix), Bug 641 (API + Windows Impl.), Bug 688 (prep): Update NEWT's K...Sven Gothel2013-02-1932-1409/+1527
* | OSX/Java7 Cleanup: Remove JavaNativeFoundation dependency; NativeWindow-JAWT:...Sven Gothel2013-02-171-5/+2