| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | JUnit test: Check of GL3 availability to not let test fail | Sven Gothel | 2010-09-28 | 2 | -1/+42 |
* | Unit test: Add 'Robot' for test classes using AWT Robot | Sven Gothel | 2010-09-28 | 3 | -6/+6 |
* | NEWT Robot Unit Tests: Bring Window to Front and position mouse | Sven Gothel | 2010-09-27 | 5 | -47/+57 |
* | NEWT EDT: Handle stop case if not on EDT | Sven Gothel | 2010-09-27 | 1 | -27/+43 |
* | NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus ... | Sven Gothel | 2010-09-26 | 9 | -92/+721 |
* | NEWT: Add Window.hasFocus() ; Test cleanup .. | Sven Gothel | 2010-09-26 | 7 | -5/+27 |
* | Add main() to TestFocus01SwingAWT | Sven Gothel | 2010-09-26 | 2 | -1/+34 |
* | Ensure that receiving focus is passed on to any NEWT child. | Steve Vaughan | 2010-09-26 | 1 | -6/+7 |
* | New test to check on keyboard focus. | Steve Vaughan | 2010-09-26 | 1 | -0/+189 |
* | RecursiveToolkitLock default TO 5s | Sven Gothel | 2010-09-26 | 2 | -4/+4 |
* | NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(... | Sven Gothel | 2010-09-26 | 3 | -6/+19 |
* | NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test... | Sven Gothel | 2010-09-26 | 4 | -43/+65 |
* | Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas... | Sven Gothel | 2010-09-25 | 6 | -23/+375 |
* | NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - Tests | Sven Gothel | 2010-09-23 | 25 | -146/+557 |
* | NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocus | Sven Gothel | 2010-09-23 | 39 | -2807/+3517 |
* | NEWT: Fix EDTUtil/DefaultEDTUtil - Locking/Behaviour | Sven Gothel | 2010-09-23 | 3 | -120/+206 |
* | NEWT: Animator API Change - Changed Lifecycle of Display/Screen (part 4) | Sven Gothel | 2010-09-23 | 13 | -292/+731 |
* | NEWT: Changed Lifecycle of Display/Screen (part 3) | Sven Gothel | 2010-09-16 | 4 | -19/+33 |
* | NEWT: Changed Lifecycle of Display/Screen (part 2) | Sven Gothel | 2010-09-15 | 18 | -206/+550 |
* | Merge branch 'master' into newt_display_unkey_thread | Sven Gothel | 2010-09-15 | 95 | -2108/+1853 |
|\ |
|
| * | Misc Cleanups | Sven Gothel | 2010-09-15 | 9 | -43/+21 |
| * | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-09-15 | 19 | -120/+73 |
| |\ |
|
| | * | COPYRIGHT.txt no longer exists -> don't copy it. | Michael Bien | 2010-09-14 | 1 | -1/+0 |
| | * | 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 |
| | * | | Fixed a couple of small glitches in the jogl website | DemoscenePassivist | 2010-09-04 | 1 | -1/+2 |
| * | | | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 75 | -1962/+1776 |
| | |/
| |/| |
|
* / | | NEWT: Changed Lifecycle of Display/Screen | Sven Gothel | 2010-09-10 | 45 | -505/+993 |
|/ / |
|
* / | NEWT: Focus Fix + Cleanup | Sven Gothel | 2010-09-03 | 18 | -86/+98 |
|/ |
|
* | Fixed gl3.h GL_GLEXT_PROTOTYPES -> GL3_PROTOTYPES/GL_GL3EXT_PROTOTYPESOpenGL_4_1_IntegrationOpenGL_3_3_Integration | Sven Gothel | 2010-08-25 | 4 | -22/+10 |
* | Add license header to gl3ext.h | Sven Gothel | 2010-08-24 | 1 | -0/+28 |
* | Modifications to the original header: Seperate platform types; Move extension... | Sven Gothel | 2010-08-24 | 2 | -221/+161 |
* | Add original Khronos glext.h and gl3.h headers from 2010-08-03 | Sven Gothel | 2010-08-24 | 2 | -0/+14292 |
* | Redo khronos header migration from scratch to show the delta to the originals | Sven Gothel | 2010-08-24 | 2 | -14232/+0 |
* | 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 | 13 | -364/+667 |
| |\ |
|
| * | | 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 | 50 | -3163/+7079 |
| |/
|/| |
|
* | | Add hudson-archive-jars-latest.sh script; Simplify default value of product.b... | Sven Gothel | 2010-07-27 | 2 | -5/+150 |
* | | 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 | 3 | -4/+7 |
* | | Fix OSX 2: Newt EDT (MainThread) and I/O methods ; Build jogl.build.number | Sven Gothel | 2010-07-26 | 10 | -358/+511 |
* | | Fix build.number -> jogl.build.number; Read artifact.properties | Sven Gothel | 2010-07-26 | 2 | -1/+3 |
* | | Fix artifact.properties rootrel | Sven Gothel | 2010-07-24 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-07-24 | 1 | -0/+4 |
|\ |
|
| * | Fix OSX 1: Add empty define of APIENTRY, if undefined (CG) | Sven Gothel | 2010-07-19 | 1 | -0/+4 |