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