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
/
com
/
jogamp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NewtFactory: Cleanup / createWindow(..) w/ parentWindow variant shall fall ba...
Sven Gothel
2014-01-31
1
-11
/
+6
*
NEWT: Add Support for AWT-Less Applet3
Sven Gothel
2014-01-30
4
-8
/
+563
*
NewtFactory: Fix createWindow(..) ctor w/ given native window handle (use dis...
Sven Gothel
2014-01-30
1
-8
/
+10
*
NEWT Window: Add API Doc for Custom Window Icons
Sven Gothel
2014-01-30
2
-0
/
+16
*
JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's...
Sven Gothel
2014-01-12
1
-1
/
+1
*
Bug 937 - JAWTWindow: Unsatisfying Visibility Computation
Sven Gothel
2014-01-12
1
-2
/
+2
*
Bug 676: Use proper pointer icon images (artwork)
Sven Gothel
2014-01-09
1
-2
/
+2
*
Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...
Sven Gothel
2014-01-08
2
-22
/
+101
*
JOGLNewtAppletBase Default Key-Action: Add 'j' for setPointerConfined() .. i....
Sven Gothel
2014-01-04
1
-0
/
+9
*
Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and...
Sven Gothel
2014-01-04
1
-14
/
+53
*
Bug 935: NEWT PointerIcon: Add size, hotspot 'getter' and String representation
Sven Gothel
2013-12-31
1
-1
/
+11
*
Bug 935: NEWT: Expose Pointer Icons Feature in JOGLNewtAppletBase Tests
Sven Gothel
2013-12-31
1
-19
/
+66
*
Bug 934, Bug 935: NEWT: Add support for custom Application/Window and Pointer...
Sven Gothel
2013-12-31
4
-4
/
+105
*
NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm...
Sven Gothel
2013-12-31
2
-12
/
+7
*
Bug 922 (2/2): NEWT Window.reparentWindow(..): Use REPARENT_HINT_BECOMES_VISI...
Sven Gothel
2013-12-11
3
-8
/
+9
*
Bug 922 (1/2): NEWT Window.reparentWindow(..): Provide REPARENT_HINT_BECOMES_...
Sven Gothel
2013-12-11
2
-1
/
+29
*
Bug 904: 'User Vertical Flip' for GLJPanel w/o vertical flip must be consider...
Sven Gothel
2013-12-10
1
-1
/
+1
*
Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des...
Sven Gothel
2013-11-25
2
-20
/
+25
*
Bug 672 (NewtCanvasSWT): Reuse SWTAccessor.isOS_TYPE ; Impl NW.getLocationOnS...
Sven Gothel
2013-11-25
1
-18
/
+24
*
Bug 672 (NewtCanvasSWT ignore windowing offset on OSX').
Petros Koutsolampros
2013-11-24
1
-1
/
+6
*
Workaround Bug 910 (IcedTea-Web): NewtCanvasAWT shall postpone JAWTWindow des...
Sven Gothel
2013-11-23
1
-29
/
+88
*
JOGLNewtAppletBase's add/remove 'reparentHome WindowListener' at start()/stop()
Sven Gothel
2013-11-23
1
-20
/
+21
*
JOGLNewtApplet1Run: Perform AWT Operations on AWT-EDT ; Remove redundant expl...
Sven Gothel
2013-11-23
1
-32
/
+54
*
JOGLNewtAppletBase's windowDestroyNotify(): Double check 'awtParent' before r...
Sven Gothel
2013-11-23
1
-12
/
+13
*
NewtCanvasAWT: Remove useless block in else branch
Sven Gothel
2013-11-18
1
-6
/
+3
*
jogl: push other call to clearGlobalFocus to the AWT EDT
Harvey Harrison
2013-11-18
1
-1
/
+1
*
jogl: do the clearGlobalFocusOwner() call on the AWT EDT in NewtCanvasAWT
Harvey Harrison
2013-11-18
1
-1
/
+9
*
jogl: simplify conditional that repeats test for isOnScreen
Harvey Harrison
2013-11-18
1
-1
/
+2
*
jogl: add missing @Override annotation in NewtCanvasAWT
Harvey Harrison
2013-11-18
1
-0
/
+2
*
Fix Bug 893 - NewtCanvasAWT Lifecycle Race Condition (NPE on shutdown periodi...
Sven Gothel
2013-11-18
1
-162
/
+185
*
NewtCanvasAWT: Add method of 'isAWTEventPassThrough()', used in unit tests to...
Sven Gothel
2013-11-18
1
-0
/
+14
*
NEWT AWTAdapter*: Don't act if not setup (due to lazy setup mode), refines co...
Sven Gothel
2013-11-18
4
-2
/
+27
*
NewtCanvasAWT: Use final AWT[Key|Mouse]Adapter and set downstream lazily; Con...
Sven Gothel
2013-11-18
1
-19
/
+32
*
NEWT AWTAdapter: Add notion of consuming the AWT InputEvent (will be used for...
Sven Gothel
2013-11-18
4
-49
/
+127
*
Fix Bug 879 Regression (2/2) - NewtCanvasAWT.FocusAction must take focus when...
Sven Gothel
2013-11-18
1
-3
/
+11
*
Fix Bug 879 - Threads deadlock in native keyboardfocus calls made form multip...
Sven Gothel
2013-11-17
1
-12
/
+11
*
Bug 903 - NEWT: Support 'Continue Drag on Exit'; Consistent Mouse ENTER/EXIT
Sven Gothel
2013-11-17
2
-0
/
+4
*
NEWT Window: Expose 'setVisible(boolean wait, boolean visible)' allowing appl...
Sven Gothel
2013-11-06
2
-5
/
+21
*
Bug 776 GLContext Sharing: Refine API for relaxed and lazy GLContext sharing ...
Sven Gothel
2013-10-27
2
-32
/
+20
*
PinchToZoomGesture: Add ctor arg 'allowMorePointer', should be false to be mo...
v2.1.1
Sven Gothel
2013-10-19
1
-5
/
+13
*
jogl: avoid creating a second String object, one is enough
Harvey Harrison
2013-10-18
1
-1
/
+1
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
28
-0
/
+127
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
42
-866
/
+866
*
MouseEvent: Clarify button-number and pointer-ID relation incl. case 'no butt...
Sven Gothel
2013-10-18
1
-14
/
+69
*
AWTPrintLifecycle.setupPrint(..): Fix regression of commit a05b87a369441d9ef3...
Sven Gothel
2013-10-18
1
-6
/
+8
*
Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2...
Sven Gothel
2013-10-17
1
-5
/
+30
*
PinchToZoomGesture: Validate pointer-IDs, skip if invalid.
Sven Gothel
2013-10-17
1
-24
/
+26
*
NEWT PointerEvent: Unify event processing in new doPointerEvent(..) and consu...
Sven Gothel
2013-10-17
1
-77
/
+21
*
Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat...
Sven Gothel
2013-10-17
1
-4
/
+14
*
MouseEvent: Clarify 'Multiple-Pointer' w/ button[mask] semantics, ; InputEven...
Sven Gothel
2013-10-17
2
-32
/
+103
[next]