Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase snapshot versions. Include archetype module so as we deploy it at ↵ | Manolo Carrasco | 2014-06-12 | 8 | -10/+10 |
| | | | | the same time than gquery. | ||||
* | Fix test | Manolo Carrasco | 2014-06-12 | 1 | -2/+3 |
| | |||||
* | Merge pull request #291 from gwtquery/mcm_update | Manuel Carrasco | 2014-06-12 | 2 | -7/+7 |
|\ | | | | | Update versions in archetype | ||||
| * | Update versions | Manolo Carrasco | 2014-06-12 | 2 | -7/+7 |
| | | |||||
* | | Merge pull request #290 from gwtquery/mcm_fx_units | Manuel Carrasco | 2014-06-12 | 2 | -28/+12 |
|\ \ | | | | | | | Dont set units twice. Remove duplicated code | ||||
| * | | Dont set units twice. Remove duplicated code | Manolo Carrasco | 2014-06-12 | 2 | -28/+12 |
| |/ | |||||
* | | Merge pull request #288 from wangdx/master | Manuel Carrasco | 2014-06-12 | 1 | -0/+1 |
|\ \ | |/ |/| | Make samples be able to [$ mvn gwt:run] using CLI | ||||
| * | Make samples be able to mvn gwt:run using CLI | wangdx | 2014-05-22 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #281 from gwtquery/mcm_loop | Julien Dramaix | 2014-05-03 | 1 | -0/+9 |
|\ | | | | | Fix loop when calling GQuery.slideToggle without arguments | ||||
| * | Fix loop | Manolo Carrasco | 2014-04-30 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #282 from gwtquery/mcm_element_deprecated | Julien Dramaix | 2014-05-03 | 1 | -0/+3 |
|\ \ | | | | | | | deprecated a couple of methods. | ||||
| * | | import order | Manolo Carrasco | 2014-05-03 | 1 | -5/+5 |
| | | | |||||
| * | | Deprecating methods with com.google.gwt.user.client.Element arguments | Manolo Carrasco | 2014-05-03 | 2 | -5/+8 |
| |/ | |||||
* | | Merge pull request #279 from gwtquery/jd_fix_custom_event_bubbling_ie | Julien Dramaix | 2014-05-02 | 3 | -4/+23 |
|\ \ | |/ |/| | Fix event bubbling for custom event for IE6-8. | ||||
| * | code review | jdramaix | 2014-05-02 | 1 | -3/+4 |
| | | |||||
| * | Merge branch 'master' of github.com:gwtquery/gwtquery into ↵ | jdramaix | 2014-05-02 | 3 | -7/+41 |
| |\ | |/ |/| | | | jd_fix_custom_event_bubbling_ie | ||||
* | | Merge pull request #280 from gwtquery/mcm_fix | Manuel Carrasco | 2014-04-28 | 3 | -7/+41 |
|\ \ | | | | | | | Fix infinite loop | ||||
| * | | Adding missing methods | Manolo Carrasco | 2014-04-21 | 2 | -3/+33 |
| | | | |||||
| * | | Reflow is needed in FF. | Manolo Carrasco | 2014-04-21 | 1 | -3/+7 |
| | | | |||||
| * | | Fix infinite loop | Manolo Carrasco | 2014-04-20 | 1 | -1/+1 |
|/ / | |||||
| * | Fix event bubbling for custom event for IE6-8. | jdramaix | 2014-04-10 | 3 | -4/+22 |
|/ | |||||
* | Merge pull request #275 from gwtquery/mcm_ready_for_release | Manuel Carrasco | 2014-03-10 | 9 | -10/+30 |
|\ | | | | | Ready for releasing 1.4.1 and Fix #274 | ||||
| * | Changing versio so as we can release 1.4.1 | Manuel Carrasco Moñino | 2014-03-10 | 7 | -8/+8 |
| | | |||||
| * | Fixes issue #274 | Manuel Carrasco Moñino | 2014-03-10 | 2 | -2/+22 |
|/ | |||||
* | Merge pull request #273 from gwtquery/jd_fix_special_event_namespce | Manuel Carrasco | 2014-03-05 | 2 | -5/+31 |
|\ | | | | | fix issue when unbind special events only with namespace | ||||
| * | remove unused import | jdramaix | 2014-03-04 | 1 | -1/+0 |
| | | |||||
| * | fix issue when unbind special events only with namespace | jdramaix | 2014-03-04 | 2 | -5/+32 |
| | | |||||
* | | Merge pull request #272 from apanizo/master | Manuel Carrasco | 2014-03-05 | 1 | -15/+17 |
|\ \ | |/ |/| | Exception when parsing empty response.getText() | ||||
| * | Merge branch 'master' of github.com:apanizo/gwtquery | Adolfo Panizo | 2014-03-05 | 0 | -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 is | Adolfo Panizo | 2014-03-04 | 1 | -0/+3 |
| | | | | | | | | | necessary for the request. | ||||
| * | | Exception when parsing empty response.getText(), and the dataType is | Adolfo Panizo | 2014-03-05 | 1 | -15/+17 |
| |/ | | | | | necessary for the request. | ||||
* | | Merge pull request #270 from gwtquery/mcm_fix_null | Manuel Carrasco | 2014-03-03 | 8 | -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 #271 | Manuel Carrasco Moñino | 2014-02-25 | 1 | -3/+3 |
| | | |||||
| * | remove printstack | Manuel Carrasco Moñino | 2014-02-20 | 1 | -1/+0 |
| | | |||||
| * | Dont try to fix json strings by default, to avoiding quoted numbers and null ↵ | Manuel Carrasco Moñino | 2014-02-18 | 8 | -8/+61 |
| | | | | | | | | be unquoted | ||||
| * | Fix bad parsing null in jre | Manuel Carrasco Moñino | 2014-02-18 | 2 | -7/+11 |
|/ | |||||
* | Merge pull request #268 from gwtquery/mcm_fixes | Manuel Carrasco | 2014-02-15 | 7 | -37/+55 |
|\ | | | | | Adding gwt.xml doc. Adding trigger(Event) method | ||||
| * | Return the String representation of the object like client sidei doesmcm_fixes | Manuel Carrasco Moñino | 2014-02-09 | 1 | -1/+1 |
| | | |||||
| * | JSONObjects are safe objects | Manuel Carrasco Moñino | 2014-02-09 | 1 | -2/+1 |
| | | |||||
| * | Updating lazy interfaces | Manuel Carrasco Moñino | 2014-02-08 | 2 | -15/+20 |
| | | |||||
| * | Bad arguments order | Manuel Carrasco Moñino | 2014-02-08 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' into mcm_fixes | Manuel Carrasco Moñino | 2014-02-08 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request #267 from gwtquery/mcm_fixes | Manuel Carrasco | 2014-02-08 | 2 | -13/+18 |
|\ \ | | | | | | | JVM ajax fixes | ||||
| | * | Adding support for triggering browser native events. Fixes issue #171 | Manuel Carrasco Moñino | 2014-02-08 | 2 | -17/+27 |
| | | | |||||
| | * | Closes issue #213 | Manuel Carrasco Moñino | 2014-02-08 | 1 | -1/+5 |
| |/ | |||||
| * | Fix filenotfound exception when the response is an error | Manuel Carrasco Moñino | 2014-02-08 | 1 | -8/+15 |
| | | |||||
| * | Dont define ajaxtransport static, so as we can override it in JVM tests | Manuel Carrasco Moñino | 2014-02-07 | 1 | -5/+3 |
|/ | |||||
* | Merge pull request #264 from gwtquery/mcm_jsonbuilder_jvm | Manuel Carrasco | 2014-02-03 | 47 | -401/+2309 |
|\ | | | | | JVM support for Json data binding and Ajax | ||||
| * | Changing script to generate lazy interfaces so as plugins could import any ↵ | Manolo Carrasco | 2014-02-02 | 7 | -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 class | Manuel Carrasco Moñino | 2014-01-27 | 1 | -11/+43 |
| | |