aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use string format for rgb()Julien Dramaix2011-04-242-4/+17
|
* remove GWT.logJulien Dramaix2011-04-231-14/+10
|
* remove unused importJulien Dramaix2011-04-231-1/+0
|
* more testsManolo Carrasco2011-04-235-4/+40
|
* remove unused importsManolo Carrasco2011-04-231-2/+0
|
* Fix for __gwt_ObjectId attribute in JsCache (chrome dev mode). Fix ↵Manolo Carrasco2011-04-234-33/+53
| | | | Properties parser to handle comma separated values
* update javadocsJulien Dramaix2011-04-224-209/+432
|
* color animation examplesJulien Dramaix2011-04-223-0/+105
|
* add color animationJulien Dramaix2011-04-223-35/+339
|
* this is experimental code committed by mistakeManolo Carrasco2011-04-202-25/+11
|
* widgets plugin has a just set of basic factories, the rest will be in the ↵Manolo Carrasco2011-04-1915-20/+528
| | | | enhance plugin or others
* move jquery tests from samples to devtestManolo Carrasco2011-04-196-4311/+7200
|
* 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
| | | | f(Widget) will be called later in f(Element) if it is not overidde
* fix testsManolo Carrasco2011-04-152-19/+27
|
* Revert method f to return an object and avoid eclipse warnings. Accept ↵Manolo Carrasco2011-04-154-13/+112
| | | | either dom.Element or client.Element in function methods. Tests for map() which was untested. Added shortcut method to get/set id
* 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 ↵Manolo Carrasco2011-04-101-0/+1
| | | | wrong :-)
* 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
| | | | - method live(String, Object, Function) loop on itself
* 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
| | | | the second time. And Fixing a NullPointerException when calling die in an element without live functions
* 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 ↵Manolo Carrasco2011-04-091-1/+2
| | | | JavaScriptObject
* live methods should follow the same api that gquery uses for bind, using ↵Manolo Carrasco2011-04-095-29/+112
| | | | Event.* constants to be more type-safe.
* 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
|