aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-0724-183/+238
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2010-06-2613-23/+32
|\
| * Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-1713-23/+32
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-261-1/+0
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-2651-706/+1526
* | Cleanup enqueueEvent and remove PaintEvent and it's ListenerSven Gothel2010-06-1715-250/+57
|/
* JOGL.GLAutoDrawable:Sven Gothel2010-06-1621-86/+982
* NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...Sven Gothel2010-06-112-2/+9
* Merge branch 'master' of github.com:mbien/joglSven Gothel2010-06-112-34/+196
|\
| * refactored GLProfile. Removed Clonable (Profiles are unique), added hashCode(...Michael Bien2010-06-101-34/+33
| * Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-06-10123-4117/+3301
| |\
| * | forked TestAWT01GLn into TestSwingAWT01GLn.Michael Bien2010-06-082-70/+205
| * | Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-06-022-11/+36
| |\ \
| * \ \ Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-06-0230-659/+647
| |\ \ \
| * | | | swing on edt only, awt off edt. cleaned up the test a bit.Michael Bien2010-06-011-31/+30
| * | | | added JFrame and Window runs to testAWT01GLn testcase + EDT fixes.Michael Bien2010-06-011-34/+63
* | | | | NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...Sven Gothel2010-06-118-36/+527
| |_|_|/ |/| | |
* | | | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...Sven Gothel2010-06-10118-3864/+2870
* | | | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...Sven Gothel2010-06-0428-632/+801
* | | | JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Ad...Sven Gothel2010-06-023-0/+9
| |_|/ |/| |
* | | NEWT/MacOSX: Use Reflectionutil and a common runOnMainThread methodSven Gothel2010-06-022-11/+36
| |/ |/|
* | NEWT/MacOSX: First Changes towards general NEWT/AWT solution (incomplete).Sven Gothel2010-06-022-147/+115
* | NEWT: Simplified LockingSven Gothel2010-06-0212-150/+207
* | JOGL: Unified GLContext native handleSven Gothel2010-06-0215-361/+324
* | Allow build on OSX 10.5 (thanks to sed)Sven Gothel2010-05-311-1/+1
|/
* test duration ..Sven Gothel2010-05-282-2/+2
* NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...Sven Gothel2010-05-2841-1047/+2685
* Fix NativeWindow/NEWT Unique Display Naming, X11 use real NULL Display nameSven Gothel2010-05-279-62/+108
* Fix NativeWindow JAWT Code Generation and Bounds AccessSven Gothel2010-05-276-111/+146
* Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc FixesSven Gothel2010-05-2149-711/+950
* Cover all Offscreen tests with Assume ..Sven Gothel2010-05-171-6/+42
* GlueGen/JOGL Windows x86 x86_64 BuildsSven Gothel2010-05-163-10/+10
* Junit Core Test: Add GLContext version dumpSven Gothel2010-05-122-12/+103
* Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981:Sven Gothel2010-05-119-105/+227
* ../jogl.logSven Gothel2010-05-104-22/+81
* Fixed comments (links)Sven Gothel2010-05-062-5/+8
* NEWT Windows: Add reparenting for fullscreen on child windowSven Gothel2010-05-061-1/+16
* A little cleanup ..Sven Gothel2010-05-068-107/+100
* Fix junit test: Move quit WindowListener outside of classSven Gothel2010-05-053-12/+53
* Newt: Add generic NativeWindow parenting, inclusive using an AWT Component as...Sven Gothel2010-05-056-50/+629
* Newt Window: sendEvent -> public; GLWindow must pass down sendEvent and reque...Sven Gothel2010-05-052-1/+9
* Fix commentsSven Gothel2010-05-053-45/+64
* Newt Windows: More checks; Use SetWindowPos(.. SHOWWINDOW ..) to make it activeSven Gothel2010-05-051-2/+12
* Newt X11: Add focus in/out events; Request focus with mouse clickSven Gothel2010-05-052-20/+46
* Newt Display Fix: Use a FQN (type:name) to map displays, otherwise applicatio...Sven Gothel2010-05-051-23/+38
* JAWT Windows Fix: Use the JAWT window handle entry [to return it]Sven Gothel2010-05-051-2/+14
* Renable full test caseSven Gothel2010-05-041-3/+3
* NEWT Fixes (Windows/child-win):Sven Gothel2010-05-045-58/+100
* Remove critical path in shutdown ..Sven Gothel2010-05-042-4/+10
* NEWT Fixes:Sven Gothel2010-05-0411-109/+395