aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabledSven Gothel2010-11-033-25/+30
* NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)'Sven Gothel2010-11-032-12/+51
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-0210-26/+41
* Fix macosx NEWT warningsSven Gothel2010-11-021-1/+2
* Fix macosx compilationSven Gothel2010-11-021-10/+10
* Fix focus test for windows: increase mouse click start delay, so previous foc...Sven Gothel2010-11-025-28/+9
* Windows: define DISPLAY_DEVICE_ACTIVE, if not alreadySven Gothel2010-11-021-4/+6
* HowToBuild Fix: Add Xrandr dependenciesSven Gothel2010-11-021-0/+4
* ScreenMode: Ignore modes < 15bppSven Gothel2010-11-023-6/+10
* Newt/Windows: Turn off native VERBOSESven Gothel2010-11-011-1/+1
* Added Rotation testSven Gothel2010-11-014-51/+190
* Fix: Newt Rotation (Windows) - added description (CCW)Sven Gothel2010-11-015-121/+119
* Fix: Move windows build scripts to ant 1.8.0 as well (1.8.1 is buggy)Sven Gothel2010-11-016-7/+7
* Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows BuildSven Gothel2010-10-2911-102/+131
* 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-2915-680/+172
* 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-279-70/+155
* 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
* Netbeans: use build target all.but-archivesSven Gothel2010-10-272-2/+4
* Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc ..Sven Gothel2010-10-268-30/+247
* 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-2123-852/+1509
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-2123-834/+1488
| * 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-2010-60/+503
* | | Added Screen Rotation manipulation API (with X11 impl)Rami Santina2010-10-189-33/+487
* | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen implRami Santina2010-10-1711-157/+987
|/ /
* | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-14107-834/+1827
* | 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