| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Findbugs.minor: Fix 'array -> string', missing argument | Sven Gothel | 2014-07-08 | 2 | -2/+5 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 32 | -410/+415 |
* | Fix 'typo' in messages: 'Catched' -> 'Caught' | Sven Gothel | 2014-06-28 | 2 | -2/+2 |
* | Fix NEWT EDTUtil Deadlock on EDTUtil.start() | Sven Gothel | 2014-06-12 | 1 | -2/+2 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 3 | -8/+45 |
* | NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..) | Sven Gothel | 2014-06-08 | 2 | -85/+0 |
* | Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry... | Sven Gothel | 2014-06-08 | 2 | -6/+18 |
* | Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which... | Sven Gothel | 2014-06-08 | 2 | -3/+3 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 3 | -1/+13 |
* | Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native... | Sven Gothel | 2014-06-06 | 6 | -50/+102 |
* | NEWT AWTAdapter: Simplify event processing / Window.enqueueEvent(..): Add API... | Sven Gothel | 2014-06-05 | 5 | -56/+58 |
* | Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind... | Sven Gothel | 2014-05-27 | 5 | -9/+9 |
* | NewtCanvasSWT: Fixe newtChild NPE; Perform getParentLocationOnScreen() on val... | Sven Gothel | 2014-05-26 | 1 | -21/+79 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 3 | -60/+112 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-23 | 6 | -40/+79 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 8 | -27/+87 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 9 | -48/+115 |
* | Minor edits: Fix comments / API-docs | Sven Gothel | 2014-05-19 | 1 | -1/+1 |
* | NEWT MouseEvent: Decouple pointerIds from single-pointer button, i.e. always ... | Sven Gothel | 2014-04-09 | 1 | -23/+9 |
* | PinchToZoomGesture: Add 'delta' value [-1..1], move 'InputEvent trigger' up t... | Sven Gothel | 2014-04-09 | 2 | -12/+44 |
* | NEWT Events: Use final .. (minor edit) | Sven Gothel | 2014-04-05 | 9 | -48/+52 |
* | NEWT: Minor edits | Sven Gothel | 2014-03-16 | 1 | -17/+17 |
* | NEWT MonitorDevice: Add convenient getPixelsPerMM(..) method to retrieve the ... | Sven Gothel | 2014-03-01 | 1 | -1/+27 |
* | Fix whitespaces of commit 78fcb8228d4a391054501aef16eb0462322ba39d and Window... | Sven Gothel | 2014-02-25 | 1 | -6/+6 |
* | Merge remote-tracking branch 'petros-koutsolampros/master' | Sven Gothel | 2014-02-25 | 1 | -11/+23 |
|\ |
|
| * | A more wholesome solution to the windowing problems in OSX. As described | Petros Koutsolampros | 2014-02-25 | 1 | -11/+23 |
* | | Bug 937 : Fix regression of commit 071bdd6ce9f8c41ccecdbf8bc74f276ccd7ff651 (... | Sven Gothel | 2014-02-25 | 1 | -2/+2 |
|/ |
|
* | SurfaceUpdatedListener: Order methods in impl. Class; SurfaceUpdatedListener:... | Sven Gothel | 2014-02-13 | 1 | -20/+20 |
* | JOGLNewtApplet3Run: Don't set position if normal child window.v2.1.4 | Sven Gothel | 2014-01-31 | 1 | -1/+0 |
* | Adapt to new plugin3 / Use browser window's location on screen for top-level ... | Sven Gothel | 2014-01-31 | 2 | -24/+56 |
* | NewtFactory: Cleanup / createWindow(..) w/ parentWindow variant shall fall ba... | Sven Gothel | 2014-01-31 | 1 | -11/+6 |
* | NEWT: Add Support for AWT-Less Applet3 | Sven Gothel | 2014-01-30 | 4 | -8/+563 |
* | NewtFactory: Fix createWindow(..) ctor w/ given native window handle (use dis... | Sven Gothel | 2014-01-30 | 1 | -8/+10 |
* | NEWT Window: Add API Doc for Custom Window Icons | Sven Gothel | 2014-01-30 | 2 | -0/+16 |
* | JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's... | Sven Gothel | 2014-01-12 | 1 | -1/+1 |
* | Bug 937 - JAWTWindow: Unsatisfying Visibility Computation | Sven Gothel | 2014-01-12 | 1 | -2/+2 |
* | Bug 676: Use proper pointer icon images (artwork) | Sven Gothel | 2014-01-09 | 1 | -2/+2 |
* | Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio... | Sven Gothel | 2014-01-08 | 2 | -22/+101 |
* | JOGLNewtAppletBase Default Key-Action: Add 'j' for setPointerConfined() .. i.... | Sven Gothel | 2014-01-04 | 1 | -0/+9 |
* | Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and... | Sven Gothel | 2014-01-04 | 1 | -14/+53 |
* | Bug 935: NEWT PointerIcon: Add size, hotspot 'getter' and String representation | Sven Gothel | 2013-12-31 | 1 | -1/+11 |
* | Bug 935: NEWT: Expose Pointer Icons Feature in JOGLNewtAppletBase Tests | Sven Gothel | 2013-12-31 | 1 | -19/+66 |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 4 | -4/+105 |
* | NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm... | Sven Gothel | 2013-12-31 | 2 | -12/+7 |
* | Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI... | Sven Gothel | 2013-12-11 | 3 | -8/+9 |
* | Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_... | Sven Gothel | 2013-12-11 | 2 | -1/+29 |
* | Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider... | Sven Gothel | 2013-12-10 | 1 | -1/+1 |
* | Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des... | Sven Gothel | 2013-11-25 | 2 | -20/+25 |
* | Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS... | Sven Gothel | 2013-11-25 | 1 | -18/+24 |
* | Bug 672 (NewtCanvasSWT ignore windowing offset on OSX'). | Petros Koutsolampros | 2013-11-24 | 1 | -1/+6 |