aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug with data("nonExistingKey", String.class)jd_fix_data_stringjdramaix2014-09-272-6/+16
|
* Fix Exception when cleaning up. Support for web components tag namesManolo Carrasco2014-09-161-4/+5
|
* Fix testManolo Carrasco2014-06-121-2/+3
|
* Dont set units twice. Remove duplicated codeManolo Carrasco2014-06-122-28/+12
|
* Merge pull request #281 from gwtquery/mcm_loopJulien Dramaix2014-05-031-0/+9
|\ | | | | Fix loop when calling GQuery.slideToggle without arguments
| * Fix loopManolo Carrasco2014-04-301-0/+9
| |
* | Merge pull request #282 from gwtquery/mcm_element_deprecatedJulien Dramaix2014-05-031-0/+3
|\ \ | | | | | | deprecated a couple of methods.
| * | import orderManolo Carrasco2014-05-031-5/+5
| | |
| * | Deprecating methods with com.google.gwt.user.client.Element argumentsManolo Carrasco2014-05-032-5/+8
| |/
* | code reviewjdramaix2014-05-021-3/+4
| |
* | Merge branch 'master' of github.com:gwtquery/gwtquery into ↵jdramaix2014-05-023-7/+41
|\| | | | | | | jd_fix_custom_event_bubbling_ie
| * Adding missing methodsManolo Carrasco2014-04-212-3/+33
| |
| * Reflow is needed in FF.Manolo Carrasco2014-04-211-3/+7
| |
| * Fix infinite loopManolo Carrasco2014-04-201-1/+1
| |
* | Fix event bubbling for custom event for IE6-8.jdramaix2014-04-101-2/+20
|/
* Fixes issue #274Manuel Carrasco Moñino2014-03-102-2/+22
|
* Merge pull request #273 from gwtquery/jd_fix_special_event_namespceManuel Carrasco2014-03-052-5/+31
|\ | | | | fix issue when unbind special events only with namespace
| * remove unused importjdramaix2014-03-041-1/+0
| |
| * fix issue when unbind special events only with namespacejdramaix2014-03-042-5/+32
| |
* | Merge pull request #272 from apanizo/masterManuel Carrasco2014-03-051-15/+17
|\ \ | |/ |/| Exception when parsing empty response.getText()
| * Exception when parsing empty response.getText(), and the dataType isAdolfo Panizo2014-03-051-15/+17
| | | | | | necessary for the request.
* | In java we should use unix separator always. Fixes issue #271Manuel Carrasco Moñino2014-02-251-3/+3
| |
* | remove printstackManuel Carrasco Moñino2014-02-201-1/+0
| |
* | Dont try to fix json strings by default, to avoiding quoted numbers and null ↵Manuel Carrasco Moñino2014-02-188-8/+61
| | | | | | | | be unquoted
* | Fix bad parsing null in jreManuel Carrasco Moñino2014-02-182-7/+11
|/
* Return the String representation of the object like client sidei doesmcm_fixesManuel Carrasco Moñino2014-02-091-1/+1
|
* JSONObjects are safe objectsManuel Carrasco Moñino2014-02-091-2/+1
|
* Updating lazy interfacesManuel Carrasco Moñino2014-02-082-15/+20
|
* Bad arguments orderManuel Carrasco Moñino2014-02-081-1/+1
|
* Adding support for triggering browser native events. Fixes issue #171Manuel Carrasco Moñino2014-02-082-17/+27
|
* Closes issue #213Manuel Carrasco Moñino2014-02-081-1/+5
|
* Fix filenotfound exception when the response is an errorManuel Carrasco Moñino2014-02-081-8/+15
|
* Dont define ajaxtransport static, so as we can override it in JVM testsManuel Carrasco Moñino2014-02-071-5/+3
|
* Merge pull request #264 from gwtquery/mcm_jsonbuilder_jvmManuel Carrasco2014-02-0345-399/+2307
|\ | | | | JVM support for Json data binding and Ajax
| * Changing script to generate lazy interfaces so as plugins could import any ↵Manolo Carrasco2014-02-026-6/+14
| | | | | | | | class defined in GQuery class without compilation errors. Adding missing javadoc for public interface method. Overloading method in Properties so as the user could set the serialization name in case
| * javadoc in GQ classManuel Carrasco Moñino2014-01-271-11/+43
| |
| * Update lazy interfacesManolo Carrasco2014-01-274-4/+106
| |
| * update super and generator implementation with new refactored namesManolo Carrasco2014-01-272-5/+5
| |
| * Refactoring using more meaningful names for properties interface and getterManolo Carrasco2014-01-2712-75/+75
| |
| * mergeManolo Carrasco2014-01-272-20/+20
| |\
| | * merge with masterManuel Carrasco Moñino2014-01-262-20/+20
| | |\
| | | * Fix merge issueManuel Carrasco Moñino2013-12-231-1/+1
| | | |
| | | * Set credentials with gQuery utilities to avoid breaking apps before 2.5.1Manuel Carrasco Moñino2013-12-231-1/+3
| | | |
| | | * FallBack to dummy implementation in IE8 IE9Manuel Carrasco Moñino2013-12-231-1/+23
| | | |
| * | | Dont set credentials by default for ajax requests. Fixes issue #261Manolo Carrasco2014-01-276-5/+59
| |/ /
| * | adding some configuration flagsManolo Carrasco2014-01-221-4/+26
| | |
| * | Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into ↵Manuel Carrasco Moñino2014-01-221-0/+4
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | mcm_jsonbuilder_jvm Conflicts: gwtquery-core/src/main/java/com/google/gwt/query/vm/AjaxTransportJre.java
| | * | support for urls when setting cookiesManolo Carrasco2014-01-213-9/+11
| | | |
| | * | Return double always when getting numbers like JSManolo Carrasco2014-01-211-0/+4
| | | |
| * | | Support passing full url to cookie managerManuel Carrasco Moñino2014-01-221-3/+10
| | | |