aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
* JsFunction should have an equal methodManolo Carrasco2012-03-151-3/+5
* fix width/height when the window is not the mainManolo Carrasco2012-03-152-21/+22
* Format source, and generate lazy interfacesManolo Carrasco2012-03-153-160/+187
* move JsFunction to JsUtils and make it publicManolo Carrasco2012-03-152-8/+19
* Allow unbinding of certain functions like jquery doesManolo Carrasco2012-03-146-28/+87
* removed undefined js varManolo Carrasco2012-02-181-1/+1
* Fix Ajax post not sending the appropriate content-type. Call fe() method in f...Manolo Carrasco2012-02-181-36/+38
* Exceptions happening in functions were uncaugh when they were run in asynchro...Manolo Carrasco2012-02-183-6/+74
* Adding static getJSONP method to GQuery classManolo Carrasco2012-02-133-3/+31
* filters in Ajax.load were not working find because we were using filter() ins...Manolo Carrasco2012-02-131-2/+10
* Fix NPE when content type is not provided. Fixes issue_123Manolo Carrasco2012-02-131-2/+5
* Throw a NullPointerException when casting null to Js objects. Fixes issue_122Manolo Carrasco2012-02-133-8/+21
* remove printlnManolo Carrasco2012-02-101-1/+0
* Fixing a loop condition when trying to print a Properties object which is nullManolo Carrasco2012-02-101-1/+8
* remove printlnManolo Carrasco2012-02-081-2/+0
* Implementation of Ajax JSONP using script tagsManolo Carrasco2012-02-084-167/+194
* Use GWT.log instead of stdout when initializing selectorsManolo Carrasco2012-02-082-3/+3
* Rolling back commit r960 which was reverting r955 by mistakeManolo Carrasco2012-02-081-2/+6
* Do not fail in the cases getAssociatedWidget or cleanGQData raises an exceptionManolo Carrasco2012-02-081-16/+29
* deal with enum valuesManolo Carrasco2012-02-081-9/+5
* Fix a null condition when converting properties to json stringsManolo Carrasco2012-02-081-5/+4
* fix issue 122 + code refactoringJulien Dramaix2012-02-051-224/+268
* fix issue 119 and fix nth-child selector + testsJulien Dramaix2012-01-192-11/+66
* add enum supportJulien Dramaix2012-01-091-5/+9
* these checks are not needed and could break nested collectionsManolo Carrasco2011-12-261-12/+7
* Fix a erroneous hardcoded key name in getFunctionBaseManolo Carrasco2011-12-231-1/+1
* properties toJsonString should not export gwt hashCodes. Fixes testsManolo Carrasco2011-12-231-0/+4
* Fix compilation. Last commit removed a used method by mistakeManolo Carrasco2011-12-231-0/+8
* Support for Functions in Json Generators, related with issue_116. Do not retu...Manolo Carrasco2011-12-233-11/+49
* possible fix for issue 116Julien Dramaix2011-12-221-33/+145
* JsonBuilder: Support of java.util.List and java.util.Date types. Fix arrays o...Manolo Carrasco2011-12-184-25/+111
* PMD warning: Avoid instantiating Boolean objectsManolo Carrasco2011-11-101-1/+1
* fix issue 110Julien Dramaix2011-11-061-0/+3
* fixes issue111Manolo Carrasco2011-11-042-26/+39
* depend on the parent which is deployed in maven repo, so as the module can be...Manolo Carrasco2011-11-041-2/+2
* fix tests, group them in a gwt-suite to run in a jvm instance and speed up ma...Manolo Carrasco2011-11-0320-223/+378
* node list in gquery should be updated each time, so the jsquery exported vers...Manolo Carrasco2011-11-032-1/+11
* typoManolo Carrasco2011-10-261-1/+1
* Adding indexOf method in JsCache. Fix a null case in jsniManolo Carrasco2011-10-262-1/+5
* Adds px to numeric css attributes, like jquery doesManolo Carrasco2011-10-241-0/+7
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2011-10-191-1/+1
* [maven-release-plugin] prepare release gwtquery-project-1.1.0Manolo Carrasco2011-10-191-1/+1
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2011-10-191-1/+1
* [maven-release-plugin] prepare release gwtquery-project-1.1.0Manolo Carrasco2011-10-191-1/+1
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2011-10-191-1/+1
* [maven-release-plugin] prepare release gwtquery-project-1.1.0-M1Manolo Carrasco2011-10-191-1/+1
* Fix testsManolo Carrasco2011-10-193-10/+10
* Remove GQ classManolo Carrasco2011-10-192-140/+137
* setters in xml builders was not implementedManolo Carrasco2011-10-195-44/+80
* Many changes in the Ajax plugin, and fixes in order to release 1.1.0 soonManolo Carrasco2011-10-188-82/+238