aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove HashMap and HashSet dependenciesManolo Carrasco2011-04-181-2/+2
* Remove HashMap and HashSet dependenciesManolo Carrasco2011-04-185-36/+38
* updated javadocsJulien Dramaix2011-04-170-0/+0
* f(Widget, int) delagate call to f(Element) instead of f(Widget).Julien Dramaix2011-04-151-1/+1
* fix testsManolo Carrasco2011-04-152-19/+27
* Revert method f to return an object and avoid eclipse warnings. Accept either...Manolo Carrasco2011-04-154-13/+112
* add nextUntil, prevUntil, parentsUntil methods + testsJulien Dramaix2011-04-143-15/+123
* remove importManolo Carrasco2011-04-142-2/+0
* a better casting for the gwtc compilerManolo Carrasco2011-04-141-2/+1
* Do not return unparametrized array in listManolo Carrasco2011-04-143-9/+10
* add fadeToggle() shortcut method in GQuery classJulien Dramaix2011-04-132-0/+19
* remove java.util.Map in GQuery class (closest method)Manolo Carrasco2011-04-134-60/+49
* adding emma pluginManolo Carrasco2011-04-121-0/+6
* adding cache benchmark in the examples indexManolo Carrasco2011-04-123-47/+14
* pom changes in devtest module. Missing assertions and latest testsManolo Carrasco2011-04-124-7/+56
* tests for jsCache, permit null values and zero as key, tostringManolo Carrasco2011-04-122-29/+115
* implement undelegate methodsJulien Dramaix2011-04-116-0/+239
* add delegate() methodsJulien Dramaix2011-04-113-121/+483
* fixing compilationManolo Carrasco2011-04-101-1/+2
* New js object and methodsManolo Carrasco2011-04-104-2/+77
* use an unused event mask for ONSUBMITJulien Dramaix2011-04-101-2/+1
* add testLiveWithEventBit and testLiveWithMultipleEvent tests !Julien Dramaix2011-04-101-2/+59
* this line was committed by mistake, tests notized me that something was wrong...Manolo Carrasco2011-04-101-0/+1
* Handing multiple event bits in live and die, and list of event namesManolo Carrasco2011-04-101-50/+62
* oopps testLiveWithMultipleEvent() should not be committed Julien Dramaix2011-04-101-23/+25
* - correct live implementation to accept an array of FunctionJulien Dramaix2011-04-104-49/+102
* Refactoring JsCollection benchmarkingManolo Carrasco2011-04-102-52/+51
* Fixing an old bug in code which was making live methods without context fail ...Manolo Carrasco2011-04-091-4/+6
* HashMap versus JsMap/JsCacheJulien Dramaix2011-04-093-0/+171
* remove unused importJulien Dramaix2011-04-092-4/+0
* remove compiler error: Constructors must be 'protected' in subclasses of Jav...Manolo Carrasco2011-04-091-1/+2
* live methods should follow the same api that gquery uses for bind, using Even...Manolo Carrasco2011-04-095-29/+112
* implement live() and die methodsJulien Dramaix2011-04-0810-399/+1008
* let addLiveEvents() method callsJulien Dramaix2011-04-071-2/+2
* correct testJulien Dramaix2011-04-071-4/+4
* add closest methods !Julien Dramaix2011-04-062-9/+191
* Properties constructor now accepts css syntaxManolo Carrasco2011-04-062-1/+6
* Check that gquery has elements to avoid exceptionsManolo Carrasco2011-04-061-23/+29
* update lazy widgets apiManolo Carrasco2011-04-054-296/+57
* moved gwt widgets from gwtquery to gquery enhance pluginManolo Carrasco2011-04-0521-1829/+28
* nullManolo Carrasco2011-04-041-1/+1
* check that first element exists in all gquery methodsManolo Carrasco2011-04-042-9/+24
* Implement live and die methods, fixes issue#69. Little changes in .js packageManolo Carrasco2011-04-0411-26/+240
* make Easing an interface instead of an Enum. Users can easily their own easin...Julien Dramaix2011-04-021-6/+18
* remove System.err.println() callsJulien Dramaix2011-03-311-2/+1
* add test for unwrap() methodJulien Dramaix2011-03-311-0/+19
* add animation simple (queue, delay ...)Julien Dramaix2011-03-313-0/+138
* - add unwrap() methodJulien Dramaix2011-03-314-169/+966
* improve tests for detach and remove methodsJulien Dramaix2011-03-291-1/+58
* Let gquery to use the most adequate selector hereManolo Carrasco2011-03-291-1/+1