| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix NativeWindow JAWT Code Generation and Bounds Access | Sven Gothel | 2010-05-27 | 6 | -111/+146 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 49 | -711/+950 |
* | Cover all Offscreen tests with Assume .. | Sven Gothel | 2010-05-17 | 1 | -6/+42 |
* | GlueGen/JOGL Windows x86 x86_64 Builds | Sven Gothel | 2010-05-16 | 3 | -10/+10 |
* | Junit Core Test: Add GLContext version dump | Sven Gothel | 2010-05-12 | 2 | -12/+103 |
* | Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981: | Sven Gothel | 2010-05-11 | 9 | -105/+227 |
* | ../jogl.log | Sven Gothel | 2010-05-10 | 4 | -22/+81 |
* | Fixed comments (links) | Sven Gothel | 2010-05-06 | 2 | -5/+8 |
* | NEWT Windows: Add reparenting for fullscreen on child window | Sven Gothel | 2010-05-06 | 1 | -1/+16 |
* | A little cleanup .. | Sven Gothel | 2010-05-06 | 8 | -107/+100 |
* | Fix junit test: Move quit WindowListener outside of class | Sven Gothel | 2010-05-05 | 3 | -12/+53 |
* | Newt: Add generic NativeWindow parenting, inclusive using an AWT Component as... | Sven Gothel | 2010-05-05 | 6 | -50/+629 |
* | Newt Window: sendEvent -> public; GLWindow must pass down sendEvent and reque... | Sven Gothel | 2010-05-05 | 2 | -1/+9 |
* | Fix comments | Sven Gothel | 2010-05-05 | 3 | -45/+64 |
* | Newt Windows: More checks; Use SetWindowPos(.. SHOWWINDOW ..) to make it active | Sven Gothel | 2010-05-05 | 1 | -2/+12 |
* | Newt X11: Add focus in/out events; Request focus with mouse click | Sven Gothel | 2010-05-05 | 2 | -20/+46 |
* | Newt Display Fix: Use a FQN (type:name) to map displays, otherwise applicatio... | Sven Gothel | 2010-05-05 | 1 | -23/+38 |
* | JAWT Windows Fix: Use the JAWT window handle entry [to return it] | Sven Gothel | 2010-05-05 | 1 | -2/+14 |
* | Renable full test case | Sven Gothel | 2010-05-04 | 1 | -3/+3 |
* | NEWT Fixes (Windows/child-win): | Sven Gothel | 2010-05-04 | 5 | -58/+100 |
* | Remove critical path in shutdown .. | Sven Gothel | 2010-05-04 | 2 | -4/+10 |
* | NEWT Fixes: | Sven Gothel | 2010-05-04 | 11 | -109/+395 |
* | Add native NEWT window parenting test. Fix some error messages | Sven Gothel | 2010-04-30 | 4 | -7/+204 |
* | - JAR Manifest: Trusted-Library: true | Sven Gothel | 2010-04-28 | 1 | -3/+3 |
* | GLProfile static init within privileged block | Sven Gothel | 2010-04-28 | 1 | -7/+16 |
* | Fix privileged access (applet) | Sven Gothel | 2010-04-28 | 1 | -1/+7 |
* | JOGL | Sven Gothel | 2010-04-28 | 6 | -8/+18 |
* | Oops .. broke the tests, adding 'else' value ; fix assertion in test | Sven Gothel | 2010-04-28 | 1 | -2/+2 |
* | JOGL Error Handling | Sven Gothel | 2010-04-27 | 8 | -48/+64 |
* | Relax Junit: TestOffscreen01NEWT, ie no failure if no PBuffer available | Sven Gothel | 2010-04-27 | 1 | -0/+30 |
* | test cleanup | Sven Gothel | 2010-04-27 | 1 | -2/+12 |
* | - Fix GLProcAddressResolver regression: Use GLProcAddressResolver ! | Sven Gothel | 2010-04-27 | 28 | -388/+379 |
* | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-04-24 | 2 | -4/+3 |
|\ |
|
| * | modifications due to method renaming in gluegen/procaddresstable. | Michael Bien | 2010-04-24 | 2 | -4/+3 |
| * | Merge branch 'master' of github.com:mbien/jogl | Michael Bien | 2010-04-24 | 51 | -218/+374 |
| |\ |
|
| * | | changes due to refactorings in ProcAddressTable. | Michael Bien | 2010-04-24 | 2 | -2/+2 |
* | | | NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPED | Sven Gothel | 2010-04-24 | 2 | -0/+2 |
| |/
|/| |
|
* | | NEWT Cleanup | Sven Gothel | 2010-04-24 | 51 | -218/+374 |
|/ |
|
* | NEWT/AWT Interoperability | Sven Gothel | 2010-04-24 | 43 | -432/+1432 |
* | Moved event classed from com.jogamp.newt to com.jogamp.newt.event | Sven Gothel | 2010-04-24 | 11 | -35/+43 |