| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding patches for gluegen interoperability and adding some extensions: | Sven Gothel | 2010-11-04 | 1 | -1/+8 |
* | Replaced with khronos versions: gl2platform.h 2.0 2010-03-04, gl2.h 2.0 2010-... | Sven Gothel | 2010-11-04 | 3 | -275/+945 |
* | Adding patches for gluegen interoperability and adding some extensions: | Sven Gothel | 2010-11-04 | 2 | -6/+31 |
* | Replaced with khronos versions: glplatform.h 1.1 2010-03-04, gl.h 1.1 2010-03... | Sven Gothel | 2010-11-04 | 3 | -314/+628 |
* | Adding patches for gluegen interoperability and adding some extensions: | Sven Gothel | 2010-11-04 | 3 | -9/+51 |
* | Replaced with khronos versions: egl 1.4 2009-10-21, eglext 8 2010-11-03, eglp... | Sven Gothel | 2010-11-04 | 3 | -251/+261 |
* | Adding Win MSC patch | Sven Gothel | 2010-11-04 | 1 | -0/+5 |
* | Replaced with khronos 1.0.3 version | Sven Gothel | 2010-11-04 | 2 | -82/+13 |
* | NEWT DisplayImpl: Use ArrayList and index, no Iterator ; Misc cleanup | Sven Gothel | 2010-11-04 | 3 | -31/+44 |
* | NEWT DefaultEDT: always catch and report Exceptions, don't disturb EDT | Sven Gothel | 2010-11-04 | 1 | -1/+2 |
* | Revert xml test result name change of junit.run.newt.headless, so hudson can ... | Sven Gothel | 2010-11-04 | 1 | -3/+6 |
* | 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 |
* | JOGL/X11: Decorate glxMakeContextCurrent calls from makeCurrentImpl/releaseIm... | Sven Gothel | 2010-11-04 | 1 | -10/+20 |
* | Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm... | Sven Gothel | 2010-11-04 | 34 | -292/+370 |
* | NEWT Window Lifecycle / ScreenMode: | Sven Gothel | 2010-11-03 | 5 | -112/+123 |
* | NEWT: ScreenModeUtil fix, misc changes | Sven Gothel | 2010-11-03 | 3 | -55/+26 |
* | JOGL/X11: Fix context scanning, misc simplifications .. | Sven Gothel | 2010-11-03 | 6 | -93/+83 |
* | JOGL GLContextImpl: Trigger ProcAddressTable mapping via 'setGLFunctionAvaila... | Sven Gothel | 2010-11-03 | 1 | -8/+13 |
* | JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabled | Sven Gothel | 2010-11-03 | 3 | -25/+30 |
* | NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)' | Sven Gothel | 2010-11-03 | 2 | -12/+51 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 10 | -26/+41 |
* | Fix macosx NEWT warnings | Sven Gothel | 2010-11-02 | 1 | -1/+2 |
* | Fix macosx compilation | Sven Gothel | 2010-11-02 | 1 | -10/+10 |
* | Fix focus test for windows: increase mouse click start delay, so previous foc... | Sven Gothel | 2010-11-02 | 5 | -28/+9 |
* | Windows: define DISPLAY_DEVICE_ACTIVE, if not already | Sven Gothel | 2010-11-02 | 1 | -4/+6 |
* | HowToBuild Fix: Add Xrandr dependencies | Sven Gothel | 2010-11-02 | 1 | -0/+4 |
* | ScreenMode: Ignore modes < 15bpp | Sven Gothel | 2010-11-02 | 3 | -6/+10 |
* | Newt/Windows: Turn off native VERBOSE | Sven Gothel | 2010-11-01 | 1 | -1/+1 |
* | Added Rotation test | Sven Gothel | 2010-11-01 | 4 | -51/+190 |
* | Fix: Newt Rotation (Windows) - added description (CCW) | Sven Gothel | 2010-11-01 | 5 | -121/+119 |
* | Fix: Move windows build scripts to ant 1.8.0 as well (1.8.1 is buggy) | Sven Gothel | 2010-11-01 | 6 | -7/+7 |
* | Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows Build | Sven Gothel | 2010-10-29 | 11 | -102/+131 |
* | 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 | 15 | -680/+172 |
* | 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 |
* | Changed Lifecycle of NEWT Display/Screen (part 5) | Sven Gothel | 2010-10-29 | 7 | -92/+246 |
* | Proper X11 Display Closing | Sven Gothel | 2010-10-29 | 14 | -229/+271 |
* | remove positive RANDR message | Sven Gothel | 2010-10-29 | 1 | -2/+0 |
* | Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile. | Sven Gothel | 2010-10-29 | 8 | -225/+337 |
* | ThreadingImpl: AWT semantic cleanup. | Sven Gothel | 2010-10-29 | 2 | -24/+25 |
* | Animator Fix/Cleanup | Sven Gothel | 2010-10-28 | 9 | -63/+104 |
* | WindowImpl/GLWindow LifecycleHook: | Sven Gothel | 2010-10-27 | 9 | -70/+155 |
* | GLAnimatorControl/Animator: Allow stop() if paused() | Sven Gothel | 2010-10-27 | 2 | -11/+7 |
* | TestSwingAWTRobotUsageBeforeJOGLInitBug411: Verbosity, proper destroy sequence | Sven Gothel | 2010-10-27 | 1 | -3/+15 |
* | Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor... | Sven Gothel | 2010-10-27 | 4 | -5/+17 |
* | Netbeans: use build target all.but-archives | Sven Gothel | 2010-10-27 | 2 | -2/+4 |
* | Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc .. | Sven Gothel | 2010-10-26 | 8 | -30/+247 |
* | can't enable x11IOErrorHandler without disable | Sven Gothel | 2010-10-26 | 3 | -3/+16 |