aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 942 - Review GLBuffer[State|Size]Tracker: Add synchronized access to shar...Sven Gothel2014-01-153-31/+41
* Bug 942: Bug 942 - Review GLBuffer[State|Size]Tracker and NIO mapped buffersSven Gothel2014-01-144-92/+73
* Revert "Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and...Sven Gothel2014-01-1410-192/+274
* JAWTWindow DEBUG: Dump all JAVA_VERSION* informationSven Gothel2014-01-143-27/+22
* Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and GLBuffe...Sven Gothel2014-01-1410-274/+192
* Bug 938 - MemoryObject.java has no more equals() methodSven Gothel2014-01-142-8/+24
* TestParenting01dAWT: Add waitForVisible after toggling NEWT child window visi...Sven Gothel2014-01-132-4/+7
* OSXMisc CALayer::FixCALayerLayout: Fix visible:=false case, i.e. don'r overri...Sven Gothel2014-01-131-5/+12
* JAWTWindow.JAWTComponentListener: Minor CleanupSven Gothel2014-01-131-5/+5
* JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's...Sven Gothel2014-01-121-1/+1
* DefaultEDTUtil: At EDT finish, notify all task-waiter to avoid deadlock at er...Sven Gothel2014-01-123-27/+88
* AWTParentWindowAdapter/AWTRobotUtil: Use 'isShowing()' instead of 'isVisible(...Sven Gothel2014-01-122-12/+12
* Bug 937 - JAWTWindow: Unsatisfying Visibility ComputationSven Gothel2014-01-1211-186/+249
* Fix GLDrawableHelper.resizeOffscreenDrawable(..): Do nothing if !drawable.isR...Sven Gothel2014-01-111-4/+7
* Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...Sven Gothel2014-01-115-34/+20
* [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...Sven Gothel2014-01-1117-458/+431
* X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...Sven Gothel2014-01-112-47/+55
* Fix PNGTstFiles: Typo of new PNG icons .. used AE's 'gray' instead of BE's 'g...Sven Gothel2014-01-094-7/+18
* BCM_VC_IV: Add 2 references (_poor_ API docs, very)Sven Gothel2014-01-092-0/+8
* NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and positionSven Gothel2014-01-093-90/+74
* NEWT bcm_vc_iv.c: Disable VERBOSE_ONSven Gothel2014-01-092-3/+3
* Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) - Interc...Sven Gothel2014-01-092-22/+5
* Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.)Sven Gothel2014-01-097-59/+620
* NEWT DisplayImpl/PointerIcon: Don't use blocking isNativeValid() before and a...Sven Gothel2014-01-092-11/+8
* Bug 676: Use proper pointer icon images (artwork)Sven Gothel2014-01-0912-19/+19
* PixelRectangle.GenericPixelRect: hashCode() impl. didn't set volatile hashCod...Sven Gothel2014-01-091-0/+1
* Merge remote-tracking branch 'hharrison/master'Sven Gothel2014-01-091-1/+1
|\
| * www: update the address for the jaamsim projectHarvey Harrison2014-01-051-1/+1
* | Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...Sven Gothel2014-01-0833-790/+1433
* | Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...Sven Gothel2014-01-085-0/+1227
|/
* Bug 935: NEWT PointerIcon/Visibility: Perform JAWTWindow's OffscreenLayerSurf...Sven Gothel2014-01-052-18/+26
* Bug 935: NEWT PointerIcon/Visibility: Perform OffscreenLayerSurface delegatio...Sven Gothel2014-01-052-69/+127
* NEWT OSX: Add missing NewtCommon_init(env) (duh!) - Issuing NewtCommon_throwN...Sven Gothel2014-01-052-45/+37
* NativewindowCommon_init: Add define STDERR_TO_FILE (default undefined) to red...Sven Gothel2014-01-051-0/+7
* Bug 935: NEWT Windows Pointer-Icon WM_SETCURSOR: Don't use DefWindowProc, Set...Sven Gothel2014-01-051-14/+35
* Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...Sven Gothel2014-01-056-47/+46
* TestInitConcurrent01NEWT: Fix test enumerationSven Gothel2014-01-041-10/+10
* Bug 935: NEWT Windows Window-Icon: Fix Window-Icon Visibility after Reparenti...Sven Gothel2014-01-041-0/+4
* JOGLNewtAppletBase Default Key-Action: Add 'j' for setPointerConfined() .. i....Sven Gothel2014-01-041-0/+9
* Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface...Sven Gothel2014-01-044-2/+119
* Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and...Sven Gothel2014-01-0417-698/+996
* Bug 935: NEWT PointerIcon PNGIcon: Remove return value 'elem_bytesize[]' whic...Sven Gothel2014-01-031-3/+3
* Bug 935: NEWT PointerIcon PNGIcon: Remove return value 'elem_bytesize[]' whic...Sven Gothel2014-01-035-14/+13
* Bug 935: NEWT PointerIcon OSX: Safe use of NSCursor handleSven Gothel2014-01-033-16/+42
* NewtMacWindow: NSView: Remove unused 'myCursor' fieldSven Gothel2014-01-022-18/+0
* MacWindow.m: Add missing NSAutoreleasePool 'decoration'Sven Gothel2014-01-021-3/+17
* Bug 935: NEWT PointerIcon: Add size, hotspot 'getter' and String representationSven Gothel2013-12-315-5/+41
* Bug 935: NEWT: Expose Pointer Icons Feature in JOGLNewtAppletBase TestsSven Gothel2013-12-3114-19/+105
* Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...Sven Gothel2013-12-3132-43/+1027
* NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm...Sven Gothel2013-12-313-28/+7