Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Little changes to facilitate the export of gquery to javascript. Add ↵ | Manolo Carrasco | 2011-09-05 | 9 | -43/+50 |
| | | | | snapshot suffix to version number | ||||
* | Check nulls when creating properties | Manolo Carrasco | 2011-08-29 | 1 | -6/+8 |
| | |||||
* | When setting attributes they should be hyphenized. Move Hyphenize and ↵ | Manolo Carrasco | 2011-08-29 | 3 | -51/+52 |
| | | | | Camelize methods to JsUtils | ||||
* | update lazy interface | Manolo Carrasco | 2011-08-29 | 1 | -5/+8 |
| | |||||
* | resize method in GQuery was doing nothing. isEventCapable did not consider ↵ | Manolo Carrasco | 2011-08-29 | 2 | -3/+3 |
| | | | | window object (fixes issue102), thanks for the patch to arny.ok | ||||
* | [maven-release-plugin] prepare for next development iteration | Manolo Carrasco | 2011-08-28 | 5 | -8/+8 |
| | |||||
* | [maven-release-plugin] prepare release gwtquery-project-1.1.0.rc1 | Manolo Carrasco | 2011-08-28 | 5 | -8/+8 |
| | |||||
* | gwt 2.0.1 does not have shared RegExp | Manolo Carrasco | 2011-08-28 | 1 | -0/+112 |
| | |||||
* | prepare 1.1.0.rc1 to be deployed to central maven repo | Manolo Carrasco | 2011-08-28 | 8 | -10/+8 |
| | |||||
* | remove module 2.3.0 | Manolo Carrasco | 2011-08-28 | 1 | -1/+0 |
| | |||||
* | classifier 2.3.0 is not needed | Manolo Carrasco | 2011-08-28 | 1 | -180/+0 |
| | |||||
* | prepare version 1.1.0 | Manolo Carrasco | 2011-08-28 | 13 | -257/+9020 |
| | |||||
* | fix test | Manolo Carrasco | 2011-08-27 | 1 | -8/+8 |
| | |||||
* | re-factoring | Manolo Carrasco | 2011-08-27 | 1 | -8/+9 |
| | |||||
* | Revert r773, since we can override properties in dom, but preserving the ↵ | Manolo Carrasco | 2011-08-27 | 7 | -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 issue99 | Manolo Carrasco | 2011-08-27 | 1 | -5/+8 |
| | |||||
* | implement has() method | Manolo Carrasco | 2011-08-27 | 4 | -2/+62 |
| | |||||
* | Adding attributes to Function class, so as we can to get the element or ↵ | Manolo Carrasco | 2011-08-27 | 4 | -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 tests | Manolo Carrasco | 2011-08-27 | 1 | -1/+5 |
| | |||||
* | Fix cre tests: add method was broken because it was adding elements in the ↵ | Manolo Carrasco | 2011-08-27 | 3 | -19/+31 |
| | | | | reverse order. | ||||
* | support for :radio and :checkbox pseudoselectors. Fixes issue_100. | Manolo Carrasco | 2011-08-26 | 2 | -8/+18 |
| | |||||
* | update Lazy interface | Manolo Carrasco | 2011-08-26 | 1 | -4/+42 |
| | |||||
* | Fix attr and removeAttr with checked, Fixes issue97. Thanks to @arny.ok for ↵ | Manolo Carrasco | 2011-08-26 | 2 | -7/+30 |
| | | | | the code | ||||
* | This change should not be committed in r771 | Manolo Carrasco | 2011-08-26 | 1 | -7/+0 |
| | |||||
* | Fix val() methods to behave identical to jquery. This could break apps. ↵ | Manolo Carrasco | 2011-08-26 | 2 | -94/+189 |
| | | | | Thanks to @arny.ok for realising the issue an sending code proposals | ||||
* | Adding a test unit for issue97 | Manolo Carrasco | 2011-08-25 | 1 | -1/+10 |
| | |||||
* | fix issue 98 | Julien Dramaix | 2011-08-24 | 2 | -12/+54 |
| | |||||
* | Fix visibility poperty when using stop(). Fix delay calling dequeue twice. ↵ | Manolo Carrasco | 2011-08-19 | 7 | -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 loop | Manolo Carrasco | 2011-08-10 | 1 | -0/+13 |
| | |||||
* | Merged SimpleNamedQueue in QueuePlugin class | Manolo Carrasco | 2011-08-01 | 6 | -140/+150 |
| | |||||
* | Avoid Fx class depending on CSS statics, now CSS stuff should be added when ↵ | Manolo Carrasco | 2011-08-01 | 2 | -14/+16 |
| | | | | the user specifically uses it | ||||
* | version in trunk should be SNAPSHOT | Manolo Carrasco | 2011-08-01 | 2 | -3/+6 |
| | |||||
* | handle empty properties values | Manolo Carrasco | 2011-07-29 | 2 | -2/+3 |
| | |||||
* | avoid constant reflow in hide() and show() method | Julien Dramaix | 2011-07-29 | 1 | -7/+33 |
| | |||||
* | use default display value instead of "block", fixes issue94 | Manolo Carrasco | 2011-07-29 | 2 | -1/+25 |
| | |||||
* | update lazy interfaces, deprecated visible() method in favor of isVisible() | Manolo Carrasco | 2011-07-28 | 2 | -5/+4 |
| | |||||
* | implement :hidden and :visible pseudo selectors, fixes issue86 | Manolo Carrasco | 2011-07-28 | 7 | -49/+99 |
| | |||||
* | xpath selectors available when using SelectorEngineCssToXPath | Manolo Carrasco | 2011-07-18 | 3 | -11/+6 |
| | |||||
* | Fix getQueueType which was failing when extending Effects because of the ↵ | Manolo Carrasco | 2011-07-17 | 3 | -26/+12 |
| | | | | classname | ||||
* | fix dequeue | Manolo Carrasco | 2011-07-17 | 4 | -6/+8 |
| | |||||
* | Changing line used for testing | Manolo Carrasco | 2011-07-17 | 1 | -1/+2 |
| | |||||
* | Now the user can disable all effects using Fx.off = true like jquery does | Manolo Carrasco | 2011-07-17 | 6 | -85/+104 |
| | |||||
* | Filter selectors before sending them to the closed method. It improves a bit ↵ | Manolo Carrasco | 2011-07-15 | 3 | -18/+52 |
| | | | | performance | ||||
* | :first and :last commit introduced a regression in benchmarking, this fixes ↵ | Manolo Carrasco | 2011-07-15 | 1 | -1/+1 |
| | | | | it since first-child and last-child are executed in the native engine which is pretty faster | ||||
* | update demos | Manolo Carrasco | 2011-07-15 | 0 | -0/+0 |
| | |||||
* | update demos | Manolo Carrasco | 2011-07-15 | 0 | -0/+0 |
| | |||||
* | queue method should return the number of elements in the queue if no ↵ | Manolo Carrasco | 2011-07-15 | 4 | -2/+42 |
| | | | | functions are proviced like jquery does | ||||
* | Add validation dependencies to avoid warnings when running tests. Change ↵ | Manolo Carrasco | 2011-07-15 | 11 | -73/+132 |
| | | | | gotoEnd parameter to boolean like jquery does. When jumtoEnd == true run callback functions. Jaadocs | ||||
* | fix NPE when context is null | Manolo Carrasco | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | move the input focus to the first element. Fixes issue83 | Manolo Carrasco | 2011-07-14 | 1 | -5/+14 |
| |