aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/classes
Commit message (Expand)AuthorAgeFilesLines
* GLAnimatorControl pause()/resume() don't fail fast, return a boolean instead ...Sven Gothel2010-11-221-7/+6
* JOGL/NEWT: Animator fixesSven Gothel2010-11-214-68/+67
* minor formattingSven Gothel2010-11-191-11/+6
* Resume GLAnimatorCtrl after destroying, so it back in state for either this r...Sven Gothel2010-11-191-0/+3
* Avoid sendDestroy mechanism in favor of immediate destroy using AnimatorContr...Steve Vaughan2010-11-191-2/+21
* print platform info additional to the module info.Michael Bien2010-11-182-0/+3
* modifications due to changes in GlueGen's VersionUtil.getManifest().Michael Bien2010-11-181-3/+2
* NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() ..Sven Gothel2010-11-1812-13/+40
* Finishing Immutable changes including GLCapabiltiesImmutable.Sven Gothel2010-11-1714-55/+54
* NEWT X11Display: ignore null Display handle at dispatchSven Gothel2010-11-171-3/+3
* Merge branch 'pulled'Sven Gothel2010-11-174-10/+19
|\
| * Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...Steve Vaughan2010-11-174-11/+19
* | cleanup importsSven Gothel2010-11-171-1/+0
* | GLWindow becomes NEWTEventConsumer (missed that one) ; Adding test for NEWTEv...Sven Gothel2010-11-171-1/+8
* | JAWTWindow: Avoid AWTTreeLock, cleanup.Sven Gothel2010-11-171-1/+1
* | Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi...Sven Gothel2010-11-171-1/+2
* | Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-171-2/+2
|/
* NEWT Lifecycle remodel: Window destroy() !Sven Gothel2010-11-1611-274/+299
* NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back ...Sven Gothel2010-11-151-12/+15
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-158-8/+8
* NEWT: Make setVisible/reparentWindow return status more reliable (visibility,...Sven Gothel2010-11-152-15/+36
* NEWT: Add optional eager native initialization ; Proper exception handlingSven Gothel2010-11-145-26/+60
* GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString)Sven Gothel2010-11-142-6/+6
* Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and...Sven Gothel2010-11-122-3/+69
* AbstractGraphicsDevice ..: Add device/display connection attribute to support...Sven Gothel2010-11-121-1/+1
* Adding simple static main test entry to provide standalone autobuild verifica...Sven Gothel2010-11-091-0/+32
* Added fast path to equals impl.Sven Gothel2010-11-064-1/+4
* NEWT DisplayImpl: Use ArrayList and index, no Iterator ; Misc cleanupSven Gothel2010-11-042-27/+40
* NEWT DefaultEDT: always catch and report Exceptions, don't disturb EDTSven Gothel2010-11-041-1/+2
* Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm...Sven Gothel2010-11-0418-65/+58
* NEWT Window Lifecycle / ScreenMode:Sven Gothel2010-11-033-80/+60
* NEWT: ScreenModeUtil fix, misc changesSven Gothel2010-11-033-55/+26
* ScreenMode: Ignore modes < 15bppSven Gothel2010-11-021-3/+8
* Fix: Newt Rotation (Windows) - added description (CCW)Sven Gothel2010-11-014-21/+39
* Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows BuildSven Gothel2010-10-293-14/+39
* Changed Lifecycle of NEWT Display/Screen (part 5)Sven Gothel2010-10-297-92/+246
* Proper X11 Display ClosingSven Gothel2010-10-291-2/+22
* Animator Fix/CleanupSven Gothel2010-10-281-4/+8
* WindowImpl/GLWindow LifecycleHook:Sven Gothel2010-10-272-4/+26
* Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor...Sven Gothel2010-10-271-1/+3
* RectangleReadOnly clonable; Make strings more readableSven Gothel2010-10-262-2/+2
* NEWT: ScreenMode changesSven Gothel2010-10-2622-811/+1851
* Make ScreenMode public, ie move from newt.impl to newt.Sven Gothel2010-10-216-5/+7
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2010-10-2110-381/+607
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-2110-379/+607
| * merge conflict solvedSven Gothel2010-10-151-2/+2
| |\
| | * Added Fullscreen WM Hit to the X11 windowRami Santina2010-10-111-2/+2
* | | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen HintRami Santina2010-10-204-6/+194
* | | Added Screen Rotation manipulation API (with X11 impl)Rami Santina2010-10-185-7/+94
* | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen implRami Santina2010-10-177-150/+485
|/ /