aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | html element is always considered as attachedjdramaix2012-11-071-5/+5
| | |
* | | support IsWidget and List<IsWidget>Manuel Carrasco Moñino2012-11-261-5/+6
| | |
* | | Fix live() method failing when there were multiple functions for the same ↵Manuel Carrasco Moñino2012-11-072-7/+5
| | | | | | | | | | | | selector
* | | Updating Lazy interfacesManuel Carrasco Moñino2012-11-074-793/+818
| | |
* | | Adding a dollar method to handle any object and route it to the apropriate ↵Manuel Carrasco Moñino2012-11-071-11/+68
| | | | | | | | | | | | constructor. Handle js functions and arrays like jquery does
* | | Adding a couple of methods in xmlbuilders to parse number and date values in ↵Manuel Carrasco Moñino2012-11-074-2/+100
| |/ |/| | | | | text elements. Adding a test for xmlbuilder
* | getText and setText in xml builders was not visible in generated classesManuel Carrasco Moñino2012-11-073-3/+18
|/
* fix issue with size computing when element is not attachedjdramaix2012-11-053-10/+43
|
* Ajax should handle statusCode == 0 as an errorManuel Carrasco Moñino2012-11-051-2/+7
|
* Fix a NPE in queue pluginManuel Carrasco Moñino2012-10-311-1/+2
|
* Adding a panel() method to widgets plugin so as gquery is able to convert ↵Manolo Carrasco2012-10-193-7/+61
| | | | any element in a gwt panel
* re-use gwt dom methods to check whether a node is attached to the domManolo Carrasco2012-10-191-5/+3
|
* Merge branch 'master' of github.com:gwtquery/gwtqueryManolo Carrasco2012-10-171-6/+6
|\
| * Merge branch 'master' of github.com:gwtquery/gwtqueryjdramaix2012-10-153-10/+39
| |\
| * | fix bug in hide methodjdramaix2012-10-151-6/+6
| | |
* | | improve performance in native selector generatorsManolo Carrasco2012-10-174-1/+29
| | |
* | | Use log instead of alertManolo Carrasco2012-10-172-4/+4
| | |
* | | remove was failing in mobile devicesManolo Carrasco2012-10-171-1/+2
| |/ |/|
* | Append temporary dettached elements to the document so as we can correctly ↵Manolo Carrasco2012-10-122-8/+30
| | | | | | | | compute certain values
* | 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)
* 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 ↵Manolo Carrasco2012-09-106-79/+141
| | | | Properties instead of gwt types. Handle char and byte types
* 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 ↵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