aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Screen Mode manipulation API (with X11 impl) ; X11 Fullscreen implRami Santina2010-10-172-2/+16
* JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11Sven Gothel2010-10-147-24/+36
* Harmonize all runtime properties, see doc/Implementation/runtime-properties.txtSven Gothel2010-10-112-3/+3
* NEWT: WindowImpl/GLWindow add zero size fast path; Reparent: Zero size -> pen...Sven Gothel2010-10-091-0/+2
* Relocated RecursiveToolkitLock -> gluegen ; NEWT AWTParentWindowAdapter fix &...Sven Gothel2010-10-091-3/+4
* Fix: JOGL GLContextLock starvation; Tighten NEWT/AWT focus unit testsSven Gothel2010-10-083-4/+16
* Fix: NEWT/AWT Focus unit testsSven Gothel2010-10-071-2/+2
* Fix: NativeWindow RecursiveToolkitLock, GLWindow lockSurface/unlockSurfaceSven Gothel2010-10-073-3/+8
* NativeWindow/NativeSurface Refactoring ; Added mouseClick NEWT/AWT unit testSven Gothel2010-10-062-5/+5
* NEWT/AWT Jnit: Add Robot Mouse Click testSven Gothel2010-10-021-3/+3
* Increased junit timout to 30 min. Move ClickTimeout to MouseEvent (public)Sven Gothel2010-10-021-1/+1
* Newt/AWT Reparenting: Remove error prone requestFocus in critical pathSven Gothel2010-10-011-9/+2
* NEWT/AWT Unit Tests: Run one test at a time via superclass BeforeClass/AfterC...Sven Gothel2010-09-301-1/+1
* Newt/AWT: Add singleton test instance lock for all AWT Robot tests, otherwise...Sven Gothel2010-09-301-1/+2
* NEWT: Newt/AWT Rollback AWTParentWindowAdapter changesSven Gothel2010-09-281-0/+2
* NEWT Focus fixes / out.println -> err.printlnSven Gothel2010-09-282-1/+6
* NEWT Unit Focus Test: Use AWT permanent focus check on request.Sven Gothel2010-09-281-3/+3
* NEWT Robot Unit Tests: Bring Window to Front and position mouseSven Gothel2010-09-271-3/+3
* NEWT/AWT focus tests: Enhance, use robot and programatic. Start with a focus ...Sven Gothel2010-09-261-2/+3
* NEWT: Add Window.hasFocus() ; Test cleanup ..Sven Gothel2010-09-262-1/+4
* Add main() to TestFocus01SwingAWTSven Gothel2010-09-261-1/+3
* RecursiveToolkitLock default TO 5sSven Gothel2010-09-261-3/+3
* Unit test for Bug 411 (Pre AWT/Swing Usage, Mixed usage with JOGL) - GLCanvas...Sven Gothel2010-09-253-2/+5
* NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - TestsSven Gothel2010-09-235-4/+63
* NEWT: Changed Lifecycle of Display/Screen (part 2)Sven Gothel2010-09-157-19/+19
* Merge branch 'master' into newt_display_unkey_threadSven Gothel2010-09-151-1/+0
|\
| * COPYRIGHT.txt no longer exists -> don't copy it.Michael Bien2010-09-141-1/+0
* | NEWT: Changed Lifecycle of Display/ScreenSven Gothel2010-09-101-0/+1
|/
* Fixed gl3.h GL_GLEXT_PROTOTYPES -> GL3_PROTOTYPES/GL_GL3EXT_PROTOTYPESOpenGL_4_1_IntegrationOpenGL_3_3_IntegrationSven Gothel2010-08-254-22/+10
* Add license header to gl3ext.hSven Gothel2010-08-241-0/+28
* Modifications to the original header: Seperate platform types; Move extension...Sven Gothel2010-08-242-221/+161
* Add original Khronos glext.h and gl3.h headers from 2010-08-03Sven Gothel2010-08-242-0/+14292
* Redo khronos header migration from scratch to show the delta to the originalsSven Gothel2010-08-242-14232/+0
* Add OpenGL 3.3, 4.0 and 4.1 language mapping.Sven Gothel2010-08-2446-3160/+7070
* Add hudson-archive-jars-latest.sh script; Simplify default value of product.b...Sven Gothel2010-07-272-5/+150
* Newt: Remove static MacDisplay usageSven Gothel2010-07-261-1/+3
* Fix OSX 2: Newt EDT (MainThread) and I/O methods ; Build jogl.build.numberSven Gothel2010-07-262-1/+6
* Fix build.number -> jogl.build.number; Read artifact.propertiesSven Gothel2010-07-262-1/+3
* Fix artifact.properties rootrelSven Gothel2010-07-241-1/+1
* Merge branch 'master' of github.com:sgothel/joglMichael Bien2010-07-241-0/+4
|\
| * Fix OSX 1: Add empty define of APIENTRY, if undefined (CG)Sven Gothel2010-07-191-0/+4
* | added tag.build ant target.Michael Bien2010-07-241-1/+6
|/
* Merge branch 'master' of http://github.com/sgothel/joglMichael Bien2010-07-182-3/+3
|\
| * Fix OSX 1: Link with OpenGL library again (CGL)Sven Gothel2010-07-171-2/+2
| * Newt: X11 ICC window properties ; Still bugs with composite manager and Newt ...Sven Gothel2010-07-171-1/+1
* | Merge branch 'freebsd-fixes' of http://github.com/rothwell/joglMichael Bien2010-07-183-16/+76
|\ \ | |/ |/|
| * Set up compiler and linker for newt. JOGL builds and passes all tests.Mark Rothwell2010-06-261-4/+34
| * Prepend /usr/local/lib to freebsd X11 linkerMark Rothwell2010-06-261-4/+4
| * Prepend /usr/local/lib for X11 librariesMark Rothwell2010-06-261-4/+4
| * Use correct compiler setup for nativewindowMark Rothwell2010-06-261-2/+6