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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-16
/
+54
*
NEWT Intel GDL: Surface Size tuning .. ; Add missing getSurfaceHandle()
Sven Gothel
2009-10-02
1
-2
/
+8
*
NativeWindowFactory:
Sven Gothel
2009-10-02
10
-68
/
+381
*
NEWT: Fix X11 ConfigureEvent ; X11Window don't propagate pos change if parented
Sven Gothel
2009-09-29
1
-13
/
+25
*
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
1
-6
/
+11
*
Newt: MacOSX child clipping tests (failed)
Sven Gothel
2009-09-12
1
-2
/
+2
*
Newt: native window parenting MacOSX: OK (but parent clipping is missing) ; X...
Sven Gothel
2009-09-12
3
-19
/
+30
*
NEWT: Native window parenting (X11: OK); AWTWindow external Frame OK
Sven Gothel
2009-09-12
4
-16
/
+73
*
NEWT: Basic/Naive window parenting support ; NEWT GLWindow: remove ambigous c...
Sven Gothel
2009-09-12
9
-40
/
+56
*
newt: one more attempt to commit insets-related changes
trembovetski
2009-08-20
4
-5
/
+104
*
newt: additional insets support for GL and AWT Window
trembovetski
2009-08-20
2
-1
/
+23
*
newt: added support for window insets. Only implemented for Windows and MacOS.
trembovetski
2009-08-20
1
-0
/
+96
*
newt: added expose/paint event notification needed for passive rendering. Cur...
trembovetski
2009-08-14
3
-0
/
+158
*
Oops: Accidently removed AWT Display selection in NEWT
Sven Gothel
2009-08-01
1
-0
/
+2
*
GL3 Related:
Sven Gothel
2009-08-01
1
-1
/
+3
*
Gluegen:
Sven Gothel
2009-07-31
1
-1
/
+6
*
Fix: Check if windowHandle is already created
sg215889
2009-07-30
3
-20
/
+26
*
Add BroadcomEGL verbose messages
sg215889
2009-07-29
1
-1
/
+1
*
Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...
sg215889
2009-07-29
3
-2
/
+30
*
Fixed GL* documentation. Moved common GL functions to GLBase. Moved glAllocat...
sg215889
2009-07-29
1
-1
/
+5
*
NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEG...
sg215889
2009-07-28
2
-3
/
+10
*
Cleanup ..
sg215889
2009-07-28
1
-0
/
+3
*
Fix BroadcomEGL: Proper EGLGraphicsConfiguration at creation time
sg215889
2009-07-28
1
-4
/
+8
*
Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG...
sg215889
2009-07-27
7
-23
/
+212
*
mips changes
Morris Meyer
2009-07-27
3
-1
/
+90
*
Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1...
Sven Gothel
2009-07-04
1
-75
/
+0
*
Local property access package-private (no qualifiers)
Sven Gothel
2009-07-04
1
-4
/
+4
*
Fix property query. Thx to Ken pointing this out.
Sven Gothel
2009-07-03
3
-21
/
+60
*
Fix property handling ; Adding jnlp. aliasing for properties
Sven Gothel
2009-07-03
5
-34
/
+32
*
Fix NEWT static singleton init
Sven Gothel
2009-06-18
4
-36
/
+16
*
- Fix: X11 locking
Sven Gothel
2009-06-18
2
-7
/
+17
*
- Add: GLProfile.get(name) return default if name=="GL" as well (or if null)
Sven Gothel
2009-06-17
19
-341
/
+825
*
Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closed
Kenneth Russel
2009-06-15
33
-0
/
+5919