summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WWW: Link to Siggraph2012 page and use relative URL to wikiSven Gothel2012-12-071-5/+5
* WWW: reorder siggraphSven Gothel2012-12-061-1/+1
* Add siggraph2012Sven Gothel2012-12-061-0/+1
* Add Java3d and nifty-guiSven Gothel2012-12-053-1/+20
* Update JOGL WWW page (Added sections: App, Util, Games, Old; Added Ardor3D, j...Sven Gothel2012-12-055-459/+559
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-0417-306/+924
* Fix GLDrawableHelper invokeGLImpl(..): Only attempt to release context after ...Sven Gothel2012-12-021-25/+28
* SWT GLCanvas/NewtCanvasSWT: Check isVisible() @ validation; NewtCanvasSWT rem...Sven Gothel2012-12-025-60/+114
* NEWT EDTUtil: Simplify running state (default is running @ setEDTUtil()); Sim...Sven Gothel2012-12-027-80/+81
* Fix Bug 643: SWT 'display.asyncExec(Runnable runnable)' runnable not executed...Sven Gothel2012-12-021-10/+9
* NEWT WindowImpl fixes: surfaceLockCount-- if native lock fails; waitForVisibl...Sven Gothel2012-12-022-28/+36
* NEWT WindowImpl: Don't issue native resize if invisible, simply use defineSiz...Sven Gothel2012-11-301-18/+13
* Fix NewtCanvasSWT's newtChild usage: Only use set newtChild if it's ready, i....Sven Gothel2012-11-301-6/+15
* Simplify NEWT EDTUtil invoke: To start EDT Runnable maybe null - start EDT ev...Sven Gothel2012-11-305-62/+54
* Bug628: Adding unit-test 'TestNewtCanvasSWTBug628ResizeDeadlock' exposing New...Sven Gothel2012-11-294-9/+292
* NewtCanvasSWT: Add DisposeListenerSven Gothel2012-11-291-3/+18
* SWT GLCanvas: Fix dispose bug, check for isDisposed() and add DisposeListener...Sven Gothel2012-11-293-21/+56
* TestSWTJOGLGLCanvas01GLn: Use display.syncExec(..) where possible, add AnimatorSven Gothel2012-11-291-5/+24
* SWTAccessor: Add SWT 4.3's X11-GTK version adaption (2.14, 2.24, 3.0)Sven Gothel2012-11-291-46/+170
* SWT Solaris x86 files: Use version 4.2, 4.3.0-M3 fails, see README.txtSven Gothel2012-11-282-0/+9
* Fix etc/test_dbg.sh: Missing jogl.all.jar -> jogl-all.jarSven Gothel2012-11-281-1/+1
* Complete commit 541bcc1eecc50656392e1fec1a27b08ab78eceff (SWT version bump 3....Sven Gothel2012-11-281-0/+1
* etc/profile.jogl: Fix OpenIndiana ARCH i86pc -> x86 (used currently for SWT t...Sven Gothel2012-11-281-0/+4
* Fix regression of commit 4dd44b985fe0541be3a3bcd9045d201ed3ca2cc5: Setting 's...Sven Gothel2012-11-281-1/+1
* Fix script lstjars.sh's pack200 listSven Gothel2012-11-271-3/+4
* X11Util/Xmisc setX11ErrorHandler: Force setting X11 error handler if invoked ...Sven Gothel2012-11-272-23/+25
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situations ; Cleanup TestNewtCanvasSWTBug...Sven Gothel2012-11-2710-121/+258
* SWTAccessor: OS_gtk_widget_unrealize optional (SWT 4.3) ; decorate Privileged...Sven Gothel2012-11-263-10/+40
* SWT: Bump to version 4.3.0 M3 201210312000Sven Gothel2012-11-2621-375/+31
* Add test-x64 script for running SWT junit test cases (only) - also documents ...Sven Gothel2012-11-251-0/+7
* SWTEDTUtil/AWTEDTUtil: Fix deadlock situation in waitUntilStopped(), etc - wr...Sven Gothel2012-11-253-15/+25
* FPSAnimator: Add note on deamon-thread and JVM shutdown behavior.Sven Gothel2012-11-252-5/+11
* Fix SWTEDTUtil Bug628: Perform NEWT event dispatching on SWT-EDT, due to poss...Sven Gothel2012-11-233-13/+16
* Bug628: Adding unit test reproducing the deadlock realiable withing first rou...Sven Gothel2012-11-233-9/+370
* Merge pull request #53 from HaZuki/FixQuaternionSpikeSven Gothel2012-11-211-2/+2
|\
| * Fix Bug : Quaternion multiplication unexpected behaviorHaZuki2012-11-161-2/+2
* | OSX CALayer Stencil/.. Fix: In case of FBO CALayer usage, use default caps/pi...Sven Gothel2012-11-2110-71/+315
|/
* NewtVersionActivity: Dump information in logcatSven Gothel2012-11-131-3/+7
* Frustum: Clarify method names, fix point/sphere classification, add used refe...Sven Gothel2012-11-122-26/+71
* Frustum: Add doc. about Frustum's Plane's normal orientationSven Gothel2012-11-121-2/+16
* Frustum: Cleanup / update; PMVMatrix: Fix mulPMVSven Gothel2012-11-122-13/+24
* Frustum: Clarify isOutside(AABBox) impl, add isOutside for point and sphereSven Gothel2012-11-121-6/+43
* Adding Ref.: Frustum-Culling, Max WagnerSven Gothel2012-11-121-10/+12
* Validating Frustum w/ help of Eduard White [email protected], referencing th...Sven Gothel2012-11-122-75/+139
* Frustum: Print Plane's normals properly in toString()Sven Gothel2012-11-111-1/+1
* Frustum: Passing Mv*P (column major order)Sven Gothel2012-11-112-34/+34
* Added a condition to skip updateGraphicsConfigurationARB when non-hardware-ac...jthedering2012-11-111-1/+2
* Fix Graph SceneUIController: Remove Listener by itself in dispose()Sven Gothel2012-11-112-3/+3
* GLDrawableHelper disposeAllGLEventListener(): Don't use cached listener size ...Sven Gothel2012-11-111-3/+2
* PMVMatrix: Add 'Frustum glGetFrustum()' adding same dirty/request methodology...Sven Gothel2012-11-113-69/+116