aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/games/jogl/impl/windows
Commit message (Expand)AuthorAgeFilesLines
* Fixed Issue 119: Dual-head problems on Windows XP Kenneth Russel2004-11-151-1/+3
* Removed redundant code.gkw2004-10-291-7/+1
* addShutdownHook needed to be wrapped in a call to AccessController.doPrivileg...gkw2004-08-171-2/+8
* Bug fix from user GKW on the JOGL forums for problems reported by Kenneth Russel2004-08-033-69/+230
* Fixed Issue 96: Off-by-one error in pixel format selection on WindowsKenneth Russel2004-07-151-2/+4
* Bug fix to new context destruction / recreation code associated with Kenneth Russel2004-07-091-14/+14
* This putback attempts to address the following issues: Kenneth Russel2004-06-193-12/+47
* Fixed problem identified by William Denniss on JOGL forums where Kenneth Russel2004-04-261-5/+9
* Fixed Issue 77: Creation of dummy GL context fails in some configurationsKenneth Russel2004-04-261-0/+2
* Applied patches from Yuri Vl. Gushchin on JOGL forums: Kenneth Russel2004-04-261-1/+2
* Fixed Issue 76: Multisampling (FSAA) does not work on ATIKenneth Russel2004-04-262-21/+28
* Fixed (?) Issue 75: Dummy window confuses users and maximizing it can cause t...Kenneth Russel2004-04-221-1/+7
* Fixed problems in WindowsGLContext and TraceGL pointed out by jonmeyer Kenneth Russel2004-04-221-1/+8
* Added test to not try to use WGL_ARB_multisample unless it's supportedKenneth Russel2004-04-141-7/+15
* Initial support for multisample / full-scene antialiasing (FSAA); Kenneth Russel2004-04-132-43/+333
* Fixed Javadoc problemsKenneth Russel2004-04-122-1/+12
* Fixed Issue 25: Expose swapBuffers(), please Kenneth Russel2004-04-084-4/+4
* implemented GLJPanel for Mac OS XGerard Ziemski2003-11-192-0/+24
* Added contribution from user GKW on community.java.net forums to fixKenneth Russel2003-09-052-31/+38
* GKW on the community.java.net forums pointed out that theKenneth Russel2003-08-171-30/+38
* Applied suggestion from GKW on community.java.net forums to useKenneth Russel2003-08-171-1/+1
* Fixed bug in offscreen contexts' pending resize logic pointed out byKenneth Russel2003-08-131-1/+1
* Added Ant build support, contributed by Rob Grzywinski and ArturKenneth Russel2003-07-141-1/+1
* Added sharing of display lists and textures among OpenGL contextsKenneth Russel2003-07-085-11/+43
* Added pbuffer support to JOGL on X11; HWShadowmapsSimple andKenneth Russel2003-07-032-60/+27
* Initial revisiondjp2003-06-085-0/+1206