aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes/com
Commit message (Expand)AuthorAgeFilesLines
* NewtCanvasAWT: nativeWindow field lifecycle is same as holder (Composition). ...Sven Gothel2011-11-091-1/+0
* NewtCanvasAWT: Fix NPE (regression from commit 46542168d64b37f544f61802693f15...Sven Gothel2011-11-091-2/+4
* OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; CleanupSven Gothel2011-11-092-58/+139
* NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolderSven Gothel2011-11-091-1/+15
* NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListenerSven Gothel2011-11-062-45/+0
* NEWT/Applet: Add 'newt.debug.Applet' ; Be more verbose in DEBUG Mode;Sven Gothel2011-10-292-2/+51
* NewtCanvasAWT: Cleanup / Remove FIXME tag (impl. is ok)Sven Gothel2011-10-221-6/+2
* NEWT/ScreenMode: If unimplemented have at least current mode in list. Current...Sven Gothel2011-10-221-8/+12
* NEWT/OSX: Proper impl. of NEWT's focus management (fixes NEWT/AWT focus behav...Sven Gothel2011-10-161-0/+4
* Fix NEWT/Pointer Invisible: INVISIBLE_MASK was equal w/ CONFINED_MASK (duh)Sven Gothel2011-10-151-1/+1
* NEWT/EDTUtil: Allow get/set poll period, defaults to defaultEDTPollPeriodSven Gothel2011-10-151-1/+11
* GLCanvas / GLWindow: Change 'manual' resize/repaint animation filterSven Gothel2011-10-131-2/+2
* OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThre...Sven Gothel2011-10-121-6/+14
* NEWTCanvasAWT: Add AWT GraphicsConfiguration in constructor, allowing transpa...Sven Gothel2011-10-121-0/+16
* NEWT Pointer Mods: Propagate 'confined' and 'invisible' to modifier mask of I...Sven Gothel2011-10-112-9/+19
* NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...Sven Gothel2011-10-101-0/+4
* NEWT: Add pointer features: visibility, confined and warp (move)Sven Gothel2011-10-102-0/+53
* GLWindow/GLDrawableHelper: Adding experimental notion of skipping GL context ...Sven Gothel2011-10-081-4/+25
* NEWT/Android: Send MouseClicked event, MouseEvent enhancement, Demo: real 2 f...Sven Gothel2011-09-281-4/+24
* NEWT/OSX: 'Better' child window positioning, still, after reparenting into pa...Sven Gothel2011-09-271-0/+1
* NEWT/Threading: MainThread / DefaultEDTUtilSven Gothel2011-09-271-74/+13
* NEWT/JOGL: MacOSX UpdateSven Gothel2011-09-251-274/+57
* OSX: Sync MainThread w/ DefaultEDTUtil and proper deledation AWT EDT, MacWind...Sven Gothel2011-09-241-77/+171
* Use Platform's initSingleton() instead of JVMUtil's (private package) ; Use T...Sven Gothel2011-09-231-2/+4
* NewtCanvasAWT: Minor edits, prefer requestFocusInWindow() in requestFocusAWTP...Sven Gothel2011-09-161-7/+12
* JOGLNewtApplet1Run: Add gl_alpha, gl_multisamplebuffer and gl_nodefaultkeylis...Sven Gothel2011-09-152-26/+28
* JOGLNewtAppletBase: Use proper context ClassLoader; Add ElektronenMultiplizie...Sven Gothel2011-09-151-2/+19
* Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test versionSven Gothel2011-09-152-0/+402
* NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: X11/WindowsSven Gothel2011-09-142-0/+12
* Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due...Sven Gothel2011-09-083-36/+12
* Revert 98f9eef8279680a7fbd3fccb5840381faf1d5c01: removeNotify makes NEWT chil...Sven Gothel2011-09-071-0/+1
* NewtCanvasAWT: setNEWTChild() shall not be public - removeNotify shall not ma...Sven Gothel2011-09-071-4/+3
* GLWindows Lifecycle Destroy: Don't remove itself from animator-ctrl - recreat...Sven Gothel2011-09-071-7/+1
* NEWT Cleanup: Remove DEBUG_WINDOW_EVENT, ..Sven Gothel2011-09-062-6/+5
* NEWT/ScreenMode: Remove Cloneable on Immutable .. makes no senseSven Gothel2011-09-061-9/+1
* NativeWindow/NEWT: Cont. refinement of Insets usageSven Gothel2011-09-061-3/+11
* NativeWindow/NEWT: Refine Insets definition for size and position, read and w...Sven Gothel2011-09-042-60/+65
* Unify Immutable/WriteCloneable Usage ; Remove Clonable for ImmutableOnly typesSven Gothel2011-09-041-9/+1
* Complete commit cb4e73183103c13d8bcf7c7667e1b9ea181e1f5f (sorry)Sven Gothel2011-08-301-4/+4
* NEWT Window/WindowImpl: Add generics - addChild()/removeChild() return boolea...Sven Gothel2011-08-301-2/+2
* NEWT: Add comment in API doc ; Use more generics in impl.Sven Gothel2011-08-301-0/+2
* Cleanup: Java Generics Use and Removed Unused MethodsSven Gothel2011-08-245-76/+56
* NewtVersionActivity: Remove 'gears' test; Version Info: Drop NativeWindow/New...Sven Gothel2011-08-221-1/+1
* Misc Rename/Reloc; GLArrayData*/PMVMatrix enhancments; Test fixes/adds (Gears...Sven Gothel2011-08-223-16/+16
* NEWT/Android Fix: Display/Screen/Window creation ; ScreenMode ChangeSven Gothel2011-08-112-2/+29
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2011-08-051-1/+1
|\
| * deployment resturcturing: combine nativewindow/jogl/newt ; newt: 'driver' sep...Sven Gothel2011-08-051-1/+1
* | Fix: event mapping mismatchRami Santina2011-08-051-4/+1
* | add multitouch getPointerId dataRami Santina2011-08-041-14/+37
|/
* Hide NEWT AWT Event implementation details to jogamp.newt.awt.eventSven Gothel2011-08-028-350/+17