summaryrefslogtreecommitdiffstats
path: root/src/newt/classes
Commit message (Expand)AuthorAgeFilesLines
* NEWT Windows.closeNativeImpl(): Remove 'GDI.SetParent(windowHandleClose, 0)' ...Sven Gothel2012-08-191-1/+0
* Fix missing NEWT driver class name change - regression of a694cadca4ab72481e7...Sven Gothel2012-08-181-1/+1
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-1835-183/+162
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-182-2/+2
* 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
* | Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...v2.0-rc10Sven Gothel2012-08-031-1/+1
* | SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...Sven Gothel2012-07-2511-49/+749
* | 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-222-64/+71
* | Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-201-2/+8
* | Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() t...Sven Gothel2012-07-201-2/+1
* | Minor editsSven Gothel2012-07-201-5/+6
* | 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-196-19/+57
* | 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-062-2/+2
* GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...Sven Gothel2012-07-052-1/+3
* 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
* GLAutoDrawable* refinement of abstraction / generalization - API Change!Sven Gothel2012-07-041-38/+4
* GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...Sven Gothel2012-07-021-298/+34
* NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerantSven Gothel2012-06-294-9/+11
* NEWT GLWindow multithreading fix and annotations (see commit bc7503c77892a9e1...Sven Gothel2012-06-282-72/+242
* Misc cleanup: add @OverrideSven Gothel2012-06-271-43/+44
* NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...Sven Gothel2012-06-272-23/+19
* 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-214-9/+119
* Refine commit be7cac1713b166ca6578c685ec8a7231a8429919:Sven Gothel2012-05-134-1/+10
* GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...Sven Gothel2012-05-131-1/+0
* 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
* NewtFactory: Show failure in getCustomClass(..) - require both, packagename a...Sven Gothel2012-05-021-3/+8
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-025-19/+19
* 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-016-28/+77
* NEWT/WindowImpl: Make all 'action' class instances final; Action's init() det...Sven Gothel2012-05-011-110/+101
* 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-271-30/+52
* 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
* Newt/AWT Event Factory: Add Mouse Wheel Event ConversionSven Gothel2012-04-242-2/+16
* NEWT/MainThread: Wait for new non daemon threads after 'main' class has finis...Sven Gothel2012-04-211-24/+102
* NEWT/Android: Fix requestFocus() - run impl. on UI thread.Sven Gothel2012-04-181-3/+7
* NEWT/Android: Add (soft) keyboard input. Complete the Android -> NEWT key tra...Sven Gothel2012-04-162-77/+106