aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* - added doxygen.cfgSven Gothel2008-06-241-1/+1
* finishing 2nd refactoringSven Gothel2008-06-21173-63561/+0
* 2nd big refactoring.Sven Gothel2008-06-2117-1493/+2788
* *** empty log message ***Sven Gothel2008-06-2118-173/+4522
* 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-038-154/+937
* 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
* wipSven Gothel2008-06-011-22/+1
* Ported Newt event handling to Windows. Minor bug fixes to Windows Kenneth Russel2008-06-013-30/+125
* refactoring .. wip ..Sven Gothel2008-06-016-47/+38
* Refactoring JOGL to partition core windowing, AWT, GL, ES1 and ES2 .. WIPSven Gothel2008-06-0144-542/+1834
* EGLDrawableFactory: Removed shutdown.Sven Gothel2008-05-302-2/+10
* Completing com.sun.javafx.newt.* package, WIP, working under X11/ES1.1.Sven Gothel2008-05-3010-128/+364
* Completing com.sun.javafx.newt.* package, WIP, compile clean, but untested.Sven Gothel2008-05-3014-23/+1394
* 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-302-3/+15
* Made call to ByteOrder.nativeOrder() in BufferUtil reflective so it Kenneth Russel2008-05-292-3/+42
* Various bug fixes. Incorporated minimal window abstraction to Kenneth Russel2008-05-297-18/+554
* 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-1327-339/+3454
* 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
* Fixed Issue 342: demos/j2d/TextFlow (TextRenderer) demo gives fuzzy text Kenneth Russel2008-02-161-7/+32
* Fixed Issue 339: Add system properties to turn off VAs/VBOs in TextRenderer Kenneth Russel2008-02-161-17/+80
* Fixed Issue 341: JNI Global Reference in native code prevents clean applet te...Kenneth Russel2008-02-031-30/+1
* Removed incorrect statements from TextureIO class about certain Kenneth Russel2008-01-161-8/+4
* Fixed Issue 332: TextRenderer depends on OpenGL 1.3 glClientActiveTexture Kenneth Russel2007-11-151-1/+0
* Fixed Issue 326: TextRenderer corruption with certain text Kenneth Russel2007-11-091-6/+19
* Added RenderDelegate.getBounds(GlyphVector, FontRenderContext) and Kenneth Russel2007-11-031-6/+12
* Fixes from John Burkey: Kenneth Russel2007-11-031-53/+117
* Whitespace changes only; for consistency, processed with Jalopy and Kenneth Russel2007-11-031-1457/+1491
* Made TextRenderer.DefaultRenderDelegate public and static on request Kenneth Russel2007-10-191-1/+1
* Fixed Issue 316: Multi-Head issues, identical to issue 241 Kenneth Russel2007-10-191-1/+112
* Fixed Issue 324: Rendering artifacts with glyph-based TextRenderer Kenneth Russel2007-10-171-1/+1
* Fixed Issue 323: TextRenderer leaves VBOs bound Kenneth Russel2007-10-171-14/+39
* Undid last checkin as it appears the current glPushClientAttrib / Kenneth Russel2007-10-131-6/+0
* Pre-emptively added clearing out of the GL_ARRAY_BUFFER binding after Kenneth Russel2007-10-121-0/+6
* Fixed problems causing breakage of NASA's World Wind Java. Added need Kenneth Russel2007-10-101-0/+19
* Integration of Tomas Hrasky's port of basic GLU NURBS functionality Kenneth Russel2007-10-0956-3595/+7673
* Integrated John Burkey's new TextRenderer implementation using Kenneth Russel2007-10-091-172/+853
* Fixed Issue 317: GLJPanel handleReshape bug Kenneth Russel2007-10-021-1/+1
* Added support for loading non-mipmapped, non-power-of-two compressed Kenneth Russel2007-09-042-5/+75
* Fixed Issue 307: Rectangular (but still pow2) dds textures with mipmaps incor...Kenneth Russel2007-08-061-6/+6