aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* NativeSurface's getGraphicsConfiguration() returns the native (delegated) Abs...Sven Gothel2011-11-2311-60/+75
* NEWT MacWindow: Revised offscreen FIXME tagsSven Gothel2011-11-201-6/+5
* NEWT/AWT Focus traversal enhancement/fix (incl. OS X fixes)Sven Gothel2011-11-193-193/+348
* NEWT: Move 'focusAction()' invokation from native code to Java, avoiding dead...Sven Gothel2011-11-191-9/+21
* NEWT Window: Promote/Expose 'Window getDelegatedWindow()' for accessing the d...Sven Gothel2011-11-191-4/+1
* Relocate NewtFactoryAWT: jogamp.newt.awt.event -> jogamp.newt.awtSven Gothel2011-11-191-1/+1
* NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...Sven Gothel2011-11-184-44/+101
* OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...Sven Gothel2011-11-121-9/+9
* OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare...Sven Gothel2011-11-112-23/+73
* Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfacesSven Gothel2011-11-111-8/+0
* NEWT/WindowImpl: Fix minor regression offscreen recreate @ setSize() (commit ...Sven Gothel2011-11-101-3/+6
* NEWT/Screen: minor editing/cleanupSven Gothel2011-11-101-4/+3
* NEWT/WindowImpl: Generalize recreation @ setSize() for offscreen surfaceSven Gothel2011-11-101-53/+54
* Fix regression JAWTWindow/AWTGraphicsConfiguration updateGraphicsConfiguratio...Sven Gothel2011-11-101-1/+10
* NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...Sven Gothel2011-11-091-0/+4
* Fix regression: setScreen(..) invalid ref count & flagSven Gothel2011-11-091-25/+6
* OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; CleanupSven Gothel2011-11-093-20/+52
* OS X Layered View: Part4 NEWT OffscreenWindow/WindowImpl fixSven Gothel2011-11-092-9/+24
* NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListenerSven Gothel2011-11-061-53/+12
* Impl layeredSurface (java/native):Sven Gothel2011-11-051-0/+2
* NEWT/OSX: Add missing sendKeyEvent(..) specialization to produce the keyCode ...Sven Gothel2011-10-261-1/+10
* NEWT/ScreenMode: Make getCurrenctScreenMode..() more fail proof in case the (...Sven Gothel2011-10-231-15/+26
* NEWT/ScreenMode: If unimplemented have at least current mode in list. Current...Sven Gothel2011-10-221-66/+74
* NEWT/OSX: Attempt to stabilize native parenting (ie w/ AWT) ; Add windowRepai...Sven Gothel2011-10-201-12/+13
* Only revert ScreenMode (destroy/shutdown) if owner (Screen) changed itSven Gothel2011-10-193-11/+36
* NEWT/OSX: Adding 'fake' lockSurface based on [view canDraw]. Can't use lockFo...Sven Gothel2011-10-161-6/+19
* NEWT/OSX: Proper impl. of NEWT's focus management (fixes NEWT/AWT focus behav...Sven Gothel2011-10-161-10/+6
* NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp)...Sven Gothel2011-10-162-28/+50
* NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit eventsSven Gothel2011-10-152-4/+47
* NEWT/Pointer Confined: Dispatch mouse move events before enabled; Only reques...Sven Gothel2011-10-151-3/+12
* NEWT/EDTUtil: Allow get/set poll period, defaults to defaultEDTPollPeriodSven Gothel2011-10-152-4/+21
* NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac...Sven Gothel2011-10-131-42/+63
* NEWT: Filter Window focusChanged() and visibleChanged() [test if value changed]Sven Gothel2011-10-131-12/+16
* Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si...Sven Gothel2011-10-121-18/+9
* NEWT/OSX: Fix erroneous child Window position and top-parent visibilitySven Gothel2011-10-111-39/+26
* NEWT Pointer Mods: Propagate 'confined' and 'invisible' to modifier mask of I...Sven Gothel2011-10-113-6/+32
* NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...Sven Gothel2011-10-103-8/+53
* NEWT: Add pointer features: visibility, confined and warp (move)Sven Gothel2011-10-104-36/+108
* GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ...Sven Gothel2011-10-081-1/+5
* NEWT/Android: Fix setting 'format'Sven Gothel2011-10-071-11/+12
* NEWT/Android: respect isUndecorated() and custom window size.Sven Gothel2011-10-061-37/+40
* NEWT/Window/setVisible: Remove setVisible(..) fast path - Always set visible=...Sven Gothel2011-10-061-8/+2
* NEWT/Android: Add TRANSLUCENT feature / Demo: 'GearsES2T'Sven Gothel2011-10-061-3/+6
* NEWT/Android: Add BUTTON1 for one-pointer eventsSven Gothel2011-10-061-2/+4
* NEWT/Android: Move fullscreen setting to AndroidWindow ; Cleanup AndroidWindowSven Gothel2011-10-062-53/+67
* Android/EGL: dump all caps, write-back formatSven Gothel2011-10-011-2/+10
* NEWT/Android: 565, 5551 or RGBA_8888 (no RGBX/888) ; surfaceRealized() ASAPSven Gothel2011-10-012-31/+48
* AndroidWindow: get required PixelFormat ID by req. CapsSven Gothel2011-09-302-4/+48
* Android: Use standard launch mode; Add default actions to NewtBaseActivity; A...Sven Gothel2011-09-302-51/+26
* NEWT/Android: More ANativeWindow coop;Sven Gothel2011-09-301-48/+108