index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
newt
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright: Add missing Copyright tag
Sven Gothel
2019-07-08
5
-2
/
+57
*
NEWT WindowImpl.doPointerEvent: Use native short[] for pNames
Sven Gothel
2019-07-08
2
-13
/
+13
*
NEWT: Align native MacOS / IOS file- and classnames
Sven Gothel
2019-06-26
4
-102
/
+102
*
iOS: Initial working commit supporting iOS (ipad pro 11)
Sven Gothel
2019-06-23
4
-0
/
+2138
*
Bug 1348: Fix X11 XI Multitouch
Sven Gothel
2019-03-27
3
-95
/
+112
*
Bug 1348: X11 XI Multitouch: Refine commit 746383476aa449e9cab4a25df27be85b61...
Sven Gothel
2019-03-27
2
-5
/
+12
*
Bug 1348: X11 XI Multitouch: Fixes of previous commit 92006e4baef57f1f3fb647d...
Sven Gothel
2019-03-27
3
-143
/
+120
*
add touch event support for x11 server
Danny Koernig
2016-11-17
3
-3
/
+199
*
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
[next]