| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Added doc/deployment: | Sven Gothel | 2010-04-08 | 2 | -2/+2 |
* | added intelliJ modules for jogl, newt and nativewindow. Removed other project... | Michael Bien | 2010-04-08 | 1 | -13/+0 |
* | fixed a bunch of javadoc warnings. | Michael Bien | 2010-03-29 | 1 | -2/+3 |
* | moved com.jogamp.javafx.* to com.jogamp.*. | Michael Bien | 2010-03-29 | 50 | -278/+271 |
* | final large refactoring to move to com.jogamp.*. | Michael Bien | 2010-03-28 | 49 | -250/+250 |
* | refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op... | Michael Bien | 2010-03-27 | 5 | -5/+5 |
* | added idea project files | Michael Bien | 2010-03-27 | 1 | -0/+13 |
* | Fix Solaris build | Sven Gothel | 2009-10-15 | 1 | -6/+5 |
* | X11 Display Lock completed (hope so) | Sven Gothel | 2009-10-12 | 6 | -78/+62 |
* | NEWT X11 Display Lock: | Sven Gothel | 2009-10-11 | 4 | -23/+13 |
* | NEWT: Avoid NPE at destroy() ; DEBUG println .. | Sven Gothel | 2009-10-10 | 2 | -4/+20 |
* | NEWT: Add EventDispatchThread (EDT) pattern. | Sven Gothel | 2009-10-10 | 15 | -365/+672 |
* | Fix On-/Offscreen and PBuffer. | Sven Gothel | 2009-10-05 | 1 | -0/+5 |
* | GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer) | Sven Gothel | 2009-10-05 | 2 | -4/+22 |
* | Fix Config: Set doublebuffer:=false if offscreen; NEWT: Fix KDWindow. | Sven Gothel | 2009-10-04 | 1 | -1/+1 |
* | NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation.... | Sven Gothel | 2009-10-03 | 3 | -54/+17 |
* | surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listener | Sven Gothel | 2009-10-03 | 4 | -14/+105 |
* | Offscreen/PBuffer capabilities cleanup ; Generic read drawable support | Sven Gothel | 2009-10-03 | 1 | -0/+7 |
* | NEWT: Offscreen integration | Sven Gothel | 2009-10-02 | 2 | -1/+95 |
* | NEWT Intel GDL: Proper Pos/Size/Fullscreen | Sven Gothel | 2009-10-02 | 2 | -23/+112 |
* | NEWT Intel GDL: Surface Size tuning .. ; Add missing getSurfaceHandle() | Sven Gothel | 2009-10-02 | 2 | -12/+25 |
* | NativeWindowFactory: | Sven Gothel | 2009-10-02 | 12 | -76/+733 |
* | NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parented | Sven Gothel | 2009-09-29 | 2 | -36/+57 |
* | NEWT AWT: Use size/pos from external frame | Sven Gothel | 2009-09-14 | 1 | -0/+4 |
* | NEWT: More elegant custom constructor type verification and setting by Window... | Sven Gothel | 2009-09-14 | 2 | -34/+107 |
* | Newt.AWT: avoid npe | Sven Gothel | 2009-09-13 | 1 | -2/+4 |
* | NEWT: remove redundant test code | Sven Gothel | 2009-09-13 | 1 | -3/+0 |
* | NEWT: native parenting Win32 OK | Sven Gothel | 2009-09-13 | 2 | -43/+88 |
* | Newt: MacOSX child clipping tests (failed) | Sven Gothel | 2009-09-12 | 3 | -6/+25 |
* | Newt: native window parenting MacOSX: OK (but parent clipping is missing) ; X... | Sven Gothel | 2009-09-12 | 6 | -54/+101 |
* | NEWT: Native window parenting (X11: OK); AWTWindow external Frame OK | Sven Gothel | 2009-09-12 | 5 | -29/+81 |
* | NEWT: Basic/Naive window parenting support ; NEWT GLWindow: remove ambigous c... | Sven Gothel | 2009-09-12 | 12 | -49/+73 |
* | newt: mac os mouse wheel event support, also made it more consistent with win... | trembovetski | 2009-08-25 | 2 | -3/+54 |
* | newt: one more attempt to commit insets-related changes | trembovetski | 2009-08-20 | 8 | -14/+262 |
* | newt: additional insets support for GL and AWT Window | trembovetski | 2009-08-20 | 2 | -1/+23 |
* | newt: added support for window insets. Only implemented for Windows and MacOS. | trembovetski | 2009-08-20 | 1 | -0/+96 |
* | newt: added expose/paint event notification needed for passive rendering. Cur... | trembovetski | 2009-08-14 | 4 | -1/+177 |
* | Oops: Accidently removed AWT Display selection in NEWT | Sven Gothel | 2009-08-01 | 1 | -0/+2 |
* | GL3 Related: | Sven Gothel | 2009-08-01 | 1 | -1/+3 |
* | Gluegen: | Sven Gothel | 2009-07-31 | 1 | -1/+6 |
* | Fix: Check if windowHandle is already created | sg215889 | 2009-07-30 | 3 | -20/+26 |
* | BroadcomEGL: No relase-ctx, no destroy-ctx - FIXME | sg215889 | 2009-07-29 | 1 | -4/+5 |
* | Add BroadcomEGL verbose messages | sg215889 | 2009-07-29 | 2 | -6/+21 |
* | Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(... | sg215889 | 2009-07-29 | 4 | -6/+43 |
* | Fixed GL* documentation. Moved common GL functions to GLBase. Moved glAllocat... | sg215889 | 2009-07-29 | 1 | -1/+5 |
* | NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEG... | sg215889 | 2009-07-28 | 2 | -3/+10 |
* | Cleanup .. | sg215889 | 2009-07-28 | 2 | -1/+4 |
* | Fix BroadcomEGL: Proper EGLGraphicsConfiguration at creation time | sg215889 | 2009-07-28 | 1 | -4/+8 |
* | EGL changes for device | Morris Meyer | 2009-07-28 | 1 | -2/+2 |
* | Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG... | sg215889 | 2009-07-27 | 9 | -32/+391 |