aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Misc CleanupsSven Gothel2010-09-158-38/+16
| * Merge branch 'master' of github.com:mbien/joglSven Gothel2010-09-1517-118/+71
| |\
| | * Merge branch 'master' of git://github.com/sgothel/joglMichael Bien2010-09-1018-86/+98
| | |\
| | * | trivial code cleanup in glx package.Michael Bien2010-09-0917-118/+71
| * | | Removed COPYRIGHT.txt file, whichSven Gothel2010-09-1472-1885/+1702
| | |/ | |/|
* / | NEWT: Changed Lifecycle of Display/ScreenSven Gothel2010-09-1044-505/+992
|/ /
* / NEWT: Focus Fix + CleanupSven Gothel2010-09-0318-86/+98
|/
* minor formattingSven Gothel2010-08-241-2/+1
* TestTransformFeedbackVeryingsBug407NEWT: move GLSL requirement to 1.50 (GL 3.2)Sven Gothel2010-08-241-1/+1
* Added shader status check, commented out the expected glsl linker error messageSven Gothel2010-08-241-4/+32
* Rename junit test TransformFeedbackVeryingsBug407 and add main methodSven Gothel2010-08-241-1/+18
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2010-08-241-0/+132
|\
| * Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-08-229-360/+509
| |\
| * | added junit test for bug 407 (thanks to Matt at the mailinglist).Michael Bien2010-08-221-0/+132
* | | Add OpenGL 3.3, 4.0 and 4.1 language mapping.Sven Gothel2010-08-244-3/+9
| |/ |/|
* | JOGL/Junit: Temp. remove frame rendering testSven Gothel2010-07-261-1/+1
* | Newt: Remove static MacDisplay usageSven Gothel2010-07-262-3/+4
* | Fix OSX 2: Newt EDT (MainThread) and I/O methods ; Build jogl.build.numberSven Gothel2010-07-268-357/+505
|/
* Junit: Avoid possible forever loop in testSven Gothel2010-07-171-1/+2
* Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ...Sven Gothel2010-07-174-38/+41
* Junit: Relax assertions NEWT/ReparentSven Gothel2010-07-162-1/+5
* Add AWT WindowClosing JUnit testSven Gothel2010-07-161-0/+103
* Fix file modesSven Gothel2010-07-07181-0/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-0724-183/+238
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2010-06-2613-23/+32
|\
| * Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-1713-23/+32
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-261-1/+0
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-2651-706/+1526
* | Cleanup enqueueEvent and remove PaintEvent and it's ListenerSven Gothel2010-06-1715-250/+57
|/
* JOGL.GLAutoDrawable:Sven Gothel2010-06-1621-86/+982
* NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...Sven Gothel2010-06-112-2/+9
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-06-112-34/+196
|\
| * refactored GLProfile. Removed Clonable (Profiles are unique), added hashCode(...Michael Bien2010-06-101-34/+33
| * Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-06-10123-4117/+3301
| |\
| * | forked TestAWT01GLn into TestSwingAWT01GLn.Michael Bien2010-06-082-70/+205
| * | Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-06-022-11/+36
| |\ \
| * \ \ Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-06-0230-659/+647
| |\ \ \
| * | | | swing on edt only, awt off edt. cleaned up the test a bit.Michael Bien2010-06-011-31/+30
| * | | | added JFrame and Window runs to testAWT01GLn testcase + EDT fixes.Michael Bien2010-06-011-34/+63
* | | | | NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...Sven Gothel2010-06-118-36/+527
| |_|_|/ |/| | |
* | | | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-10118-3864/+2870
* | | | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-0428-632/+801
* | | | JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Ad...Sven Gothel2010-06-023-0/+9
| |_|/ |/| |
* | | NEWT/MacOSX: Use Reflectionutil and a common runOnMainThread methodSven Gothel2010-06-022-11/+36
| |/ |/|
* | NEWT/MacOSX: First Changes towards general NEWT/AWT solution (incomplete).Sven Gothel2010-06-022-147/+115
* | NEWT: Simplified LockingSven Gothel2010-06-0212-150/+207
* | JOGL: Unified GLContext native handleSven Gothel2010-06-0215-361/+324
* | Allow build on OSX 10.5 (thanks to sed)Sven Gothel2010-05-311-1/+1
|/
* test duration ..Sven Gothel2010-05-282-2/+2
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-2841-1047/+2685