aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | maybe BundleGenerators to have the js in an external file
* removed undefined js varManolo Carrasco2012-02-181-1/+1
|
* Fix Ajax post not sending the appropriate content-type. Call fe() method in ↵Manolo Carrasco2012-02-181-36/+38
| | | | functions to catch exception in asynchronous ajax calls
* Exceptions happening in functions were uncaugh when they were run in ↵Manolo Carrasco2012-02-183-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 classManolo Carrasco2012-02-133-3/+31
|
* filters in Ajax.load were not working find because we were using filter() ↵Manolo Carrasco2012-02-131-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_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 ↵Manolo Carrasco2011-12-233-11/+49
| | | | return null for unknown types but warn the user
* possible fix for issue 116Julien Dramaix2011-12-221-33/+145
|
* JsonBuilder: Support of java.util.List and java.util.Date types. Fix arrays ↵Manolo Carrasco2011-12-184-25/+111
| | | | of JsonBuilder objects, Fixes issue 117. Fix Properties toString methods when there are arrays of objects
* 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 ↵Manolo Carrasco2011-11-041-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 Carrasco2011-11-0320-223/+378
| | | | maven test
* node list in gquery should be updated each time, so the jsquery exported ↵Manolo Carrasco2011-11-032-1/+11
| | | | version can use the exported object as a valid array
* typoManolo Carrasco2011-10-261-1/+1
|