aboutsummaryrefslogtreecommitdiffstats
path: root/src/newt/native
Commit message (Expand)AuthorAgeFilesLines
* iOS: Initial working commit supporting iOS (ipad pro 11)Sven Gothel2019-06-234-0/+2138
* Bug 1348: Fix X11 XI MultitouchSven Gothel2019-03-273-95/+112
* Bug 1348: X11 XI Multitouch: Refine commit 746383476aa449e9cab4a25df27be85b61...Sven Gothel2019-03-272-5/+12
* Bug 1348: X11 XI Multitouch: Fixes of previous commit 92006e4baef57f1f3fb647d...Sven Gothel2019-03-273-143/+120
* add touch event support for x11 serverDanny Koernig2016-11-173-3/+199
* Bug 1267 - OSX El Capitan: Animated NEWT GLWindow flickers at resizeSven Gothel2015-11-152-3/+33
* Bug 1249: NEWT/X11 Visibility: Listening to more events for updated state; Ad...Sven Gothel2015-10-102-7/+43
* Bug 1249 - NEWT X11: setVisible(false) IconicState/_NET_WM_STATE_HIDDEN: Hand...Sven Gothel2015-10-091-4/+6
* Bug 1249 - NEWT X11: setVisible(*) _NET_WM_STATE_HIDDEN update not received a...Sven Gothel2015-10-093-42/+64
* Bug 1249 - NEWT X11: setVisible(false) IconicState not listening to _NET_WM_S...Sven Gothel2015-10-084-108/+164
* Bug 1205: Revert clear background to support fix for Bug 1232: NEWT Transluce...Sven Gothel2015-10-011-7/+24
* Bug 1232 - NEWT Translucent Decorated Windows Not Working On Windows >= 8 (La...Sven Gothel2015-10-011-58/+70
* Bug 1205 - NEWT Security: Clear framebuffer after creation and before visibil...Sven Gothel2015-09-291-45/+125
* Bug 1222 - NEWT OSX: setAlwaysOnTop() and setAlwaysOnBottom() not workingSven Gothel2015-09-263-51/+20
* Bug 1214: Fix Deadlock in screenPositionChanged(..); Use screenPositionChange...Sven Gothel2015-09-262-43/+97
* Bug 1214 - NEWT MacOSX: Detect auto-resize of Window when it is larger than s...Sven Gothel2015-09-253-10/+52
* Bug 1205 - NEWT Security: Clear framebuffer after creation and before visibil...Sven Gothel2015-08-311-10/+9
* Bug 1188: NEWT WindowsWindow.c: Better support for 'isOnBottom' on Windows (F...Sven Gothel2015-08-261-14/+68
* NEWT WindowsWindow.c: Fix return value; Add tracking of inOn[Bottom|Top]Sven Gothel2015-08-251-4/+24
* Bug 1188: Introduce getSupportedStateMask() implemented via WindowDriver's ge...Sven Gothel2015-08-211-2/+30
* Bug 1196: Fix Unresolved strncpy_s (MSVCRT) on WinXPSven Gothel2015-08-201-2/+8
* Bug 1188: Cleanup public/private[reconfig, non-reconfig] state bitsSven Gothel2015-08-191-1/+3
* Merge branch 'Bug1183' of https://github.com/xranby/joglSven Gothel2015-08-181-0/+8
|\
| * Bug 1183: X11RandR13 XRRGetScreenResourcesCurrent _occasionally_ reports empt...Xerxes Rånby2015-08-161-0/+8
* | Bug 1192: NEWT native/X11Display.c Cleanup JNI signatures in commentsXerxes Rånby2015-08-131-6/+6
|/
* Bug 1188: Windows: Implement unresizable using appropriate windows stylesSven Gothel2015-08-121-104/+51
* Bug 1188: Refine Maximized on X11 / Impl. Maximized and Iconify on WindowsSven Gothel2015-08-124-102/+181
* Bug 1188: Fix regression on X11 setVisible: in-visibility never reached on ch...Sven Gothel2015-08-111-5/+8
* Bug 1183: Cleanup x11/RandR javadoc and native/X11RandR13 signature commentsXerxes Rånby2015-08-101-2/+2
* Bug 1188, Bug 1186: NEWT Window: Support non-resizable, minimize, maximize, a...Sven Gothel2015-08-109-399/+914
* Bug 1176: BCM VC IV: Refine clamping of window position and size at native cr...Sven Gothel2015-07-171-2/+0
* Bug 1176: Clamp window position and size to 0/0 and screen-size, avoiding out...Sven Gothel2015-07-171-1/+3
* Bug 1148 - OSX MonitorDevice: Use unique and native deviceID instead of indexSven Gothel2015-03-212-46/+80
* Bug 1147 - Fix XRandR13 Usage: Rotate / Change-Mode, use unique CRTC/Mode ids...Sven Gothel2015-03-207-133/+591
* Bug 1142 - NEWT: Add support to retrieve the primary MonitorDeviceSven Gothel2015-03-094-33/+77
* Bug 1135 - Cleanup: Fix native code WarningSven Gothel2015-03-064-5/+5
* NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat...Sven Gothel2015-02-174-47/+44
* Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDIDSven Gothel2015-02-163-37/+580
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-2/+2
* Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)Sven Gothel2015-01-272-7/+17
* Bug 1065: Handle NULL result of TISGetInputSourceProperty(keyboard, kTISPrope...v2.2.1Sven Gothel2014-09-081-2/+7
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-091-5/+5
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-082-18/+64
* Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ...Sven Gothel2014-05-261-19/+52
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-266-63/+141
* Bug 970: NEWT OSX ChildWindow setVisible(..) does not hide child window appro...Sven Gothel2014-02-101-8/+12
* [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...Sven Gothel2014-01-115-177/+120
* X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...Sven Gothel2014-01-111-28/+38
* 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-091-52/+30