aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* repairSven Gothel2009-03-161-5/+0
* repairSven Gothel2009-03-163-0/+2497
* repairSven Gothel2009-03-16291-0/+89158
* replairSven Gothel2009-03-161-0/+86
* repairSven Gothel2009-03-160-0/+0
* repair svnSven Gothel2009-03-1631-0/+4732
* JOGL refactoring:Sven Gothel2009-03-16449-94476/+748
* NEWT window closing:Sven Gothel2009-03-1445-172/+648
* Worked around problem on Mac OS X where right mouse button down eventsKenneth Russel2009-03-131-1/+24
* javadoc update (2)Sven Gothel2009-03-131-1/+1
* javadoc updateSven Gothel2009-03-132-5/+5
* New package Native Window Interface 'java.media.nwi',Sven Gothel2009-03-1372-347/+411
* Fix NEWT X11 KeymappingSven Gothel2009-03-136-4/+259
* Fixed problem with conversion of key code for enter key on Mac OS X;Kenneth Russel2009-03-081-0/+5
* Unified some double GL enums (register combiner), ..Sven Gothel2009-03-062-27/+28
* - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ...Sven Gothel2009-03-0569-1303/+1939
* increase double click intervalChristopher Oliver2009-01-151-1/+1
* Changed how MacWindow computes the coordinates for mouse events sentKenneth Russel2009-01-151-1/+7
* Fixed known bug in coordinates passed for WINDOW_MOVED events on MacKenneth Russel2009-01-142-38/+12
* Turned off debugging printfsKenneth Russel2009-01-141-2/+7
* Fixed ArgumentIsString directive for glProgramStringARB (nowKenneth Russel2009-01-122-0/+2
* pass original unconverted keyCharChristopher Oliver2009-01-091-2/+2
* implement setTitleChristopher Oliver2009-01-081-0/+7
* Added GLCapabilities.setBackgroundOpaque() and isBackgroundOpaque()Kenneth Russel2009-01-064-0/+47
* Deleted broken attempt at transparent window code from AWTWindow.Kenneth Russel2009-01-061-26/+2
* Fixed problems exposed by SoyLatte JRE where there was noKenneth Russel2009-01-061-1/+16
* Native (non-AWT) port of Newt to Mac OS X using Cocoa. MostKenneth Russel2009-01-0512-61/+1364
* Moved javax.media.opengl.glsl.* and javax.media.opengl.sdk.* classesKenneth Russel2009-01-039-11/+9
* Moved FileUtil and StreamUtil classes back into com.sun.opengl.utilKenneth Russel2008-12-3010-90/+88
* Refactored AWT dependencies in Animator class differently to allowKenneth Russel2008-12-307-423/+440
* Cleaned up java.part.util.gl2 definition after movement of GLUT classes.Kenneth Russel2008-12-301-1/+1
* Moved GLUT into com.sun.opengl.util.gl2 package and renamed to JOGLKenneth Russel2008-12-3016-53/+32
* Added file missed in last checkinKenneth Russel2008-12-301-0/+601
* Renamed TileRenderer back to JOGL 1.0 naming convention. Updated demos.Kenneth Russel2008-12-301-601/+0
* Moved GL2- and AWT-specific utility classes into the AWT packageKenneth Russel2008-12-304-56/+47
* Removed JOGLAppletLauncher, superseded by JNLPAppletLauncher atKenneth Russel2008-12-301-1080/+0
* After more thought, realized once again that because most Java windowKenneth Russel2008-12-2912-84/+75
* Removed notion of wrapped windows from the NativeWindow interface,Kenneth Russel2008-12-2310-71/+24
* Removed lockSurface(), unlockSurface(), and isSurfaceLocked() fromKenneth Russel2008-12-214-37/+0
* Fixed more bugs in glue code generation related to using opaque longKenneth Russel2008-12-203-3/+10
* Factored out the remaining toolkit, and specifically AWT, dependenciesKenneth Russel2008-12-2024-908/+1180
* Removed setSize(), setPosition(), setVisible(), and setFullscreen()Kenneth Russel2008-12-1622-161/+74
* Integrated work from several months ago to refactor GLJPanelKenneth Russel2008-12-161-735/+850
* Fixed bug in glMapBuffer native code generation and bug inKenneth Russel2008-12-164-8/+8
* Moved javax.media.opengl.awt.gl2.GL2JPanel (back) toKenneth Russel2008-12-161-39/+39
* Fixed nested toolkit locking problem with X11PbufferGLXDrawable. WithKenneth Russel2008-12-1417-76/+92
* Fixed initialization of chosen GLCapabilities on X11 platforms forKenneth Russel2008-12-132-5/+12
* Fixed NullPointerException during GLDrawable creation on X11 platformsKenneth Russel2008-12-131-1/+2
* Fixed bug in pbuffer support on Mac OS X due to confusion about whatKenneth Russel2008-12-122-27/+12
* Fixed breakage of GLJPanel caused by confusion between requested and Kenneth Russel2008-12-1221-109/+92