aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* update deployed bench applicationManolo Carrasco2011-09-070-0/+0
* Added about screen to the benchmark applicationManolo Carrasco2011-09-072-18/+101
* update demos deployed in svnManolo Carrasco2011-09-070-0/+0
* Use IE9 optimizations, fixes issue103Manolo Carrasco2011-09-079-17/+102
* Update jquery version to latest in benchmarking applicationManolo Carrasco2011-09-074-3/+8989
* fix bench example using val to test check-boxesManolo Carrasco2011-09-071-1/+1
* README changesManolo Carrasco2011-09-061-7/+15
* attr signature changed in GQuery. Adding jsquery.js to the repo so as people ...Manolo Carrasco2011-09-063-9/+9
* update lazy interfacesManolo Carrasco2011-09-062-9/+4
* typo makes the test always falseManolo Carrasco2011-09-061-1/+1
* fix for issue 97Julien Dramaix2011-09-056-50/+449
* Adding an example which works with jsqueryManolo Carrasco2011-09-0511-0/+105
* New gwt module to export gwtquery to javascriptManolo Carrasco2011-09-059-0/+567
* Little changes to facilitate the export of gquery to javascript. Add snapshot...Manolo Carrasco2011-09-059-43/+50
* Check nulls when creating propertiesManolo Carrasco2011-08-291-6/+8
* When setting attributes they should be hyphenized. Move Hyphenize and Cameliz...Manolo Carrasco2011-08-293-51/+52
* update lazy interfaceManolo Carrasco2011-08-291-5/+8
* resize method in GQuery was doing nothing. isEventCapable did not consider wi...Manolo Carrasco2011-08-292-3/+3
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2011-08-285-8/+8
* [maven-release-plugin] prepare release gwtquery-project-1.1.0.rc1Manolo Carrasco2011-08-285-8/+8
* gwt 2.0.1 does not have shared RegExpManolo Carrasco2011-08-281-0/+112
* prepare 1.1.0.rc1 to be deployed to central maven repoManolo Carrasco2011-08-288-10/+8
* remove module 2.3.0Manolo Carrasco2011-08-281-1/+0
* classifier 2.3.0 is not neededManolo Carrasco2011-08-281-180/+0
* prepare version 1.1.0Manolo Carrasco2011-08-2813-257/+9020
* 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-012-3/+6
* 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