| Commit message (Expand) | Author | Age | Files | Lines |
* | add Mac files | Gerard Ziemski | 2008-10-20 | 1 | -0/+51 |
* | rename setCurrentContextOpacity to setContextOpacity | Gerard Ziemski | 2008-10-17 | 1 | -1/+1 |
* | add ability to set opacity on GL context: setCurrentContextOpacity takes 0 or 1 | Gerard Ziemski | 2008-10-17 | 1 | -0/+6 |
* | Fixes for building with Visual C++ 6.0 (VC98) | Kenneth Russel | 2008-09-16 | 1 | -2/+2 |
* | Fixed loading of GLES and EGL libraries, and error reporting when none
| Kenneth Russel | 2008-07-31 | 2 | -14/+25 |
* | Fixed: | Sven Gothel | 2008-07-11 | 1 | -40/+89 |
* | GL Unification 2nd round. | Sven Gothel | 2008-07-04 | 2 | -10/+10 |
* | Refactored more C compiler setup into gluegen-cpptasks.xml to make it | Kenneth Russel | 2008-06-30 | 1 | -0/+2 |
* | Mac OS X port of new JOGL and Newt. Currently leverages the AWT; will | Kenneth Russel | 2008-06-27 | 1 | -1/+1 |
* | Added getSurfaceHandle() to NativeWindow abstraction in support of
| Kenneth Russel | 2008-06-26 | 1 | -0/+33 |
* | GLES1 NEWT X11 - RedSquare - working | Sven Gothel | 2008-06-25 | 1 | -5/+6 |
* | Native Compilation: Partitioning and X11 clean | Sven Gothel | 2008-06-25 | 5 | -0/+0 |
* | 2nd big refactoring. | Sven Gothel | 2008-06-21 | 2 | -39/+182 |
* | *** empty log message *** | Sven Gothel | 2008-06-21 | 1 | -0/+9 |
* | Added Immediate Mode Sink (ImmModeSInk) | Sven Gothel | 2008-06-03 | 1 | -0/+2 |
* | wip | Sven Gothel | 2008-06-01 | 1 | -22/+1 |
* | Ported Newt event handling to Windows. Minor bug fixes to Windows
| Kenneth Russel | 2008-06-01 | 1 | -28/+123 |
* | refactoring .. wip .. | Sven Gothel | 2008-06-01 | 1 | -28/+22 |
* | Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIP | Sven Gothel | 2008-06-01 | 1 | -49/+178 |
* | Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1. | Sven Gothel | 2008-05-30 | 1 | -72/+72 |
* | Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested. | Sven Gothel | 2008-05-30 | 4 | -14/+389 |
* | Changes to WindowsWindow.c to compile on Windows CE. Slight changes to
| Kenneth Russel | 2008-05-30 | 1 | -2/+14 |
* | Made call to ByteOrder.nativeOrder() in BufferUtil reflective so it
| Kenneth Russel | 2008-05-29 | 1 | -1/+5 |
* | Various bug fixes. Incorporated minimal window abstraction to
| Kenneth Russel | 2008-05-29 | 1 | -0/+299 |
* | Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2.
| Kenneth Russel | 2008-05-13 | 2 | -0/+518 |
* | Fixed Issue 341: JNI Global Reference in native code prevents clean applet te... | Kenneth Russel | 2008-02-03 | 1 | -30/+1 |
* | Fixed Issue 259: need a copy context
| Kenneth Russel | 2007-01-07 | 1 | -0/+6 |
* | Fixes for building with Visual Studio .NET 2003 (Service Pack 1) | Kenneth Russel | 2007-01-03 | 1 | -2/+2 |
* | Added parameter validation for stereo bit in particular to fix problem | Kenneth Russel | 2006-12-20 | 1 | -31/+25 |
* | Removed native code for DRIHack and replaced it with code using the | Kenneth Russel | 2006-11-24 | 1 | -59/+0 |
* | Fixed Issue 213: Expose GLCaps from GLDrawable
| Kenneth Russel | 2006-11-19 | 1 | -61/+101 |
* | Fixed build problems on Solaris with Xinerama support for Issue 216; | Kenneth Russel | 2006-05-28 | 1 | -7/+5 |
* | Preliminary fix for | Kenneth Russel | 2006-05-28 | 6 | -0/+992 |
* | Added patch from user mabraham on javagaming.org forums for building
| Kenneth Russel | 2006-04-14 | 1 | -1/+1 |
* | Support for building on HP/UX from user metasim on JOGL forum | Kenneth Russel | 2006-04-13 | 2 | -3/+9 |
* | Changed locking protocol for on-screen surfaces to only use the JAWT's
| Kenneth Russel | 2006-02-20 | 1 | -5/+5 |
* | Fixed build breakage on 10.4 after last checkin | Kenneth Russel | 2006-02-16 | 1 | -3/+19 |
* | Fixed problems with lack of hardware acceleration on Linux | Kenneth Russel | 2006-02-16 | 1 | -0/+59 |
* | progress on gl pixel format enumeration mechanism | Gerard Ziemski | 2006-02-15 | 1 | -143/+393 |
* | Fixed Issue 173: Adjust gamma, brightness and contrast
| Kenneth Russel | 2006-01-22 | 1 | -0/+9 |
* | Fixed build breakage on 10.4 after last checkin | Kenneth Russel | 2006-01-20 | 1 | -6/+2 |
* | Fixed build breakage on 10.3 after last checkin | Kenneth Russel | 2006-01-19 | 1 | -0/+9 |
* | add support for availability macros and use them to substitue values in case ... | Gerard Ziemski | 2006-01-18 | 1 | -11/+19 |
* | Fixed build breakage after last checkin; silenced compiler warning, | Kenneth Russel | 2006-01-18 | 1 | -11/+6 |
* | clamp the passed in values to their max if necessary - fixes InfiniteShadowVo... | Gerard Ziemski | 2006-01-18 | 1 | -4/+118 |
* | Refactored code on Windows and X11 constructing attribute lists for
| Kenneth Russel | 2005-12-06 | 1 | -2/+4 |
* | Made public API changes discussed with expert group to make core JOGL | Kenneth Russel | 2005-11-09 | 2 | -9/+9 |
* | Refactored computations of sizes of data types and offsets of fields
| Kenneth Russel | 2005-11-09 | 1 | -4/+6 |
* | Merged JSR-231 branch on to the main JOGL trunk. The main trunk now
| Kenneth Russel | 2005-10-24 | 4 | -60/+22 |
* | Made pbuffer code and in particular floating-point pbuffer code more | Kenneth Russel | 2005-06-02 | 1 | -3/+11 |