aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove temporary parent node when creating dom elements from html stringManolo Carrasco2012-10-121-2/+9
|/
* best management of enumjdramaix2012-10-091-11/+13
|
* Remove all references in the dataCache object whenever any queued function ↵Manolo Carrasco2012-10-026-41/+127
| | | | finishes. Remove empty references as well. Fixes issue132.
* Adding support for wrapping gwt Functions as js-functions and viceversa in ↵Manolo Carrasco2012-10-015-19/+57
| | | | properties and json objects
* Fix removeClass method, so as it remove all classes when argument is empty ↵Manolo Carrasco2012-10-011-2/+8
| | | | (like jquery does)
* add README.mdjdramaix2012-10-011-0/+11
|
* add .gitginore filejdramaix2012-10-012-9/+18
|
* fixes issue143Manolo Carrasco2012-09-131-0/+7
|
* Set gwt version to 2.5.0-rc1 which is the one we should develop forManolo Carrasco2012-09-124-7/+11
|
* 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 ↵Manolo Carrasco2012-09-106-79/+141
| | | | Properties instead of gwt types. Handle char and byte types
* 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 ↵Manolo Carrasco2012-06-303-3/+3
| | | | "java.lang.IllegalStateException: Expected non-empty string. Reference node STRING"
* 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 ↵Julien Dramaix2012-05-182-268/+370
| | | | issue 134
* 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 ↵Manolo Carrasco2012-05-152-24/+72
| | | | client side
* 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
| | | | touches array seems to be shared between events. Keep in memory the original touch point.
* Touch support. Don't call preventDefault on TouchStart event, otherwise the ↵Julien Dramaix2012-04-221-11/+5
| | | | click event is not triggered at the end.
* 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 ↵Manolo Carrasco2012-03-1825-6/+1523
| | | | plugins packages
* Fix computing of width and height in inline elements so as gquery behaves ↵Manolo Carrasco2012-03-182-0/+19
| | | | the same than jquery
* move the example plugin to the plugins namespaceManolo Carrasco2012-03-1710-17/+12
|
* exporting $.isArray and using it in example plugin because ↵Manolo Carrasco2012-03-177-81/+107
| | | | object.constructor == Array does not work when objects are in differen windows (gwt iframe)