aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TextureIO TGA/PNG: Use RGB[9] for 1-3 channel data; PNGImage(PNGJ) add 1 chan...Sven Gothel2012-06-184-35/+65
* Texture Unit Tests: AWT/NEWT GL2/ES2 PNGJ/AWT-PNG-Loading and Rendering (Test...Sven Gothel2012-06-1814-183/+756
* Unit Test: Cleanup TextureSequence Demo Code and Tests, adding AWT Test 'laun...Sven Gothel2012-06-175-65/+225
* JOGL Texture Util Unit Test merge to 'com.jogamp.opengl.test.junit.jogl.util....Sven Gothel2012-06-176-7/+5
* Fix Bug 590: Wrong GL2 and GLES2 aliasing of GL_ARB_half_float_pixel/GL_ARB_h...Sven Gothel2012-06-161-0/+2
* Adapt to GlueGen commit 1468286bf569a493e4fdb887d5f3732f88c8cec3 (IOUtil.crea...Sven Gothel2012-06-161-1/+1
* Fix Bug 583: Remove Android compile-time dependencies and exclude Android spe...Sven Gothel2012-06-153-36/+17
* Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT10' w/o...Sven Gothel2012-05-162-1/+168
* Unit Test Util NEWTGLContext: Pass GLCapabilities instead of GLProfile, allow...Sven Gothel2012-05-168-17/+31
* Java Source Files: dos -> unix formatSven Gothel2012-05-1515-3294/+3294
* Graph/Font Demo: Add simple 'one-file' demo/test 'TestTextRendererNEWT00'Sven Gothel2012-05-153-0/+290
* Clarify API Doc: GLRunnable and it's GLAutoDrawable::invoke(..)Sven Gothel2012-05-152-16/+25
* GPUTextRendererListenerBase01: Remove unused var.Sven Gothel2012-05-151-2/+0
* graph/font: Add "public float getAdvanceWidth(int i, float pixelSize);"Sven Gothel2012-05-153-1/+7
* Graph/Glyph: Clarify public Font.Glyph and private FontInt.GlyphIntSven Gothel2012-05-154-11/+13
* GLContext.destroy() error case: Lock hold > 1 - More explicit error message.Sven Gothel2012-05-141-2/+2
* Fix Bug 572: AWT-GLCanvas shall force setRealized(true) on AWT-EDT avoiding A...Sven Gothel2012-05-141-3/+8
* Refine commit be7cac1713b166ca6578c685ec8a7231a8429919:Sven Gothel2012-05-134-1/+10
* TestGLContextSurfaceLockNEWT: Add GLWindow destroy @ test endSven Gothel2012-05-131-0/+2
* Demo/Test GearsES2: Supress reshape debug printlnSven Gothel2012-05-131-2/+2
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-1311-91/+49
* GLContext/Surface Deadlock: Add unit test, provoking deadlock w/ 2 threads, o...Sven Gothel2012-05-131-0/+218
* Add unit tests for gluUnProject fix (commit cbc77718f01a8190e1a8aa0e9afdc2a3a...Sven Gothel2012-05-121-5/+50
* Fix regression of commit de2b129a56335262a44a05541a3ab2e35668cc6e: ProjectFlo...Sven Gothel2012-05-113-40/+158
* LauncherUtil: Allow no query in URI and no PKG in query (Align w/ GlueGen com...Sven Gothel2012-05-041-4/+1
* Android: Fix JOGL's (NEWT) Version activity: Use Launcher, show GL versionSven Gothel2012-05-042-10/+76
* Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use ClassLo...Sven Gothel2012-05-043-3/+3
* Minor cleanup ..Sven Gothel2012-05-042-6/+3
* NEWT: Cleanup Broadcom/KD driver imports, add Jogamp (c)Sven Gothel2012-05-026-17/+35
* NewtFactory: Show failure in getCustomClass(..) - require both, packagename a...Sven Gothel2012-05-021-3/+8
* NEWT/OSX: Fix occasional crash 'free of non allocated object' - change window...v2.0-rc8Sven Gothel2012-05-021-8/+17
* Test MovieCube: Allow recreation - Video is still not visible after recreatio...Sven Gothel2012-05-021-6/+9
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-0213-78/+79
* Complete commit c9faebb8f8f6be4c0de4919a516b4692742bc13c: Use 'enum ReparentO...Sven Gothel2012-05-021-6/+6
* NEWT: Revert static/locked action instances due to possible deadlocks; class ...Sven Gothel2012-05-023-176/+148
* JOGLNewtAppletBase: Minor cleanupSven Gothel2012-05-011-2/+0
* Fix Bug 560 and NEWT window closing behavior in general for all platforms.Sven Gothel2012-05-0114-42/+139
* NEWT/WindowImpl: Make all 'action' class instances final; Action's init() det...Sven Gothel2012-05-011-110/+101
* GLProfile/EGLDrawableFactory: Detect ANGLE (Windows D3D ES2 Emulation) and di...Sven Gothel2012-05-012-22/+71
* EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow...Sven Gothel2012-05-012-5/+29
* Bug 556: Newt Mouse Synthetic Drag Event: Clear state if mouse enters/leaves ...Sven Gothel2012-04-271-7/+14
* Bug 570: NEWT General/X11: Decouple setFullscreen() and setAlwaysOnTop(); Use...Sven Gothel2012-04-272-35/+60
* TestGearsES2NEWT: fullscreen/above toggle print fullscreen/above state alwaysSven Gothel2012-04-271-4/+4
* Fix Bug 571: X11 behavior, where the PRESSED button is not included in the na...Sven Gothel2012-04-271-1/+4
* NEWT Input- Mouse-Event: Consitency of mouse button number; Add button -> but...Sven Gothel2012-04-272-19/+36
* Bug 577: Disable debug message XInitThreads() called (only enabled in native ...Sven Gothel2012-04-261-2/+2
* UITest, fix exception message: Add 'not'.v2.0-rc7Sven Gothel2012-04-251-1/+1
* Newt/AWT Event Factory: Add Mouse Wheel Event ConversionSven Gothel2012-04-243-3/+17
* Test (Applets): Add MovieCube to jogl-test-applets page.Sven Gothel2012-04-241-1/+6
* Completing swap-interval implementation for OSX's CALayer usage. Closing Bug 555Sven Gothel2012-04-227-59/+150