aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Expand)AuthorAgeFilesLines
* Increase snapshot versions. Include archetype module so as we deploy it at th...Manolo Carrasco2014-06-121-2/+1
* 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 loopManolo Carrasco2014-04-301-0/+9
* | Merge pull request #282 from gwtquery/mcm_element_deprecatedJulien Dramaix2014-05-031-0/+3
|\ \
| * | 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 jd_fix_custom_even...jdramaix2014-05-023-7/+41
|\|
| * 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-102-3/+21
|/
* Changing versio so as we can release 1.4.1Manuel Carrasco Moñino2014-03-101-2/+2
* 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
|\
| * 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(), and the dataType isAdolfo Panizo2014-03-051-15/+17
* | 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
* | 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-0346-401/+2308
|\
| * Changing script to generate lazy interfaces so as plugins could import any cl...Manolo Carrasco2014-02-026-6/+14
| * javadoc in GQ classManuel Carrasco Moñino2014-01-271-11/+43
| * Update lazy interfacesManolo Carrasco2014-01-275-12/+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 mcm_j...Manuel Carrasco Moñino2014-01-221-0/+4
| |\ \
| | * | 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