Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | better management of binding/unbinding multiple events at once / fix the ↵ | Julien Dramaix | 2012-05-18 | 1 | -266/+345 | |
| | | | | issue 134 | |||||
* | Fix NPE when calling styleImpl before it was initialized. Fix tests | Manolo Carrasco | 2012-05-15 | 1 | -4/+13 | |
| | ||||||
* | Fix computing of width and height in inline elements so as gquery behaves ↵ | Manolo Carrasco | 2012-03-18 | 1 | -0/+8 | |
| | | | | the same than jquery | |||||
* | Allow unbinding of certain functions like jquery does | Manolo Carrasco | 2012-03-14 | 1 | -1/+20 | |
| | ||||||
* | Throw a NullPointerException when casting null to Js objects. Fixes issue_122 | Manolo Carrasco | 2012-02-13 | 1 | -0/+7 | |
| | ||||||
* | Implementation of Ajax JSONP using script tags | Manolo Carrasco | 2012-02-08 | 1 | -1/+53 | |
| | ||||||
* | fix issue 119 and fix nth-child selector + tests | Julien Dramaix | 2012-01-19 | 1 | -0/+47 | |
| | ||||||
* | JsonBuilder: Support of java.util.List and java.util.Date types. Fix arrays ↵ | Manolo Carrasco | 2011-12-18 | 1 | -1/+22 | |
| | | | | of JsonBuilder objects, Fixes issue 117. Fix Properties toString methods when there are arrays of objects | |||||
* | fixes issue111 | Manolo Carrasco | 2011-11-04 | 1 | -23/+36 | |
| | ||||||
* | fix tests, group them in a gwt-suite to run in a jvm instance and speed up ↵ | Manolo Carrasco | 2011-11-03 | 13 | -30/+159 | |
| | | | | maven test | |||||
* | Fix tests | Manolo Carrasco | 2011-10-19 | 1 | -0/+6 | |
| | ||||||
* | setters in xml builders was not implemented | Manolo Carrasco | 2011-10-19 | 1 | -1/+11 | |
| | ||||||
* | Many changes in the Ajax plugin, and fixes in order to release 1.1.0 soon | Manolo Carrasco | 2011-10-18 | 1 | -0/+9 | |
| | ||||||
* | First version of XmlBuilder generator, only getters work right now | Manolo Carrasco | 2011-09-30 | 1 | -7/+30 | |
| | ||||||
* | remove printouts | Manolo Carrasco | 2011-09-24 | 3 | -3/+0 | |
| | ||||||
* | Fix test | Manolo Carrasco | 2011-09-24 | 1 | -1/+2 | |
| | ||||||
* | Dollar is a char valid in property keys | Manolo Carrasco | 2011-09-23 | 1 | -0/+2 | |
| | ||||||
* | use JSON.parse when available when parsing properties to avoid security issues | Manolo Carrasco | 2011-09-23 | 1 | -19/+9 | |
| | ||||||
* | Adding Ajax abilities to Gquery, as a easy way to get and handle data from ↵ | Manolo Carrasco | 2011-09-21 | 1 | -0/+83 | |
| | | | | non gwt servers. Added a generator to convert JSON objects to java builders/pojos | |||||
* | Added GQ static class to house all static methods of the Api. It should be ↵ | Manolo Carrasco | 2011-09-19 | 1 | -0/+2 | |
| | | | | named $, but gwt compiler fails when a class contains the dollar. Added a simple implementation of the jquery Ajax API, text, html, xml and json responses are handle well by gquery. | |||||
* | fix for issue 97 | Julien Dramaix | 2011-09-05 | 1 | -16/+74 | |
| | ||||||
* | prepare version 1.1.0 | Manolo Carrasco | 2011-08-28 | 1 | -1/+0 | |
| | ||||||
* | fix test | Manolo Carrasco | 2011-08-27 | 1 | -8/+8 | |
| | ||||||
* | Revert r773, since we can override properties in dom, but preserving the ↵ | Manolo Carrasco | 2011-08-27 | 4 | -162/+154 | |
| | | | | 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 | |||||
* | implement has() method | Manolo Carrasco | 2011-08-27 | 1 | -0/+21 | |
| | ||||||
* | Adding attributes to Function class, so as we can to get the element or ↵ | Manolo Carrasco | 2011-08-27 | 1 | -4/+4 | |
| | | | | 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 | |
| | ||||||
* | support for :radio and :checkbox pseudoselectors. Fixes issue_100. | Manolo Carrasco | 2011-08-26 | 1 | -6/+8 | |
| | ||||||
* | Fix attr and removeAttr with checked, Fixes issue97. Thanks to @arny.ok for ↵ | Manolo Carrasco | 2011-08-26 | 1 | -0/+6 | |
| | | | | the code | |||||
* | Fix val() methods to behave identical to jquery. This could break apps. ↵ | Manolo Carrasco | 2011-08-26 | 1 | -58/+95 | |
| | | | | 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 | 1 | -0/+47 | |
| | ||||||
* | Fix visibility poperty when using stop(). Fix delay calling dequeue twice. ↵ | Manolo Carrasco | 2011-08-19 | 2 | -3/+3 | |
| | | | | Now named queue do not run dequeue like jquery does. Fix css2xpath when string literals contains # at the begining | |||||
* | Merged SimpleNamedQueue in QueuePlugin class | Manolo Carrasco | 2011-08-01 | 1 | -1/+2 | |
| | ||||||
* | handle empty properties values | Manolo Carrasco | 2011-07-29 | 1 | -0/+2 | |
| | ||||||
* | implement :hidden and :visible pseudo selectors, fixes issue86 | Manolo Carrasco | 2011-07-28 | 1 | -12/+27 | |
| | ||||||
* | Add validation dependencies to avoid warnings when running tests. Change ↵ | Manolo Carrasco | 2011-07-15 | 3 | -20/+25 | |
| | | | | gotoEnd parameter to boolean like jquery does. When jumtoEnd == true run callback functions. Jaadocs | |||||
* | fix xpath when tag is omitted | Manolo Carrasco | 2011-07-13 | 1 | -1/+1 | |
| | ||||||
* | querySelectorAll does not support numeric ids, so use getElementById | Manolo Carrasco | 2011-07-13 | 1 | -0/+2 | |
| | ||||||
* | Fix a NPE when passing non-native selectors to xpath engine (fixes issue87). ↵ | Manolo Carrasco | 2011-07-08 | 1 | -6/+37 | |
| | | | | Validate xpath syntax when generating xpath selectors. | |||||
* | Fix for Issue 88: $(selector).stop() should immediately stop currently ↵ | Julien Dramaix | 2011-06-25 | 1 | -0/+62 | |
| | | | | running animation. | |||||
* | fix issue 81 | Julien Dramaix | 2011-06-09 | 1 | -0/+7 | |
| | ||||||
* | - add prop() method (patch from Alessandro Bollini) | Julien Dramaix | 2011-05-28 | 1 | -0/+19 | |
| | | | | - add tests | |||||
* | - Refactor cleanHtmlString method and fix issue 78 | Julien Dramaix | 2011-05-26 | 1 | -0/+89 | |
| | | | | - add test with html snippet. | |||||
* | Accept xpath selectors and pass them to the native engine, it should work in ↵ | Manolo Carrasco | 2011-05-07 | 1 | -0/+11 | |
| | | | | most browsers, IE is not supported | |||||
* | Fixes special characters when they are in quoted string: fixes issue77 | Manolo Carrasco | 2011-05-07 | 1 | -0/+5 | |
| | ||||||
* | Performance: the method element() was called in almost all other gquery ↵ | Manolo Carrasco | 2011-05-05 | 1 | -1/+20 | |
| | | | | methods, now we maintain an array instead of calculating it each time. Fixed also an issue ind domManip when inserting an existing element in a multielement gquery | |||||
* | Revert Float class | Manolo Carrasco | 2011-05-02 | 1 | -1/+1 | |
| | ||||||
* | Add Float class in order to make gquery compatible with 2.0.0 | Manolo Carrasco | 2011-05-02 | 1 | -7/+7 | |
| | ||||||
* | remove println | Manolo Carrasco | 2011-05-02 | 1 | -1/+0 | |
| |