| Commit message (Expand) | Author | Age | Files | Lines |
* | Misc Cleanups | Sven Gothel | 2010-09-15 | 8 | -38/+16 |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-09-15 | 17 | -118/+71 |
|\ |
|
| * | Merge branch 'master' of git://github.com/sgothel/jogl | Michael Bien | 2010-09-10 | 18 | -86/+98 |
| |\ |
|
| * | | trivial code cleanup in glx package. | Michael Bien | 2010-09-09 | 17 | -118/+71 |
* | | | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 72 | -1885/+1702 |
| |/
|/| |
|
* | | NEWT: Focus Fix + Cleanup | Sven Gothel | 2010-09-03 | 18 | -86/+98 |
|/ |
|
* | minor formatting | Sven Gothel | 2010-08-24 | 1 | -2/+1 |
* | TestTransformFeedbackVeryingsBug407NEWT: move GLSL requirement to 1.50 (GL 3.2) | Sven Gothel | 2010-08-24 | 1 | -1/+1 |
* | Added shader status check, commented out the expected glsl linker error message | Sven Gothel | 2010-08-24 | 1 | -4/+32 |
* | Rename junit test TransformFeedbackVeryingsBug407 and add main method | Sven Gothel | 2010-08-24 | 1 | -1/+18 |
* | Merge branch 'master' of github.com:sgothel/jogl | Sven Gothel | 2010-08-24 | 1 | -0/+132 |
|\ |
|
| * | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-08-22 | 9 | -360/+509 |
| |\ |
|
| * | | added junit test for bug 407 (thanks to Matt at the mailinglist). | Michael Bien | 2010-08-22 | 1 | -0/+132 |
* | | | Add OpenGL 3.3, 4.0 and 4.1 language mapping. | Sven Gothel | 2010-08-24 | 4 | -3/+9 |
| |/
|/| |
|
* | | JOGL/Junit: Temp. remove frame rendering test | Sven Gothel | 2010-07-26 | 1 | -1/+1 |
* | | Newt: Remove static MacDisplay usage | Sven Gothel | 2010-07-26 | 2 | -3/+4 |
* | | Fix OSX 2: Newt EDT (MainThread) and I/O methods ; Build jogl.build.number | Sven Gothel | 2010-07-26 | 8 | -357/+505 |
|/ |
|
* | Junit: Avoid possible forever loop in test | Sven Gothel | 2010-07-17 | 1 | -1/+2 |
* | Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ... | Sven Gothel | 2010-07-17 | 4 | -38/+41 |
* | Junit: Relax assertions NEWT/Reparent | Sven Gothel | 2010-07-16 | 2 | -1/+5 |
* | Add AWT WindowClosing JUnit test | Sven Gothel | 2010-07-16 | 1 | -0/+103 |
* | Fix file modes | Sven Gothel | 2010-07-07 | 181 | -0/+0 |
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-07-07 | 24 | -183/+238 |
* | Merge branch 'master' of github.com:sgothel/jogl | Sven Gothel | 2010-06-26 | 13 | -23/+32 |
|\ |
|
| * | Provide a classloader for all reflection driven classloading ops. | Michael Bien | 2010-06-17 | 13 | -23/+32 |
* | | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-06-26 | 1 | -1/+0 |
* | | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-06-26 | 51 | -706/+1526 |
* | | Cleanup enqueueEvent and remove PaintEvent and it's Listener | Sven Gothel | 2010-06-17 | 15 | -250/+57 |
|/ |
|
* | JOGL.GLAutoDrawable: | Sven Gothel | 2010-06-16 | 21 | -86/+982 |
* | NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(... | Sven Gothel | 2010-06-11 | 2 | -2/+9 |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-06-11 | 2 | -34/+196 |
|\ |
|
| * | refactored GLProfile. Removed Clonable (Profiles are unique), added hashCode(... | Michael Bien | 2010-06-10 | 1 | -34/+33 |
| * | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-10 | 123 | -4117/+3301 |
| |\ |
|
| * | | forked TestAWT01GLn into TestSwingAWT01GLn. | Michael Bien | 2010-06-08 | 2 | -70/+205 |
| * | | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-02 | 2 | -11/+36 |
| |\ \ |
|
| * \ \ | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-02 | 30 | -659/+647 |
| |\ \ \ |
|
| * | | | | swing on edt only, awt off edt. cleaned up the test a bit. | Michael Bien | 2010-06-01 | 1 | -31/+30 |
| * | | | | added JFrame and Window runs to testAWT01GLn testcase + EDT fixes. | Michael Bien | 2010-06-01 | 1 | -34/+63 |
* | | | | | NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(... | Sven Gothel | 2010-06-11 | 8 | -36/+527 |
| |_|_|/
|/| | | |
|
* | | | | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 118 | -3864/+2870 |
* | | | | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable... | Sven Gothel | 2010-06-04 | 28 | -632/+801 |
* | | | | JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Ad... | Sven Gothel | 2010-06-02 | 3 | -0/+9 |
| |_|/
|/| | |
|
* | | | NEWT/MacOSX: Use Reflectionutil and a common runOnMainThread method | Sven Gothel | 2010-06-02 | 2 | -11/+36 |
| |/
|/| |
|
* | | NEWT/MacOSX: First Changes towards general NEWT/AWT solution (incomplete). | Sven Gothel | 2010-06-02 | 2 | -147/+115 |
* | | NEWT: Simplified Locking | Sven Gothel | 2010-06-02 | 12 | -150/+207 |
* | | JOGL: Unified GLContext native handle | Sven Gothel | 2010-06-02 | 15 | -361/+324 |
* | | Allow build on OSX 10.5 (thanks to sed) | Sven Gothel | 2010-05-31 | 1 | -1/+1 |
|/ |
|
* | test duration .. | Sven Gothel | 2010-05-28 | 2 | -2/+2 |
* | NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ... | Sven Gothel | 2010-05-28 | 41 | -1047/+2685 |
* | Fix NativeWindow/NEWT Unique Display Naming, X11 use real NULL Display name | Sven Gothel | 2010-05-27 | 9 | -62/+108 |