summaryrefslogtreecommitdiffstats
path: root/src/java/com/sun/gluegen/JavaMethodBindingEmitter.java
Commit message (Expand)AuthorAgeFilesLines
* Workaround for flaky MessageFormat implementation in order to supportJOGL_2_SANDBOXKenneth Russel2009-06-131-2/+8
* Recently code (UnifiedName, GLUnifiedName) was added to GlueGen toKenneth Russel2009-05-201-9/+0
* Fixed typo in ByteBuffer -> *-Buffer return type conversion pointedKenneth Russel2008-12-211-1/+1
* Fixed more bugs in glue code generation related to using opaque longKenneth Russel2008-12-201-4/+14
* Fixed code generation bug when a non-ByteBuffer type (e.g.,Kenneth Russel2008-12-141-4/+18
* Fixed bug in handling of ignores of ARB extensions caused by Kenneth Russel2008-08-081-2/+8
* - Renamed config: IgnoreExtendedInterfaceSymbols -> ExtendedInterfaceSymbols,Sven Gothel2008-07-211-1/+10
* - New config feature: 'IgnoreExtendedInterfaceSymbols <java class source file>'Sven Gothel2008-07-181-3/+12
* Added support for passing outgoing arrays of compound types, including Kenneth Russel2008-05-261-7/+73
* Fixed Issue 6: unqualified class names in generated java code Kenneth Russel2008-04-191-9/+9
* More robust code for direct / indirect buffer checkingKenneth Russel2007-06-031-1/+1
* Fixed problem with glue code generation for outgoing void** arguments Kenneth Russel2006-07-081-0/+4
* Fixed and improved handling of Opaque directives for multiple pointer Kenneth Russel2006-05-281-1/+1
* Fixed Issue 212: Incorporate patch to add URL links to GL javadoc Kenneth Russel2006-04-171-1/+5
* Did refactoring and made private fields protected in order to allow Kenneth Russel2006-03-061-3/+19
* Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to Kenneth Russel2006-02-051-53/+7
* Moved GlueGen out of the JOGL workspace and into its own project. Kenneth Russel2006-01-151-0/+784