Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement API based on jQuery for special events | Manolo Carrasco | 2014-12-21 | 1 | -0/+1 |
| | | | | | - SpecialEvents have an API with three methods: setup tearDown add remove - Migrated mouse special events to use this API | ||||
* | restore comment removed in a previous commit | Manuel Carrasco Moñino | 2013-03-15 | 1 | -1/+2 |
| | |||||
* | undoing changes in DevTestRunner used while developing Deferred, and should ↵ | Manuel Carrasco Moñino | 2013-03-04 | 1 | -88/+0 |
| | | | | not be committed | ||||
* | First implementation of Deferred and Promises. Ajax tests work. then ↵ | Manuel Carrasco Moñino | 2013-03-03 | 2 | -1/+89 |
| | | | | implementation is not ok. Needs tests | ||||
* | End lines with LF instead of CRLF | Manuel Carrasco Moñino | 2012-11-26 | 4 | -2180/+2180 |
| | |||||
* | Commenting a bit the test runner class | Manolo Carrasco | 2012-05-15 | 3 | -139/+65 |
| | |||||
* | Fix NPE when calling styleImpl before it was initialized. Fix tests | Manolo Carrasco | 2012-05-15 | 1 | -1/+87 |
| | |||||
* | add fail method to the dev-mode test environment | Manolo Carrasco | 2012-03-20 | 1 | -0/+4 |
| | |||||
* | prepare version 1.1.0 | Manolo Carrasco | 2011-08-28 | 3 | -242/+9010 |
| | |||||
* | adding the webapp folder to devtest module | Manolo Carrasco | 2011-05-02 | 2 | -0/+17 |
| | |||||
* | Adding the feature of handing animations in node attributes (useful for ↵ | Manolo Carrasco | 2011-04-25 | 2 | -2/+46 |
| | | | | svg). A little refactoring: Rename of Effect class and renaming of constants | ||||
* | more tests | Manolo Carrasco | 2011-04-23 | 1 | -1/+24 |
| | |||||
* | move jquery tests from samples to devtest | Manolo Carrasco | 2011-04-19 | 4 | -4293/+7200 |
| | |||||
* | pom changes in devtest module. Missing assertions and latest tests | Manolo Carrasco | 2011-04-12 | 3 | -5/+55 |
| | |||||
* | update lazy widgets api | Manolo Carrasco | 2011-04-05 | 2 | -1/+37 |
| | |||||
* | changes in dev test module | Manolo Carrasco | 2011-03-03 | 1 | -471/+85 |
| | |||||
* | Standarizing Copyright headers in all source files | Manolo Carrasco | 2011-01-22 | 2 | -2/+2 |
| | |||||
* | updating to gwt 2.1.0 and fixing compilation (patch by julien.dramaix) and ↵ | Manolo Carrasco | 2010-11-24 | 1 | -1/+220 |
| | | | | tests for it. fixes issue59 and issue58 | ||||
* | first attemp to save the number of permutations. Optimized Sizzle selector ↵ | Manolo Carrasco | 2010-10-25 | 1 | -1/+67 |
| | | | | for IE | ||||
* | rolled back some changes committed by error | Manolo Carrasco | 2010-07-31 | 3 | -103/+4282 |
| | |||||
* | added an archetype to create a gquery application from scratch | Manolo Carrasco | 2010-07-31 | 2 | -84/+93 |
| | |||||
* | update demos | Manolo Carrasco | 2010-07-19 | 1 | -7/+112 |
| | |||||
* | some changes to dev tests | Manolo Carrasco | 2010-06-21 | 2 | -256/+71 |
| | |||||
* | Many changes almost related with effects and the re-factor of plugins: | Manolo Carrasco | 2010-06-11 | 2 | -54/+2368 |
| | | | | | | | | | | | | - 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. | ||||
* | added more assertions to the devtest module | Manolo Carrasco | 2010-05-13 | 3 | -3/+50 |
| | |||||
* | Added a module to speed up testing in development mode | Manolo Carrasco | 2010-05-12 | 4 | -0/+132 |