index
:
users/mraynsford/jogl.git
mark
master
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
*
Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm...
Sven Gothel
2010-11-04
8
-163
/
+282
*
NEWT Window Lifecycle / ScreenMode:
Sven Gothel
2010-11-03
1
-5
/
+6
*
Minor cleanup: strings, unused vars, ..
Sven Gothel
2010-11-02
3
-9
/
+17
*
Fix focus test for windows: increase mouse click start delay, so previous foc...
Sven Gothel
2010-11-02
2
-5
/
+6
*
ScreenMode: Ignore modes < 15bpp
Sven Gothel
2010-11-02
1
-2
/
+2
*
Added Rotation test
Sven Gothel
2010-11-01
2
-1
/
+76
*
Fix: Move windows build scripts to ant 1.8.0 as well (1.8.1 is buggy)
Sven Gothel
2010-11-01
6
-7
/
+7
*
Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows Build
Sven Gothel
2010-10-29
4
-7
/
+7
*
JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL
Sven Gothel
2010-10-29
5
-584
/
+6
*
WindowImpl/GLWindow LifecycleHook:
Sven Gothel
2010-10-27
1
-1
/
+1
*
Netbeans: use build target all.but-archives
Sven Gothel
2010-10-27
1
-0
/
+2
*
Merge branch 'master' of http://github.com/sgothel/jogl
Rami Santina
2010-10-21
3
-5
/
+36
|
\
|
*
NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode Changes
Sven Gothel
2010-10-21
3
-4
/
+35
*
|
Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen Hint
Rami Santina
2010-10-20
3
-6
/
+8
*
|
Added Screen Rotation manipulation API (with X11 impl)
Rami Santina
2010-10-18
1
-1
/
+3
*
|
Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen impl
Rami Santina
2010-10-17
2
-2
/
+16
|
/
*
JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11
Sven Gothel
2010-10-14
7
-24
/
+36
*
Harmonize all runtime properties, see doc/Implementation/runtime-properties.txt
Sven Gothel
2010-10-11
2
-3
/
+3
*
NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen...
Sven Gothel
2010-10-09
1
-0
/
+2
*
Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...
Sven Gothel
2010-10-09
1
-3
/
+4
*
Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit tests
Sven Gothel
2010-10-08
3
-4
/
+16
*
Fix: NEWT/AWT Focus unit tests
Sven Gothel
2010-10-07
1
-2
/
+2
*
Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurface
Sven Gothel
2010-10-07
3
-3
/
+8
*
NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit test
Sven Gothel
2010-10-06
2
-5
/
+5
*
NEWT/AWT Jnit: Add Robot Mouse Click test
Sven Gothel
2010-10-02
1
-3
/
+3
*
Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public)
Sven Gothel
2010-10-02
1
-1
/
+1
*
Newt/AWT Reparenting: Remove error prone requestFocus in critical path
Sven Gothel
2010-10-01
1
-9
/
+2
*
NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC...
Sven Gothel
2010-09-30
1
-1
/
+1
*
Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise...
Sven Gothel
2010-09-30
1
-1
/
+2
*
NEWT: Newt/AWT Rollback AWTParentWindowAdapter changes
Sven Gothel
2010-09-28
1
-0
/
+2
*
NEWT Focus fixes / out.println -> err.println
Sven Gothel
2010-09-28
2
-1
/
+6
*
NEWT Unit Focus Test: Use AWT permanent focus check on request.
Sven Gothel
2010-09-28
1
-3
/
+3
*
NEWT Robot Unit Tests: Bring Window to Front and position mouse
Sven Gothel
2010-09-27
1
-3
/
+3
*
NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus ...
Sven Gothel
2010-09-26
1
-2
/
+3
*
NEWT: Add Window.hasFocus() ; Test cleanup ..
Sven Gothel
2010-09-26
2
-1
/
+4
*
Add main() to TestFocus01SwingAWT
Sven Gothel
2010-09-26
1
-1
/
+3
*
RecursiveToolkitLock default TO 5s
Sven Gothel
2010-09-26
1
-3
/
+3
*
Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas...
Sven Gothel
2010-09-25
3
-2
/
+5
*
NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - Tests
Sven Gothel
2010-09-23
5
-4
/
+63
*
NEWT: Changed Lifecycle of Display/Screen (part 2)
Sven Gothel
2010-09-15
7
-19
/
+19
*
Merge branch 'master' into newt_display_unkey_thread
Sven Gothel
2010-09-15
1
-1
/
+0
|
\
|
*
COPYRIGHT.txt no longer exists -> don't copy it.
Michael Bien
2010-09-14
1
-1
/
+0
*
|
NEWT: Changed Lifecycle of Display/Screen
Sven Gothel
2010-09-10
1
-0
/
+1
|
/
*
Fixed gl3.h GL_GLEXT_PROTOTYPES -> GL3_PROTOTYPES/GL_GL3EXT_PROTOTYPES
OpenGL_4_1_Integration
OpenGL_3_3_Integration
Sven Gothel
2010-08-25
4
-22
/
+10
*
Add license header to gl3ext.h
Sven Gothel
2010-08-24
1
-0
/
+28
*
Modifications to the original header: Seperate platform types; Move extension...
Sven Gothel
2010-08-24
2
-221
/
+161
*
Add original Khronos glext.h and gl3.h headers from 2010-08-03
Sven Gothel
2010-08-24
2
-0
/
+14292
*
Redo khronos header migration from scratch to show the delta to the originals
Sven Gothel
2010-08-24
2
-14232
/
+0
*
Add OpenGL 3.3, 4.0 and 4.1 language mapping.
Sven Gothel
2010-08-24
46
-3160
/
+7070
*
Add hudson-archive-jars-latest.sh script; Simplify default value of product.b...
Sven Gothel
2010-07-27
2
-5
/
+150
[next]