aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Fix NEWT KeyCode: Basic KeyCode Validation on X11, Windows and OSXSven Gothel2012-10-282-78/+73
* NEWT KeyEvent (Windows, OSX): Check whether keyCode is tracked before using b...Sven Gothel2012-10-273-25/+27
* Fix Bug 631 and enhance 601: Handle multiple keys (pressed, released, types i...Sven Gothel2012-10-273-102/+98
* Fix Bug 601 - Auto-Repeat Behavior: Adding unit tests for typed key order w/ ...Sven Gothel2012-10-261-35/+47
* NEWT ScreenMode Change Failover / Window.setFullscreen() shall use current Sc...Sven Gothel2012-10-192-16/+35
* NEWT / BCM-VC-IV: Fix transparency according to given capabilitiesSven Gothel2012-10-191-9/+8
* Raise NEWT MouseButton Maximum from 6 -> 16 (API Change)Sven Gothel2012-10-081-2/+2
* Use helper.isExternalAnimatorAnimating() instead of helper.isAnimatorAnimatin...Sven Gothel2012-10-051-0/+1
* Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...Sven Gothel2012-10-051-4/+4
* Fix regression of commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b: X11 Displa...Sven Gothel2012-10-051-1/+5
* Relax Bug 613 workaround of commit 92398025abdabb2fdef0d78edd41e730991a6f94Sven Gothel2012-10-022-2/+2
* NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server...Sven Gothel2012-09-283-7/+12
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-2711-156/+174
* Complete 646714d3dab87396b9a3119bf90ca26e0b1c97ce / Fix Bug 601: Add missing ...Sven Gothel2012-09-161-1/+21
* Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR...Sven Gothel2012-09-162-4/+52
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-154-52/+39
* NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P...Sven Gothel2012-09-072-20/+86
* NEWT EDTUtil: Complete AWT and SWT impl. w/ Newt event dequeue thread (NEDT)Sven Gothel2012-09-074-59/+243
* Fix Android Power-suspend and Power-resumeSven Gothel2012-08-231-5/+10
* Fix Android/NEWT WindowDriver: Add missing eglDestroySurface() in closeNative...Sven Gothel2012-08-231-9/+27
* Fix/Workaround: For BCM_VC_IV EGL (alpha) configurationSven Gothel2012-08-211-1/+8
* NEWT Windows.closeNativeImpl(): Remove 'GDI.SetParent(windowHandleClose, 0)' ...Sven Gothel2012-08-191-1/+0
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-1834-182/+161
* NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ...Sven Gothel2012-08-167-3/+524
* Resolve conflictSven Gothel2012-08-076-15/+14
|\
| * Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passingXerxes Rånby2012-07-106-14/+14
| * Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passingXerxes Rånby2012-07-103-0/+0
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-256-28/+71
* | Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-248-16/+23
* | Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...Sven Gothel2012-07-221-48/+51
* | Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() t...Sven Gothel2012-07-201-2/+1
* | Fix NEWT exception handling in event dispatching: Catch and fwd to callerSven Gothel2012-07-203-24/+47
* | Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-193-15/+36
* | EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...Sven Gothel2012-07-093-29/+6
|/
* Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...Sven Gothel2012-07-061-1/+1
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-051-0/+2
* NEWT/KD Adapt to 'new' KD Window Creation API, use EGLConfigSven Gothel2012-07-051-4/+6
* NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc...Sven Gothel2012-07-052-2/+5
* NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerantSven Gothel2012-06-293-7/+9
* NEWT GLWindow multithreading fix and annotations (see commit bc7503c77892a9e1...Sven Gothel2012-06-281-0/+7
* NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...Sven Gothel2012-06-271-19/+15
* NEWT WindowImpl.runOnEDTIfAvail(..): Run task from current thread if owning t...Sven Gothel2012-06-271-5/+9
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-1/+6
* NEWT: Add virtual on-screen keyboard visibility interface methods incl. Andro...Sven Gothel2012-06-212-2/+83
* Refine commit be7cac1713b166ca6578c685ec8a7231a8429919:Sven Gothel2012-05-133-0/+9
* 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-041-1/+1
* NEWT: Cleanup Broadcom/KD driver imports, add Jogamp (c)Sven Gothel2012-05-026-17/+35
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-021-7/+7
* NEWT: Revert static/locked action instances due to possible deadlocks; class ...Sven Gothel2012-05-021-165/+137