aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
...
* Remove all references in the dataCache object whenever any queued function fi...Manolo Carrasco2012-10-026-41/+127
* Adding support for wrapping gwt Functions as js-functions and viceversa in pr...Manolo Carrasco2012-10-015-19/+57
* Fix removeClass method, so as it remove all classes when argument is empty (l...Manolo Carrasco2012-10-011-2/+8
* fixes issue143Manolo Carrasco2012-09-131-0/+7
* 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-101-2/+2
* 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
* 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
* 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-152-10/+18
* 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
* update pom versionsManolo Carrasco2012-03-201-1/+1
* Fix regular expression which only work in jvm (dev mode)Manolo Carrasco2012-03-191-4/+7
* Fix computing of width and height in inline elements so as gquery behaves the...Manolo Carrasco2012-03-182-0/+19
* 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