aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* 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-152-10/+18
|
* 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
|
* 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 ↵Manolo Carrasco2012-03-182-0/+19
| | | | the same than jquery
* 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 ↵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
|