Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix NPE when calling styleImpl before it was initialized. Fix tests | Manolo Carrasco | 2012-05-15 | 2 | -10/+18 | |
| | ||||||
* | fix problem for supporting touch events in iOS. | Julien Dramaix | 2012-05-09 | 1 | -2/+10 | |
| | | | | touches array seems to be shared between events. Keep in memory the original touch point. | |||||
* | Touch support. Don't call preventDefault on TouchStart event, otherwise the ↵ | Julien Dramaix | 2012-04-22 | 1 | -11/+5 | |
| | | | | click event is not triggered at the end. | |||||
* | support of touch events in Mouse plugin | Julien Dramaix | 2012-04-22 | 2 | -89/+147 | |
| | ||||||
* | fix testAttr_Issue97 in prod-mode | Manolo Carrasco | 2012-03-20 | 1 | -2/+6 | |
| | ||||||
* | update pom versions | Manolo Carrasco | 2012-03-20 | 1 | -1/+1 | |
| | ||||||
* | Fix regular expression which only work in jvm (dev mode) | Manolo Carrasco | 2012-03-19 | 1 | -4/+7 | |
| | ||||||
* | Fix computing of width and height in inline elements so as gquery behaves ↵ | Manolo Carrasco | 2012-03-18 | 2 | -0/+19 | |
| | | | | the same than jquery | |||||
* | JsFunction should have an equal method | Manolo Carrasco | 2012-03-15 | 1 | -3/+5 | |
| | ||||||
* | fix width/height when the window is not the main | Manolo Carrasco | 2012-03-15 | 2 | -21/+22 | |
| | ||||||
* | Format source, and generate lazy interfaces | Manolo Carrasco | 2012-03-15 | 3 | -160/+187 | |
| | ||||||
* | move JsFunction to JsUtils and make it public | Manolo Carrasco | 2012-03-15 | 2 | -8/+19 | |
| | ||||||
* | Allow unbinding of certain functions like jquery does | Manolo Carrasco | 2012-03-14 | 6 | -28/+87 | |
| | ||||||
* | removed undefined js var | Manolo Carrasco | 2012-02-18 | 1 | -1/+1 | |
| | ||||||
* | Fix Ajax post not sending the appropriate content-type. Call fe() method in ↵ | Manolo Carrasco | 2012-02-18 | 1 | -36/+38 | |
| | | | | functions to catch exception in asynchronous ajax calls | |||||
* | Exceptions happening in functions were uncaugh when they were run in ↵ | Manolo Carrasco | 2012-02-18 | 3 | -6/+74 | |
| | | | | asynchronous blocks. Adding fe() functions and calling then from async methods like binding or queuing, we can notice developers about errors if they set the GWT UncaughtExceptionHandler | |||||
* | Adding static getJSONP method to GQuery class | Manolo Carrasco | 2012-02-13 | 3 | -3/+31 | |
| | ||||||
* | filters in Ajax.load were not working find because we were using filter() ↵ | Manolo Carrasco | 2012-02-13 | 1 | -2/+10 | |
| | | | | instead of find(). Remove some tags from the returned script before creating new elements | |||||
* | Fix NPE when content type is not provided. Fixes issue_123 | Manolo Carrasco | 2012-02-13 | 1 | -2/+5 | |
| | ||||||
* | Throw a NullPointerException when casting null to Js objects. Fixes issue_122 | Manolo Carrasco | 2012-02-13 | 3 | -8/+21 | |
| | ||||||
* | remove println | Manolo Carrasco | 2012-02-10 | 1 | -1/+0 | |
| | ||||||
* | Fixing a loop condition when trying to print a Properties object which is null | Manolo Carrasco | 2012-02-10 | 1 | -1/+8 | |
| | ||||||
* | remove println | Manolo Carrasco | 2012-02-08 | 1 | -2/+0 | |
| | ||||||
* | Implementation of Ajax JSONP using script tags | Manolo Carrasco | 2012-02-08 | 4 | -167/+194 | |
| | ||||||
* | Use GWT.log instead of stdout when initializing selectors | Manolo Carrasco | 2012-02-08 | 2 | -3/+3 | |
| | ||||||
* | Rolling back commit r960 which was reverting r955 by mistake | Manolo Carrasco | 2012-02-08 | 1 | -2/+6 | |
| | ||||||
* | Do not fail in the cases getAssociatedWidget or cleanGQData raises an exception | Manolo Carrasco | 2012-02-08 | 1 | -16/+29 | |
| | ||||||
* | deal with enum values | Manolo Carrasco | 2012-02-08 | 1 | -9/+5 | |
| | ||||||
* | Fix a null condition when converting properties to json strings | Manolo Carrasco | 2012-02-08 | 1 | -5/+4 | |
| | ||||||
* | fix issue 122 + code refactoring | Julien Dramaix | 2012-02-05 | 1 | -224/+268 | |
| | ||||||
* | fix issue 119 and fix nth-child selector + tests | Julien Dramaix | 2012-01-19 | 2 | -11/+66 | |
| | ||||||
* | add enum support | Julien Dramaix | 2012-01-09 | 1 | -5/+9 | |
| | ||||||
* | these checks are not needed and could break nested collections | Manolo Carrasco | 2011-12-26 | 1 | -12/+7 | |
| | ||||||
* | Fix a erroneous hardcoded key name in getFunctionBase | Manolo Carrasco | 2011-12-23 | 1 | -1/+1 | |
| | ||||||
* | properties toJsonString should not export gwt hashCodes. Fixes tests | Manolo Carrasco | 2011-12-23 | 1 | -0/+4 | |
| | ||||||
* | Fix compilation. Last commit removed a used method by mistake | Manolo Carrasco | 2011-12-23 | 1 | -0/+8 | |
| | ||||||
* | Support for Functions in Json Generators, related with issue_116. Do not ↵ | Manolo Carrasco | 2011-12-23 | 3 | -11/+49 | |
| | | | | return null for unknown types but warn the user | |||||
* | possible fix for issue 116 | Julien Dramaix | 2011-12-22 | 1 | -33/+145 | |
| | ||||||
* | JsonBuilder: Support of java.util.List and java.util.Date types. Fix arrays ↵ | Manolo Carrasco | 2011-12-18 | 4 | -25/+111 | |
| | | | | of JsonBuilder objects, Fixes issue 117. Fix Properties toString methods when there are arrays of objects | |||||
* | PMD warning: Avoid instantiating Boolean objects | Manolo Carrasco | 2011-11-10 | 1 | -1/+1 | |
| | ||||||
* | fix issue 110 | Julien Dramaix | 2011-11-06 | 1 | -0/+3 | |
| | ||||||
* | fixes issue111 | Manolo Carrasco | 2011-11-04 | 2 | -26/+39 | |
| | ||||||
* | depend on the parent which is deployed in maven repo, so as the module can ↵ | Manolo Carrasco | 2011-11-04 | 1 | -2/+2 | |
| | | | | be compiled without checking out the parent folder | |||||
* | fix tests, group them in a gwt-suite to run in a jvm instance and speed up ↵ | Manolo Carrasco | 2011-11-03 | 20 | -223/+378 | |
| | | | | maven test | |||||
* | node list in gquery should be updated each time, so the jsquery exported ↵ | Manolo Carrasco | 2011-11-03 | 2 | -1/+11 | |
| | | | | version can use the exported object as a valid array | |||||
* | typo | Manolo Carrasco | 2011-10-26 | 1 | -1/+1 | |
| | ||||||
* | Adding indexOf method in JsCache. Fix a null case in jsni | Manolo Carrasco | 2011-10-26 | 2 | -1/+5 | |
| | ||||||
* | Adds px to numeric css attributes, like jquery does | Manolo Carrasco | 2011-10-24 | 1 | -0/+7 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Manolo Carrasco | 2011-10-19 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare release gwtquery-project-1.1.0 | Manolo Carrasco | 2011-10-19 | 1 | -1/+1 | |
| |