| Commit message (Expand) | Author | Age | Files | Lines |
* | Newt: fixed mouse wheel support on windows - needed to translate mouse event... | Dmitri Trembovetski | 2009-05-26 | 1 | -2/+11 |
* | Newt fixes: implemented mouse wheel support - currently only hooked up on Wi... | Dmitri Trembovetski | 2009-05-25 | 9 | -40/+128 |
* | Newt fixes for Windows implementation: beginnings of proper modifier handling... | Dmitri Trembovetski | 2009-05-24 | 2 | -0/+19 |
* | Checking in forgotten ShaderUtil.java | Kenneth Russel | 2009-05-22 | 1 | -0/+400 |
* | Optimized GLU creation by caching Class object for implementation | Kenneth Russel | 2009-05-22 | 1 | -8/+20 |
* | Refactored shader-related utility routines from core GL2ES2 class into | Kenneth Russel | 2009-05-22 | 6 | -302/+34 |
* | Recently code (UnifiedName, GLUnifiedName) was added to GlueGen to | Kenneth Russel | 2009-05-20 | 17 | -155/+310 |
* | Removed unneeded dependence on GL/glx.h; verified that JOGL can now be | Kenneth Russel | 2009-05-01 | 1 | -1/+0 |
* | Fixed Solaris build | Kenneth Russel | 2009-04-30 | 1 | -1/+4 |
* | Renamed gl-ignore-gl2_es12-special.cfg to gl-if-gl-ignores.cfg for clarity | Kenneth Russel | 2009-04-28 | 2 | -1/+1 |
* | Fixed build problems with nativewindow and newt with Visual Studio 2008 | Kenneth Russel | 2009-04-26 | 2 | -2/+0 |
* | NEWT: mouse pressed fix | Sven Gothel | 2009-04-13 | 1 | -7/+7 |
* | Newt fixes for Windows implementation: implemented undecorated window style | Dmitri Trembovetski | 2009-04-10 | 2 | -5/+10 |
* | Preserve mouse button number while dragging | Sven Gothel | 2009-03-28 | 1 | -5/+5 |
* | Newt fixes for Windows implementation: implemented setPosition, setTitle; fix... | Dmitri Trembovetski | 2009-03-24 | 2 | -8/+93 |
* | Fix: glShaderCompilerAvailable() and glGetShaderBinaryFormats() | Sven Gothel | 2009-03-20 | 1 | -0/+6 |
* | Fix GLProfile.isGL2ES[12](), adding GLProfile.hasGLSL() | Sven Gothel | 2009-03-20 | 6 | -14/+21 |
* | Fix build all javadoc generated source path | Sven Gothel | 2009-03-20 | 1 | -1/+1 |
* | Putback AWTAnimatorImpl to util, hence *AnimatorImpl are protected again | Sven Gothel | 2009-03-20 | 2 | -4/+3 |
* | Fix GL2ES12.isGL() and re-adding the shader code to the jar | Sven Gothel | 2009-03-20 | 3 | -2/+7 |
* | Fix: Missed package move of AWTAnimatorImpl | Sven Gothel | 2009-03-20 | 2 | -3/+4 |
* | Fix some scripts, AWTAnimator to it's awt package | Sven Gothel | 2009-03-20 | 6 | -38/+44 |
* | Missed movement of FBObject class from javax.media.opengl.util to | Kenneth Russel | 2009-03-19 | 7 | -8/+1 |
* | Removed GL2ES12 interface from the public API since it is only an | Kenneth Russel | 2009-03-19 | 6 | -68/+91 |
* | Removed reflective queries from GLProfile and their use in | Kenneth Russel | 2009-03-19 | 2 | -25/+0 |
* | Javadoc cleanup | Kenneth Russel | 2009-03-19 | 1 | -4/+1 |
* | Moved remaining portions of fixed function emulation out of core JOGL | Kenneth Russel | 2009-03-19 | 92 | -638/+1007 |
* | Removed unnecessary import | Kenneth Russel | 2009-03-19 | 12 | -12/+0 |
* | Movement of Capabilities class and chooseCapabilities functionality | Kenneth Russel | 2009-03-19 | 78 | -959/+1598 |
* | Got rid of NW prefixes on classes in preparation for refactoring | Kenneth Russel | 2009-03-17 | 4 | -68/+0 |
* | Finish (?) moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2009-03-17 | 71 | -138/+138 |
* | Continue moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2009-03-17 | 41 | -362/+360 |
* | Continue moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2009-03-17 | 32 | -0/+0 |
* | Start moving javax.media.nwi -> javax.media.nativewindow | Kenneth Russel | 2009-03-17 | 36 | -0/+0 |
* | Added back "clean" target | Kenneth Russel | 2009-03-16 | 1 | -0/+6 |
* | repair | Sven Gothel | 2009-03-16 | 3 | -19/+49 |
* | repair | Sven Gothel | 2009-03-16 | 1 | -5/+0 |
* | repair | Sven Gothel | 2009-03-16 | 3 | -0/+2497 |
* | repair | Sven Gothel | 2009-03-16 | 291 | -0/+89158 |
* | replair | Sven Gothel | 2009-03-16 | 1 | -0/+86 |
* | repair | Sven Gothel | 2009-03-16 | 0 | -0/+0 |
* | repair svn | Sven Gothel | 2009-03-16 | 31 | -0/+4732 |
* | JOGL refactoring: | Sven Gothel | 2009-03-16 | 449 | -94476/+748 |
* | NEWT window closing: | Sven Gothel | 2009-03-14 | 45 | -172/+648 |
* | Worked around problem on Mac OS X where right mouse button down events | Kenneth Russel | 2009-03-13 | 1 | -1/+24 |
* | javadoc update (2) | Sven Gothel | 2009-03-13 | 1 | -1/+1 |
* | javadoc update | Sven Gothel | 2009-03-13 | 2 | -5/+5 |
* | New package Native Window Interface 'java.media.nwi', | Sven Gothel | 2009-03-13 | 72 | -347/+411 |
* | Fix NEWT X11 Keymapping | Sven Gothel | 2009-03-13 | 6 | -4/+259 |
* | Fixed problem with conversion of key code for enter key on Mac OS X; | Kenneth Russel | 2009-03-08 | 1 | -0/+5 |