Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use string format for rgb() | Julien Dramaix | 2011-04-24 | 2 | -4/+17 |
| | |||||
* | remove GWT.log | Julien Dramaix | 2011-04-23 | 1 | -14/+10 |
| | |||||
* | remove unused import | Julien Dramaix | 2011-04-23 | 1 | -1/+0 |
| | |||||
* | more tests | Manolo Carrasco | 2011-04-23 | 5 | -4/+40 |
| | |||||
* | remove unused imports | Manolo Carrasco | 2011-04-23 | 1 | -2/+0 |
| | |||||
* | Fix for __gwt_ObjectId attribute in JsCache (chrome dev mode). Fix ↵ | Manolo Carrasco | 2011-04-23 | 4 | -33/+53 |
| | | | | Properties parser to handle comma separated values | ||||
* | update javadocs | Julien Dramaix | 2011-04-22 | 4 | -209/+432 |
| | |||||
* | color animation examples | Julien Dramaix | 2011-04-22 | 3 | -0/+105 |
| | |||||
* | add color animation | Julien Dramaix | 2011-04-22 | 3 | -35/+339 |
| | |||||
* | this is experimental code committed by mistake | Manolo Carrasco | 2011-04-20 | 2 | -25/+11 |
| | |||||
* | widgets plugin has a just set of basic factories, the rest will be in the ↵ | Manolo Carrasco | 2011-04-19 | 15 | -20/+528 |
| | | | | enhance plugin or others | ||||
* | move jquery tests from samples to devtest | Manolo Carrasco | 2011-04-19 | 6 | -4311/+7200 |
| | |||||
* | Remove HashMap and HashSet dependencies | Manolo Carrasco | 2011-04-18 | 1 | -2/+2 |
| | |||||
* | Remove HashMap and HashSet dependencies | Manolo Carrasco | 2011-04-18 | 5 | -36/+38 |
| | |||||
* | updated javadocs | Julien Dramaix | 2011-04-17 | 0 | -0/+0 |
| | |||||
* | f(Widget, int) delagate call to f(Element) instead of f(Widget). | Julien Dramaix | 2011-04-15 | 1 | -1/+1 |
| | | | | f(Widget) will be called later in f(Element) if it is not overidde | ||||
* | fix tests | Manolo Carrasco | 2011-04-15 | 2 | -19/+27 |
| | |||||
* | Revert method f to return an object and avoid eclipse warnings. Accept ↵ | Manolo Carrasco | 2011-04-15 | 4 | -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 + tests | Julien Dramaix | 2011-04-14 | 3 | -15/+123 |
| | |||||
* | remove import | Manolo Carrasco | 2011-04-14 | 2 | -2/+0 |
| | |||||
* | a better casting for the gwtc compiler | Manolo Carrasco | 2011-04-14 | 1 | -2/+1 |
| | |||||
* | Do not return unparametrized array in list | Manolo Carrasco | 2011-04-14 | 3 | -9/+10 |
| | |||||
* | add fadeToggle() shortcut method in GQuery class | Julien Dramaix | 2011-04-13 | 2 | -0/+19 |
| | |||||
* | remove java.util.Map in GQuery class (closest method) | Manolo Carrasco | 2011-04-13 | 4 | -60/+49 |
| | |||||
* | adding emma plugin | Manolo Carrasco | 2011-04-12 | 1 | -0/+6 |
| | |||||
* | adding cache benchmark in the examples index | Manolo Carrasco | 2011-04-12 | 3 | -47/+14 |
| | |||||
* | pom changes in devtest module. Missing assertions and latest tests | Manolo Carrasco | 2011-04-12 | 4 | -7/+56 |
| | |||||
* | tests for jsCache, permit null values and zero as key, tostring | Manolo Carrasco | 2011-04-12 | 2 | -29/+115 |
| | |||||
* | implement undelegate methods | Julien Dramaix | 2011-04-11 | 6 | -0/+239 |
| | |||||
* | add delegate() methods | Julien Dramaix | 2011-04-11 | 3 | -121/+483 |
| | |||||
* | fixing compilation | Manolo Carrasco | 2011-04-10 | 1 | -1/+2 |
| | |||||
* | New js object and methods | Manolo Carrasco | 2011-04-10 | 4 | -2/+77 |
| | |||||
* | use an unused event mask for ONSUBMIT | Julien Dramaix | 2011-04-10 | 1 | -2/+1 |
| | |||||
* | add testLiveWithEventBit and testLiveWithMultipleEvent tests ! | Julien Dramaix | 2011-04-10 | 1 | -2/+59 |
| | |||||
* | this line was committed by mistake, tests notized me that something was ↵ | Manolo Carrasco | 2011-04-10 | 1 | -0/+1 |
| | | | | wrong :-) | ||||
* | Handing multiple event bits in live and die, and list of event names | Manolo Carrasco | 2011-04-10 | 1 | -50/+62 |
| | |||||
* | oopps testLiveWithMultipleEvent() should not be committed | Julien Dramaix | 2011-04-10 | 1 | -23/+25 |
| | |||||
* | - correct live implementation to accept an array of Function | Julien Dramaix | 2011-04-10 | 4 | -49/+102 |
| | | | | - method live(String, Object, Function) loop on itself | ||||
* | Refactoring JsCollection benchmarking | Manolo Carrasco | 2011-04-10 | 2 | -52/+51 |
| | |||||
* | Fixing an old bug in code which was making live methods without context fail ↵ | Manolo Carrasco | 2011-04-09 | 1 | -4/+6 |
| | | | | the second time. And Fixing a NullPointerException when calling die in an element without live functions | ||||
* | HashMap versus JsMap/JsCache | Julien Dramaix | 2011-04-09 | 3 | -0/+171 |
| | |||||
* | remove unused import | Julien Dramaix | 2011-04-09 | 2 | -4/+0 |
| | |||||
* | remove compiler error: Constructors must be 'protected' in subclasses of ↵ | Manolo Carrasco | 2011-04-09 | 1 | -1/+2 |
| | | | | JavaScriptObject | ||||
* | live methods should follow the same api that gquery uses for bind, using ↵ | Manolo Carrasco | 2011-04-09 | 5 | -29/+112 |
| | | | | Event.* constants to be more type-safe. | ||||
* | implement live() and die methods | Julien Dramaix | 2011-04-08 | 10 | -399/+1008 |
| | |||||
* | let addLiveEvents() method calls | Julien Dramaix | 2011-04-07 | 1 | -2/+2 |
| | |||||
* | correct test | Julien Dramaix | 2011-04-07 | 1 | -4/+4 |
| | |||||
* | add closest methods ! | Julien Dramaix | 2011-04-06 | 2 | -9/+191 |
| | |||||
* | Properties constructor now accepts css syntax | Manolo Carrasco | 2011-04-06 | 2 | -1/+6 |
| | |||||
* | Check that gquery has elements to avoid exceptions | Manolo Carrasco | 2011-04-06 | 1 | -23/+29 |
| |