aboutsummaryrefslogtreecommitdiffstats
path: root/src/classes
Commit message (Expand)AuthorAgeFilesLines
* Synced locking of EGLDrawable/EGLContext with X11GLX* counterpart.Sven Gothel2008-06-283-25/+70
* 3rd round cdcfp - compile clean.Sven Gothel2008-06-2848-240/+414
* Fixed typos in javadocKenneth Russel2008-06-271-2/+2
* Mac OS X port of new JOGL and Newt. Currently leverages the AWT; willKenneth Russel2008-06-2717-31/+497
* 2nd round cdcfp - compile clean.Sven Gothel2008-06-261-8/+2
* Unifying NativeWindow's getWindowHandle() and getSurfaceHandle() usage for al...Sven Gothel2008-06-2611-41/+43
* Added getSurfaceHandle() to NativeWindow abstraction in support of Kenneth Russel2008-06-2612-32/+74
* Bug fixes to compile and run on Windows. Added more debugging code. Kenneth Russel2008-06-264-5/+15
* merging awt,j2d,swing to awt subpackagesSven Gothel2008-06-269-11/+9
* removing relocated filesSven Gothel2008-06-2661-17571/+0
* removinbg relocated filesSven Gothel2008-06-2641-6586/+0
* re-adding accidently removed filesSven Gothel2008-06-2670-0/+13347
* re-adding accidently removed filesSven Gothel2008-06-2628-0/+10262
* Auto GL profile selection working (GLES1 and GL2 (X11))Sven Gothel2008-06-251-2/+0
* Auto GL profile selection; New GLReflection (refactoring of common relfection...Sven Gothel2008-06-256-136/+204
* GLES1 NEWT X11 - RedSquare - workingSven Gothel2008-06-251-6/+12
* Native Compilation: Partitioning and X11 cleanSven Gothel2008-06-2510-14/+46
* relocated to jawt packageSven Gothel2008-06-244-401/+0
* re-add accidently removed filesSven Gothel2008-06-2453-0/+16187
* re-addSven Gothel2008-06-247-0/+1092
* JAWT package cleanup ..Sven Gothel2008-06-2410-7/+956
* re-adding files ..Sven Gothel2008-06-2438-0/+6330
* - added doxygen.cfgSven Gothel2008-06-241-1/+1
* finishing 2nd refactoringSven Gothel2008-06-21173-63561/+0
* 2nd big refactoring.Sven Gothel2008-06-2115-1454/+2606
* *** empty log message ***Sven Gothel2008-06-2117-173/+4513
* 2nd big refactoring.Sven Gothel2008-06-211-1355/+0
* 2nd big refactoring.Sven Gothel2008-06-214-0/+401
* 2nd big refactoring...Sven Gothel2008-06-217-1121/+0
* 2nd big refactoring.Sven Gothel2008-06-21102-949/+39142
* Split BufferUtil.java in to Java SE and Java ME + CDC + FP (+ JSR-239 Kenneth Russel2008-06-053-294/+522
* Added Immediate Mode Sink (ImmModeSInk)Sven Gothel2008-06-037-154/+935
* Bug fixes to mouse dragging logicKenneth Russel2008-06-021-8/+12
* Made sendMouseEvent and sendKeyEvent protected because CVM won't look Kenneth Russel2008-06-011-4/+5
* Ported Newt event handling to Windows. Minor bug fixes to Windows Kenneth Russel2008-06-012-2/+2
* refactoring .. wip ..Sven Gothel2008-06-015-19/+16
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-0143-493/+1656
* EGLDrawableFactory: Removed shutdown.Sven Gothel2008-05-302-2/+10
* Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1.Sven Gothel2008-05-309-56/+292
* Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested.Sven Gothel2008-05-3010-9/+1005
* Added GLDrawableFactory.shutdown() to enable clean and cooperative Kenneth Russel2008-05-304-1/+25
* Changes to WindowsWindow.c to compile on Windows CE. Slight changes to Kenneth Russel2008-05-301-1/+1
* Made call to ByteOrder.nativeOrder() in BufferUtil reflective so it Kenneth Russel2008-05-291-2/+37
* Various bug fixes. Incorporated minimal window abstraction to Kenneth Russel2008-05-296-18/+255
* Implemented dynamic function lookup in EGLDrawableFactory and Kenneth Russel2008-05-281-9/+59
* Filled out EGLContext, EGLDrawable, and EGLDrawableFactory Kenneth Russel2008-05-288-45/+347
* Refactorings to support building JOGL for OpenGL ES 1 and OpenGL ES 2. Kenneth Russel2008-05-1325-339/+2936
* Addendum to fix for Issue 344: Serious TextRenderer problems involving large ...Kenneth Russel2008-02-191-1/+1
* Added table of Porter-Duff compositing rules in the face of Kenneth Russel2008-02-181-0/+22
* Fixed Issue 344: Serious TextRenderer problems involving large fonts & unicod...Kenneth Russel2008-02-181-476/+462