Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | visibility should not be changed, and getComputedStyle could fail. Both ↵ | Manolo Carrasco | 2011-10-16 | 2 | -3/+4 | |
| | | | | cause problems with svg nodes | |||||
* | fix issue 108 : typo in java doc | Julien Dramaix | 2011-10-05 | 1 | -1/+1 | |
| | ||||||
* | lazy initialization for some static fields | Julien Dramaix | 2011-09-30 | 1 | -54/+65 | |
| | ||||||
* | First version of XmlBuilder generator, only getters work right now | Manolo Carrasco | 2011-09-30 | 9 | -12/+350 | |
| | ||||||
* | bad condition | Manolo Carrasco | 2011-09-30 | 1 | -1/+1 | |
| | ||||||
* | IE was raising exception when manipulating css attr in xml nodes. Do not ↵ | Manolo Carrasco | 2011-09-30 | 3 | -17/+15 | |
| | | | | print stacktraces in prod | |||||
* | Handle window elements different to $wnd. Fix children method which was ↵ | Manolo Carrasco | 2011-09-28 | 5 | -9/+16 | |
| | | | | returning mor elements. We were using the new ONGESTUREEND value for ONSUBMIT | |||||
* | 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 | 2 | -4/+6 | |
| | ||||||
* | use JSON.parse when available when parsing properties to avoid security issues | Manolo Carrasco | 2011-09-23 | 3 | -33/+30 | |
| | ||||||
* | Commit forgotten class, and fix namespaces in builder generator | Manolo Carrasco | 2011-09-23 | 2 | -1/+168 | |
| | ||||||
* | fix clone node issue | Manolo Carrasco | 2011-09-23 | 1 | -3/+2 | |
| | ||||||
* | Adding Ajax abilities to Gquery, as a easy way to get and handle data from ↵ | Manolo Carrasco | 2011-09-21 | 12 | -199/+503 | |
| | | | | 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 | 13 | -131/+551 | |
| | | | | 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. | |||||
* | Check if object is number in numbet getters | Manolo Carrasco | 2011-09-16 | 2 | -11/+12 | |
| | ||||||
* | Sort members, replace static constants by enum | Manolo Carrasco | 2011-09-16 | 1 | -497/+517 | |
| | ||||||
* | use attr(String,String) so as plugins could override it. Change visibility ↵ | Manolo Carrasco | 2011-09-16 | 1 | -25/+8 | |
| | | | | of implementations to be used in plugins if needed | |||||
* | Add toJsonString and toQueryString methods to Properties object. Use ↵ | Manolo Carrasco | 2011-09-14 | 2 | -49/+81 | |
| | | | | generics in JsCache | |||||
* | Make data available in Function | Manolo Carrasco | 2011-09-14 | 1 | -0/+18 | |
| | ||||||
* | Fix default negative maxlengh in textbox | Manolo Carrasco | 2011-09-14 | 1 | -5/+3 | |
| | ||||||
* | JsCache.isEmpty failed with empty string keys. Fix GQuery.toString in order ↵ | Manolo Carrasco | 2011-09-13 | 2 | -4/+9 | |
| | | | | not to fail with non printable elements | |||||
* | removing redundant lines in deferred binding selections | Manolo Carrasco | 2011-09-07 | 1 | -25/+24 | |
| | ||||||
* | Use IE9 optimizations, fixes issue103 | Manolo Carrasco | 2011-09-07 | 9 | -17/+102 | |
| | ||||||
* | update lazy interfaces | Manolo Carrasco | 2011-09-06 | 1 | -7/+2 | |
| | ||||||
* | typo makes the test always false | Manolo Carrasco | 2011-09-06 | 1 | -1/+1 | |
| | ||||||
* | fix for issue 97 | Julien Dramaix | 2011-09-05 | 6 | -50/+449 | |
| | ||||||
* | Little changes to facilitate the export of gquery to javascript. Add ↵ | Manolo Carrasco | 2011-09-05 | 6 | -40/+47 | |
| | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare release gwtquery-project-1.1.0.rc1 | Manolo Carrasco | 2011-08-28 | 1 | -1/+1 | |
| | ||||||
* | prepare 1.1.0.rc1 to be deployed to central maven repo | Manolo Carrasco | 2011-08-28 | 1 | -1/+1 | |
| | ||||||
* | prepare version 1.1.0 | Manolo Carrasco | 2011-08-28 | 2 | -3/+1 | |
| | ||||||
* | 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 | |
| |