| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1238 - Fix NPE for Window-Icon's PNGPixelRect for unresolved location; Bu... | Sven Gothel | 2015-10-03 | 1 | -4/+10 |
* | Bug 1188: Refine getSupportedStateMask() semantics and minimum requirements (... | Sven Gothel | 2015-08-31 | 1 | -8/+13 |
* | Bug 1188: Fix API doc of getSupportedStateMask(); Misc Changes (see below) | Sven Gothel | 2015-08-25 | 1 | -14/+14 |
* | Bug 1188: Introduce getSupportedStateMask() implemented via WindowDriver's ge... | Sven Gothel | 2015-08-21 | 1 | -0/+45 |
* | Bug 1188: Cleanup public/private[reconfig, non-reconfig] state bits | Sven Gothel | 2015-08-19 | 1 | -5/+2 |
* | Bug 1188: Add @since 2.3.2 tag | Sven Gothel | 2015-08-18 | 1 | -14/+83 |
* | Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a... | Sven Gothel | 2015-08-10 | 1 | -6/+269 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -10/+10 |
* | Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE) | Sven Gothel | 2015-01-27 | 1 | -1/+1 |
* | Bug 1100: Fix href to 'lifecycleHeavy' -> '#lifecycleHeavy' (anchor) | Sven Gothel | 2015-01-23 | 1 | -8/+8 |
* | Fix typo | Mark Raynsford | 2014-10-28 | 1 | -1/+1 |
* | Bug 1100 - Document lifecycle-heavy concept and mark some of the relevant met... | Mark Raynsford | 2014-10-28 | 1 | -0/+17 |
* | NEWT Window setSurfaceSize(..): Add API doc comment about setting pixel-unit ...v2.2.0 | Sven Gothel | 2014-08-07 | 1 | -0/+5 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 1 | -0/+21 |
* | NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..) | Sven Gothel | 2014-06-08 | 1 | -60/+0 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 1 | -1/+2 |
* | NEWT AWTAdapter: Simplify event processing / Window.enqueueEvent(..): Add API... | Sven Gothel | 2014-06-05 | 1 | -0/+5 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 1 | -3/+20 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-23 | 1 | -6/+19 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re... | Sven Gothel | 2014-05-22 | 1 | -0/+44 |
* | Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad... | Sven Gothel | 2014-05-21 | 1 | -17/+24 |
* | NEWT Window: Add API Doc for Custom Window Icons | Sven Gothel | 2014-01-30 | 1 | -0/+15 |
* | Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer... | Sven Gothel | 2013-12-31 | 1 | -0/+15 |
* | Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_... | Sven Gothel | 2013-12-11 | 1 | -1/+24 |
* | NEWT Window: Expose 'setVisible(boolean wait, boolean visible)' allowing appl... | Sven Gothel | 2013-11-06 | 1 | -5/+16 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 1 | -16/+16 |
* | Bug 861 - NEWT: Unify MouseEvent Processing incl. gesture processing | Sven Gothel | 2013-10-15 | 1 | -6/+56 |
* | NEWT Reparent/Fullscreen: Fixes X11 unsuccessful return to parent window; Add... | Sven Gothel | 2013-10-09 | 1 | -1/+18 |
* | NEWT: Don't invoke external keyboardFocusHandler for auto-repeat keys (NewtCa... | Sven Gothel | 2013-06-24 | 1 | -1/+5 |
* | Fix Bug 600 and Bug 721: Adding support for multiple monitors w/ NEWT | Sven Gothel | 2013-05-06 | 1 | -1/+37 |
* | Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec... | Sven Gothel | 2013-02-28 | 1 | -4/+32 |
* | Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape... | Sven Gothel | 2012-10-05 | 1 | -3/+3 |
* | Fix Bug 601: Harmonize order of key events incl. auto-repeat and adding AUTOR... | Sven Gothel | 2012-09-16 | 1 | -0/+2 |
* | Bug 599 - FBObject / Offscreen Support - Part 1 | Sven Gothel | 2012-07-19 | 1 | -2/+14 |
* | Misc cleanup: add @Override | Sven Gothel | 2012-06-27 | 1 | -43/+44 |
* | NEWT: Add virtual on-screen keyboard visibility interface methods incl. Andro... | Sven Gothel | 2012-06-21 | 1 | -7/+28 |
* | NEWT: Revert static/locked action instances due to possible deadlocks; class ... | Sven Gothel | 2012-05-02 | 1 | -9/+9 |
* | NEWT Window: Promote/Expose 'Window getDelegatedWindow()' for accessing the d... | Sven Gothel | 2011-11-19 | 1 | -0/+5 |
* | NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen... | Sven Gothel | 2011-11-18 | 1 | -3/+35 |
* | NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListener | Sven Gothel | 2011-11-06 | 1 | -33/+0 |
* | NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea... | Sven Gothel | 2011-10-10 | 1 | -0/+4 |
* | NEWT: Add pointer features: visibility, confined and warp (move) | Sven Gothel | 2011-10-10 | 1 | -0/+34 |
* | NEWT setAlwaysOnTop(): Allow windows to stay permanent on top; TODO: X11/Windows | Sven Gothel | 2011-09-14 | 1 | -0/+4 |
* | Destruction of GLAutoDrawable shall not remove them from AnimatorControl (due... | Sven Gothel | 2011-09-08 | 1 | -10/+2 |
* | NEWT Cleanup: Remove DEBUG_WINDOW_EVENT, .. | Sven Gothel | 2011-09-06 | 1 | -1/+0 |
* | NativeWindow/NEWT: Cont. refinement of Insets usage | Sven Gothel | 2011-09-06 | 1 | -3/+11 |
* | NativeWindow/NEWT: Refine Insets definition for size and position, read and w... | Sven Gothel | 2011-09-04 | 1 | -56/+56 |
* | NEWT Window/WindowImpl: Add generics - addChild()/removeChild() return boolea... | Sven Gothel | 2011-08-30 | 1 | -2/+2 |
* | Newt Window: Remove 'invalidate()' method, only 'destroy()' is required (and ... | Sven Gothel | 2011-04-26 | 1 | -8/+1 |
* | Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m... | Sven Gothel | 2011-02-09 | 1 | -1/+1 |