| Commit message (Expand) | Author | Age | Files | Lines |
* | GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ... | Sven Gothel | 2010-11-22 | 2 | -6/+6 |
* | JOGL/NEWT: Animator fixes | Sven Gothel | 2010-11-21 | 4 | -54/+104 |
* | JOGL/AWT: Fix ~ 2 year old regressions: Choose & Use GraphicsConfiguration fo... | Sven Gothel | 2010-11-18 | 7 | -5/+431 |
* | Finishing Immutable changes including GLCapabiltiesImmutable. | Sven Gothel | 2010-11-17 | 5 | -17/+17 |
* | NEWT X11Display: ignore null Display handle at dispatch | Sven Gothel | 2010-11-17 | 1 | -10/+33 |
* | Merge branch 'pulled' | Sven Gothel | 2010-11-17 | 3 | -13/+13 |
|\ |
|
| * | Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a... | Steve Vaughan | 2010-11-17 | 3 | -13/+13 |
* | | cleanup imports | Sven Gothel | 2010-11-17 | 2 | -12/+0 |
* | | GLWindow becomes NEWTEventConsumer (missed that one) ; Adding test for NEWTEv... | Sven Gothel | 2010-11-17 | 1 | -0/+118 |
|/ |
|
* | NEWT Lifecycle remodel: Window destroy() ! | Sven Gothel | 2010-11-16 | 27 | -277/+202 |
* | NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back ... | Sven Gothel | 2010-11-15 | 2 | -15/+8 |
* | NEWT: Make setVisible/reparentWindow return status more reliable (visibility,... | Sven Gothel | 2010-11-15 | 6 | -84/+38 |
* | JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de... | Sven Gothel | 2010-11-14 | 3 | -0/+439 |
* | import cleanup | Sven Gothel | 2010-11-14 | 1 | -10/+7 |
* | GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString) | Sven Gothel | 2010-11-14 | 1 | -1/+1 |
* | Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and... | Sven Gothel | 2010-11-12 | 1 | -11/+2 |
* | increase time per test from 500ms to 1s | Sven Gothel | 2010-11-04 | 1 | -1/+1 |
* | AWT create/destroy shall run on EDT as well | Sven Gothel | 2010-11-04 | 1 | -11/+4 |
* | Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm... | Sven Gothel | 2010-11-04 | 8 | -64/+30 |
* | Fix focus test for windows: increase mouse click start delay, so previous foc... | Sven Gothel | 2010-11-02 | 3 | -23/+3 |
* | Added Rotation test | Sven Gothel | 2010-11-01 | 2 | -50/+114 |
* | Using GLCanvas _and_ NEWT side by side currently causes a deadlock in AWT wit... | Sven Gothel | 2010-10-29 | 1 | -0/+7 |
* | JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL | Sven Gothel | 2010-10-29 | 1 | -11/+1 |
* | Test: Add new Display Lifecucle test | Sven Gothel | 2010-10-29 | 1 | -0/+391 |
* | Tests: Accomodate previous changes plus using AWT EDT for setVisible() as well. | Sven Gothel | 2010-10-29 | 11 | -149/+81 |
* | Animator Fix/Cleanup | Sven Gothel | 2010-10-28 | 3 | -12/+20 |
* | WindowImpl/GLWindow LifecycleHook: | Sven Gothel | 2010-10-27 | 3 | -56/+65 |
* | TestSwingAWTRobotUsageBeforeJOGLInitBug411: Verbosity, proper destroy sequence | Sven Gothel | 2010-10-27 | 1 | -3/+15 |
* | Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc .. | Sven Gothel | 2010-10-26 | 1 | -4/+73 |
* | X11Util: lock toolkit/x11 unification | Sven Gothel | 2010-10-26 | 1 | -9/+1 |
* | NEWT: ScreenMode changes | Sven Gothel | 2010-10-26 | 5 | -397/+289 |
* | Make ScreenMode public, ie move from newt.impl to newt. | Sven Gothel | 2010-10-21 | 2 | -2/+2 |
* | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2010-10-21 | 6 | -70/+307 |
|\ |
|
| * | NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode Changes | Sven Gothel | 2010-10-21 | 6 | -70/+307 |
* | | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen Hint | Rami Santina | 2010-10-20 | 2 | -45/+41 |
* | | Added Screen Rotation manipulation API (with X11 impl) | Rami Santina | 2010-10-18 | 2 | -21/+288 |
* | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen impl | Rami Santina | 2010-10-17 | 1 | -0/+276 |
|/ |
|
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 31 | -148/+118 |
* | Fix: Memory consumption | Sven Gothel | 2010-10-14 | 1 | -0/+128 |
* | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc... | Sven Gothel | 2010-10-14 | 1 | -0/+110 |
* | NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen... | Sven Gothel | 2010-10-09 | 2 | -17/+38 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 2 | -281/+221 |
* | Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit tests | Sven Gothel | 2010-10-08 | 3 | -10/+59 |
* | Fix: NEWT/AWT Focus unit tests | Sven Gothel | 2010-10-07 | 11 | -32/+154 |
* | Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurface | Sven Gothel | 2010-10-07 | 2 | -0/+294 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 11 | -70/+59 |
* | NEWT/AWT Jnit: Add Robot Mouse Click test | Sven Gothel | 2010-10-02 | 6 | -51/+253 |
* | NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC... | Sven Gothel | 2010-09-30 | 34 | -51/+116 |
* | Newt/AWT Unit Test: Remove 'Test' Prefix from interface | Sven Gothel | 2010-09-30 | 1 | -0/+0 |
* | Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise... | Sven Gothel | 2010-09-30 | 5 | -0/+166 |