aboutsummaryrefslogtreecommitdiffstats
path: root/extractInterface.pl
Commit message (Collapse)AuthorAgeFilesLines
* Do not copy deprecated methods in lazy interfaces to avoid compiler warningsManolo Carrasco2011-02-141-1/+4
|
* Script to generate code of lazyInterfaces was removing some valid lines in ↵Manolo Carrasco2010-07-181-1/+1
| | | | javadocs
* Many changes almost related with effects and the re-factor of plugins:Manolo Carrasco2010-06-111-0/+81
- Removed plugin stuff which already were moved to the plugins module - Moved all GQuery core plugin stuff into the plugins namespace - Redesign and recode of the Effects plugin using GWT animate as base - Documented many undocumented methods - Added a couple of scripts to generate Lazy interfaces from the class - Modifications to the effects sample to show the usage of the effects plugin - More tests cases in the devtest module. - Many other minor changes.