| Commit message (Expand) | Author | Age | Files | Lines |
* | Added fast path to equals impl. | Sven Gothel | 2010-11-06 | 4 | -1/+4 |
* | Complete removal of NV KD and OMX started with 46f17013c7cd59d551371edb2c1a4a... | Sven Gothel | 2010-11-06 | 1 | -1/+6 |
* | NEWT DisplayImpl: Use ArrayList and index, no Iterator ; Misc cleanup | Sven Gothel | 2010-11-04 | 2 | -27/+40 |
* | NEWT DefaultEDT: always catch and report Exceptions, don't disturb EDT | Sven Gothel | 2010-11-04 | 1 | -1/+2 |
* | Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm... | Sven Gothel | 2010-11-04 | 18 | -65/+58 |
* | NEWT Window Lifecycle / ScreenMode: | Sven Gothel | 2010-11-03 | 4 | -107/+117 |
* | NEWT: ScreenModeUtil fix, misc changes | Sven Gothel | 2010-11-03 | 3 | -55/+26 |
* | Minor cleanup: strings, unused vars, .. | Sven Gothel | 2010-11-02 | 1 | -5/+4 |
* | Fix macosx NEWT warnings | Sven Gothel | 2010-11-02 | 1 | -1/+2 |
* | Fix macosx compilation | Sven Gothel | 2010-11-02 | 1 | -10/+10 |
* | 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 |
* | 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 |
* | 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 | 1 | -2/+22 |
* | remove positive RANDR message | Sven Gothel | 2010-10-29 | 1 | -2/+0 |
* | Animator Fix/Cleanup | Sven Gothel | 2010-10-28 | 1 | -4/+8 |
* | WindowImpl/GLWindow LifecycleHook: | Sven Gothel | 2010-10-27 | 2 | -4/+26 |
* | Minor: fix imports, JAWTUtil: query headless 1st (faster), NativeWindowFactor... | Sven Gothel | 2010-10-27 | 1 | -1/+3 |
* | RectangleReadOnly clonable; Make strings more readable | Sven Gothel | 2010-10-26 | 2 | -2/+2 |
* | NEWT: ScreenMode changes | Sven Gothel | 2010-10-26 | 27 | -1228/+2371 |
* | Make ScreenMode public, ie move from newt.impl to newt. | Sven Gothel | 2010-10-21 | 6 | -5/+7 |
* | Merge branch 'master' of http://github.com/sgothel/jogl | Rami Santina | 2010-10-21 | 14 | -777/+1166 |
|\ |
|
| * | NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode Changes | Sven Gothel | 2010-10-21 | 14 | -760/+1146 |
| * | 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 | 5 | -9/+454 |
* | | | Added Screen Rotation manipulation API (with X11 impl) | Rami Santina | 2010-10-18 | 6 | -11/+196 |
* | | | Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen impl | Rami Santina | 2010-10-17 | 8 | -155/+695 |
|/ / |
|
* | | JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11 | Sven Gothel | 2010-10-14 | 11 | -89/+105 |
* | | NEWT: Drop post stop tasks on EDT due to it's recursive nature (DEBUG traces ... | Sven Gothel | 2010-10-14 | 1 | -10/+20 |
* | | 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 | 2 | -2/+2 |
|/ |
|
* | NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen... | Sven Gothel | 2010-10-09 | 3 | -48/+59 |
* | Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &... | Sven Gothel | 2010-10-09 | 3 | -62/+63 |
* | Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurface | Sven Gothel | 2010-10-07 | 2 | -19/+18 |
* | NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test | Sven Gothel | 2010-10-06 | 12 | -225/+115 |
* | Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public) | Sven Gothel | 2010-10-02 | 2 | -3/+6 |
* | Newt/AWT Reparenting: Remove error prone requestFocus in critical path | Sven Gothel | 2010-10-01 | 2 | -3/+2 |
* | NEWT Reparenting: Only lock parentWindow during native reparent attempt, othe... | Sven Gothel | 2010-09-28 | 1 | -21/+27 |
* | NEWT: Newt/AWT Rollback AWTParentWindowAdapter changes | Sven Gothel | 2010-09-28 | 2 | -17/+2 |
* | NEWT Focus fixes / out.println -> err.println | Sven Gothel | 2010-09-28 | 11 | -35/+57 |
* | NEWT EDT: Handle stop case if not on EDT | Sven Gothel | 2010-09-27 | 1 | -27/+43 |
* | NEWT: Add Window.hasFocus() ; Test cleanup .. | Sven Gothel | 2010-09-26 | 3 | -1/+13 |
* | NEWT: Fix WindowImpl: Bring back 'isValid()' test no screen!=null in destroy(... | Sven Gothel | 2010-09-26 | 2 | -6/+14 |
* | NEWT: Fix destruction of not yet realized Window/Screen/Display ; Bug411 Test... | Sven Gothel | 2010-09-26 | 3 | -43/+45 |
* | Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas... | Sven Gothel | 2010-09-25 | 1 | -3/+39 |