Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|\ | ||||||
| * | Changing script to generate lazy interfaces so as plugins could import any cl... | Manolo Carrasco | 2014-02-02 | 6 | -6/+14 | |
| * | 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 mcm_j... | Manuel Carrasco Moñino | 2014-01-22 | 1 | -0/+4 | |
| |\ \ | ||||||
| | * | | 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 | |
| * | | Use interface instead of properties implementation | Manuel Carrasco Moñino | 2014-01-19 | 2 | -14/+28 | |
| * | | Fix get method in jre | Manuel Carrasco Moñino | 2014-01-19 | 1 | -0/+3 | |
| * | | adjust generics | Manuel Carrasco Moñino | 2014-01-19 | 3 | -7/+7 | |
| * | | Use Constants to set Json content-type and simply code | Manuel Carrasco Moñino | 2014-01-19 | 3 | -17/+15 | |
| * | | Add new methods to generator | Manolo Carrasco | 2014-01-18 | 1 | -2/+7 | |
| * | | Safe type casting | Manolo Carrasco | 2014-01-18 | 3 | -6/+16 | |
| * | | PUT and POST should be handled in the same way | Manolo Carrasco | 2014-01-15 | 1 | -1/+1 | |
| * | | Fix setters with Binder objects | Manuel Carrasco Moñino | 2014-01-07 | 2 | -2/+7 | |
| * | | Implement as method to convert between types | Manuel Carrasco Moñino | 2014-01-07 | 7 | -7/+30 | |
| * | | Test refactoring. Remove hacked classes used during testing | Manuel Carrasco Moñino | 2014-01-06 | 2 | -12/+10 | |
| * | | Fix tests, and clean servlet output | Manuel Carrasco Moñino | 2014-01-05 | 5 | -321/+21 | |
| * | | Fix timeout and CORS implementation of JVM | Manolo Carrasco | 2014-01-05 | 5 | -22/+88 | |
| * | | Implemented Ajax for JVM, and tests | Manuel Carrasco Moñino | 2014-01-04 | 12 | -65/+594 | |
| * | | Remove method used for testing | Manuel Carrasco Moñino | 2013-12-30 | 1 | -4/+0 | |
| * | | Fix some issues related with FormData submit | Manuel Carrasco Moñino | 2013-12-30 | 2 | -49/+49 | |
| * | | Adding first stuff to implement ajax in js and jvm | Manuel Carrasco Moñino | 2013-12-28 | 2 | -0/+52 | |
| * | | Using Binder interface in certain ajax properties | Manuel Carrasco Moñino | 2013-12-28 | 6 | -21/+108 | |
| * | | Use getName makes more sense | Manuel Carrasco Moñino | 2013-12-28 | 3 | -9/+8 | |
| * | | Implement generic interface for Binders so as we can use it in JS and JVM | Manuel Carrasco Moñino | 2013-12-28 | 6 | -51/+160 | |
| * | | Merge branch 'master' of github.com:gwtquery/gwtquery into mcm_jsonbuilder_jvm | Manuel Carrasco Moñino | 2013-12-28 | 1 | -1/+1 | |
| |\ \ | ||||||
| * | | | Implementation of JsonBuilders for the JVM. Moved tests to class which can be... | Manuel Carrasco Moñino | 2013-12-27 | 8 | -49/+329 | |
* | | | | code review comments | jdramaix | 2014-02-02 | 1 | -6/+6 | |
* | | | | Fix issue #265 | jdramaix | 2014-02-01 | 1 | -4/+10 | |
| |/ / |/| | | ||||||
* | | | typo | Manolo Carrasco | 2013-12-28 | 1 | -1/+1 | |
|/ / |