aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
* the EventsListener must be initialize itself when it is created.Julien Dramaix2011-04-261-12/+10
* context in testManolo Carrasco2011-04-261-1/+1
* Assure the order of Function.f() calls is correct and test itManolo Carrasco2011-04-265-33/+223
* typo which made test failManolo Carrasco2011-04-261-1/+1
* implement resize eventsManolo Carrasco2011-04-255-13/+102
* Fix $(window).width/heightManolo Carrasco2011-04-252-1/+17
* update animate javadocManolo Carrasco2011-04-254-48/+132
* This class should be committed in last commitManolo Carrasco2011-04-251-0/+244
* Adding the feature of handing animations in node attributes (useful for svg)....Manolo Carrasco2011-04-253-321/+127
* Adding isEmpty methodManolo Carrasco2011-04-252-18/+30
* remove GWT.logJulien Dramaix2011-04-231-14/+10
* remove unused importJulien Dramaix2011-04-231-1/+0
* more testsManolo Carrasco2011-04-232-2/+12
* remove unused importsManolo Carrasco2011-04-231-2/+0
* Fix for __gwt_ObjectId attribute in JsCache (chrome dev mode). Fix Properties...Manolo Carrasco2011-04-234-33/+53
* update javadocsJulien Dramaix2011-04-224-209/+432
* 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 enh...Manolo Carrasco2011-04-1913-8/+462
* Remove HashMap and HashSet dependenciesManolo Carrasco2011-04-181-2/+2
* Remove HashMap and HashSet dependenciesManolo Carrasco2011-04-185-36/+38
* 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
* 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
* Fixing an old bug in code which was making live methods without context fail ...Manolo Carrasco2011-04-091-4/+6
* 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