| Commit message (Expand) | Author | Age | Files | Lines |
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 11 | -89/+105 |
* | NEWT: Drop post stop tasks on EDT due to it's recursive nature (DEBUG traces ... | Sven Gothel | 2010-10-14 | 1 | -10/+20 |
* | Drop to be enqueued NEWTEvent if EDT is already dead/stopped. Thx Steve for t... | Sven Gothel | 2010-10-13 | 1 | -0/+8 |
* | Harmonize all runtime properties, see doc/Implementation/runtime-properties.txt | Sven Gothel | 2010-10-11 | 2 | -2/+2 |
* | NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen... | Sven Gothel | 2010-10-09 | 3 | -48/+59 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 3 | -62/+63 |
* | Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurface | Sven Gothel | 2010-10-07 | 2 | -19/+18 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 10 | -221/+108 |
* | Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public) | Sven Gothel | 2010-10-02 | 2 | -3/+6 |
* | Newt/AWT Reparenting: Remove error prone requestFocus in critical path | Sven Gothel | 2010-10-01 | 2 | -3/+2 |
* | NEWT Reparenting: Only lock parentWindow during native reparent attempt, othe... | Sven Gothel | 2010-09-28 | 1 | -21/+27 |
* | NEWT: Newt/AWT Rollback AWTParentWindowAdapter changes | Sven Gothel | 2010-09-28 | 2 | -17/+2 |
* | NEWT Focus fixes / out.println -> err.println | Sven Gothel | 2010-09-28 | 11 | -35/+57 |
* | NEWT EDT: Handle stop case if not on EDT | Sven Gothel | 2010-09-27 | 1 | -27/+43 |
* | NEWT: Add Window.hasFocus() ; Test cleanup .. | Sven Gothel | 2010-09-26 | 3 | -1/+13 |
* | NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(... | Sven Gothel | 2010-09-26 | 2 | -6/+14 |
* | NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test... | Sven Gothel | 2010-09-26 | 3 | -43/+45 |
* | Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas... | Sven Gothel | 2010-09-25 | 1 | -3/+39 |
* | NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocus | Sven Gothel | 2010-09-23 | 33 | -2744/+3406 |
* | NEWT: Fix EDTUtil/DefaultEDTUtil - Locking/Behaviour | Sven Gothel | 2010-09-23 | 3 | -120/+206 |
* | 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 | 8 | -170/+270 |
* | Merge branch 'master' into newt_display_unkey_thread | Sven Gothel | 2010-09-15 | 18 | -468/+417 |
|\ |
|
| * | Removed COPYRIGHT.txt file, which | Sven Gothel | 2010-09-14 | 18 | -468/+417 |
* | | NEWT: Changed Lifecycle of Display/Screen | Sven Gothel | 2010-09-10 | 34 | -422/+555 |
|/ |
|
* | NEWT: Focus Fix + Cleanup | Sven Gothel | 2010-09-03 | 9 | -45/+56 |
* | Add OpenGL 3.3, 4.0 and 4.1 language mapping. | Sven Gothel | 2010-08-24 | 2 | -2/+2 |
* | Newt: Remove static MacDisplay usage | Sven Gothel | 2010-07-26 | 2 | -3/+4 |
* | Fix OSX 2: Newt EDT (MainThread) and I/O methods ; Build jogl.build.number | Sven Gothel | 2010-07-26 | 6 | -323/+470 |
* | Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ... | Sven Gothel | 2010-07-17 | 1 | -7/+8 |
* | Fix file modes | Sven Gothel | 2010-07-07 | 19 | -0/+0 |
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-07-07 | 13 | -111/+125 |
* | Merge branch 'master' of github.com:sgothel/jogl | Sven Gothel | 2010-06-26 | 2 | -2/+5 |
|\ |
|
| * | Provide a classloader for all reflection driven classloading ops. | Michael Bien | 2010-06-17 | 2 | -2/+5 |
* | | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ... | Sven Gothel | 2010-06-26 | 18 | -468/+665 |
* | | Cleanup enqueueEvent and remove PaintEvent and it's Listener | Sven Gothel | 2010-06-17 | 15 | -250/+57 |
|/ |
|
* | JOGL.GLAutoDrawable: | Sven Gothel | 2010-06-16 | 5 | -66/+118 |
* | NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(... | Sven Gothel | 2010-06-11 | 1 | -1/+1 |
* | NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(... | Sven Gothel | 2010-06-11 | 3 | -22/+208 |
* | Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;... | Sven Gothel | 2010-06-10 | 13 | -339/+410 |
* | JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable... | Sven Gothel | 2010-06-04 | 1 | -1/+1 |
* | 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 | 6 | -112/+121 |
* | NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ... | Sven Gothel | 2010-05-28 | 20 | -751/+1212 |
* | Fix NativeWindow/NEWT Unique Display Naming, X11 use real NULL Display name | Sven Gothel | 2010-05-27 | 8 | -51/+65 |
* | Fix NativeWindow JAWT Code Generation and Bounds Access | Sven Gothel | 2010-05-27 | 1 | -0/+0 |
* | Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes | Sven Gothel | 2010-05-21 | 28 | -463/+621 |
* | Fixed comments (links) | Sven Gothel | 2010-05-06 | 2 | -5/+8 |
* | A little cleanup .. | Sven Gothel | 2010-05-06 | 3 | -30/+48 |