aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refine debug messagesg2158892009-07-292-2/+9
* NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEG...sg2158892009-07-283-5/+10
* Use getNativeWindowType(custom=true) for factory selection; Don't fail is non...sg2158892009-07-284-8/+12
* Cleanup ..sg2158892009-07-287-46/+15
* Fix BroadcomEGL: Proper EGLGraphicsConfiguration at creation timesg2158892009-07-282-6/+11
* EGL changes for deviceMorris Meyer2009-07-288-13/+54
* Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG...sg2158892009-07-2712-46/+438
* mips changesMorris Meyer2009-07-274-2/+93
* NEWT: Adding KD if building with OpenGL. Fixing build in case no native libra...sg2158892009-07-241-12/+16
* Add: Extended support for CVM crosscompile:sg2158892009-07-2433-702/+852
* Using commont JAWTUtil for final lockingsg2158892009-07-201-5/+5
* Add: Extended support for CVM:sg2158892009-07-1211-35/+96
* Fix jnlp macosx ; Ignore jawt lib loading errorSven Gothel2009-07-041-1/+8
* Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1...Sven Gothel2009-07-045-188/+101
* Local property access package-private (no qualifiers)Sven Gothel2009-07-043-12/+12
* Fix property query. Thx to Ken pointing this out.Sven Gothel2009-07-0315-79/+188
* Fix property handling ; Adding jnlp. aliasing for propertiesSven Gothel2009-07-0318-92/+95
* - Fixed: JOGL Cg Dependencies ..Sven Gothel2009-07-011-5/+16
* - Removed useless GLX synchronized hacks in X11GLXGraphicsConfigurationSven Gothel2009-06-182-21/+27
* Fix NEWT static singleton initSven Gothel2009-06-184-36/+16
* Refactored static initialization to let the JVM ensure it only runsKenneth Russel2009-06-181-9/+3
* - Fix: X11 locking Sven Gothel2009-06-1816-218/+331
* Fixes for javadoc targetsKenneth Russel2009-06-181-0/+2
* Corrected non-C syntax. Worked around ancient compiler/OS onKenneth Russel2009-06-171-26/+49
* - Fix: Native X11 Display deadlock (Linux x86_64 32bit on 64bit)Sven Gothel2009-06-175-174/+87
* - Add: GLProfile.get(name) return default if name=="GL" as well (or if null)Sven Gothel2009-06-1727-933/+1547
* Newt: update to the previous fix : need to use 0xFFFF not 0xFF.Dmitri Trembovetski2009-06-171-7/+7
* Newt: fix to avoid crash on windows when compiled with vc7 configuration (cau...Dmitri Trembovetski2009-06-161-6/+8
* There is no #warning or #warn preprocessor directive in MSVCKenneth Russel2009-06-161-1/+0
* Attempt to fix compilation under MSVC 6Kenneth Russel2009-06-161-3/+3
* Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closedKenneth Russel2009-06-15415-0/+111443
* Deleted obsolete source code in preparation for copying JOGL_2_SANDBOXKenneth Russel2009-06-15231-77409/+0
* Added documentation to describe the target parameter.moorej2008-05-021-0/+3
* Incorporated patch from java.net user neugens to stop downcasting to Kenneth Russel2008-04-171-2/+2
* Fixed Issue 279: GLJPanel.setAutoSwapBufferMode(false) throws NPE Kenneth Russel2008-03-301-27/+16
* 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