| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformated license tag; Added Khronos license | Sven Gothel | 2010-11-08 | 1 | -0/+23 |
* | Add gluegen stdarg.h and inttypes.h | Sven Gothel | 2010-11-07 | 2 | -0/+14 |
* | Fix CG header, according to PCPP fix | Sven Gothel | 2010-11-07 | 3 | -12/+11 |
* | Gluegen parts in src/gluegen (clean) | Sven Gothel | 2010-11-07 | 6 | -272/+115 |
* | Fix ant build files according to the new stub_include folders | Sven Gothel | 2010-11-06 | 3 | -14/+35 |
* | Fix GL profile sets for gluegen code generation according to the updated head... | Sven Gothel | 2010-11-06 | 10 | -28/+96 |
* | Fix: Changed variable names according to new GL header | Sven Gothel | 2010-11-06 | 1 | -2/+2 |
* | Minor gluegen 'loader file' change | Sven Gothel | 2010-11-06 | 10 | -5/+16 |
* | Minor patch to headers for gluegen ; GLES2 extensions | Sven Gothel | 2010-11-06 | 10 | -58/+68 |
* | Move common -> gluegen, emphasizing it's use case (only for gluegen code gene... | Sven Gothel | 2010-11-06 | 3 | -0/+0 |
* | Accomodate GlueGen's new build in type, ie dummy stdint.h / stddef.h | Sven Gothel | 2010-11-06 | 3 | -24/+57 |
* | EGL: Fix gluegen usage | Sven Gothel | 2010-11-06 | 1 | -6/+6 |
* | EGL: Fix gluegen usage, use khronos 64bit typedefs | Sven Gothel | 2010-11-06 | 2 | -7/+20 |
* | Fix khronos typedefs | Sven Gothel | 2010-11-06 | 3 | -19/+38 |
* | Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save fail-fa... | Sven Gothel | 2010-11-06 | 6 | -135/+101 |
* | Complete switching over to std X11 Xinerama started with f47e8be170731d75a8b6... | Sven Gothel | 2010-11-06 | 2 | -7/+10 |
* | Move khronos common header to khr | Sven Gothel | 2010-11-06 | 3 | -0/+0 |
* | Remove NVidia licensed KD and OMX files. | Sven Gothel | 2010-11-04 | 5 | -917/+0 |
* | Adding khrplatform.h from khronos 2009-10-21 | Sven Gothel | 2010-11-04 | 1 | -0/+269 |
* | 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 | 1 | -4/+4 |
* | Revert xml test result name change of junit.run.newt.headless, so hudson can ... | Sven Gothel | 2010-11-04 | 1 | -3/+6 |
* | Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm... | Sven Gothel | 2010-11-04 | 8 | -163/+282 |
* | NEWT Window Lifecycle / ScreenMode: | Sven Gothel | 2010-11-03 | 1 | -5/+6 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 3 | -9/+17 |
* | Fix focus test for windows: increase mouse click start delay, so previous foc... | Sven Gothel | 2010-11-02 | 2 | -5/+6 |
* | ScreenMode: Ignore modes < 15bpp | Sven Gothel | 2010-11-02 | 1 | -2/+2 |
* | Added Rotation test | Sven Gothel | 2010-11-01 | 2 | -1/+76 |
* | 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 | 4 | -7/+7 |
* | JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL | Sven Gothel | 2010-10-29 | 5 | -584/+6 |
* | WindowImpl/GLWindow LifecycleHook: | Sven Gothel | 2010-10-27 | 1 | -1/+1 |
* | Netbeans: use build target all.but-archives | Sven Gothel | 2010-10-27 | 1 | -0/+2 |
* | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2010-10-21 | 3 | -5/+36 |
|\ |
|
| * | NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode Changes | Sven Gothel | 2010-10-21 | 3 | -4/+35 |
* | | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen Hint | Rami Santina | 2010-10-20 | 3 | -6/+8 |
* | | Added Screen Rotation manipulation API (with X11 impl) | Rami Santina | 2010-10-18 | 1 | -1/+3 |
* | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen impl | Rami Santina | 2010-10-17 | 2 | -2/+16 |
|/ |
|
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 7 | -24/+36 |
* | Harmonize all runtime properties, see doc/Implementation/runtime-properties.txt | Sven Gothel | 2010-10-11 | 2 | -3/+3 |
* | NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen... | Sven Gothel | 2010-10-09 | 1 | -0/+2 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 1 | -3/+4 |
* | Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit tests | Sven Gothel | 2010-10-08 | 3 | -4/+16 |