summaryrefslogtreecommitdiffstats
path: root/src/nativewindow/native
Commit message (Expand)AuthorAgeFilesLines
* Fix commit adf8e6e40aa9513036864489642cfef252804d08 (Bug 1036): long -> jlong...Sven Gothel2014-07-301-2/+2
* Bug 1036: NVidia's Windows Driver Threaded optimization: Alternative affinity...Sven Gothel2014-07-301-0/+104
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-121-4/+36
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-081-7/+34
* Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ...Sven Gothel2014-05-261-17/+30
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-261-1/+70
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-231-1/+1
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-8/+25
* OSXMisc CALayer::FixCALayerLayout: Fix visible:=false case, i.e. don'r overri...Sven Gothel2014-01-131-5/+12
* [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...Sven Gothel2014-01-115-138/+195
* X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...Sven Gothel2014-01-111-19/+17
* NativewindowCommon_init: Add define STDERR_TO_FILE (default undefined) to red...Sven Gothel2014-01-051-0/+7
* Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...Sven Gothel2014-01-051-5/+8
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-311-1/+1
* Bug 907 - Refine DummyDispatchThread (DDT) Handling: Proper OO integration in...Sven Gothel2013-11-293-150/+306
* Bug 907 - Cleanup Commit e9c711a86aa05f4f24c69972532833f5a98911a3Sven Gothel2013-11-281-121/+111
* Bug 907 - Initial patch allowing Jogl to respond to other applications that t...Randolf Schultz2013-11-281-3/+186
* Nativewindow/NEWT: Fix C Return StatementSven Gothel2013-11-171-1/+1
* Fix GLIBC > 2.4 dependency regression of commit 613e33ee8ffc1f2b9c5db1e1b5bb5...Sven Gothel2013-11-171-0/+3
* JNI Code: Call DeleteLocalRef(..) manually.Sven Gothel2013-11-051-0/+1
* Bug 888 - Validate CPU Runtime Performance: X11GLXGraphicsConfiguration.GLXFB...Sven Gothel2013-11-041-0/+15
* NativeWindow/OSX: Fix RunOnThread/RunLater - Properly determine 'forkOnMain' ...Sven Gothel2013-10-071-5/+8
* Bug 729: OSX CALayer invisible needs to have opacity 0 to not show hidden com...Sven Gothel2013-10-061-5/+8
* Bug 729: OSX CALayer shall honor the Component's visibility stateSven Gothel2013-10-051-5/+17
* Bug 816: Clarify JAWT_OSX_CALAYER_QUIRK_* semantics, add JAWT_OSX_CALAYER_QUI...Sven Gothel2013-09-282-7/+15
* Bug 816: Fix JAWTWindow's getLocationOnScreenNonBlocking(); Derive CALayer po...Sven Gothel2013-09-271-92/+145
* OSXMisc.c: Fix compilation error w/ java6's jint definition (probably clang a...Sven Gothel2013-09-251-2/+2
* Bug 816: Fix OSX CALayer 'quirks' for AWT 1.7.0_40 - See JAWTUtil JAWT_OSX_CA...Sven Gothel2013-09-242-53/+111
* Add support for clang ; Use __APPLE__ predefined macroSven Gothel2013-09-131-1/+1
* Fix Bug 750: Leaked X11 ColorMap for each created X11 Window in NativeWindow ...Sven Gothel2013-06-121-0/+7
* 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
* OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M...Sven Gothel2013-04-041-19/+25
* 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-151-43/+71
* OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocksSven Gothel2013-03-141-9/+7
* Fix CALayer pos/size and animation.b01Sven Gothel2013-02-222-13/+54
* OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...Sven Gothel2013-02-201-2/+55
* 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-161-5/+11
* Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release...Sven Gothel2013-02-151-23/+96
* Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ...Sven Gothel2013-02-141-67/+103
* Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..Sven Gothel2013-01-241-1/+1
* Bug632: Test NEWT Child Window Translucency (X11/Windows) ..Sven Gothel2012-12-302-0/+28
* Misc OSX/SWT: OSXUtil.RunOnMainThread(..) refinement; Fix Test*NewtEventModif...Sven Gothel2012-12-251-5/+16
* SWT GLCanvas: Fix sporadic drop of redraw on X11 _and_ allow using custom GLC...Sven Gothel2012-12-041-13/+110
* X11Util/Xmisc setX11ErrorHandler: Force setting X11 error handler if invoked ...Sven Gothel2012-11-272-23/+25
* Fix commit fbe331f013608eb31ff0d8675f4e4c9881c9c48b (Bug 616 - Remove XInitTh...Sven Gothel2012-10-021-17/+5
* Workaround for Bug 623: Sporadic XCB assertion failures w/ ATI proprietary dr...Sven Gothel2012-09-301-0/+35