| Commit message (Expand) | Author | Age | Files | Lines |
* | Set up compiler and linker for newt. JOGL builds and passes all tests. | Mark Rothwell | 2010-06-26 | 1 | -4/+34 |
* | Prepend /usr/local/lib to freebsd X11 linker | Mark Rothwell | 2010-06-26 | 1 | -4/+4 |
* | Prepend /usr/local/lib for X11 libraries | Mark Rothwell | 2010-06-26 | 1 | -4/+4 |
* | Use correct compiler setup for nativewindow | Mark Rothwell | 2010-06-26 | 1 | -2/+6 |
* | But /usr/local/include IS necessary on the default FreeBSD setup | Mark Rothwell | 2010-06-26 | 1 | -0/+6 |
* | Correct compiler config (not amd64 specific) | Mark Rothwell | 2010-06-26 | 1 | -1/+1 |
* | Remove /usr/X11R6 from newt, too | Mark Rothwell | 2010-06-26 | 1 | -5/+0 |
* | FreeBSD does not use /usr/X11R6 anymore (it became a symlink to /usr/local qu... | Mark Rothwell | 2010-06-26 | 2 | -11/+0 |
* | Split and use new linker definitions for FreeBSD (nativewindow) | Mark Rothwell | 2010-06-26 | 1 | -5/+23 |
* | Split and use new linker definitions for FreeBSD | Mark Rothwell | 2010-06-26 | 1 | -2/+20 |
* | Provide a classloader for all reflection driven classloading ops. | Michael Bien | 2010-06-17 | 15 | -26/+35 |
* | use ${javacdebuglevel}. | Michael Bien | 2010-06-17 | 2 | -3/+3 |
* | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-16 | 26 | -123/+1517 |
|\ |
|
| * | JOGL.GLAutoDrawable: | Sven Gothel | 2010-06-16 | 22 | -87/+983 |
| * | 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 | 17 | -1683/+915 |
| |\ |
|
| * | | NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(... | Sven Gothel | 2010-06-11 | 8 | -36/+527 |
* | | | updated webpage, JOGL symbols. | Michael Bien | 2010-06-15 | 1 | -2/+2 |
| |/
|/| |
|
* | | 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 | 174 | -4798/+3871 |
|\| |
|
| * | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 168 | -4419/+3379 |
| * | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable... | Sven Gothel | 2010-06-04 | 38 | -765/+863 |
| * | JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Ad... | Sven Gothel | 2010-06-02 | 5 | -0/+15 |
* | | continued with jackpot code transformations. | Michael Bien | 2010-06-08 | 9 | -1053/+125 |
* | | forked TestAWT01GLn into TestSwingAWT01GLn. | Michael Bien | 2010-06-08 | 2 | -70/+205 |
* | | cleaned up jackpot scripts, updated download locations. | Michael Bien | 2010-06-03 | 2 | -7/+17 |
* | | added junit debug test nb ide bindings. | Michael Bien | 2010-06-03 | 2 | -2/+120 |
* | | updated paths in netbeans project.xml. | Michael Bien | 2010-06-03 | 1 | -2/+8 |
* | | fixed Linux bullet list on HowToBuild www page. | Michael Bien | 2010-06-02 | 1 | -25/+24 |
* | | XHTML cleanup and final JogAmplification for jogl main www page. | Michael Bien | 2010-06-02 | 1 | -562/+424 |
* | | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-02 | 3 | -12/+37 |
|\| |
|
| * | NEWT/MacOSX: Use Reflectionutil and a common runOnMainThread method | Sven Gothel | 2010-06-02 | 3 | -12/+37 |
* | | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-06-02 | 33 | -662/+651 |
|\| |
|
| * | NEWT/MacOSX: First Changes towards general NEWT/AWT solution (incomplete). | Sven Gothel | 2010-06-02 | 3 | -148/+116 |
| * | NEWT: Simplified Locking | Sven Gothel | 2010-06-02 | 14 | -152/+210 |
| * | JOGL: Unified GLContext native handle | Sven Gothel | 2010-06-02 | 15 | -361/+324 |
| * | Merge branch 'master' of github.com:mbien/jogl | Sven Gothel | 2010-06-01 | 1 | -5/+5 |
| |\ |
|
| * | | Allow build on OSX 10.5 (thanks to sed) | Sven Gothel | 2010-05-31 | 1 | -1/+1 |
* | | | exclude inner classes as tests to prevent junit from executing anonymous inne... | Michael Bien | 2010-06-01 | 1 | -0/+3 |
* | | | 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 |
* | | | Merge branch 'master' of github.com:sgothel/jogl | Michael Bien | 2010-05-28 | 61 | -1273/+2974 |
|\| |
| |/
|/| |
|
| * | test duration .. | Sven Gothel | 2010-05-28 | 2 | -2/+2 |
| * | NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ... | Sven Gothel | 2010-05-28 | 44 | -1048/+2688 |
| * | 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 | 11 | -162/+177 |
* | | fixed HTML header. | Michael Bien | 2010-05-25 | 1 | -5/+5 |
|/ |
|
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 56 | -728/+981 |
* | XHTML cleanup for jogl deployment doc. | Michael Bien | 2010-05-19 | 2 | -252/+238 |
* | escaping ampersandin XML | Michael Bien | 2010-05-19 | 1 | -1/+1 |