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
/
classes
/
com
/
jogamp
/
newt
/
Window.java
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
JOGL/NEWT: Introduce WindowClosingProtocol (solves Bug/Request 444)
Sven Gothel
2010-12-19
1
-1
/
+2
*
JOGL/NEWT: Animator fixes
Sven Gothel
2010-11-21
1
-2
/
+1
*
NEWT: Adding CapabilitiesChooser setter and using it in createNativeImpl() ..
Sven Gothel
2010-11-18
1
-0
/
+9
*
Implement CapabilitiesImmutable to indicate that getRequestedCapabilities() a...
Steve Vaughan
2010-11-17
1
-5
/
+11
*
NEWT Lifecycle remodel: Window destroy() !
Sven Gothel
2010-11-16
1
-17
/
+11
*
NEWT: ScreenModeUtil fix, misc changes
Sven Gothel
2010-11-03
1
-2
/
+2
*
NEWT: ScreenMode changes
Sven Gothel
2010-10-26
1
-1
/
+2
*
NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode Changes
Sven Gothel
2010-10-21
1
-0
/
+3
*
NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test
Sven Gothel
2010-10-06
1
-9
/
+3
*
NEWT: Add Window.hasFocus() ; Test cleanup ..
Sven Gothel
2010-09-26
1
-0
/
+2
*
NEWT: Fix Display/Window/Screen OO Identity, Reparenting and requestFocus
Sven Gothel
2010-09-23
1
-1603
/
+251
*
NEWT: Changed Lifecycle of Display/Screen (part 2)
Sven Gothel
2010-09-15
1
-79
/
+172
*
NEWT: Changed Lifecycle of Display/Screen
Sven Gothel
2010-09-10
1
-46
/
+60
*
NEWT: Focus Fix + Cleanup
Sven Gothel
2010-09-03
1
-9
/
+19
*
Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ...
Sven Gothel
2010-07-17
1
-7
/
+8
*
Fix file modes
Sven Gothel
2010-07-07
1
-0
/
+0
*
GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...
Sven Gothel
2010-07-07
1
-5
/
+41
*
GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...
Sven Gothel
2010-06-26
1
-218
/
+305
*
Cleanup enqueueEvent and remove PaintEvent and it's Listener
Sven Gothel
2010-06-17
1
-91
/
+25
*
JOGL.GLAutoDrawable:
Sven Gothel
2010-06-16
1
-4
/
+8
*
NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...
Sven Gothel
2010-06-11
1
-1
/
+1
*
NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...
Sven Gothel
2010-06-11
1
-6
/
+161
*
Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...
Sven Gothel
2010-06-10
1
-155
/
+192
*
NEWT: Simplified Locking
Sven Gothel
2010-06-02
1
-11
/
+2
*
NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...
Sven Gothel
2010-05-28
1
-164
/
+534
*
Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes
Sven Gothel
2010-05-21
1
-66
/
+125
*
Newt Window: sendEvent -> public; GLWindow must pass down sendEvent and reque...
Sven Gothel
2010-05-05
1
-1
/
+1
*
NEWT Fixes (Windows/child-win):
Sven Gothel
2010-05-04
1
-2
/
+11
*
NEWT Fixes:
Sven Gothel
2010-05-04
1
-0
/
+3
*
- Fix GLProcAddressResolver regression: Use GLProcAddressResolver !
Sven Gothel
2010-04-27
1
-74
/
+3
*
NEWT: Add missing return in recursive lock; Add MacOSX EVENT_KEY_TYPED
Sven Gothel
2010-04-24
1
-0
/
+1
*
NEWT Cleanup
Sven Gothel
2010-04-24
1
-6
/
+6
*
NEWT/AWT Interoperability
Sven Gothel
2010-04-24
1
-24
/
+53
*
Newt.AWTWindow: Set/Unset windowHandle (enables actual destroy call) / minor ...
Sven Gothel
2010-04-23
1
-9
/
+15
*
Merge branch 'master' of github.com:mbien/jogl
Sven Gothel
2010-04-23
1
-1
/
+1
|
\
|
*
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
|
/
*
JOGL GL4 preperation (cont):
Sven Gothel
2010-04-20
1
-3
/
+2
*
NEWT X11 Fix (mainly ATI and multithreading)
Sven Gothel
2010-04-13
1
-30
/
+33
*
Fix NEWT Window destroy/close race condition,
Sven Gothel
2010-04-09
1
-24
/
+89
*
moved com.jogamp.javafx.* to com.jogamp.*.
Michael Bien
2010-03-29
1
-0
/
+929
[prev]