aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* JsFunction should have an equal methodManolo Carrasco2012-03-151-3/+5
* JsQuery: Fix scrolls in JsMenu pluginManolo Carrasco2012-03-155-17/+28
* fix width/height when the window is not the mainManolo Carrasco2012-03-152-21/+22
* method afterCreate calls the onload functionsManolo Carrasco2012-03-153-11/+9
* Rename classManolo Carrasco2012-03-154-13/+16
* Format source, and generate lazy interfacesManolo Carrasco2012-03-153-160/+187
* move JsFunction to JsUtils and make it publicManolo Carrasco2012-03-152-8/+19
* JsQuery: Fix inArray static methodManolo Carrasco2012-03-155-52/+54
* jsquery re-factoringManolo Carrasco2012-03-146-196/+250
* Fixes in js-menu plugin and some code clean upManolo Carrasco2012-03-146-105/+90
* Allow unbinding of certain functions like jquery doesManolo Carrasco2012-03-146-28/+87
* This is the first jQuery plugin working with jsQuery. It needs cleanning and ...Manolo Carrasco2012-03-1213-20/+1840
* 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
* Add eclipse classpath entries and fix maven eclipse: tasksManolo Carrasco2012-01-042-1/+21
* [maven-release-plugin] prepare for next development iterationManolo Carrasco2012-01-041-4/+4
* [maven-release-plugin] prepare release gquery-archetype-1.1.3Manolo Carrasco2012-01-041-4/+4
* Fix mvn compilation warnings, and Eclipse errors when importingManolo Carrasco2012-01-042-18/+13
* 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
* comment modulesManolo Carrasco2011-11-091-2/+2
* 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