aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Increase snapshot versions. Include archetype module so as we deploy it at ↵Manolo Carrasco2014-06-128-10/+10
|/ | | | the same time than gquery.
* Fix testManolo Carrasco2014-06-121-2/+3
|
* Merge pull request #291 from gwtquery/mcm_updateManuel Carrasco2014-06-122-7/+7
|\ | | | | Update versions in archetype
| * Update versionsManolo Carrasco2014-06-122-7/+7
| |
* | Merge pull request #290 from gwtquery/mcm_fx_unitsManuel Carrasco2014-06-122-28/+12
|\ \ | | | | | | Dont set units twice. Remove duplicated code
| * | Dont set units twice. Remove duplicated codeManolo Carrasco2014-06-122-28/+12
| |/
* | Merge pull request #288 from wangdx/masterManuel Carrasco2014-06-121-0/+1
|\ \ | |/ |/| Make samples be able to [$ mvn gwt:run] using CLI
| * Make samples be able to mvn gwt:run using CLIwangdx2014-05-221-0/+1
|/
* 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
| |/
* | Merge pull request #279 from gwtquery/jd_fix_custom_event_bubbling_ieJulien Dramaix2014-05-023-4/+23
|\ \ | |/ |/| Fix event bubbling for custom event for IE6-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
* | 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
|/ /
| * Fix event bubbling for custom event for IE6-8.jdramaix2014-04-103-4/+22
|/
* 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
| |