aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #280 from gwtquery/mcm_fixManuel Carrasco2014-04-283-7/+41
|\ | | | | Fix infinite loop
| * 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
|/
* Merge pull request #275 from gwtquery/mcm_ready_for_releaseManuel Carrasco2014-03-109-10/+30
|\ | | | | Ready for releasing 1.4.1 and Fix #274
| * Changing versio so as we can release 1.4.1Manuel Carrasco Moñino2014-03-107-8/+8
| |
| * 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()
| * Merge branch 'master' of github.com:apanizo/gwtqueryAdolfo Panizo2014-03-050-0/+0
| |\ | | | | | | | | | | | | Conflicts: gwtquery-core/src/main/java/com/google/gwt/query/client/plugins/ajax/Ajax.java
| | * Exception when parsing empty response.getText(), and the dataType isAdolfo Panizo2014-03-041-0/+3
| | | | | | | | | necessary for the request.
| * | Exception when parsing empty response.getText(), and the dataType isAdolfo Panizo2014-03-051-15/+17
| |/ | | | | necessary for the request.
* | Merge pull request #270 from gwtquery/mcm_fix_nullManuel Carrasco2014-03-038-18/+74
|\ \ | |/ |/| Fix parsing null in json JRE, and dont pre-proccess JSON Strings by default.
| * 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
|/
* Merge pull request #268 from gwtquery/mcm_fixesManuel Carrasco2014-02-157-37/+55
|\ | | | | Adding gwt.xml doc. Adding trigger(Event) method
| * 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
| |
| * Merge branch 'master' into mcm_fixesManuel Carrasco Moñino2014-02-080-0/+0
| |\ | |/ |/|
* | Merge pull request #267 from gwtquery/mcm_fixesManuel Carrasco2014-02-082-13/+18
|\ \ | | | | | | JVM ajax fixes
| | * 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-0347-401/+2309
|\ | | | | JVM support for Json data binding and Ajax
| * Changing script to generate lazy interfaces so as plugins could import any ↵Manolo Carrasco2014-02-027-7/+15
| | | | | | | | 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-276-12/+107
| |
| * 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
| | | |
| * | | utility method to debug output requestManuel Carrasco Moñino2014-01-221-4/+32
| | | |
| * | | remove printlnManuel Carrasco Moñino2014-01-221-3/+1
| |/ /
| * | managing cookiesManuel Carrasco Moñino2014-01-215-4/+234
| | |