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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1093 - NEWT PointerIcon swizzled on X11 and OSX; WindowIcon swizzled on O...
Sven Gothel
2014-10-10
3
-4
/
+12
*
Newt Screen viewport in windows units: Add missing setup in overriden calcVir...
Sven Gothel
2014-10-09
6
-0
/
+6
*
NEWT Display: Fix typo in API doc
Sven Gothel
2014-10-07
1
-1
/
+1
*
Bug 1078, Bug 1082: Fix regression (typo), add missing assignment of printGLA...
Sven Gothel
2014-10-01
1
-0
/
+1
*
Bug 1078: Add Fallback in AWTPrintLifecycle.setupPrint(): Use Onscreen GLAD i...
Sven Gothel
2014-09-30
1
-5
/
+17
*
AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su...
Sven Gothel
2014-09-13
1
-1
/
+3
*
Bug 1065: Handle NULL result of TISGetInputSourceProperty(keyboard, kTISPrope...
v2.2.1
Sven Gothel
2014-09-08
1
-2
/
+7
*
GLSharedContextSetter: Fix API doc and all html references (fix URL and compl...
Sven Gothel
2014-08-29
1
-0
/
+7
*
NEWT Window setSurfaceSize(..): Add API doc comment about setting pixel-unit ...
v2.2.0
Sven Gothel
2014-08-07
1
-0
/
+5
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-08-06
1
-1
/
+13
*
Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...
Sven Gothel
2014-07-31
1
-1
/
+1
*
Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...
Sven Gothel
2014-07-30
1
-17
/
+20
*
WindowImpl: Fix intendation
Sven Gothel
2014-07-29
1
-2
/
+1
*
Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...
Sven Gothel
2014-07-27
1
-5
/
+5
*
Bug 1024: Add fallback for native-jar-file location via classpath
Sven Gothel
2014-07-11
2
-36
/
+22
*
Bug 1031: Remove Deprecated Classes and Methods (JOGL)
Sven Gothel
2014-07-10
1
-6
/
+0
*
Findbugs: Comment on some issues (OK, they are) ; Remove dead branches
Sven Gothel
2014-07-08
3
-5
/
+5
*
Findbugs: Use inner static class where possible
Sven Gothel
2014-07-08
1
-1
/
+1
*
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: Remove redundant instanceof checks
Sven Gothel
2014-07-08
2
-7
/
+1
*
Findbugs.not-written.null: Fix referencing non-written fields (never written ...
Sven Gothel
2014-07-08
1
-2
/
+11
*
Findbugs.minor: Fix 'array -> string', missing argument
Sven Gothel
2014-07-08
2
-2
/
+5
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
89
-1104
/
+1132
*
Fix 'typo' in messages: 'Catched' -> 'Caught'
Sven Gothel
2014-06-28
3
-3
/
+3
*
Fix NEWT EDTUtil Deadlock on EDTUtil.start()
Sven Gothel
2014-06-12
4
-19
/
+15
*
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
6
-39
/
+96
*
NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..)
Sven Gothel
2014-06-08
3
-111
/
+0
*
Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...
Sven Gothel
2014-06-08
5
-20
/
+30
*
Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...
Sven Gothel
2014-06-08
5
-8
/
+16
*
Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...
Sven Gothel
2014-06-08
9
-69
/
+190
*
Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...
Sven Gothel
2014-06-06
9
-108
/
+192
*
NEWT AWTAdapter: Simplify event processing / Window.enqueueEvent(..): Add API...
Sven Gothel
2014-06-05
5
-56
/
+58
*
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
16
-69
/
+69
*
NewtCanvasSWT: Fixe newtChild NPE; Perform getParentLocationOnScreen() on val...
Sven Gothel
2014-05-26
1
-21
/
+79
*
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
2
-20
/
+53
*
Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...
Sven Gothel
2014-05-26
25
-262
/
+593
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-23
12
-80
/
+153
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...
Sven Gothel
2014-05-22
20
-209
/
+320
*
Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...
Sven Gothel
2014-05-21
22
-134
/
+239
*
Minor edits: Fix comments / API-docs
Sven Gothel
2014-05-19
1
-1
/
+1
[next]