aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add native NEWT window parenting test. Fix some error messagesSven Gothel2010-04-304-7/+204
* - JAR Manifest: Trusted-Library: trueSven Gothel2010-04-281-3/+3
* GLProfile static init within privileged blockSven Gothel2010-04-281-7/+16
* Fix privileged access (applet)Sven Gothel2010-04-281-1/+7
* JOGLSven Gothel2010-04-286-8/+18
* Oops .. broke the tests, adding 'else' value ; fix assertion in testSven Gothel2010-04-281-2/+2
* JOGL Error HandlingSven Gothel2010-04-278-48/+64
* Relax Junit: TestOffscreen01NEWT, ie no failure if no PBuffer availableSven Gothel2010-04-271-0/+30
* test cleanupSven Gothel2010-04-271-2/+12
* - Fix GLProcAddressResolver regression: Use GLProcAddressResolver !Sven Gothel2010-04-2728-388/+379
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-04-242-4/+3
|\
| * modifications due to method renaming in gluegen/procaddresstable.Michael Bien2010-04-242-4/+3
| * Merge branch 'master' of github.com:mbien/joglMichael Bien2010-04-2451-218/+374
| |\
| * | changes due to refactorings in ProcAddressTable.Michael Bien2010-04-242-2/+2
* | | NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPEDSven Gothel2010-04-242-0/+2
| |/ |/|
* | NEWT CleanupSven Gothel2010-04-2451-218/+374
|/
* NEWT/AWT InteroperabilitySven Gothel2010-04-2443-432/+1432
* Moved event classed from com.jogamp.newt to com.jogamp.newt.eventSven Gothel2010-04-2411-35/+43
* Newt.AWTWindow: Set/Unset windowHandle (enables actual destroy call) / minor ...Sven Gothel2010-04-232-15/+33
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-04-235-44/+37
|\
| * Merge branch 'master' of github.com:mbien/joglMichael Bien2010-04-231-1/+6
| |\
| * | reviewed calls to lockSurface() and ensured propper unlocking.Michael Bien2010-04-235-44/+37
* | | Reuse recursive locking codeSven Gothel2010-04-231-37/+38
| |/ |/|
* | Add missing finally unlock, if 2nd lock failsSven Gothel2010-04-231-1/+6
|/
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-04-226-207/+236
|\
| * Merge branch 'master' of github.com:mbien/joglMichael Bien2010-04-2211-177/+178
| |\
| * | reviewed X11Lib.XLock/UnlockDisplay() usage:Michael Bien2010-04-226-207/+236
* | | Newt.X11:XEventsQueued: QueuedAlready doesn't work on ATI - use QueuedAfterFlushSven Gothel2010-04-221-5/+9
| |/ |/|
* | Review of using isGL2() and GL2.GL*Sven Gothel2010-04-2211-177/+178
|/
* Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing p...Sven Gothel2010-04-225-31/+82
* Migrating gl2/gl3/gl4 -> gldesktop. Use JOGL_GLDESKTOP_.. when using profile....Sven Gothel2010-04-221-3/+2
* Add remark (unsigned long -> uint_32) ..Sven Gothel2010-04-211-1/+1
* JOGL GL4 preperation (cont):Sven Gothel2010-04-2059-1254/+1415
* code review (http://jogamp.org/bugzilla/show_bug.cgi?id=396): improved except...Michael Bien2010-04-182-71/+86
* DRIHack.driHackNeeded is now initialized once in the static initializer (not ...Michael Bien2010-04-171-17/+27
* JOGL GL4 preperation (cont):Sven Gothel2010-04-176-182/+271
* Fix broken Offscreen/Pbuffer query introduced in bd4904fb04ab2168aeaf76e74385...Sven Gothel2010-04-169-24/+23
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-04-1611-144/+111
|\
| * code review: fixed empty catch blocks and a few compiler warnings in unit tests.Michael Bien2010-04-1511-144/+111
* | JOGL GL4 preperation:Sven Gothel2010-04-1617-410/+716
|/
* JOGL (Windows):Sven Gothel2010-04-159-85/+78
* Further ATI (fglrx) X11Display bug workaround/cleanupSven Gothel2010-04-1522-262/+1340
* ATI (fglrx) PBuffer/X11Display bug workaround/cleanupSven Gothel2010-04-1319-124/+238
* NEWT X11 Fix (mainly ATI and multithreading)Sven Gothel2010-04-138-163/+443
* *** Now Using Apache-Ant-1.8.0 ***Sven Gothel2010-04-106-50/+101
* Fix NEWT Window destroy/close race condition,Sven Gothel2010-04-094-57/+94
* junit: Add timeout (30s), enable offscreen testSven Gothel2010-04-092-6/+29
* Attach build-junit.xml to build.xml ; Add more tests Offscreen(broken on ATI)...Sven Gothel2010-04-0912-4/+1442
* Fix missing MacOsX Newt refactoringSven Gothel2010-04-091-30/+30
* Added FIXME comment: DBLBUFOFFSCRN, to tag the impl of forcing single buffer ...Sven Gothel2010-04-094-8/+8