| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |