| Commit message (Expand) | Author | Age | Files | Lines |
* | JOGL GLContextImpl: Trigger ProcAddressTable mapping via 'setGLFunctionAvaila... | Sven Gothel | 2010-11-03 | 1 | -8/+13 |
* | JOGL DrawableFactory/AWT: Only use AWT factory if AWT is enabled | Sven Gothel | 2010-11-03 | 3 | -25/+30 |
* | NativeWindow: Provide 'setX11ErrorHandler(boolean onoff)' | Sven Gothel | 2010-11-03 | 2 | -12/+51 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 7 | -17/+24 |
* | Fix macosx NEWT warnings | Sven Gothel | 2010-11-02 | 1 | -1/+2 |
* | Fix macosx compilation | Sven Gothel | 2010-11-02 | 1 | -10/+10 |
* | Fix focus test for windows: increase mouse click start delay, so previous foc... | Sven Gothel | 2010-11-02 | 3 | -23/+3 |
* | Windows: define DISPLAY_DEVICE_ACTIVE, if not already | Sven Gothel | 2010-11-02 | 1 | -4/+6 |
* | ScreenMode: Ignore modes < 15bpp | Sven Gothel | 2010-11-02 | 2 | -4/+8 |
* | Newt/Windows: Turn off native VERBOSE | Sven Gothel | 2010-11-01 | 1 | -1/+1 |
* | Added Rotation test | Sven Gothel | 2010-11-01 | 2 | -50/+114 |
* | Fix: Newt Rotation (Windows) - added description (CCW) | Sven Gothel | 2010-11-01 | 5 | -121/+119 |
* | Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows Build | Sven Gothel | 2010-10-29 | 7 | -95/+124 |
* | Using GLCanvas _and_ NEWT side by side currently causes a deadlock in AWT wit... | Sven Gothel | 2010-10-29 | 1 | -0/+7 |
* | JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL | Sven Gothel | 2010-10-29 | 10 | -96/+166 |
* | Test: Add new Display Lifecucle test | Sven Gothel | 2010-10-29 | 1 | -0/+391 |
* | Tests: Accomodate previous changes plus using AWT EDT for setVisible() as well. | Sven Gothel | 2010-10-29 | 11 | -149/+81 |
* | Changed Lifecycle of NEWT Display/Screen (part 5) | Sven Gothel | 2010-10-29 | 7 | -92/+246 |
* | Proper X11 Display Closing | Sven Gothel | 2010-10-29 | 14 | -229/+271 |
* | remove positive RANDR message | Sven Gothel | 2010-10-29 | 1 | -2/+0 |
* | Promoted the shutdown hook from GLDrawableFactoryImpl to GLProfile. | Sven Gothel | 2010-10-29 | 8 | -225/+337 |
* | ThreadingImpl: AWT semantic cleanup. | Sven Gothel | 2010-10-29 | 2 | -24/+25 |
* | Animator Fix/Cleanup | Sven Gothel | 2010-10-28 | 9 | -63/+104 |
* | WindowImpl/GLWindow LifecycleHook: | Sven Gothel | 2010-10-27 | 8 | -69/+154 |
* | GLAnimatorControl/Animator: Allow stop() if paused() | Sven Gothel | 2010-10-27 | 2 | -11/+7 |
* | TestSwingAWTRobotUsageBeforeJOGLInitBug411: Verbosity, proper destroy sequence | Sven Gothel | 2010-10-27 | 1 | -3/+15 |
* | Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor... | Sven Gothel | 2010-10-27 | 4 | -5/+17 |
* | Analysis of glXMakeCurrent freeze on ATI fglrx 8.78.6; Misc .. | Sven Gothel | 2010-10-26 | 5 | -30/+112 |
* | can't enable x11IOErrorHandler without disable | Sven Gothel | 2010-10-26 | 3 | -3/+16 |
* | X11Util: lock toolkit/x11 unification | Sven Gothel | 2010-10-26 | 3 | -221/+130 |
* | RectangleReadOnly clonable; Make strings more readable | Sven Gothel | 2010-10-26 | 7 | -15/+15 |
* | NEWT: ScreenMode changes | Sven Gothel | 2010-10-26 | 42 | -1722/+3018 |
* | Make ScreenMode public, ie move from newt.impl to newt. | Sven Gothel | 2010-10-21 | 8 | -7/+9 |
* | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2010-10-21 | 20 | -847/+1473 |
|\ |
|
| * | NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode Changes | Sven Gothel | 2010-10-21 | 20 | -830/+1453 |
| * | merge conflict solved | Sven Gothel | 2010-10-15 | 2 | -7/+56 |
| |\ |
|
| | * | Fix: X11 Fullscreen mode behaviour | Rami Santina | 2010-10-11 | 1 | -26/+23 |
| | * | Added Fullscreen WM Hit to the X11 window | Rami Santina | 2010-10-11 | 2 | -6/+58 |
* | | | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen Hint | Rami Santina | 2010-10-20 | 7 | -54/+495 |
* | | | Added Screen Rotation manipulation API (with X11 impl) | Rami Santina | 2010-10-18 | 8 | -32/+484 |
* | | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen impl | Rami Santina | 2010-10-17 | 9 | -155/+971 |
|/ / |
|
* | | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 99 | -804/+1758 |
* | | Add version info tool, to allow more precise bug reports | Sven Gothel | 2010-10-14 | 1 | -0/+135 |
* | | NEWT: Drop post stop tasks on EDT due to it's recursive nature (DEBUG traces ... | Sven Gothel | 2010-10-14 | 1 | -10/+20 |
* | | Fix: Memory consumption | Sven Gothel | 2010-10-14 | 6 | -64/+241 |
* | | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc... | Sven Gothel | 2010-10-14 | 2 | -19/+134 |
* | | Fix: Avoid list modification while iterator in use (ConcurrentModificationExc... | Sven Gothel | 2010-10-14 | 1 | -12/+34 |
* | | Drop to be enqueued NEWTEvent if EDT is already dead/stopped. Thx Steve for t... | Sven Gothel | 2010-10-13 | 1 | -0/+8 |
* | | Harmonize all runtime properties, see doc/Implementation/runtime-properties.txt | Sven Gothel | 2010-10-11 | 13 | -15/+16 |
|/ |
|
* | JOGL: WindowsWGLDrawableFactory/X11GLXDrawableFactory: synchronize sharedCont... | Sven Gothel | 2010-10-09 | 3 | -79/+80 |