aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2627-1228/+2371
* 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-2114-777/+1166
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-2114-760/+1146
| * merge conflict solvedSven Gothel2010-10-152-7/+56
| |\
| | * Fix: X11 Fullscreen mode behaviourRami Santina2010-10-111-26/+23
| | * Added Fullscreen WM Hit to the X11 windowRami Santina2010-10-112-6/+58
* | | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen HintRami Santina2010-10-205-9/+454
* | | Added Screen Rotation manipulation API (with X11 impl)Rami Santina2010-10-186-11/+196
* | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen implRami Santina2010-10-178-155/+695
|/ /
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-1411-89/+105
* | NEWT: Drop post stop tasks on EDT due to it's recursive nature (DEBUG traces ...Sven Gothel2010-10-141-10/+20
* | Drop to be enqueued NEWTEvent if EDT is already dead/stopped. Thx Steve for t...Sven Gothel2010-10-131-0/+8
* | Harmonize all runtime properties, see doc/Implementation/runtime-properties.txtSven Gothel2010-10-112-2/+2
|/
* NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen...Sven Gothel2010-10-093-48/+59
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-093-62/+63
* Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurfaceSven Gothel2010-10-072-19/+18
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0612-225/+115
* Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public)Sven Gothel2010-10-022-3/+6
* Newt/AWT Reparenting: Remove error prone requestFocus in critical pathSven Gothel2010-10-012-3/+2
* NEWT Reparenting: Only lock parentWindow during native reparent attempt, othe...Sven Gothel2010-09-281-21/+27
* NEWT: Newt/AWT Rollback AWTParentWindowAdapter changesSven Gothel2010-09-282-17/+2
* NEWT Focus fixes / out.println -> err.printlnSven Gothel2010-09-2811-35/+57
* NEWT EDT: Handle stop case if not on EDTSven Gothel2010-09-271-27/+43
* NEWT: Add Window.hasFocus() ; Test cleanup ..Sven Gothel2010-09-263-1/+13
* NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(...Sven Gothel2010-09-262-6/+14
* NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test...Sven Gothel2010-09-263-43/+45
* Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas...Sven Gothel2010-09-251-3/+39
* NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocusSven Gothel2010-09-2335-2788/+3437
* NEWT: Fix EDTUtil/DefaultEDTUtil - Locking/BehaviourSven Gothel2010-09-233-120/+206
* NEWT: Changed Lifecycle of Display/Screen (part 3)Sven Gothel2010-09-164-19/+33
* NEWT: Changed Lifecycle of Display/Screen (part 2)Sven Gothel2010-09-158-170/+270
* Merge branch 'master' into newt_display_unkey_threadSven Gothel2010-09-1518-468/+417
|\
| * Removed COPYRIGHT.txt file, whichSven Gothel2010-09-1418-468/+417
* | NEWT: Changed Lifecycle of Display/ScreenSven Gothel2010-09-1034-422/+555
|/
* NEWT: Focus Fix + CleanupSven Gothel2010-09-0316-73/+88
* Add OpenGL 3.3, 4.0 and 4.1 language mapping.Sven Gothel2010-08-242-2/+2
* Newt: Remove static MacDisplay usageSven Gothel2010-07-262-3/+4
* Fix OSX 2: Newt EDT (MainThread) and I/O methods ; Build jogl.build.numberSven Gothel2010-07-268-357/+505
* Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ...Sven Gothel2010-07-172-33/+35
* Fix file modesSven Gothel2010-07-0724-0/+0
* GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-07-0715-171/+223
* Merge branch 'master' of github.com:sgothel/joglSven Gothel2010-06-262-2/+5
|\
| * Provide a classloader for all reflection driven classloading ops.Michael Bien2010-06-172-2/+5
* | GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...Sven Gothel2010-06-2620-544/+783
* | Cleanup enqueueEvent and remove PaintEvent and it's ListenerSven Gothel2010-06-1715-250/+57
|/
* JOGL.GLAutoDrawable:Sven Gothel2010-06-165-66/+118
* NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...Sven Gothel2010-06-111-1/+1