aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* JOGLSven Gothel2009-05-29105-2051/+3688
* 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
* Refactored shader-related utility routines from core GL2ES2 class intoKenneth Russel2009-05-223-19/+34
* Recently code (UnifiedName, GLUnifiedName) was added to GlueGen toKenneth Russel2009-05-207-141/+141
* NEWT: mouse pressed fixSven Gothel2009-04-131-7/+7
* Newt fixes for Windows implementation: implemented undecorated window styleDmitri Trembovetski2009-04-102-5/+10
* Preserve mouse button number while draggingSven Gothel2009-03-281-5/+5
* Newt fixes for Windows implementation: implemented setPosition, setTitle; fix...Dmitri Trembovetski2009-03-242-8/+93
* Fix GLProfile.isGL2ES[12](), adding GLProfile.hasGLSL()Sven Gothel2009-03-206-14/+21
* Putback AWTAnimatorImpl to util, hence *AnimatorImpl are protected againSven Gothel2009-03-202-4/+3
* Fix GL2ES12.isGL() and re-adding the shader code to the jarSven Gothel2009-03-201-1/+1
* Fix: Missed package move of AWTAnimatorImplSven Gothel2009-03-202-3/+4
* Fix some scripts, AWTAnimator to it's awt packageSven Gothel2009-03-202-1/+1
* Missed movement of FBObject class from javax.media.opengl.util toKenneth Russel2009-03-197-8/+1
* Removed GL2ES12 interface from the public API since it is only anKenneth Russel2009-03-192-30/+51
* Removed reflective queries from GLProfile and their use inKenneth Russel2009-03-191-24/+0
* Javadoc cleanupKenneth Russel2009-03-191-4/+1
* Moved remaining portions of fixed function emulation out of core JOGLKenneth Russel2009-03-1966-475/+804
* Removed unnecessary importKenneth Russel2009-03-1912-12/+0
* Movement of Capabilities class and chooseCapabilities functionalityKenneth Russel2009-03-1967-938/+1577
* Got rid of NW prefixes on classes in preparation for refactoringKenneth Russel2009-03-174-68/+0
* Finish (?) moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2009-03-1761-110/+110
* Continue moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2009-03-1730-86/+83
* Continue moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2009-03-1729-0/+0
* Start moving javax.media.nwi -> javax.media.nativewindowKenneth Russel2009-03-1736-0/+0
* repairSven Gothel2009-03-163-19/+49
* repairSven Gothel2009-03-16291-0/+89158
* replairSven Gothel2009-03-161-0/+86
* repair svnSven Gothel2009-03-1631-0/+4732
* JOGL refactoring:Sven Gothel2009-03-16373-93906/+265
* NEWT window closing:Sven Gothel2009-03-1436-136/+614
* Worked around problem on Mac OS X where right mouse button down eventsKenneth Russel2009-03-131-1/+24
* New package Native Window Interface 'java.media.nwi',Sven Gothel2009-03-1367-335/+393
* Fix NEWT X11 KeymappingSven Gothel2009-03-135-4/+245
* Fixed problem with conversion of key code for enter key on Mac OS X;Kenneth Russel2009-03-081-0/+5
* - Fixed rootrel.build usage, this works properly through gluegen, jogl-demos ...Sven Gothel2009-03-0531-242/+1330
* 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
* 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