| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed how MacWindow computes the coordinates for mouse events sent | Kenneth Russel | 2009-01-15 | 1 | -1/+7 |
* | Fixed known bug in coordinates passed for WINDOW_MOVED events on Mac | Kenneth Russel | 2009-01-14 | 2 | -38/+12 |
* | Turned off debugging printfs | Kenneth Russel | 2009-01-14 | 1 | -2/+7 |
* | Added GLCapabilities.setBackgroundOpaque() and isBackgroundOpaque() | Kenneth Russel | 2009-01-06 | 2 | -0/+14 |
* | Fixed problems exposed by SoyLatte JRE where there was no | Kenneth Russel | 2009-01-06 | 1 | -1/+16 |
* | Native (non-AWT) port of Newt to Mac OS X using Cocoa. Most | Kenneth Russel | 2009-01-05 | 4 | -17/+604 |
* | OMX cleanup - generic tool | Sven Gothel | 2008-12-01 | 4 | -610/+620 |
* | ? build | Sven Gothel | 2008-11-29 | 3 | -145/+163 |
* | ../jogl.log | Sven Gothel | 2008-11-27 | 3 | -0/+2105 |
* | KD Fix: Use EGL AttributeList directly | Sven Gothel | 2008-11-27 | 1 | -32/+16 |
* | Newt-KD: working inc. events. Screen size can be set w/ property newt.ws.swid... | Sven Gothel | 2008-11-27 | 3 | -72/+68 |
* | Newt-KD: window working, pointer event buggy | Sven Gothel | 2008-11-26 | 1 | -37/+39 |
* | Newt Window | Sven Gothel | 2008-11-26 | 3 | -2/+342 |
* | 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 |