summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adapt to JOGL commit 7f2da7bb878813817efab0eb01bbf274065ef6c6Sven Gothel2011-08-305-11/+11
* Adapt to commit 55dae6968075cd082f7a9b8060f0912669e7aa78Sven Gothel2011-08-222-6/+6
* Adapt to latest jogl commit 6c346d98f04e2355210960fe9ffde47432f04d62Sven Gothel2011-08-224-13/+13
* FixedFuncUtil.getFixedFuncImpl() -> FixedFuncUtil.wrapFixedFuncEmul()Sven Gothel2011-08-018-8/+8
* Fixes for latest jogl/gluegen (FileUtil/Locator -> IOUtil)Sven Gothel2011-06-265-11/+13
* sync w/ JOGL 526ea7a3fb579f88a0c0a1e597387aae29d5aa06Sven Gothel2011-05-172-10/+12
* sync w/ jogl e007bb306124411e0232e51d16aa493cbd361f74Sven Gothel2011-04-2638-202/+203
* Adapt to FBObject jogl changes b44288b26e8ac6de0593db349725c2a288bb520aSven Gothel2011-04-053-55/+131
* Adapt impl namespace change jogl: 360b6716f68b44b28fd8c4f8e61ab86d5a56738bSven Gothel2011-02-096-8/+8
* Adapt CapabilitiesChooser.chooseCapabilities() changes of JOGL 8adc04788a6d9d...Sven Gothel2011-01-312-11/+13
* Add NEWT WindowListener.windowDestroyed() e7778124162aef7004e040dded5de1eaf5e...Sven Gothel2010-12-238-8/+18
* Unique ZIP archive name ; Gears main init sequenceSven Gothel2010-12-191-11/+20
* Fix joal/gears applet demoSven Gothel2010-12-162-2/+10
* Update GearsJOALApplet: Depending on joal build; incl joal snippet, remove jo...Sven Gothel2010-12-132-2/+293
* Add GearsApplet applet lifecycle messageSven Gothel2010-12-121-0/+10
* Adapt JOGL API Cleanup: 4b9ad2508ff31a03d3bc4482d812a6cbc0c5c33bSven Gothel2010-12-035-9/+10
* Fix context sharing demo, ie the shared context must be available (addNotify)...Sven Gothel2010-12-031-25/+15
* Adapt to JOGL 597007fc23fbf86e036629b6c6b157e0e0506715Sven Gothel2010-11-281-1/+1
* Adapt to JOGL 7262641429b542929efc699e392f410f1dee2187Sven Gothel2010-11-239-19/+22
* Accomodate JOGL changes up to ce24d32178106baa16e84f016192441ce45845a7Sven Gothel2010-10-2912-25/+25
* Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: App...Sven Gothel2010-10-1452-257/+421
* syn with JOGL 018c7e8660dc0af68bd129be9af5094d04d0b431Sven Gothel2010-10-082-3/+3
* Picking unsigned integer handling fix.Sven Gothel2010-09-241-2/+2
* Sync with JOGL: 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0Sven Gothel2010-09-2322-59/+59
* Add GL 3.3, 4.0 and 4.1 info - JOGL: ca119c97340caf325cd682c5fdbe8f794a35ac0eSven Gothel2010-08-241-0/+73
* Fixes against JOGL a4b16ad544f3f7872f15e52d7ada7dc1e506d333Sven Gothel2010-07-1611-30/+20
* Adding GLProfile.initSingleton() call, ensuring [multithreading] intitializat...Sven Gothel2010-06-1047-4/+180
* Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021eSven Gothel2010-05-286-6/+6
* Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9Sven Gothel2010-05-2113-13/+13
* Fix URLsSven Gothel2010-05-083-3/+3
* Fix NewtFactory usageSven Gothel2010-05-051-1/+1
* Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3fSven Gothel2010-04-2420-20/+18
* Fix: delete Newt window completly (deep)Sven Gothel2010-04-232-2/+9
* Add win32 script, misc stuff ..Sven Gothel2010-04-213-1/+8
* Show GLContext GL VersionSven Gothel2010-04-161-0/+2
* Fixes to match JOGL 2ae28d54858ff684bc2368e0476a7a357dc63432Sven Gothel2010-04-157-13/+35
* fixed imports to fix build.Michael Bien2010-04-0817-17/+17
* Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 gluegen:7220416bce...Sven Gothel2010-03-302-11/+16
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-2956-316/+362
* changes due to package rename in jogl.Michael Bien2010-03-2925-56/+39
* fixed jogl-demos since we moved some packages in jogl.Michael Bien2010-03-2825-46/+46
* modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-27145-270/+379
* Adapted JOGL TextureData API changes (138a5b057e39a4738a2e82f370424a9a21aceea9)Sven Gothel2010-03-268-15/+23
* Tweak read buffer demoAwayFromSunSven Gothel2009-10-161-5/+8
* JOGLNewtAppletBase et al - no dispose event at destruction, since it's critic...Sven Gothel2009-10-124-8/+24
* ReadBuffer: Use temp file ; Use TextureIO ; JOGL 8f76db4364f66c36780e762e086a...Sven Gothel2009-10-113-8/+16
* JOGL changes ..Sven Gothel2009-10-105-95/+91
* demos.readbuffer.Main: Allow setting a booleanSven Gothel2009-10-051-1/+1
* Fix ReadBuffer ..Sven Gothel2009-10-053-5/+24
* ReadBuffer Demos: Use NetPbmTextureWriterSven Gothel2009-10-044-9/+16