aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows BuildSven Gothel2010-10-297-95/+124
* Using GLCanvas _and_ NEWT side by side currently causes a deadlock in AWT wit...Sven Gothel2010-10-291-0/+7
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-2910-96/+166
* Test: Add new Display Lifecucle testSven Gothel2010-10-291-0/+391
* Tests: Accomodate previous changes plus using AWT EDT for setVisible() as well.Sven Gothel2010-10-2911-149/+81
* Changed Lifecycle of NEWT Display/Screen (part 5)Sven Gothel2010-10-297-92/+246
* Proper X11 Display ClosingSven Gothel2010-10-2914-229/+271
* remove positive RANDR messageSven Gothel2010-10-291-2/+0
* Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile.Sven Gothel2010-10-298-225/+337
* ThreadingImpl: AWT semantic cleanup.Sven Gothel2010-10-292-24/+25
* Animator Fix/CleanupSven Gothel2010-10-289-63/+104
* WindowImpl/GLWindow LifecycleHook:Sven Gothel2010-10-278-69/+154
* GLAnimatorControl/Animator: Allow stop() if paused()Sven Gothel2010-10-272-11/+7
* TestSwingAWTRobotUsageBeforeJOGLInitBug411: Verbosity, proper destroy sequenceSven Gothel2010-10-271-3/+15
* Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor...Sven Gothel2010-10-274-5/+17
* Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc ..Sven Gothel2010-10-265-30/+112
* can't enable x11IOErrorHandler without disableSven Gothel2010-10-263-3/+16
* X11Util: lock toolkit/x11 unificationSven Gothel2010-10-263-221/+130
* RectangleReadOnly clonable; Make strings more readableSven Gothel2010-10-267-15/+15
* NEWT: ScreenMode changesSven Gothel2010-10-2642-1722/+3018
* Make ScreenMode public, ie move from newt.impl to newt.Sven Gothel2010-10-218-7/+9
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2010-10-2120-847/+1473
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-2120-830/+1453
| * 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-207-54/+495
* | | Added Screen Rotation manipulation API (with X11 impl)Rami Santina2010-10-188-32/+484
* | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen implRami Santina2010-10-179-155/+971
|/ /
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-1499-804/+1758
* | Add version info tool, to allow more precise bug reportsSven Gothel2010-10-141-0/+135
* | NEWT: Drop post stop tasks on EDT due to it's recursive nature (DEBUG traces ...Sven Gothel2010-10-141-10/+20
* | Fix: Memory consumptionSven Gothel2010-10-146-64/+241
* | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc...Sven Gothel2010-10-142-19/+134
* | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc...Sven Gothel2010-10-141-12/+34
* | 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-1113-15/+16
|/
* JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont...Sven Gothel2010-10-093-79/+80
* NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen...Sven Gothel2010-10-095-65/+97
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-0913-566/+310
* Fix RecursiveToolkitLock: Implement complete fair FIFO scheduler (wait-interr...Sven Gothel2010-10-091-30/+67
* Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit testsSven Gothel2010-10-084-42/+102
* Fix: NEWT/AWT Focus unit testsSven Gothel2010-10-0711-32/+154
* Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurfaceSven Gothel2010-10-075-86/+413
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-0689-699/+1100
* NEWT/AWT Jnit: Add Robot Mouse Click testSven Gothel2010-10-026-51/+253
* 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/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC...Sven Gothel2010-09-3034-51/+116
* Newt/AWT Unit Test: Remove 'Test' Prefix from interfaceSven Gothel2010-09-301-0/+0