aboutsummaryrefslogtreecommitdiffstats
path: root/make
Commit message (Expand)AuthorAgeFilesLines
* Seperated unit tests (newt/awt/headless) and cleaned up some imports and comm...Sven Gothel2010-11-048-163/+282
* NEWT Window Lifecycle / ScreenMode:Sven Gothel2010-11-031-5/+6
* Minor cleanup: strings, unused vars, ..Sven Gothel2010-11-023-9/+17
* Fix focus test for windows: increase mouse click start delay, so previous foc...Sven Gothel2010-11-022-5/+6
* ScreenMode: Ignore modes < 15bppSven Gothel2010-11-021-2/+2
* Added Rotation testSven Gothel2010-11-012-1/+76
* Fix: Move windows build scripts to ant 1.8.0 as well (1.8.1 is buggy)Sven Gothel2010-11-016-7/+7
* Fix ScreenMode ; Add FatalError to NewtCommon.c ; Fix Windows BuildSven Gothel2010-10-294-7/+7
* JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGLSven Gothel2010-10-295-584/+6
* WindowImpl/GLWindow LifecycleHook:Sven Gothel2010-10-271-1/+1
* Netbeans: use build target all.but-archivesSven Gothel2010-10-271-0/+2
* Merge branch 'master' of http://github.com/sgothel/joglRami Santina2010-10-213-5/+36
|\
| * NEWT: Fix / Stabilize Fullscreen/Decoration/Reparenting Mode ChangesSven Gothel2010-10-213-4/+35
* | Added Windows Impl for ScreenMode and rotation change; Windows Fullscreen HintRami Santina2010-10-203-6/+8
* | Added Screen Rotation manipulation API (with X11 impl)Rami Santina2010-10-181-1/+3
* | 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