aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved base initialization of Mac port of Newt back into staticJOGL_2_SANDBOXKenneth Russel2009-06-151-1/+4
* Fix: JAWTUtil has to JAWTNativeLibLoader.loadAWTImpl() as well. Use NWReflect...Sven Gothel2009-06-159-18/+40
* NEWT MacOSX: Fullscreen/Multithreading - exitFullscreen in close0() ; synchro...Sven Gothel2009-06-153-79/+101
* Added a missed call to makeKeyAndOrderFront found during codeKenneth Russel2009-06-151-1/+2
* Changed a few Class.forName() calls to defer initialization to avoidKenneth Russel2009-06-152-4/+4
* Fixed UnsatisfiedLinkError when Screen is referenced before WindowKenneth Russel2009-06-151-0/+1
* NEWT MacOSX: Encapsulate [enter|exit]FullScreenMode calls with exception hand...Sven Gothel2009-06-151-2/+8
* NEWT MacOSX fullscreen fix - real fullscreen now, some leakage fixes; MainThr...Sven Gothel2009-06-155-197/+329
* Minor API cleanups:Kenneth Russel2009-06-1416-835/+923
* NEWT MacOSX adding fullscreen support (TODO: remove titlebar)Sven Gothel2009-06-144-21/+121
* NEWT Mac OS X - Adding support for multithreading:Sven Gothel2009-06-147-94/+497
* NEWT WindowsWindow multithreaded/multiwindows works.Sven Gothel2009-06-131-1/+1
* NEWT WindowsWindow cleanup, GLobalRef, using ATOM, .. - no StackOverflow .. b...Sven Gothel2009-06-132-71/+76
* Fix GLCanvas - init/deinit at addNotify/removeNotify - demos.testContextDestr...Sven Gothel2009-06-131-48/+45
* - Adding GLAutoDrawable.ScreenChangeActionEnabled reflecting theSven Gothel2009-06-1337-275/+516
* Made computation of required buffer size for operations likeKenneth Russel2009-06-1313-52/+189
* Added back in NVIDIA, ATI and Apple OpenGL extensions to GL interfacesKenneth Russel2009-06-133-6/+39
* Removed incorrect call to Runnable.run() added during Threading refactoringKenneth Russel2009-06-131-1/+0
* Formatting changeKenneth Russel2009-06-131-1/+1
* Attempt to get disableBackgroundErase hack working again with 6u10+,Kenneth Russel2009-06-131-4/+11
* Fixed build problems with VC9 where manifests were not installedKenneth Russel2009-06-133-30/+8
* Added description of why X11NativeWindowFactory andKenneth Russel2009-06-121-8/+80
* - NEWT X11Window setSize0 - change fullscreen method to MWM,Sven Gothel2009-06-126-70/+199
* GLSL ShaderUtil: Use TLS to make it thread safeSven Gothel2009-06-122-12/+15
* MacOSX: Exception for GL3 profile .. no OpenGL 3.1 implementation yetSven Gothel2009-06-121-0/+3
* - Adding CR + TAB to toString() methods for better visibility,Sven Gothel2009-06-1233-214/+536
* Removed GLAutoDrawable's dispose(boolean regenerate), and added it's semantic...Sven Gothel2009-06-127-102/+87
* javadoc fixesSven Gothel2009-06-112-7/+7
* - Fixing SPEC documentation for bindings JOGL and NativeWindow, Sven Gothel2009-06-1191-1168/+5276
* Minor egl cleanupSven Gothel2009-06-051-4/+4
* Win-EGL: Add dll function lookup for C++ decoration (Imageon driver) ; EGL: S...Sven Gothel2009-06-056-80/+119
* Fix GL3 (3.1) Windows - Adding OpenGL32 lookup for core functions - GL3 Windo...Sven Gothel2009-06-053-15/+26
* Fix/Clean EGL path; Adding Windows AWT path; Windows works with MinGW (GL2)Sven Gothel2009-06-0522-73/+290
* Compile clean under windowsSven Gothel2009-06-046-7/+30
* Add MacOSX support / tested on one threadSven Gothel2009-06-039-13/+231
* Tested:Sven Gothel2009-06-0365-665/+1154
* Fix Deadlock in X11AWTNativeWindowFactory (adding missing notifyAll() ; Stric...Sven Gothel2009-05-307-80/+109
* Clarifying resetGLFunctionAvailability() -> setGLFunctionAvailability(boolean...Sven Gothel2009-05-3011-27/+63
* JOGLSven Gothel2009-05-29150-2364/+7515
* Newt: better keyboard input support on Windows (warning: may have broken the ...Dmitri Trembovetski2009-05-283-214/+630
* Newt: implemented simple window focus management for Mac OS XChristopher Campbell2009-05-263-1/+60
* Newt: implemented simple Window focus management (focusGained/focusLost/reque...Dmitri Trembovetski2009-05-267-41/+119
* Fixed NEWT mouse events on Mac OS X to be consistent with Windows implementat...Christopher Campbell2009-05-261-2/+24
* Newt: fixed mouse wheel support on windows - needed to translate mouse event...Dmitri Trembovetski2009-05-261-2/+11
* Newt fixes: implemented mouse wheel support - currently only hooked up on Wi...Dmitri Trembovetski2009-05-259-40/+128
* Newt fixes for Windows implementation: beginnings of proper modifier handling...Dmitri Trembovetski2009-05-242-0/+19
* Checking in forgotten ShaderUtil.javaKenneth Russel2009-05-221-0/+400
* Optimized GLU creation by caching Class object for implementationKenneth Russel2009-05-221-8/+20
* Refactored shader-related utility routines from core GL2ES2 class intoKenneth Russel2009-05-226-302/+34
* Recently code (UnifiedName, GLUnifiedName) was added to GlueGen toKenneth Russel2009-05-2017-155/+310