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/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
newt
/
classes
/
jogamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1142 - NEWT: Add support to retrieve the primary MonitorDevice
Sven Gothel
2015-03-09
13
-22
/
+83
*
Fix regression of commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655: IDX_MONITO...
Sven Gothel
2015-03-09
1
-0
/
+1
*
Bug 1130 - Add Mapping from AWT Component -> NEWT [Screen, MonitorDevice]
Sven Gothel
2015-02-17
1
-0
/
+110
*
MonitorDevice: Add 'throws IllegalStateException' for [query|set]CurrentMode(...
Sven Gothel
2015-02-17
1
-5
/
+9
*
Fix commit 559ecad2a2387ba0aa34ce9e35ca8a2c5a31e655 (ArrayHashSet<MonitorDevi...
Sven Gothel
2015-02-17
1
-1
/
+0
*
NEWT MonitorDevice: Identify cloned devices (fully covered) ; Windows: Iterat...
Sven Gothel
2015-02-17
12
-30
/
+94
*
Bug 1129 - NEWT MonitorDevice's physical size on Windows must be read via EDID
Sven Gothel
2015-02-16
1
-39
/
+43
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
48
-195
/
+195
*
Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)
Sven Gothel
2015-01-27
16
-115
/
+198
*
Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...
Sven Gothel
2015-01-23
5
-4
/
+7
*
Bug 1068, 1096: Unify EGL surface related code in EGLSurface; Add notion of '...
Sven Gothel
2014-12-07
1
-1
/
+1
*
Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...
Sven Gothel
2014-12-06
2
-2
/
+2
*
Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()
Sven Gothel
2014-10-26
7
-28
/
+35
*
Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O...
Sven Gothel
2014-10-10
2
-4
/
+4
*
Newt Screen viewport in windows units: Add missing setup in overriden calcVir...
Sven Gothel
2014-10-09
6
-0
/
+6
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-08-06
1
-1
/
+13
*
WindowImpl: Fix intendation
Sven Gothel
2014-07-29
1
-2
/
+1
*
Bug 1024: Add fallback for native-jar-file location via classpath
Sven Gothel
2014-07-11
2
-36
/
+22
*
Findbugs: Comment on some issues (OK, they are) ; Remove dead branches
Sven Gothel
2014-07-08
3
-5
/
+5
*
Findbugs: Misc minor issues (see below)
Sven Gothel
2014-07-08
2
-15
/
+13
*
Findbugs: Remove branches where reference cannot be null
Sven Gothel
2014-07-08
1
-1
/
+1
*
Findbugs: Use <NumberType>.valueOf(..) instead of 'new <NumberType>(..)'
Sven Gothel
2014-07-08
1
-2
/
+2
*
Findbugs: Add comment about intended setting of static field by instance method.
Sven Gothel
2014-07-08
3
-3
/
+3
*
Findbugs: Fix WindowImpl.getReconfigureFlags(..): Remove sloppy useless assig...
Sven Gothel
2014-07-08
1
-6
/
+6
*
Findbugs.not-written.null: Fix referencing non-written fields (never written ...
Sven Gothel
2014-07-08
1
-2
/
+11
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
57
-694
/
+717
*
Fix 'typo' in messages: 'Catched' -> 'Caught'
Sven Gothel
2014-06-28
1
-1
/
+1
*
Fix NEWT EDTUtil Deadlock on EDTUtil.start()
Sven Gothel
2014-06-12
3
-17
/
+13
*
Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...
Sven Gothel
2014-06-12
1
-82
/
+82
*
Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...
Sven Gothel
2014-06-09
2
-26
/
+46
*
NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..)
Sven Gothel
2014-06-08
1
-26
/
+0
*
Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...
Sven Gothel
2014-06-08
3
-14
/
+12
*
Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...
Sven Gothel
2014-06-08
3
-5
/
+13
*
Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...
Sven Gothel
2014-06-08
4
-50
/
+113
*
Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...
Sven Gothel
2014-06-06
3
-58
/
+90
*
Bug 741 HiDPI: Fix missing window -> pixel unit conversion in AWTNewtEventFac...
Sven Gothel
2014-05-28
1
-1
/
+4
*
Bug 741 HiDPI: Add missing window -> pixel unit conversion in AWTNewtEventFac...
Sven Gothel
2014-05-27
1
-2
/
+3
*
Bug 741 HiDPI: Fix OSX NEWT Offscreen Size Regression from commit 56d60b36798...
Sven Gothel
2014-05-27
1
-9
/
+9
*
Bug 741 HiDPI: Fix regression MIN_MONITOR_DEVICE_PROPERTIES: Adding missing '...
Sven Gothel
2014-05-27
9
-47
/
+136
*
Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...
Sven Gothel
2014-05-27
11
-60
/
+60
*
Bug 1013: Fix switching monitor resolution for NEWT Window (content black aft...
Sven Gothel
2014-05-26
2
-49
/
+78
*
Bug 1012: Fix erroneous handling of multiple monitor coordinates on OSX with ...
Sven Gothel
2014-05-26
1
-1
/
+1
*
Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...
Sven Gothel
2014-05-26
16
-139
/
+340
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-23
6
-40
/
+74
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-22
12
-182
/
+233
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...
Sven Gothel
2014-05-21
13
-86
/
+124
*
NEWT MouseEvent: Decouple pointerIds from single-pointer button, i.e. always ...
Sven Gothel
2014-04-09
2
-91
/
+91
*
NEWT: Minor edits
Sven Gothel
2014-03-16
1
-1
/
+1
*
Fix whitespaces of commit 78fcb8228d4a391054501aef16eb0462322ba39d and Window...
Sven Gothel
2014-02-25
1
-1
/
+1
*
A more wholesome solution to the windowing problems in OSX. As described
Petros Koutsolampros
2014-02-25
1
-1
/
+2
[next]