aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...Sven Gothel2010-11-1724-195/+417
* NEWT Lifecycle remodel: Window destroy() !Sven Gothel2010-11-1639-551/+503
* X11: Make X11 error handler quiet where we expect an X11 error, ie OpenGL 4 n...Sven Gothel2010-11-163-14/+18
* Add javadoc target 'javadoc.nw.spec.zip' to test without using up to much res...Sven Gothel2010-11-161-1/+3
* Use common javadoc file structure 'javadoc/<module>/<javadoc-type>' and zip a...Sven Gothel2010-11-162-91/+129
* Javadoc: Adding packages containing JogampVersion derivations; DevDoc: Add jo...Sven Gothel2010-11-161-2/+2
* JOGL javadoc: Link offline relative URL (buggy) -> Link online relative URLSven Gothel2010-11-161-11/+41
* Javadoc URL: Use rel. gluegen URL utilizing jogamp-next/javadoc/<module>/javadocSven Gothel2010-11-151-2/+3
* www: abbrev and capitalizationSven Gothel2010-11-151-4/+4
* Javadoc URL: Use jogamp-next/javadoc/<module>/javadoc to allow relative URLs ...Sven Gothel2010-11-151-7/+8
* Fix javadoc offline link rel. package-list location in gluegen, use passed 'g...Sven Gothel2010-11-151-8/+8
* remove redundant semicolon in gluegen Cg cfg fileSven Gothel2010-11-151-3/+3
* Fixed includes and adapt to the new interface-structureMartin Tschöpe2010-11-153-35/+39
* Stub POM to resolve buld-time dependenciesEvgeniy Tsvigun2010-11-151-0/+57
* NEWT: Cleanup reparent (window resize/display) ; AWT Focus Tests: Bring back ...Sven Gothel2010-11-154-28/+24
* NativeWindow AbstractGraphicsDevice: Add 'unitID' attribute and getUniqueID()Sven Gothel2010-11-1536-120/+135
* NEWT: Make setVisible/reparentWindow return status more reliable (visibility,...Sven Gothel2010-11-159-102/+77
* JOGL X11/WGL: Proper usage of the shared resources in implementationSven Gothel2010-11-144-74/+103
* Simple native context tests to verify against a simple native applicationSven Gothel2010-11-143-0/+397
* JOGL: Complete eager and lazy mapping of GLProfiles in respect to multiple de...Sven Gothel2010-11-1430-672/+2005
* import cleanupSven Gothel2010-11-142-6/+0
* import cleanupSven Gothel2010-11-141-10/+7
* ExtensionAvailabilityCache: Fall back to glGetString, if glGetStringi fails; ...Sven Gothel2010-11-141-9/+18
* NativeWindow: Add constructor to AbstractGraphicsDevice derivations,Sven Gothel2010-11-144-2/+44
* NEWT: Add optional eager native initialization ; Proper exception handlingSven Gothel2010-11-146-26/+66
* Adding *Version to sub packagesSven Gothel2010-11-143-2/+4
* GlueGen JogampVersion Adaption (getInfo -> toStringBuffer/toString)Sven Gothel2010-11-144-8/+8
* ExtensionAvailabilityCache: Only use glGetStringi() is real GL >= 3.1 contextSven Gothel2010-11-132-18/+16
* updated runtime-properties.txt docSven Gothel2010-11-132-10/+14
* Adapt to GlueGen Version changes; Adding NativeWindowVersion, JoglVersion and...Sven Gothel2010-11-127-43/+180
* AbstractGraphicsDevice ..: Add device/display connection attribute to support...Sven Gothel2010-11-1211-24/+42
* Use GlueGen VersionUtil to dump full Manifest versionSven Gothel2010-11-1011-77/+29
* Added 'jogl.build.id' (hudson timestamp), 'jogl.build.commit' (git commit sha...Sven Gothel2010-11-1020-241/+100
* Fix windows etc/test.bat scriptSven Gothel2010-11-091-1/+5
* The 'shared resource' thread must be a deamon, otherwise the application won'...Sven Gothel2010-11-091-1/+3
* Autobuild location changedSven Gothel2010-11-091-3/+3
* Adding simple static main test entry to provide standalone autobuild verifica...Sven Gothel2010-11-095-0/+143
* JavaDoc: Use GlueGen offline link, javadoc_public -> javadocSven Gothel2010-11-094-17/+22
* Added proper Khronos license tag (found it)Sven Gothel2010-11-093-142/+45
* Archive: New common zip archive folder structure. Drop source archive, use gitSven Gothel2010-11-094-38/+14
* Relocated some deployment script to jogamp-scripting repoSven Gothel2010-11-0910-532/+0
* Fix double declarationSven Gothel2010-11-081-4/+0
* archive script: use jogl-demos from masterSven Gothel2010-11-081-9/+9
* Move win32 RECT structure to windows.hSven Gothel2010-11-083-14/+8
* Changed files wingdi.h/winwgl.h with content from w64 mingw-runtime package's...Sven Gothel2010-11-083-94/+99
* Removed no more used (see f47e8be170731d75a8b6002621a1541f90160465) and prori...Sven Gothel2010-11-081-222/+0
* Reformated license tag; Added Khronos licenseSven Gothel2010-11-083-30/+69
* Add gluegen stdarg.h and inttypes.hSven Gothel2010-11-072-0/+14
* Fix CG header, according to PCPP fixSven Gothel2010-11-073-12/+11
* Fix imports ..Sven Gothel2010-11-077-32/+82