aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2011-08-281-1/+1
* [maven-release-plugin] prepare release gwtquery-project-1.1.0.rc1Manolo Carrasco2011-08-281-1/+1
* prepare 1.1.0.rc1 to be deployed to central maven repoManolo Carrasco2011-08-281-1/+1
* prepare version 1.1.0Manolo Carrasco2011-08-282-3/+1
* fix testManolo Carrasco2011-08-271-8/+8
* re-factoringManolo Carrasco2011-08-271-8/+9
* Revert r773, since we can override properties in dom, but preserving the meth...Manolo Carrasco2011-08-277-167/+164
* Fixes issue99Manolo Carrasco2011-08-271-5/+8
* implement has() methodManolo Carrasco2011-08-274-2/+62
* Adding attributes to Function class, so as we can to get the element or index...Manolo Carrasco2011-08-274-6/+58
* disable very slow testsManolo Carrasco2011-08-271-1/+5
* Fix cre tests: add method was broken because it was adding elements in the re...Manolo Carrasco2011-08-273-19/+31
* support for :radio and :checkbox pseudoselectors. Fixes issue_100.Manolo Carrasco2011-08-262-8/+18
* update Lazy interfaceManolo Carrasco2011-08-261-4/+42
* Fix attr and removeAttr with checked, Fixes issue97. Thanks to @arny.ok for t...Manolo Carrasco2011-08-262-7/+30
* This change should not be committed in r771Manolo Carrasco2011-08-261-7/+0
* Fix val() methods to behave identical to jquery. This could break apps. Thank...Manolo Carrasco2011-08-262-94/+189
* Adding a test unit for issue97Manolo Carrasco2011-08-251-1/+10
* fix issue 98Julien Dramaix2011-08-242-12/+54
* Fix visibility poperty when using stop(). Fix delay calling dequeue twice. No...Manolo Carrasco2011-08-197-34/+26
* Adding a missing method which made gquery.queue() enter in a loopManolo Carrasco2011-08-101-0/+13
* Merged SimpleNamedQueue in QueuePlugin classManolo Carrasco2011-08-016-140/+150
* Avoid Fx class depending on CSS statics, now CSS stuff should be added when t...Manolo Carrasco2011-08-012-14/+16
* version in trunk should be SNAPSHOTManolo Carrasco2011-08-011-1/+1
* handle empty properties valuesManolo Carrasco2011-07-292-2/+3
* avoid constant reflow in hide() and show() methodJulien Dramaix2011-07-291-7/+33
* use default display value instead of "block", fixes issue94Manolo Carrasco2011-07-292-1/+25
* update lazy interfaces, deprecated visible() method in favor of isVisible()Manolo Carrasco2011-07-282-5/+4
* implement :hidden and :visible pseudo selectors, fixes issue86Manolo Carrasco2011-07-287-49/+99
* xpath selectors available when using SelectorEngineCssToXPathManolo Carrasco2011-07-183-11/+6
* Fix getQueueType which was failing when extending Effects because of the clas...Manolo Carrasco2011-07-173-26/+12
* fix dequeueManolo Carrasco2011-07-174-6/+8
* Changing line used for testingManolo Carrasco2011-07-171-1/+2
* Now the user can disable all effects using Fx.off = true like jquery doesManolo Carrasco2011-07-176-85/+104
* Filter selectors before sending them to the closed method. It improves a bit ...Manolo Carrasco2011-07-152-17/+51
* :first and :last commit introduced a regression in benchmarking, this fixes i...Manolo Carrasco2011-07-151-1/+1
* queue method should return the number of elements in the queue if no function...Manolo Carrasco2011-07-154-2/+42
* Add validation dependencies to avoid warnings when running tests. Change goto...Manolo Carrasco2011-07-1511-73/+132
* fix NPE when context is nullManolo Carrasco2011-07-141-1/+1
* move the input focus to the first element. Fixes issue83Manolo Carrasco2011-07-141-5/+14
* Accept an array of optional functions in the delay method to be run after the...Manolo Carrasco2011-07-146-65/+131
* handle scrollLeft and scrollTop in animations. Fixes issue91Manolo Carrasco2011-07-141-3/+5
* animate accept a string or a properties object as argumentManolo Carrasco2011-07-142-7/+11
* Accept hyphenized keys when creating properties, so as we can copy and paste ...Manolo Carrasco2011-07-141-1/+7
* set poms version to 1.0.1-SNAPSHOTManolo Carrasco2011-07-141-1/+1
* fix xpath when tag is omittedManolo Carrasco2011-07-132-2/+2
* fix compilationManolo Carrasco2011-07-131-1/+1
* querySelectorAll does not support numeric ids, so use getElementByIdManolo Carrasco2011-07-136-16/+22
* adding :odd :even :first :last pseudo selectors in xpath implementation. Rela...Manolo Carrasco2011-07-123-3/+10
* return the plugin in registerPlugin. Fixes issue84Manolo Carrasco2011-07-082-12/+9