aboutsummaryrefslogtreecommitdiffstats
path: root/src/nativewindow
Commit message (Expand)AuthorAgeFilesLines
* NativeWindow API Doc: Fix layout / Add version.Sven Gothel2013-07-171-55/+39
* Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...Sven Gothel2013-07-173-5/+14
* StringBuffer -> StringBuilderSven Gothel2013-07-152-2/+2
* NEWT MonitorMode test cases: Add X11 XRandR commandline reset to UITestCase's...Sven Gothel2013-07-091-1/+4
* Add Comparable<?>: Point*, Dimension*, Rectangle*, SurfaceSize* and MonitorMo...Sven Gothel2013-06-307-5/+105
* Refine cb7118fc875b6722803e4b11d5681671962a8d3a: Unify get next/prev focus co...Sven Gothel2013-06-241-21/+10
* Fix NewtCanvasAWT focus traversal for Java7 (Take 2): Commit 70bf3a4ec44504b8...Sven Gothel2013-06-231-0/+39
* Fix Bug 761 (part 1/2): Move GLDrawableFactory.shutdownHook -> NativeWindowFa...Sven Gothel2013-06-231-23/+75
* X11Util: Fix comment on markAllDisplaysUnclosable semantics, add 'final', reo...Sven Gothel2013-06-231-8/+8
* AWTGraphicsConfiguration: Allow null capsRequested; NewtCanvasAWT: Avoid NPE ...Sven Gothel2013-06-151-1/+5
* Support specifying the X11 default display with a system propertyMaik Riechert2013-06-131-1/+2
* Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in NativeWindow ...Sven Gothel2013-06-121-0/+7
* Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456Sven Gothel2013-06-111-14/+10
* Bug 747: Allow usage of IdentityHashMap w/ keys: AbstractGraphicsDevice.getUn...Sven Gothel2013-06-092-4/+15
* Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWTSven Gothel2013-05-066-6/+121
* Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context whe...Sven Gothel2013-04-251-0/+41
* X11 Error Handler: Start quiet; Init: quite = !debug; Internal calls: Pass th...Sven Gothel2013-04-241-18/+18
* Fix JAWTUtil's ToolkitLock: Using RecursiveLock instance covering the AWT loc...Sven Gothel2013-04-231-70/+57
* Fix Bug 722: Make GLEventListenerState 'transaction' safe Animator.pause[ sur...Sven Gothel2013-04-233-2/+59
* *Capabilities: Cleanup string ctor; GLGraphicsConfigurationUtil: Clean getExc...Sven Gothel2013-04-171-3/+8
* Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...Sven Gothel2013-04-161-37/+36
* Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon...Martin Hegedus2013-04-151-4/+33
* OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M...Sven Gothel2013-04-043-108/+83
* JAWTWindow: Issue component.repaint() after attachSurfaceLayer(..), otherwise...Sven Gothel2013-04-031-1/+1
* Adapt to new version scheme, see GlueGen a3f2ef50ad33c58a240a17fcf03e415d7722...Sven Gothel2013-03-281-3/+5
* OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...Sven Gothel2013-03-196-87/+127
* MyNSOpenGLContext::dealloc: Avoid 'invalid context'Sven Gothel2013-03-191-4/+4
* NativeWindow OSXUtil RunOnMainThread: Use daemon attachment and do not detach...Sven Gothel2013-03-184-27/+53
* Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...Sven Gothel2013-03-154-86/+120
* OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...Sven Gothel2013-03-144-24/+42
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-144-54/+41
* Minor Changes: EGLDisplayUtil: Add stack trace in DEBUG mode for opened DPYs;...Sven Gothel2013-03-131-11/+22
* Fix AWT EDT Deadlock in AWTWindowClosingProtocol, regression of commit 808a9a...Sven Gothel2013-02-281-9/+2
* Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...Sven Gothel2013-02-283-39/+53
* Fix CALayer pos/size and animation.b01Sven Gothel2013-02-224-20/+65
* TestNewtEventModifiers*: Robostness (uhh) Unify wait-clear result code - fix ...Sven Gothel2013-02-211-0/+17
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-205-8/+121
* OSX/Java7 Cleanup: Remove JavaNativeFoundation dependency; NativeWindow-JAWT:...Sven Gothel2013-02-171-5/+2
* Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-...Sven Gothel2013-02-163-5/+47
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-152-26/+109
* Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...Sven Gothel2013-02-145-97/+229
* Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E...Sven Gothel2013-01-273-4/+5
* Fix misc API docs ..Sven Gothel2013-01-271-0/+3
* ProxySurface: Add 'NativeSurface getUpstreamSurface()' ; ProxySurfaceImpl: Do...Sven Gothel2013-01-262-16/+31
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-2412-42/+95
* Android: Allow selection of native window formats RGBA8888, RGBX8888 and RGB5...Sven Gothel2013-01-201-5/+3
* NEWT-MouseEvent getWheelRotation() API Update - Fixes Bug 659: NEWT Horizonta...Sven Gothel2013-01-143-13/+23
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-303-0/+38
* Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif...Sven Gothel2012-12-253-9/+53
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-043-120/+352