| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved base initialization of Mac port of Newt back into staticJOGL_2_SANDBOX | Kenneth Russel | 2009-06-15 | 1 | -1/+4 |
* | Fix: JAWTUtil has to JAWTNativeLibLoader.loadAWTImpl() as well. Use NWReflect... | Sven Gothel | 2009-06-15 | 9 | -18/+40 |
* | NEWT MacOSX: Fullscreen/Multithreading - exitFullscreen in close0() ; synchro... | Sven Gothel | 2009-06-15 | 3 | -79/+101 |
* | Added a missed call to makeKeyAndOrderFront found during code | Kenneth Russel | 2009-06-15 | 1 | -1/+2 |
* | Changed a few Class.forName() calls to defer initialization to avoid | Kenneth Russel | 2009-06-15 | 2 | -4/+4 |
* | Fixed UnsatisfiedLinkError when Screen is referenced before Window | Kenneth Russel | 2009-06-15 | 1 | -0/+1 |
* | NEWT MacOSX: Encapsulate [enter|exit]FullScreenMode calls with exception hand... | Sven Gothel | 2009-06-15 | 1 | -2/+8 |
* | NEWT MacOSX fullscreen fix - real fullscreen now, some leakage fixes; MainThr... | Sven Gothel | 2009-06-15 | 5 | -197/+329 |
* | Minor API cleanups: | Kenneth Russel | 2009-06-14 | 16 | -835/+923 |
* | NEWT MacOSX adding fullscreen support (TODO: remove titlebar) | Sven Gothel | 2009-06-14 | 4 | -21/+121 |
* | NEWT Mac OS X - Adding support for multithreading: | Sven Gothel | 2009-06-14 | 7 | -94/+497 |
* | NEWT WindowsWindow multithreaded/multiwindows works. | Sven Gothel | 2009-06-13 | 1 | -1/+1 |
* | NEWT WindowsWindow cleanup, GLobalRef, using ATOM, .. - no StackOverflow .. b... | Sven Gothel | 2009-06-13 | 2 | -71/+76 |
* | Fix GLCanvas - init/deinit at addNotify/removeNotify - demos.testContextDestr... | Sven Gothel | 2009-06-13 | 1 | -48/+45 |
* | - Adding GLAutoDrawable.ScreenChangeActionEnabled reflecting the | Sven Gothel | 2009-06-13 | 37 | -275/+516 |
* | Made computation of required buffer size for operations like | Kenneth Russel | 2009-06-13 | 13 | -52/+189 |
* | Added back in NVIDIA, ATI and Apple OpenGL extensions to GL interfaces | Kenneth Russel | 2009-06-13 | 3 | -6/+39 |
* | Removed incorrect call to Runnable.run() added during Threading refactoring | Kenneth Russel | 2009-06-13 | 1 | -1/+0 |
* | Formatting change | Kenneth Russel | 2009-06-13 | 1 | -1/+1 |
* | Attempt to get disableBackgroundErase hack working again with 6u10+, | Kenneth Russel | 2009-06-13 | 1 | -4/+11 |
* | Fixed build problems with VC9 where manifests were not installed | Kenneth Russel | 2009-06-13 | 3 | -30/+8 |
* | Added description of why X11NativeWindowFactory and | Kenneth Russel | 2009-06-12 | 1 | -8/+80 |
* | - NEWT X11Window setSize0 - change fullscreen method to MWM, | Sven Gothel | 2009-06-12 | 6 | -70/+199 |
* | GLSL ShaderUtil: Use TLS to make it thread safe | Sven Gothel | 2009-06-12 | 2 | -12/+15 |
* | MacOSX: Exception for GL3 profile .. no OpenGL 3.1 implementation yet | Sven Gothel | 2009-06-12 | 1 | -0/+3 |
* | - Adding CR + TAB to toString() methods for better visibility, | Sven Gothel | 2009-06-12 | 33 | -214/+536 |
* | Removed GLAutoDrawable's dispose(boolean regenerate), and added it's semantic... | Sven Gothel | 2009-06-12 | 7 | -102/+87 |
* | javadoc fixes | Sven Gothel | 2009-06-11 | 2 | -7/+7 |
* | - Fixing SPEC documentation for bindings JOGL and NativeWindow, | Sven Gothel | 2009-06-11 | 91 | -1168/+5276 |
* | Minor egl cleanup | Sven Gothel | 2009-06-05 | 1 | -4/+4 |
* | Win-EGL: Add dll function lookup for C++ decoration (Imageon driver) ; EGL: S... | Sven Gothel | 2009-06-05 | 6 | -80/+119 |
* | Fix GL3 (3.1) Windows - Adding OpenGL32 lookup for core functions - GL3 Windo... | Sven Gothel | 2009-06-05 | 3 | -15/+26 |
* | Fix/Clean EGL path; Adding Windows AWT path; Windows works with MinGW (GL2) | Sven Gothel | 2009-06-05 | 22 | -73/+290 |
* | Compile clean under windows | Sven Gothel | 2009-06-04 | 6 | -7/+30 |
* | Add MacOSX support / tested on one thread | Sven Gothel | 2009-06-03 | 9 | -13/+231 |
* | Tested: | Sven Gothel | 2009-06-03 | 65 | -665/+1154 |
* | Fix Deadlock in X11AWTNativeWindowFactory (adding missing notifyAll() ; Stric... | Sven Gothel | 2009-05-30 | 7 | -80/+109 |
* | Clarifying resetGLFunctionAvailability() -> setGLFunctionAvailability(boolean... | Sven Gothel | 2009-05-30 | 11 | -27/+63 |
* | JOGL | Sven Gothel | 2009-05-29 | 150 | -2364/+7515 |
* | Newt: better keyboard input support on Windows (warning: may have broken the ... | Dmitri Trembovetski | 2009-05-28 | 3 | -214/+630 |
* | Newt: implemented simple window focus management for Mac OS X | Christopher Campbell | 2009-05-26 | 3 | -1/+60 |
* | Newt: implemented simple Window focus management (focusGained/focusLost/reque... | Dmitri Trembovetski | 2009-05-26 | 7 | -41/+119 |
* | Fixed NEWT mouse events on Mac OS X to be consistent with Windows implementat... | Christopher Campbell | 2009-05-26 | 1 | -2/+24 |
* | 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 |