aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix NPE when calling styleImpl before it was initialized. Fix testsManolo Carrasco2012-05-153-11/+105
* fix problem for supporting touch events in iOS.Julien Dramaix2012-05-091-2/+10
* Touch support. Don't call preventDefault on TouchStart event, otherwise the c...Julien Dramaix2012-04-221-11/+5
* support of touch events in Mouse pluginJulien Dramaix2012-04-222-89/+147
* fix testAttr_Issue97 in prod-modeManolo Carrasco2012-03-201-2/+6
* remove empty foldersManolo Carrasco2012-03-200-0/+0
* update pom versionsManolo Carrasco2012-03-204-3/+8
* add fail method to the dev-mode test environmentManolo Carrasco2012-03-201-0/+4
* Fix regular expression which only work in jvm (dev mode)Manolo Carrasco2012-03-191-4/+7
* removing old stuffManolo Carrasco2012-03-186-647/+0
* Big refactor in jsquery so as classes namespaces match gwtquery core and plug...Manolo Carrasco2012-03-1825-6/+1523
* Fix computing of width and height in inline elements so as gquery behaves the...Manolo Carrasco2012-03-182-0/+19
* move the example plugin to the plugins namespaceManolo Carrasco2012-03-1710-17/+12
* exporting $.isArray and using it in example plugin because object.constructor...Manolo Carrasco2012-03-177-81/+107
* 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