aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...Sven Gothel2013-12-106-68/+197
* Bug 904: 'User Vertical Flip' for GLJPanel shall be performed via PROJECTION ...Sven Gothel2013-12-104-119/+155
* Bug 747: VectorUtil: Make scale(..) creating new float[] deprecated, adding '...Sven Gothel2013-12-101-5/+33
* TestNewtKeyEventAutoRepeatAWT: Fix regression of commit 8512777873461ee33d8ed...Sven Gothel2013-12-041-2/+3
* Bug 919 - TestNewtKeyCodesAWT w/ NewtCanvasAWT Fails on Windows Due to Clogge...Sven Gothel2013-12-0413-264/+268
* Bug 914: Newt OSX: Reset NSApp's presentationOptions @ windowClose0() / Assum...Sven Gothel2013-12-035-63/+84
* Bug 916 - NEWT Fullscreen Mode on Windows ALT-TAB doesn't allow Application S...Sven Gothel2013-12-031-20/+58
* NEWT Windows: Rearrange wndProc switch-case: All key/mouse events shall be at...Sven Gothel2013-12-021-448/+449
* Bug 914: Newt OSX: Don't use exclusive fullscreen mode (captured display) in ...Sven Gothel2013-12-023-0/+37
* Bug 914 - Don't allow 'alwaysontop' in fullscreen mode, always allow switchin...Sven Gothel2013-12-011-2/+23
* GLJPanel.initializeBackend(offthread=true): Enable on Windows, thanks to Bug ...Sven Gothel2013-12-011-10/+0
* Bug 907 - Add native Windows test sending WM_GETTEXT to all windows and dumpi...Randolf Schultz2013-11-291-0/+34
* Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in...Sven Gothel2013-11-297-175/+351
* GLDrawableFactory.shutdown0() Add DEBUG line at the endSven Gothel2013-11-291-0/+3
* GLDrawableFactory: destroy() -> shutdownImpl() - Add DEBUG output in implemen...Sven Gothel2013-11-285-8/+19
* Bug 907 - Fix regression of 'cleanup' Commit 52c95c19dbd69a7fc6b307d2b2db357c...Sven Gothel2013-11-281-0/+1
* Bug 907 - Cleanup Commit e9c711a86aa05f4f24c69972532833f5a98911a3Sven Gothel2013-11-282-128/+125
* Bug 907 - Initial patch allowing Jogl to respond to other applications that t...Randolf Schultz2013-11-282-14/+194
* Fix Bug 902: FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode...Sven Gothel2013-11-283-10/+39
* Refine DemoBug910ExtendedAWTAppletLifecycleCheck (commit 9310b11b2b6e1e89fa5e...Sven Gothel2013-11-261-6/+16
* Bug 910: Add Standalone Extended Applet Lifecycle Validation TestSven Gothel2013-11-261-0/+224
* Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des...Sven Gothel2013-11-252-20/+25
* Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS...Sven Gothel2013-11-257-343/+312
* Bug 672: Move Unit Tests to appropriate SWT package and prepent Test so they ...Sven Gothel2013-11-252-6/+6
* Bug 672 (NewtCanvasSWT ignore windowing offset on OSX').Petros Koutsolampros2013-11-243-1/+792
* Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des...Sven Gothel2013-11-231-29/+88
* JOGLNewtAppletBase's add/remove 'reparentHome WindowListener' at start()/stop()Sven Gothel2013-11-231-20/+21
* JOGLNewtApplet1Run: Perform AWT Operations on AWT-EDT ; Remove redundant expl...Sven Gothel2013-11-231-32/+54
* JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' before r...Sven Gothel2013-11-231-12/+13
* AWTWindowClosingProtocol: Hold Window reference impl. is listening to to prop...Sven Gothel2013-11-231-17/+14
* Bug 909 - Reccreate GLJPanel's BufferedImage is no more sourced by singleton ...Sven Gothel2013-11-213-21/+236
* NewtCanvasAWT: Remove useless block in else branchSven Gothel2013-11-181-6/+3
* jogl: push other call to clearGlobalFocus to the AWT EDTHarvey Harrison2013-11-181-1/+1
* jogl: do the clearGlobalFocusOwner() call on the AWT EDT in NewtCanvasAWTHarvey Harrison2013-11-181-1/+9
* jogl: simplify conditional that repeats test for isOnScreenHarvey Harrison2013-11-181-1/+2
* jogl: add missing @Override annotation in NewtCanvasAWTHarvey Harrison2013-11-181-0/+2
* Fix Bug 893 - NewtCanvasAWT Lifecycle Race Condition (NPE on shutdown periodi...Sven Gothel2013-11-181-162/+185
* Bug 890 - GLContextImpl's Version Validation: Only validate Integer based Ver...Sven Gothel2013-11-181-7/+17
* EGLGraphicsConfiguration: Add deauled DEBUG output for failed EGL-Config QueriesSven Gothel2013-11-181-4/+41
* NEWT WindowImpl: Move consumePointerEvent(..) below doPointerEvent(..) to eas...Sven Gothel2013-11-181-109/+109
* NEWT Event Tests: Move TestParentingFocus* to event test packageSven Gothel2013-11-183-3/+4
* NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to...Sven Gothel2013-11-183-2/+25
* NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co...Sven Gothel2013-11-185-2/+32
* NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con...Sven Gothel2013-11-183-22/+35
* NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for...Sven Gothel2013-11-1810-150/+285
* Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when...Sven Gothel2013-11-182-4/+20
* Nativewindow/NEWT: Fix C Return StatementSven Gothel2013-11-172-2/+3
* Fix GLIBC > 2.4 dependency regression of commit 613e33ee8ffc1f2b9c5db1e1b5bb5...Sven Gothel2013-11-171-0/+3
* Fix Bug 879 - Threads deadlock in native keyboardfocus calls made form multip...Sven Gothel2013-11-171-12/+11
* Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXITSven Gothel2013-11-175-121/+257