aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
* NEWT X11 Display Lock:Sven Gothel2009-10-114-23/+13
* NEWT: Avoid NPE at destroy() ; DEBUG println ..Sven Gothel2009-10-102-4/+20
* NEWT: Add EventDispatchThread (EDT) pattern.Sven Gothel2009-10-1015-365/+672
* Fix On-/Offscreen and PBuffer.Sven Gothel2009-10-051-0/+5
* GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)Sven Gothel2009-10-052-4/+22
* Fix Config: Set doublebuffer:=false if offscreen; NEWT: Fix KDWindow.Sven Gothel2009-10-041-1/+1
* NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation....Sven Gothel2009-10-033-54/+17
* surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listenerSven Gothel2009-10-034-14/+105
* Offscreen/PBuffer capabilities cleanup ; Generic read drawable supportSven Gothel2009-10-031-0/+7
* NEWT: Offscreen integrationSven Gothel2009-10-022-1/+95
* NEWT Intel GDL: Proper Pos/Size/FullscreenSven Gothel2009-10-022-23/+112
* NEWT Intel GDL: Surface Size tuning .. ; Add missing getSurfaceHandle()Sven Gothel2009-10-022-12/+25
* NativeWindowFactory:Sven Gothel2009-10-0212-76/+733
* NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parentedSven Gothel2009-09-292-36/+57
* NEWT AWT: Use size/pos from external frameSven Gothel2009-09-141-0/+4
* NEWT: More elegant custom constructor type verification and setting by Window...Sven Gothel2009-09-142-34/+107
* Newt.AWT: avoid npeSven Gothel2009-09-131-2/+4
* NEWT: remove redundant test codeSven Gothel2009-09-131-3/+0
* NEWT: native parenting Win32 OKSven Gothel2009-09-132-43/+88
* Newt: MacOSX child clipping tests (failed)Sven Gothel2009-09-123-6/+25
* Newt: native window parenting MacOSX: OK (but parent clipping is missing) ; X...Sven Gothel2009-09-126-54/+101
* NEWT: Native window parenting (X11: OK); AWTWindow external Frame OKSven Gothel2009-09-125-29/+81
* NEWT: Basic/Naive window parenting support ; NEWT GLWindow: remove ambigous c...Sven Gothel2009-09-1212-49/+73
* newt: mac os mouse wheel event support, also made it more consistent with win...trembovetski2009-08-252-3/+54
* newt: one more attempt to commit insets-related changestrembovetski2009-08-208-14/+262
* newt: additional insets support for GL and AWT Windowtrembovetski2009-08-202-1/+23
* newt: added support for window insets. Only implemented for Windows and MacOS.trembovetski2009-08-201-0/+96
* newt: added expose/paint event notification needed for passive rendering. Cur...trembovetski2009-08-144-1/+177
* Oops: Accidently removed AWT Display selection in NEWTSven Gothel2009-08-011-0/+2
* GL3 Related:Sven Gothel2009-08-011-1/+3
* Gluegen:Sven Gothel2009-07-311-1/+6
* Fix: Check if windowHandle is already createdsg2158892009-07-303-20/+26
* BroadcomEGL: No relase-ctx, no destroy-ctx - FIXMEsg2158892009-07-291-4/+5
* Add BroadcomEGL verbose messagessg2158892009-07-292-6/+21
* Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...sg2158892009-07-294-6/+43
* Fixed GL* documentation. Moved common GL functions to GLBase. Moved glAllocat...sg2158892009-07-291-1/+5
* NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEG...sg2158892009-07-282-3/+10
* Cleanup ..sg2158892009-07-282-1/+4
* Fix BroadcomEGL: Proper EGLGraphicsConfiguration at creation timesg2158892009-07-281-4/+8
* EGL changes for deviceMorris Meyer2009-07-281-2/+2
* Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG...sg2158892009-07-279-32/+391
* mips changesMorris Meyer2009-07-273-1/+90
* NEWT: Adding KD if building with OpenGL. Fixing build in case no native libra...sg2158892009-07-241-12/+16
* Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1...Sven Gothel2009-07-041-75/+0
* Local property access package-private (no qualifiers)Sven Gothel2009-07-041-4/+4
* Fix property query. Thx to Ken pointing this out.Sven Gothel2009-07-033-21/+60
* Fix property handling ; Adding jnlp. aliasing for propertiesSven Gothel2009-07-035-34/+32
* Fix NEWT static singleton initSven Gothel2009-06-184-36/+16
* - Fix: X11 locking Sven Gothel2009-06-183-46/+30
* Corrected non-C syntax. Worked around ancient compiler/OS onKenneth Russel2009-06-171-26/+49