aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* make rebind static and call sink only if a gwt EventListener is associated to...Julien Dramaix2011-03-291-1/+1
* make rebind static and call sink only if a gwt EventListener is associated to...Julien Dramaix2011-03-291-5/+8
* add detach method.Julien Dramaix2011-03-284-63/+250
* printlnManolo Carrasco2011-03-281-2/+0
* Call rebind whenenver an element is reattached to the DOM, and clean events a...Manolo Carrasco2011-03-283-40/+90
* eq() and get() method must accept negative index (count from the end of the m...Julien Dramaix2011-03-283-6/+102
* Add the old widget element when its parent is HTMLPanel and we want maintain ...Manolo Carrasco2011-03-241-3/+8
* Handle replacement of widgets, it needs to deal with more gwt panelsManolo Carrasco2011-03-242-14/+45
* adding a new method to widgets utilsManolo Carrasco2011-03-171-0/+21
* Change in deploy phase of artifact for 2.2.0Manolo Carrasco2011-03-152-3/+19
* add DecoratorPanel factoryJulien Dramaix2011-03-145-1/+76
* - add checkbox and radiobutton factoriesJulien Dramaix2011-03-1412-35/+274
* update lazy interfaceJulien Dramaix2011-03-141-25/+154