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 Fixes (Windows/child-win):
Sven Gothel
2010-05-04
4
-55
/
+94
*
NEWT Fixes:
Sven Gothel
2010-05-04
8
-91
/
+289
*
JOGL
Sven Gothel
2010-04-28
1
-0
/
+4
*
- Fix GLProcAddressResolver regression: Use GLProcAddressResolver !
Sven Gothel
2010-04-27
7
-152
/
+35
*
NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPED
Sven Gothel
2010-04-24
2
-0
/
+2
*
NEWT Cleanup
Sven Gothel
2010-04-24
48
-206
/
+409
*
NEWT/AWT Interoperability
Sven Gothel
2010-04-24
24
-286
/
+948
*
Moved event classed from com.jogamp.newt to com.jogamp.newt.event
Sven Gothel
2010-04-24
11
-35
/
+43
*
Newt.AWTWindow: Set/Unset windowHandle (enables actual destroy call) / minor ...
Sven Gothel
2010-04-23
2
-15
/
+33
*
Merge branch 'master' of github.com:mbien/jogl
Sven Gothel
2010-04-23
1
-1
/
+1
|
\
|
*
Merge branch 'master' of github.com:mbien/jogl
Michael Bien
2010-04-23
1
-1
/
+6
|
|
\
|
*
|
reviewed calls to lockSurface() and ensured propper unlocking.
Michael Bien
2010-04-23
1
-1
/
+1
*
|
|
Reuse recursive locking code
Sven Gothel
2010-04-23
1
-37
/
+38
|
|
/
|
/
|
*
|
Add missing finally unlock, if 2nd lock fails
Sven Gothel
2010-04-23
1
-1
/
+6
|
/
*
Newt.X11:XEventsQueued: QueuedAlready doesn't work on ATI - use QueuedAfterFlush
Sven Gothel
2010-04-22
1
-5
/
+9
*
Migrating gl2/gl3/gl4 -> gldesktop. Use JOGL_GLDESKTOP_.. when using profile....
Sven Gothel
2010-04-22
1
-3
/
+2
*
Add remark (unsigned long -> uint_32) ..
Sven Gothel
2010-04-21
1
-1
/
+1
*
JOGL GL4 preperation (cont):
Sven Gothel
2010-04-20
11
-31
/
+32
*
Further ATI (fglrx) X11Display bug workaround/cleanup
Sven Gothel
2010-04-15
2
-53
/
+29
*
NEWT X11 Fix (mainly ATI and multithreading)
Sven Gothel
2010-04-13
5
-104
/
+179
*
Fix NEWT Window destroy/close race condition,
Sven Gothel
2010-04-09
4
-57
/
+94
*
Fix missing MacOsX Newt refactoring
Sven Gothel
2010-04-09
1
-30
/
+30
*
Added doc/deployment:
Sven Gothel
2010-04-08
2
-2
/
+2
*
added intelliJ modules for jogl, newt and nativewindow. Removed other project...
Michael Bien
2010-04-08
1
-13
/
+0
*
fixed a bunch of javadoc warnings.
Michael Bien
2010-03-29
1
-2
/
+3
*
moved com.jogamp.javafx.* to com.jogamp.*.
Michael Bien
2010-03-29
50
-278
/
+271
*
final large refactoring to move to com.jogamp.*.
Michael Bien
2010-03-28
49
-250
/
+250
*
refactoring part 4 (remaining files): renamed com.sun.opengl -> com.jogamp.op...
Michael Bien
2010-03-27
5
-5
/
+5
*
added idea project files
Michael Bien
2010-03-27
1
-0
/
+13
*
Fix Solaris build
Sven Gothel
2009-10-15
1
-6
/
+5
*
X11 Display Lock completed (hope so)
Sven Gothel
2009-10-12
6
-78
/
+62
*
NEWT X11 Display Lock:
Sven Gothel
2009-10-11
4
-23
/
+13
*
NEWT: Avoid NPE at destroy() ; DEBUG println ..
Sven Gothel
2009-10-10
2
-4
/
+20
*
NEWT: Add EventDispatchThread (EDT) pattern.
Sven Gothel
2009-10-10
15
-365
/
+672
*
Fix On-/Offscreen and PBuffer.
Sven Gothel
2009-10-05
1
-0
/
+5
*
GLDrawableFactory Cleanup (-> On- Offscreen and PBuffer)
Sven Gothel
2009-10-05
2
-4
/
+22
*
Fix Config: Set doublebuffer:=false if offscreen; NEWT: Fix KDWindow.
Sven Gothel
2009-10-04
1
-1
/
+1
*
NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation....
Sven Gothel
2009-10-03
3
-54
/
+17
*
surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listener
Sven Gothel
2009-10-03
4
-14
/
+105
*
Offscreen/PBuffer capabilities cleanup ; Generic read drawable support
Sven Gothel
2009-10-03
1
-0
/
+7
*
NEWT: Offscreen integration
Sven Gothel
2009-10-02
2
-1
/
+95
*
NEWT Intel GDL: Proper Pos/Size/Fullscreen
Sven Gothel
2009-10-02
2
-23
/
+112
*
NEWT Intel GDL: Surface Size tuning .. ; Add missing getSurfaceHandle()
Sven Gothel
2009-10-02
2
-12
/
+25
*
NativeWindowFactory:
Sven Gothel
2009-10-02
12
-76
/
+733
*
NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parented
Sven Gothel
2009-09-29
2
-36
/
+57
*
NEWT AWT: Use size/pos from external frame
Sven Gothel
2009-09-14
1
-0
/
+4
*
NEWT: More elegant custom constructor type verification and setting by Window...
Sven Gothel
2009-09-14
2
-34
/
+107
*
Newt.AWT: avoid npe
Sven Gothel
2009-09-13
1
-2
/
+4
*
NEWT: remove redundant test code
Sven Gothel
2009-09-13
1
-3
/
+0
*
NEWT: native parenting Win32 OK
Sven Gothel
2009-09-13
2
-43
/
+88
[prev]
[next]