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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 942: Bug 942 - Review GLBuffer[State|Size]Tracker and NIO mapped buffers
Sven Gothel
2014-01-14
4
-92
/
+73
*
Revert "Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and...
Sven Gothel
2014-01-14
4
-187
/
+260
*
JAWTWindow DEBUG: Dump all JAVA_VERSION* information
Sven Gothel
2014-01-14
2
-25
/
+19
*
Bug 942 - Share GLBufferStateTracker ; Unify GLBufferStateTracker and GLBuffe...
Sven Gothel
2014-01-14
4
-260
/
+187
*
Bug 938 - MemoryObject.java has no more equals() method
Sven Gothel
2014-01-14
1
-6
/
+22
*
TestParenting01dAWT: Add waitForVisible after toggling NEWT child window visi...
Sven Gothel
2014-01-13
1
-1
/
+4
*
OSXMisc CALayer::FixCALayerLayout: Fix visible:=false case, i.e. don'r overri...
Sven Gothel
2014-01-13
1
-5
/
+12
*
JAWTWindow.JAWTComponentListener: Minor Cleanup
Sven Gothel
2014-01-13
1
-5
/
+5
*
JOGLNewtAppletBase: Typo of new PNG icons .. used AE's 'gray' instead of BE's...
Sven Gothel
2014-01-12
1
-1
/
+1
*
DefaultEDTUtil: At EDT finish, notify all task-waiter to avoid deadlock at er...
Sven Gothel
2014-01-12
3
-27
/
+88
*
AWTParentWindowAdapter/AWTRobotUtil: Use 'isShowing()' instead of 'isVisible(...
Sven Gothel
2014-01-12
2
-12
/
+12
*
Bug 937 - JAWTWindow: Unsatisfying Visibility Computation
Sven Gothel
2014-01-12
10
-179
/
+206
*
Fix GLDrawableHelper.resizeOffscreenDrawable(..): Do nothing if !drawable.isR...
Sven Gothel
2014-01-11
1
-4
/
+7
*
Misc Cleanup: JAWTWindow: Reusing visible in HIERARCHY listener; Remove obsol...
Sven Gothel
2014-01-11
5
-34
/
+20
*
[Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(...
Sven Gothel
2014-01-11
17
-458
/
+431
*
X11: Harden usage of 'XGetWindowProperty(..)' and 'XGetVisualInfo' - Add miss...
Sven Gothel
2014-01-11
2
-47
/
+55
*
Fix PNGTstFiles: Typo of new PNG icons .. used AE's 'gray' instead of BE's 'g...
Sven Gothel
2014-01-09
3
-5
/
+16
*
BCM_VC_IV: Add 2 references (_poor_ API docs, very)
Sven Gothel
2014-01-09
2
-0
/
+8
*
NEWT Rasp.Pi: Add Support for multiple Windows, dynamic set size and position
Sven Gothel
2014-01-09
2
-88
/
+72
*
NEWT bcm_vc_iv.c: Disable VERBOSE_ON
Sven Gothel
2014-01-09
1
-2
/
+2
*
Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.) - Interc...
Sven Gothel
2014-01-09
2
-22
/
+5
*
Bug 676 - Add support for native Mouse Pointer rendering (Rasp.-Pi.)
Sven Gothel
2014-01-09
6
-56
/
+617
*
NEWT DisplayImpl/PointerIcon: Don't use blocking isNativeValid() before and a...
Sven Gothel
2014-01-09
2
-11
/
+8
*
Bug 676: Use proper pointer icon images (artwork)
Sven Gothel
2014-01-09
8
-19
/
+19
*
PixelRectangle.GenericPixelRect: hashCode() impl. didn't set volatile hashCod...
Sven Gothel
2014-01-09
1
-0
/
+1
*
Bug 935: NEWT PointerIcon: Utilize Toolkit Agnostic PixelFormat and Conversio...
Sven Gothel
2014-01-08
30
-786
/
+1428
*
Bug 935: NEWT PointerIcon: Add Toolkit Agnostic PixelFormat and Conversion Ut...
Sven Gothel
2014-01-08
5
-0
/
+1227
*
Bug 935: NEWT PointerIcon/Visibility: Perform JAWTWindow's OffscreenLayerSurf...
Sven Gothel
2014-01-05
2
-18
/
+26
*
Bug 935: NEWT PointerIcon/Visibility: Perform OffscreenLayerSurface delegatio...
Sven Gothel
2014-01-05
2
-69
/
+127
*
NEWT OSX: Add missing NewtCommon_init(env) (duh!) - Issuing NewtCommon_throwN...
Sven Gothel
2014-01-05
2
-45
/
+37
*
NativewindowCommon_init: Add define STDERR_TO_FILE (default undefined) to red...
Sven Gothel
2014-01-05
1
-0
/
+7
*
Bug 935: NEWT Windows Pointer-Icon WM_SETCURSOR: Don't use DefWindowProc, Set...
Sven Gothel
2014-01-05
1
-14
/
+35
*
Bug 935: NEWT Windows Window-Icon: Use WNDCLASSEX w/ Small/Big Default Icons ...
Sven Gothel
2014-01-05
6
-47
/
+46
*
TestInitConcurrent01NEWT: Fix test enumeration
Sven Gothel
2014-01-04
1
-10
/
+10
*
Bug 935: NEWT Windows Window-Icon: Fix Window-Icon Visibility after Reparenti...
Sven Gothel
2014-01-04
1
-0
/
+4
*
JOGLNewtAppletBase Default Key-Action: Add 'j' for setPointerConfined() .. i....
Sven Gothel
2014-01-04
1
-0
/
+9
*
Bug 935: NEWT OSX PointerIcon/Pointer-Visibility: Impl. OffscreenLayerSurface...
Sven Gothel
2014-01-04
4
-2
/
+119
*
Bug 935: NEWT PointerIcon: Refine Spec and Implementation / Fix OSX Crash and...
Sven Gothel
2014-01-04
15
-694
/
+992
*
Bug 935: NEWT PointerIcon PNGIcon: Remove return value 'elem_bytesize[]' whic...
Sven Gothel
2014-01-03
1
-3
/
+3
*
Bug 935: NEWT PointerIcon PNGIcon: Remove return value 'elem_bytesize[]' whic...
Sven Gothel
2014-01-03
5
-14
/
+13
*
Bug 935: NEWT PointerIcon OSX: Safe use of NSCursor handle
Sven Gothel
2014-01-03
3
-16
/
+42
*
NewtMacWindow: NSView: Remove unused 'myCursor' field
Sven Gothel
2014-01-02
2
-18
/
+0
*
MacWindow.m: Add missing NSAutoreleasePool 'decoration'
Sven Gothel
2014-01-02
1
-3
/
+17
*
Bug 935: NEWT PointerIcon: Add size, hotspot 'getter' and String representation
Sven Gothel
2013-12-31
5
-5
/
+41
*
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
22
-36
/
+1008
*
NEWT Cleanup - Remove Type Casts and OSX Newt/Fmod Workaround (Early WindowIm...
Sven Gothel
2013-12-31
3
-28
/
+7
*
NEWT WindowImpl: Add 'final' qualifier where possible
Sven Gothel
2013-12-31
1
-54
/
+49
*
JOGL Assets: Replace test-ntsc01-160x90.png w/ test-ntsc01-57x32.png (Save ~2...
Sven Gothel
2013-12-28
5
-6
/
+6
*
Bug 930 - OSX: Using 'Apple Software Renderer' GLRendererQuirks Quirk GL4Need...
Sven Gothel
2013-12-23
3
-16
/
+59
[next]