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
*
NEWT InputEvent consumed: Expose special attachement Object 'consumedTag', wh...
Sven Gothel
2011-11-18
1
-0
/
+5
*
OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...
Sven Gothel
2011-11-12
5
-40
/
+165
*
OS X Layered View: Part7 Allow NEWT onscreen MacWindow to be used incl repare...
Sven Gothel
2011-11-11
2
-23
/
+73
*
Revert introduction of NativeSurfaceHolder and NativeWindowHolder interfaces
Sven Gothel
2011-11-11
3
-30
/
+2
*
NEWT/WindowImpl: Fix minor regression offscreen recreate @ setSize() (commit ...
Sven Gothel
2011-11-10
1
-3
/
+6
*
NEWT/Screen: minor editing/cleanup
Sven Gothel
2011-11-10
1
-4
/
+3
*
NEWT/WindowImpl: Generalize recreation @ setSize() for offscreen surface
Sven Gothel
2011-11-10
1
-53
/
+54
*
Fix regression JAWTWindow/AWTGraphicsConfiguration updateGraphicsConfiguratio...
Sven Gothel
2011-11-10
1
-1
/
+10
*
NewtCanvasAWT: nativeWindow field lifecycle is same as holder (Composition). ...
Sven Gothel
2011-11-09
1
-1
/
+0
*
NewtCanvasAWT: Fix NPE (regression from commit 46542168d64b37f544f61802693f15...
Sven Gothel
2011-11-09
1
-2
/
+4
*
NativeWindow: SurfaceChangeable::setSize() -> surfaceSizeChanged() to avoid c...
Sven Gothel
2011-11-09
1
-0
/
+4
*
Fix regression: setScreen(..) invalid ref count & flag
Sven Gothel
2011-11-09
1
-25
/
+6
*
OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup
Sven Gothel
2011-11-09
5
-78
/
+191
*
OS X Layered View: Part4 NEWT OffscreenWindow/WindowImpl fix
Sven Gothel
2011-11-09
2
-9
/
+24
*
NativeWindow: Add accessor interfaces NativeSurfaceHolder and NativeWindowHolder
Sven Gothel
2011-11-09
1
-1
/
+15
*
NativeWindow/JOGL: NativeSurface adds add/remove SurfaceUpdateListener
Sven Gothel
2011-11-06
3
-98
/
+12
*
Impl layeredSurface (java/native):
Sven Gothel
2011-11-05
1
-0
/
+2
*
OSX: CGL type cleanup ; layeredSurface impl.
Sven Gothel
2011-11-05
2
-16
/
+17
*
NEWT/Applet: Add 'newt.debug.Applet' ; Be more verbose in DEBUG Mode;
Sven Gothel
2011-10-29
2
-2
/
+51
*
NEWT/OSX: Using NewtView softLock ; Adding debug info to solve assertion: 'NS...
Sven Gothel
2011-10-27
1
-43
/
+86
*
NEWT/OSX NewtView: Add 'soft' pthread locking impacts: needsDisplay/displayIf...
Sven Gothel
2011-10-27
2
-14
/
+78
*
NEWT/OSX: Refine comment for native requestFocus(); Remove warning
Sven Gothel
2011-10-26
1
-2
/
+5
*
NEWT/OSX: Can't use sending key/mouse directly to WindowImpl, deadlock .. see...
Sven Gothel
2011-10-26
1
-1
/
+7
*
NEWT/OSX: Add missing sendKeyEvent(..) specialization to produce the keyCode ...
Sven Gothel
2011-10-26
1
-1
/
+10
*
Partially revert cba9a070f9649bec42627631d393963d548e320c: Skip focusAction()...
Sven Gothel
2011-10-23
2
-23
/
+23
*
NEWT/ScreenMode: Make getCurrenctScreenMode..() more fail proof in case the (...
Sven Gothel
2011-10-23
2
-15
/
+31
*
Newt/OSX: Disable VERBOSE
Sven Gothel
2011-10-22
1
-1
/
+1
*
NEWT/Native RequestFocus: Even if owning focus, run the focusAction() call in...
Sven Gothel
2011-10-22
3
-34
/
+35
*
NewtCanvasAWT: Cleanup / Remove FIXME tag (impl. is ok)
Sven Gothel
2011-10-22
1
-6
/
+2
*
NEWT/MacOSX: Fix resignKeyWindow super call. Summarize sendFocusLost/sendFocu...
Sven Gothel
2011-10-22
2
-44
/
+15
*
NEWT/ScreenMode: If unimplemented have at least current mode in list. Current...
Sven Gothel
2011-10-22
2
-74
/
+86
*
Remove warnings
Sven Gothel
2011-10-20
1
-1
/
+5
*
NEWT/OSX: Attempt to stabilize native parenting (ie w/ AWT) ; Add windowRepai...
Sven Gothel
2011-10-20
4
-100
/
+174
*
Only revert ScreenMode (destroy/shutdown) if owner (Screen) changed it
Sven Gothel
2011-10-19
3
-11
/
+36
*
NEWT/OSX: Adding 'fake' lockSurface based on [view canDraw]. Can't use lockFo...
Sven Gothel
2011-10-16
2
-6
/
+53
*
NEWT/OSX: Send events direct w/o EDT queue (like X11 and Win32)
Sven Gothel
2011-10-16
1
-10
/
+28
*
NEWT/OSX: Proper impl. of NEWT's focus management (fixes NEWT/AWT focus behav...
Sven Gothel
2011-10-16
5
-34
/
+96
*
NEWT/OSX: exec. makeKeyAndOrderFront/makeKeyWindow on MainThread
Sven Gothel
2011-10-16
1
-5
/
+6
*
NEWT/OSX: Add mouse enter/exit and pointer features (visible, confined, warp)...
Sven Gothel
2011-10-16
5
-98
/
+299
*
NEWT/Mouse: Skip 'move' event w/ same position. Add Enter/Exit events
Sven Gothel
2011-10-15
4
-7
/
+107
*
NEWT/Pointer Confined: Dispatch mouse move events before enabled; Only reques...
Sven Gothel
2011-10-15
1
-3
/
+12
*
Fix NEWT/Pointer Invisible: INVISIBLE_MASK was equal w/ CONFINED_MASK (duh)
Sven Gothel
2011-10-15
1
-1
/
+1
*
NEWT/EDTUtil: Allow get/set poll period, defaults to defaultEDTPollPeriod
Sven Gothel
2011-10-15
3
-5
/
+32
*
NEWT/OSX: Fix resize behavior / Cleanup coordinate transormation (client-spac...
Sven Gothel
2011-10-13
2
-51
/
+80
*
NEWT: Filter Window focusChanged() and visibleChanged() [test if value changed]
Sven Gothel
2011-10-13
1
-12
/
+16
*
GLCanvas / GLWindow: Change 'manual' resize/repaint animation filter
Sven Gothel
2011-10-13
1
-2
/
+2
*
NEWT/OSX MacWindow: Use screen of window
Sven Gothel
2011-10-12
1
-1
/
+1
*
Newt/OSX: Fix top/child positioning, positionChanged(), rely on native pos/si...
Sven Gothel
2011-10-12
4
-50
/
+120
*
OSX Minor Cleanups: ctx delete note (freeze when shared ctx), Better MainThre...
Sven Gothel
2011-10-12
1
-6
/
+14
*
NEWT OSX: Disable native VERBOSITY
Sven Gothel
2011-10-12
1
-1
/
+1
[next]