aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #307 from ArcBees/spg_node_multi_selectorJulien Dramaix2014-11-171-7/+15
|\ | | | | Add varargs Node selector
| * Add varargs Node selectorspgingras2014-11-121-7/+15
| |
* | Merge pull request #300 from manolo/masterJulien Dramaix2014-11-164-180/+224
|\ \ | | | | | | Replace org.json by elemental.json
| * | Replace org.json by elemental.jsonManolo Carrasco2014-10-264-180/+224
| |/ | | | | | | | | | | Include only the elemental.json stuff for JVM needed to run GQuery JsonBuilders in server side without depending on anything but gwtquery.jar.
* | Merge pull request #308 from ArcBees/mmc_try_fix_ciManuel Carrasco Moñino2014-11-152-0/+2
|\ \ | |/ |/| Fixed pom to allow CI to run tests
| * Revert modeMaxime Mériouma-Caron2014-11-141-1/+0
| |
| * Fixed pom for CIMaxime Mériouma-Caron2014-11-141-10/+0
| |
| * TestsMaxime Mériouma-Caron2014-11-142-0/+13
|/
* Merge pull request #299 from manolo/masterJulien Dramaix2014-10-252-19/+61
|\ | | | | Make GQ server side not depends on gwt-servlet not gwt-dev
| * Make GQ server side not depends on gwt-servlet not gwt-devManolo Carrasco2014-10-252-19/+61
|/ | | | | | | Adding org.json dependency since we depend on it, and 2.7 uses a rebased version of android.json. We will have this dependency in snapshot until we replace json usage in server side, but we have to remove before releasing gquery.
* Merge pull request #298 from ArcBees/jd_fix_data_stringManuel Carrasco Moñino2014-10-042-6/+16
|\ | | | | Fix bug with data("nonExistingKey", String.class)
| * Fix bug with data("nonExistingKey", String.class)jd_fix_data_stringjdramaix2014-09-272-6/+16
|/
* Merge pull request #297 from manolo/masterJulien Dramaix2014-09-161-4/+5
|\ | | | | Fix Exception when cleaning up. Support for web component tag names
| * Fix Exception when cleaning up. Support for web components tag namesManolo Carrasco2014-09-161-4/+5
| |
* | Merge pull request #292 from gwtquery/mcm_updateManuel Carrasco Moñino2014-09-168-10/+10
|\ \ | |/ |/| Increase snapshot versions.
| * 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