aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Little changes to facilitate the export of gquery to javascript. Add ↵Manolo Carrasco2011-09-059-43/+50
| | | | snapshot suffix to version number
* Check nulls when creating propertiesManolo Carrasco2011-08-291-6/+8
|
* When setting attributes they should be hyphenized. Move Hyphenize and ↵Manolo Carrasco2011-08-293-51/+52
| | | | Camelize methods to JsUtils
* update lazy interfaceManolo Carrasco2011-08-291-5/+8
|
* resize method in GQuery was doing nothing. isEventCapable did not consider ↵Manolo Carrasco2011-08-292-3/+3
| | | | window object (fixes issue102), thanks for the patch to arny.ok
* [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 ↵Manolo Carrasco2011-08-277-167/+164
| | | | method attr(string, boolean) as a way to set boolean attributes like "checked". The method css(HasValue) has to call to css(String, true): issue99
* 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 ↵Manolo Carrasco2011-08-274-6/+58
| | | | index in any overriden f() method. Now GQuery $() accepts a Function to create a GQuery object, so as we can call $(this) inside a Function
* disable very slow testsManolo Carrasco2011-08-271-1/+5
|
* Fix cre tests: add method was broken because it was adding elements in the ↵Manolo Carrasco2011-08-273-19/+31
| | | | reverse order.
* 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 ↵Manolo Carrasco2011-08-262-7/+30
| | | | the code
* 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. ↵Manolo Carrasco2011-08-262-94/+189
| | | | Thanks to @arny.ok for realising the issue an sending code proposals
* 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. ↵Manolo Carrasco2011-08-197-34/+26
| | | | Now named queue do not run dequeue like jquery does. Fix css2xpath when string literals contains # at the begining
* 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 ↵Manolo Carrasco2011-08-012-14/+16
| | | | the user specifically uses it
* 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
|
* xpath selectors available when using SelectorEngineCssToXPathManolo Carrasco2011-07-183-11/+6
|
* Fix getQueueType which was failing when extending Effects because of the ↵Manolo Carrasco2011-07-173-26/+12
| | | | classname
* 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-153-18/+52
| | | | performance
* :first and :last commit introduced a regression in benchmarking, this fixes ↵Manolo Carrasco2011-07-151-1/+1
| | | | it since first-child and last-child are executed in the native engine which is pretty faster
* update demosManolo Carrasco2011-07-150-0/+0
|
* update demosManolo Carrasco2011-07-150-0/+0
|
* queue method should return the number of elements in the queue if no ↵Manolo Carrasco2011-07-154-2/+42
| | | | functions are proviced like jquery does
* Add validation dependencies to avoid warnings when running tests. Change ↵Manolo Carrasco2011-07-1511-73/+132
| | | | gotoEnd parameter to boolean like jquery does. When jumtoEnd == true run callback functions. Jaadocs
* 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
|