aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow/classes
Commit message (Expand)AuthorAgeFilesLines
* X11 NativeWindow: Fix Error and IOError handler, i.e. NPE checks and no JVM d...Sven Gothel2012-09-281-0/+1
* NativeWindow/X11 + NEWT/X11: Cache 'isXineramaEnabled()' to reduce X11 server...Sven Gothel2012-09-282-9/+10
* Fix Bug 616: X11: Remove XInitThreads() dependency while cleaning up device l...Sven Gothel2012-09-2714-276/+268
* Fix Bug 621, JVM Crashes During X11 Shutdown while closing all unclosed displ...x11_xinitthreadsSven Gothel2012-09-211-21/+24
* NativeWindowFactory/NEWT: Use relative sub-package names in NativeWindowFacto...Sven Gothel2012-09-201-7/+7
* Fixes Bug 615 - X11: Use proper screen index/name for shared resources and de...Sven Gothel2012-09-171-3/+26
* Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...Sven Gothel2012-09-1517-325/+920
* Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...Sven Gothel2012-09-081-1/+21
* Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...Sven Gothel2012-09-075-58/+142
* Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...Sven Gothel2012-09-073-80/+124
* NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...Sven Gothel2012-08-185-58/+65
* NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...Sven Gothel2012-08-181-6/+6
* GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...Sven Gothel2012-08-185-58/+30
* EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...Sven Gothel2012-08-161-7/+8
* 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-253-2/+75
* Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...Sven Gothel2012-07-247-61/+209
* Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)Sven Gothel2012-07-202-5/+22
* Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl...Sven Gothel2012-07-201-0/+5
* GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...Sven Gothel2012-07-201-3/+12
* Bug 599 - FBObject / Offscreen Support - Part 1Sven Gothel2012-07-1914-166/+311
* EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...Sven Gothel2012-07-093-5/+43
* Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87Sven Gothel2012-07-061-1/+0
* Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!Sven Gothel2012-07-062-1/+42
* NativeWindow/Newt X11ErrorHandler enhancement / unification - don't throw exc...Sven Gothel2012-07-051-6/+17
* Fix Bug 597: XDisplayString(0) -> SIGSEGV; Handle n/a DISPLAYSven Gothel2012-06-301-4/+8
* Fix Bug #589 (JAWT Offscreen-Layer resize) and Offscreen-Layer setSwapInterva...Sven Gothel2012-06-303-14/+28
* JAWTUtil/MacOSXWindowSystemInterface-pbuffer: Cleanup / More DEBUG infoSven Gothel2012-06-301-4/+12
* NativeSurface.unlockSurface(): Change fail-fast policy to fail safe tolerantSven Gothel2012-06-294-12/+15
* Capabilities cleanup: make most get*() final, impl. Comparable to Capabilitie...Sven Gothel2012-06-273-66/+87
* Misc cleanup: add @OverrideSven Gothel2012-06-273-34/+45
* NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...Sven Gothel2012-06-273-76/+112
* Implement Bug #598 - JOGL ALL JAR File Change incl. it's Native Jar URL Deriv...Sven Gothel2012-06-261-1/+3
* JOGL CapabilitiesChooser-API and impl.: Cleanup using generics: 'List l' -> '...Sven Gothel2012-06-212-3/+3
* Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use ClassLo...Sven Gothel2012-05-042-2/+2
* NEWT API Change 'WindowClosingProtocol': Use 'enum WindowClosingMode' instead...Sven Gothel2012-05-023-36/+35
* EGLGraphicsConfigurationFactory: Add 'unregisterFactory()' static entry allow...Sven Gothel2012-05-011-4/+13
* StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capa...Sven Gothel2012-04-163-6/+6
* EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...Sven Gothel2012-04-031-2/+0
* Adapt to gluegen commit e9e61421ef6009e6788998c471d1d3d30aaefea6Sven Gothel2012-03-262-6/+5
* Enhance and generalize AWT Threading* implementation; Minor changes ..Sven Gothel2012-03-251-7/+8
* Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...Sven Gothel2012-03-182-2/+1
* Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...Sven Gothel2012-03-135-78/+20
* NativeWindowFactory: Get and hold singleton JAWT ToolkitLock (efficiency); Co...Sven Gothel2012-03-061-28/+34
* NativeSurface.lockSurface(): Update API doc (+ emphasize LOCK_SURFACE_CHANGED...Sven Gothel2012-03-062-13/+39
* NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...Sven Gothel2012-03-069-111/+161
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0622-46/+73
* NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...Sven Gothel2012-03-0616-54/+0
* X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...Sven Gothel2012-03-054-3/+127
* Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...Sven Gothel2012-03-054-16/+110