Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| |/ | ||||||
* | | 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 | |||||
| * | 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 | 1 | -2/+20 | |
|/ | ||||||
* | Fixes issue #274 | Manuel Carrasco Moñino | 2014-03-10 | 1 | -2/+10 | |
| | ||||||
* | Merge pull request #273 from gwtquery/jd_fix_special_event_namespce | Manuel Carrasco | 2014-03-05 | 1 | -5/+8 | |
|\ | | | | | 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 | 1 | -5/+9 | |
| | | ||||||
* | | Merge pull request #272 from apanizo/master | Manuel Carrasco | 2014-03-05 | 1 | -15/+17 | |
|\ \ | |/ |/| | Exception when parsing empty response.getText() | |||||
| * | Exception when parsing empty response.getText(), and the dataType is | Adolfo Panizo | 2014-03-05 | 1 | -15/+17 | |
| | | | | | | necessary for the request. | |||||
* | | 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 | 5 | -6/+33 | |
| | | | | | | | | be unquoted | |||||
* | | Fix bad parsing null in jre | Manuel Carrasco Moñino | 2014-02-18 | 1 | -6/+8 | |
|/ | ||||||
* | 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 | |
| | ||||||
* | 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 | 25 | -214/+1526 | |
|\ | | | | | 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 | 6 | -6/+14 | |
| | | | | | | | | 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 | |
| | | ||||||
| * | Update lazy interfaces | Manolo Carrasco | 2014-01-27 | 4 | -4/+106 | |
| | | ||||||
| * | update super and generator implementation with new refactored names | Manolo Carrasco | 2014-01-27 | 1 | -2/+2 | |
| | | ||||||
| * | Refactoring using more meaningful names for properties interface and getter | Manolo Carrasco | 2014-01-27 | 11 | -70/+70 | |
| | | ||||||
| * | merge | Manolo Carrasco | 2014-01-27 | 2 | -20/+20 | |
| |\ | ||||||
| | * | merge with master | Manuel Carrasco Moñino | 2014-01-26 | 2 | -20/+20 | |
| | |\ | ||||||
| | | * | Fix merge issue | Manuel Carrasco Moñino | 2013-12-23 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | Set credentials with gQuery utilities to avoid breaking apps before 2.5.1 | Manuel Carrasco Moñino | 2013-12-23 | 1 | -1/+3 | |
| | | | | ||||||
| | | * | FallBack to dummy implementation in IE8 IE9 | Manuel Carrasco Moñino | 2013-12-23 | 1 | -1/+23 | |
| | | | | ||||||
| * | | | Dont set credentials by default for ajax requests. Fixes issue #261 | Manolo Carrasco | 2014-01-27 | 3 | -3/+10 | |
| |/ / | ||||||
| * | | adding some configuration flags | Manolo Carrasco | 2014-01-22 | 1 | -4/+26 | |
| | | | ||||||
| * | | Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into ↵ | Manuel Carrasco Moñino | 2014-01-22 | 1 | -0/+4 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | mcm_jsonbuilder_jvm Conflicts: gwtquery-core/src/main/java/com/google/gwt/query/vm/AjaxTransportJre.java | |||||
| | * | | support for urls when setting cookies | Manolo Carrasco | 2014-01-21 | 3 | -9/+11 | |
| | | | | ||||||
| | * | | Return double always when getting numbers like JS | Manolo Carrasco | 2014-01-21 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Support passing full url to cookie manager | Manuel Carrasco Moñino | 2014-01-22 | 1 | -3/+10 | |
| | | | | ||||||
| * | | | utility method to debug output request | Manuel Carrasco Moñino | 2014-01-22 | 1 | -4/+32 | |
| | | | | ||||||
| * | | | remove println | Manuel Carrasco Moñino | 2014-01-22 | 1 | -3/+1 | |
| |/ / | ||||||
| * | | managing cookies | Manuel Carrasco Moñino | 2014-01-21 | 5 | -4/+234 | |
| | | | ||||||
| * | | select appropriate overloaded methods | Manuel Carrasco Moñino | 2014-01-20 | 1 | -3/+3 | |
| | | | ||||||
| * | | fix tests | Manuel Carrasco Moñino | 2014-01-19 | 1 | -2/+2 | |
| | | |