| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1267 - OSX El Capitan: Animated NEWT GLWindow flickers at resize | Sven Gothel | 2015-11-15 | 2 | -3/+33 |
* | Bug 1249: NEWT/X11 Visibility: Listening to more events for updated state; Ad... | Sven Gothel | 2015-10-10 | 2 | -7/+43 |
* | Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN: Hand... | Sven Gothel | 2015-10-09 | 1 | -4/+6 |
* | Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a... | Sven Gothel | 2015-10-09 | 3 | -42/+64 |
* | Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S... | Sven Gothel | 2015-10-08 | 4 | -108/+164 |
* | Bug 1205: Revert clear background to support fix for Bug 1232: NEWT Transluce... | Sven Gothel | 2015-10-01 | 1 | -7/+24 |
* | Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La... | Sven Gothel | 2015-10-01 | 1 | -58/+70 |
* | Bug 1205 - NEWT Security: Clear framebuffer after creation and before visibil... | Sven Gothel | 2015-09-29 | 1 | -45/+125 |
* | Bug 1222 - NEWT OSX: setAlwaysOnTop() and setAlwaysOnBottom() not working | Sven Gothel | 2015-09-26 | 3 | -51/+20 |
* | Bug 1214: Fix Deadlock in screenPositionChanged(..); Use screenPositionChange... | Sven Gothel | 2015-09-26 | 2 | -43/+97 |
* | Bug 1214 - NEWT MacOSX: Detect auto-resize of Window when it is larger than s... | Sven Gothel | 2015-09-25 | 3 | -10/+52 |
* | Bug 1205 - NEWT Security: Clear framebuffer after creation and before visibil... | Sven Gothel | 2015-08-31 | 1 | -10/+9 |
* | Bug 1188: NEWT WindowsWindow.c: Better support for 'isOnBottom' on Windows (F... | Sven Gothel | 2015-08-26 | 1 | -14/+68 |
* | NEWT WindowsWindow.c: Fix return value; Add tracking of inOn[Bottom|Top] | Sven Gothel | 2015-08-25 | 1 | -4/+24 |
* | Bug 1188: Introduce getSupportedStateMask() implemented via WindowDriver's ge... | Sven Gothel | 2015-08-21 | 1 | -2/+30 |
* | Bug 1196: Fix Unresolved strncpy_s (MSVCRT) on WinXP | Sven Gothel | 2015-08-20 | 1 | -2/+8 |
* | Bug 1188: Cleanup public/private[reconfig, non-reconfig] state bits | Sven Gothel | 2015-08-19 | 1 | -1/+3 |
* | Merge branch 'Bug1183' of https://github.com/xranby/jogl | Sven Gothel | 2015-08-18 | 1 | -0/+8 |
|\ |
|
| * | Bug 1183: X11RandR13 XRRGetScreenResourcesCurrent _occasionally_ reports empt... | Xerxes Rånby | 2015-08-16 | 1 | -0/+8 |
* | | Bug 1192: NEWT native/X11Display.c Cleanup JNI signatures in comments | Xerxes Rånby | 2015-08-13 | 1 | -6/+6 |
|/ |
|
* | Bug 1188: Windows: Implement unresizable using appropriate windows styles | Sven Gothel | 2015-08-12 | 1 | -104/+51 |
* | Bug 1188: Refine Maximized on X11 / Impl. Maximized and Iconify on Windows | Sven Gothel | 2015-08-12 | 4 | -102/+181 |
* | Bug 1188: Fix regression on X11 setVisible: in-visibility never reached on ch... | Sven Gothel | 2015-08-11 | 1 | -5/+8 |
* | Bug 1183: Cleanup x11/RandR javadoc and native/X11RandR13 signature comments | Xerxes Rånby | 2015-08-10 | 1 | -2/+2 |
* | Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a... | Sven Gothel | 2015-08-10 | 9 | -399/+914 |
* | Bug 1176: BCM VC IV: Refine clamping of window position and size at native cr... | Sven Gothel | 2015-07-17 | 1 | -2/+0 |
* | Bug 1176: Clamp window position and size to 0/0 and screen-size, avoiding out... | Sven Gothel | 2015-07-17 | 1 | -1/+3 |
* | Bug 1148 - OSX MonitorDevice: Use unique and native deviceID instead of index | Sven Gothel | 2015-03-21 | 2 | -46/+80 |
* | Bug 1147 - Fix XRandR13 Usage: Rotate / Change-Mode, use unique CRTC/Mode ids... | Sven Gothel | 2015-03-20 | 7 | -133/+591 |
* | Bug 1142 - NEWT: Add support to retrieve the primary MonitorDevice | Sven Gothel | 2015-03-09 | 4 | -33/+77 |
* | Bug 1135 - Cleanup: Fix native code Warning | Sven Gothel | 2015-03-06 | 4 | -5/+5 |
* | NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat... | Sven Gothel | 2015-02-17 | 4 | -47/+44 |
* | Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDID | Sven Gothel | 2015-02-16 | 3 | -37/+580 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 1 | -2/+2 |
* | Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE) | Sven Gothel | 2015-01-27 | 2 | -7/+17 |
* | Bug 1065: Handle NULL result of TISGetInputSourceProperty(keyboard, kTISPrope...v2.2.1 | Sven Gothel | 2014-09-08 | 1 | -2/+7 |
* | Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa... | Sven Gothel | 2014-06-09 | 1 | -5/+5 |
* | Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS... | Sven Gothel | 2014-06-08 | 2 | -18/+64 |
* | Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ... | Sven Gothel | 2014-05-26 | 1 | -19/+52 |
* | Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT... | Sven Gothel | 2014-05-26 | 6 | -63/+141 |
* | Bug 970: NEWT OSX ChildWindow setVisible(..) does not hide child window appro... | Sven Gothel | 2014-02-10 | 1 | -8/+12 |
* | [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(... | Sven Gothel | 2014-01-11 | 5 | -177/+120 |
* | X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss... | Sven Gothel | 2014-01-11 | 1 | -28/+38 |
* | BCM_VC_IV: Add 2 references (_poor_ API docs, very) | Sven Gothel | 2014-01-09 | 2 | -0/+8 |
* | NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and position | Sven Gothel | 2014-01-09 | 1 | -52/+30 |
* | NEWT bcm_vc_iv.c: Disable VERBOSE_ON | Sven Gothel | 2014-01-09 | 1 | -2/+2 |
* | Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) | Sven Gothel | 2014-01-09 | 2 | -34/+416 |
* | Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio... | Sven Gothel | 2014-01-08 | 4 | -20/+63 |
* | NEWT OSX: Add missing NewtCommon_init(env) (duh!) - Issuing NewtCommon_throwN... | Sven Gothel | 2014-01-05 | 1 | -31/+28 |
* | Bug 935: NEWT Windows Pointer-Icon WM_SETCURSOR: Don't use DefWindowProc, Set... | Sven Gothel | 2014-01-05 | 1 | -14/+35 |