| Commit message (Expand) | Author | Age | Files | Lines |
* | X11 DummyWindow: Pass size and set size in proxy | Sven Gothel | 2010-12-04 | 1 | -1/+0 |
* | Fix NEWT GLWindow: Adding missing shared GLContext setter (with unit test) | Sven Gothel | 2010-12-03 | 1 | -1/+14 |
* | Fix NEWT WindowImpl: setTitleImpl() at native construction. | Sven Gothel | 2010-12-03 | 1 | -0/+1 |
* | Cleanup GLDrawableFactory API and platform Implementations | Sven Gothel | 2010-12-03 | 2 | -2/+2 |
* | NEWT/X11: Don't erase background with pixmap or pixel | Sven Gothel | 2010-11-28 | 1 | -2/+2 |
* | NewtCanvasAWT: disableBackgroundErase() before (X11) and after (Windows) addN... | Sven Gothel | 2010-11-28 | 1 | -0/+17 |
* | NEWT WindowImpl: Null Check on childWindows (already destroyed) | Sven Gothel | 2010-11-28 | 1 | -2/+2 |
* | Reduce the use of xml brackets to reduce potential hudson/junit xml parser ex... | Sven Gothel | 2010-11-25 | 1 | -1/+1 |
* | Refined VersionInfo usage | Sven Gothel | 2010-11-25 | 2 | -2/+6 |
* | GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ... | Sven Gothel | 2010-11-22 | 1 | -7/+6 |
* | JOGL/NEWT: Animator fixes | Sven Gothel | 2010-11-21 | 4 | -68/+67 |
* | minor formatting | Sven Gothel | 2010-11-19 | 1 | -11/+6 |
* | Resume GLAnimatorCtrl after destroying, so it back in state for either this r... | Sven Gothel | 2010-11-19 | 1 | -0/+3 |
* | Avoid sendDestroy mechanism in favor of immediate destroy using AnimatorContr... | Steve Vaughan | 2010-11-19 | 1 | -2/+21 |
* | print platform info additional to the module info. | Michael Bien | 2010-11-18 | 2 | -0/+3 |
* | modifications due to changes in GlueGen's VersionUtil.getManifest(). | Michael Bien | 2010-11-18 | 1 | -3/+2 |
* | NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() .. | Sven Gothel | 2010-11-18 | 12 | -13/+40 |
* | Finishing Immutable changes including GLCapabiltiesImmutable. | Sven Gothel | 2010-11-17 | 14 | -55/+54 |
* | NEWT X11Display: ignore null Display handle at dispatch | Sven Gothel | 2010-11-17 | 1 | -3/+3 |
* | Merge branch 'pulled' | Sven Gothel | 2010-11-17 | 4 | -10/+19 |
|\ |
|
| * | Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a... | Steve Vaughan | 2010-11-17 | 4 | -11/+19 |
* | | cleanup imports | Sven Gothel | 2010-11-17 | 1 | -1/+0 |
* | | GLWindow becomes NEWTEventConsumer (missed that one) ; Adding test for NEWTEv... | Sven Gothel | 2010-11-17 | 1 | -1/+8 |
* | | JAWTWindow: Avoid AWTTreeLock, cleanup. | Sven Gothel | 2010-11-17 | 1 | -1/+1 |
* | | Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi... | Sven Gothel | 2010-11-17 | 2 | -59/+2 |
* | | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N... | Sven Gothel | 2010-11-17 | 2 | -46/+2 |
|/ |
|
* | NEWT Lifecycle remodel: Window destroy() ! | Sven Gothel | 2010-11-16 | 11 | -274/+299 |
* | NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back ... | Sven Gothel | 2010-11-15 | 1 | -12/+15 |
* | NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID() | Sven Gothel | 2010-11-15 | 8 | -8/+8 |
* | NEWT: Make setVisible/reparentWindow return status more reliable (visibility,... | Sven Gothel | 2010-11-15 | 2 | -15/+36 |
* | NEWT: Add optional eager native initialization ; Proper exception handling | Sven Gothel | 2010-11-14 | 5 | -26/+60 |
* | GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString) | Sven Gothel | 2010-11-14 | 2 | -6/+6 |
* | Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and... | Sven Gothel | 2010-11-12 | 2 | -3/+69 |
* | AbstractGraphicsDevice ..: Add device/display connection attribute to support... | Sven Gothel | 2010-11-12 | 1 | -1/+1 |
* | Adding simple static main test entry to provide standalone autobuild verifica... | Sven Gothel | 2010-11-09 | 1 | -0/+32 |
* | Added fast path to equals impl. | Sven Gothel | 2010-11-06 | 4 | -1/+4 |
* | Complete removal of NV KD and OMX started with 46f17013c7cd59d551371edb2c1a4a... | Sven Gothel | 2010-11-06 | 1 | -1/+6 |
* | NEWT DisplayImpl: Use ArrayList and index, no Iterator ; Misc cleanup | Sven Gothel | 2010-11-04 | 2 | -27/+40 |
* | NEWT DefaultEDT: always catch and report Exceptions, don't disturb EDT | Sven Gothel | 2010-11-04 | 1 | -1/+2 |
* | Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm... | Sven Gothel | 2010-11-04 | 18 | -65/+58 |
* | NEWT Window Lifecycle / ScreenMode: | Sven Gothel | 2010-11-03 | 4 | -107/+117 |
* | NEWT: ScreenModeUtil fix, misc changes | Sven Gothel | 2010-11-03 | 3 | -55/+26 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 1 | -5/+4 |
* | Fix macosx NEWT warnings | Sven Gothel | 2010-11-02 | 1 | -1/+2 |
* | Fix macosx compilation | Sven Gothel | 2010-11-02 | 1 | -10/+10 |
* | Windows: define DISPLAY_DEVICE_ACTIVE, if not already | Sven Gothel | 2010-11-02 | 1 | -4/+6 |
* | ScreenMode: Ignore modes < 15bpp | Sven Gothel | 2010-11-02 | 2 | -4/+8 |
* | Newt/Windows: Turn off native VERBOSE | Sven Gothel | 2010-11-01 | 1 | -1/+1 |
* | Fix: Newt Rotation (Windows) - added description (CCW) | Sven Gothel | 2010-11-01 | 5 | -121/+119 |
* | Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows Build | Sven Gothel | 2010-10-29 | 7 | -95/+124 |