summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981:Sven Gothel2010-05-119-105/+227
* ../jogl.logSven Gothel2010-05-104-22/+81
* Fixed comments (links)Sven Gothel2010-05-062-5/+8
* NEWT Windows: Add reparenting for fullscreen on child windowSven Gothel2010-05-061-1/+16
* A little cleanup ..Sven Gothel2010-05-068-107/+100
* Fix junit test: Move quit WindowListener outside of classSven Gothel2010-05-053-12/+53
* Newt: Add generic NativeWindow parenting, inclusive using an AWT Component as...Sven Gothel2010-05-056-50/+629
* Newt Window: sendEvent -> public; GLWindow must pass down sendEvent and reque...Sven Gothel2010-05-052-1/+9
* Fix commentsSven Gothel2010-05-053-45/+64
* Newt Windows: More checks; Use SetWindowPos(.. SHOWWINDOW ..) to make it activeSven Gothel2010-05-051-2/+12
* Newt X11: Add focus in/out events; Request focus with mouse clickSven Gothel2010-05-052-20/+46
* Newt Display Fix: Use a FQN (type:name) to map displays, otherwise applicatio...Sven Gothel2010-05-051-23/+38
* JAWT Windows Fix: Use the JAWT window handle entry [to return it]Sven Gothel2010-05-051-2/+14
* Renable full test caseSven Gothel2010-05-041-3/+3
* NEWT Fixes (Windows/child-win):Sven Gothel2010-05-045-58/+100
* Remove critical path in shutdown ..Sven Gothel2010-05-042-4/+10
* NEWT Fixes:Sven Gothel2010-05-0411-109/+395
* 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