| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fix tests | Manolo Carrasco | 2011-04-15 | 2 | -19/+27 |
* | Revert method f to return an object and avoid eclipse warnings. Accept either... | Manolo Carrasco | 2011-04-15 | 4 | -13/+112 |
* | 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 wrong... | Manolo Carrasco | 2011-04-10 | 1 | -0/+1 |
* | 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 |
* | 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 |
* | 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 Jav... | Manolo Carrasco | 2011-04-09 | 1 | -1/+2 |
* | live methods should follow the same api that gquery uses for bind, using Even... | Manolo Carrasco | 2011-04-09 | 5 | -29/+112 |
* | 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 |
* | update lazy widgets api | Manolo Carrasco | 2011-04-05 | 4 | -296/+57 |
* | moved gwt widgets from gwtquery to gquery enhance plugin | Manolo Carrasco | 2011-04-05 | 21 | -1829/+28 |
* | null | Manolo Carrasco | 2011-04-04 | 1 | -1/+1 |
* | check that first element exists in all gquery methods | Manolo Carrasco | 2011-04-04 | 2 | -9/+24 |
* | Implement live and die methods, fixes issue#69. Little changes in .js package | Manolo Carrasco | 2011-04-04 | 11 | -26/+240 |
* | make Easing an interface instead of an Enum. Users can easily their own easin... | Julien Dramaix | 2011-04-02 | 1 | -6/+18 |
* | remove System.err.println() calls | Julien Dramaix | 2011-03-31 | 1 | -2/+1 |
* | add test for unwrap() method | Julien Dramaix | 2011-03-31 | 1 | -0/+19 |
* | add animation simple (queue, delay ...) | Julien Dramaix | 2011-03-31 | 3 | -0/+138 |
* | - add unwrap() method | Julien Dramaix | 2011-03-31 | 4 | -169/+966 |
* | improve tests for detach and remove methods | Julien Dramaix | 2011-03-29 | 1 | -1/+58 |
* | Let gquery to use the most adequate selector here | Manolo Carrasco | 2011-03-29 | 1 | -1/+1 |