aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove actual animation when it finishes, should fix issue_132Manolo Carrasco2012-09-102-1/+5
* Use native JSON.stringify when available. Fix to store native js numbers in P...Manolo Carrasco2012-09-106-79/+141
* Set snapshot versionManolo Carrasco2012-09-105-6/+6
* Fix null exceptionsManolo Carrasco2012-09-101-2/+2
* Fix width/height methods, fixes ISSUE 145 (thanks to Wanjunfeng)Manolo Carrasco2012-09-103-20/+80
* test for issue 149Julien Dramaix2012-08-271-0/+25
* fix for issue 149Julien Dramaix2012-08-271-2/+2
* implements mouseleave mouseenter special events + bug fixing on event mechanismJulien Dramaix2012-08-225-1827/+1965
* force the returning value to be a String object (avoid error during dev mode)Julien Dramaix2012-08-201-1/+1
* fix issue 147Julien Dramaix2012-08-201-0/+2
* bug in nextAll(String filter) methodJulien Dramaix2012-08-171-7/+19
* implement other signatures of nextAll and nextUntil methodsJulien Dramaix2012-07-282-13/+109
* implement other signatures of prevAll and prevUntil methodsJulien Dramaix2012-07-252-26/+131
* reduce permutations when using QueryMin.gwt.xmlManolo Carrasco2012-07-171-1/+10
* http error starts from 400 error codesJulien Dramaix2012-07-061-1/+1
* best handling of data for PUT methodJulien Dramaix2012-07-061-1/+1
* allows more http methodsJulien Dramaix2012-07-061-0/+10
* This was making the "-XenableClosureCompiler" option fail with the error "jav...Manolo Carrasco2012-06-303-3/+3
* fixe live() so as it behaves the same than jqueryManolo Carrasco2012-06-211-8/+8
* fix issue 140 + support Long, Double, Integer, Float and Byte objectsJulien Dramaix2012-06-192-7/+25
* (no commit message)Julien Dramaix2012-06-190-0/+0
* Break all loops when a live event is handled and return falseManolo Carrasco2012-06-071-5/+5
* best handling of binding/unbinding string events with or whithout namespaceJulien Dramaix2012-05-182-41/+172
* better management of binding/unbinding multiple events at once / fix the issu...Julien Dramaix2012-05-182-268/+370
* Fixes issue_135Manolo Carrasco2012-05-181-2/+6
* Commenting a bit the test runner classManolo Carrasco2012-05-153-139/+65
* Adding a couple of methods to JsonBuilders, usetul to inspect objects in clie...Manolo Carrasco2012-05-152-24/+72
* 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