Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactoring using more meaningful names for properties interface and getter | Manolo Carrasco | 2014-01-27 | 1 | -5/+5 | |
| | ||||||
* | Dont set credentials by default for ajax requests. Fixes issue #261 | Manolo Carrasco | 2014-01-27 | 3 | -2/+49 | |
| | ||||||
* | Merge branch 'mcm_jsonbuilder_jvm' of github.com:gwtquery/gwtquery into ↵ | Manolo Carrasco | 2014-01-20 | 1 | -5/+7 | |
|\ | | | | | | | mcm_jsonbuilder_jvm | |||||
| * | Use Constants to set Json content-type and simply code | Manuel Carrasco Moñino | 2014-01-19 | 1 | -5/+7 | |
| | | ||||||
* | | merge | Manolo Carrasco | 2014-01-20 | 1 | -0/+4 | |
| | | ||||||
* | | merge | Manolo Carrasco | 2014-01-20 | 1 | -2/+1 | |
|\ \ | |/ |/| | ||||||
| * | fix json test | jdramaix | 2014-01-07 | 1 | -7/+8 | |
| | | ||||||
* | | Use gwtSetup instead of constructor in gwt test | Manuel Carrasco Moñino | 2014-01-07 | 1 | -2/+2 | |
| | | ||||||
* | | Test refactoring. Remove hacked classes used during testing | Manuel Carrasco Moñino | 2014-01-06 | 8 | -2048/+18 | |
| | | ||||||
* | | Fix tests, and clean servlet output | Manuel Carrasco Moñino | 2014-01-05 | 18 | -78/+411 | |
| | | ||||||
* | | Fix timeout and CORS implementation of JVM | Manolo Carrasco | 2014-01-05 | 5 | -169/+168 | |
| | | ||||||
* | | Implemented Ajax for JVM, and tests | Manuel Carrasco Moñino | 2014-01-04 | 6 | -26/+2052 | |
| | | ||||||
* | | Adding first stuff to implement ajax in js and jvm | Manuel Carrasco Moñino | 2013-12-28 | 2 | -0/+83 | |
| | | ||||||
* | | Implement generic interface for Binders so as we can use it in JS and JVM | Manuel Carrasco Moñino | 2013-12-28 | 1 | -0/+4 | |
| | | ||||||
* | | remove println | Manuel Carrasco Moñino | 2013-12-28 | 1 | -2/+0 | |
| | | ||||||
* | | add new test to suite | Manuel Carrasco Moñino | 2013-12-27 | 1 | -0/+2 | |
| | | ||||||
* | | Implementation of JsonBuilders for the JVM. Moved tests to class which can ↵ | Manuel Carrasco Moñino | 2013-12-27 | 3 | -79/+145 | |
|/ | | | | be run either in JVM and in client side. Added an utility class to create Json objects so as we can use it in server and client, we dont depend on ClientFactories nor Injectors like autoBeans and other implementations do | |||||
* | Close string in test | Manuel Carrasco Moñino | 2013-12-20 | 1 | -1/+1 | |
| | ||||||
* | Use a hash to customize filters. Include more filters present in jquery. ↵ | Manuel Carrasco Moñino | 2013-12-19 | 1 | -0/+28 | |
| | | | | Fixes issues #230 #184 #220 | |||||
* | Fix names in Data binder generators. Fixes issue #230 | Manolo Carrasco | 2013-12-18 | 1 | -7/+7 | |
| | ||||||
* | Merge branch 'master' of github.com:gwtquery/gwtquery into jd_fix_event_1 | jdramaix | 2013-12-06 | 5 | -6/+91 | |
|\ | | | | | | | | | Conflicts: gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTestGwt.java | |||||
| * | Merge branch 'mcm_issue_26' | Manuel Carrasco Moñino | 2013-12-03 | 1 | -0/+6 | |
| |\ | ||||||
| | * | tests in jvm | Manuel Carrasco Moñino | 2013-12-03 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge pull request #243 from manolo/mcm_cache_promises | Manuel Carrasco | 2013-12-03 | 1 | -0/+53 | |
| |\ \ | | | | | | | | | Adding ability to cache promises. | |||||
| | * | | Formatting | Manuel Carrasco Moñino | 2013-12-03 | 1 | -16/+26 | |
| | | | | ||||||
| | * | | Adding ability to cache promises. | Manuel Carrasco Moñino | 2013-11-30 | 1 | -0/+43 | |
| | | | | ||||||
| * | | | Merge pull request #244 from manolo/mcm_issue_26 | Manuel Carrasco | 2013-12-02 | 1 | -6/+10 | |
| |\ \ \ | | | |/ | | |/| | Fix for issue 26 | |||||
| | * | | fixes issue #26 | Manuel Carrasco Moñino | 2013-12-02 | 1 | -6/+10 | |
| | |/ | ||||||
| * | | Merge pull request #241 from gwtquery/jd_add_test_issue216 | Julien Dramaix | 2013-12-01 | 1 | -0/+14 | |
| |\ \ | | | | | | | | | add test for issue #216 | |||||
| | * | | add test for issue #216 | jdramaix | 2013-11-29 | 1 | -0/+14 | |
| | |/ | ||||||
| * / | test issue 226 | jdramaix | 2013-11-29 | 1 | -0/+8 | |
| |/ | ||||||
* / | fix issue 25 + another small issue when we bind both bitless and bit events | jdramaix | 2013-12-06 | 1 | -0/+87 | |
|/ | ||||||
* | Test for bitless rebinding when a widget is attached/dettatched | Manuel Carrasco Moñino | 2013-11-26 | 1 | -0/+8 | |
| | ||||||
* | Fix tests | Manuel Carrasco Moñino | 2013-11-22 | 1 | -1/+1 | |
| | ||||||
* | code review | jdramaix | 2013-11-22 | 1 | -4/+19 | |
| | ||||||
* | fix bug with event delegation | jdramaix | 2013-11-21 | 1 | -19/+145 | |
| | ||||||
* | add bitless event support + custom event. | jdramaix | 2013-11-21 | 2 | -26/+158 | |
| | ||||||
* | remove import | Manuel Carrasco Moñino | 2013-11-09 | 1 | -2/+0 | |
| | ||||||
* | Fixing test so as they run with java 1.6 | Manuel Carrasco Moñino | 2013-11-09 | 1 | -2/+2 | |
| | ||||||
* | Fix "or" tests. Remove javadoc line | Manuel Carrasco Moñino | 2013-11-09 | 1 | -1/+1 | |
| | ||||||
* | Fix "then()" method so as it behaves like jQuery breaking the flow if ↵ | Manuel Carrasco Moñino | 2013-11-09 | 1 | -4/+68 | |
| | | | | previous fails. Add convenient method "or()" to continue the flow when we have different options to resolve an asynchronous process. Add "and()" method as an alias to "then()". "and()" and "or()" makes gQuery promises much more useful and declarative. | |||||
* | Implement animation Easing based on Bezier curves instead of using different ↵ | Manuel Carrasco Moñino | 2013-11-01 | 1 | -9/+9 | |
| | | | | algorithm for each one. Includes a set of most popular transitions used in web. | |||||
* | Fix an effects test which was randomly failing | Manuel Carrasco Moñino | 2013-11-01 | 1 | -30/+35 | |
| | ||||||
* | fix test, htmlunit is ff | Manuel Carrasco Moñino | 2013-11-01 | 1 | -1/+1 | |
| | ||||||
* | Implementation of the jQuery.browser object, in a GWT way which allows ↵ | Manuel Carrasco Moñino | 2013-11-01 | 1 | -0/+13 | |
| | | | | developer dont have to modify .gwt.xml file to do defferred binding | |||||
* | Implementation of jquery getScript method in Ajax plugin | Manuel Carrasco Moñino | 2013-10-07 | 1 | -0/+30 | |
| | ||||||
* | Callbacks should not to reset the memory object when calling disabled. Fix a ↵ | Manuel Carrasco Moñino | 2013-10-07 | 1 | -4/+52 | |
| | | | | bug preventing calling a resolved promise in a nested function. | |||||
* | Better usage of generics in data() methods. Add removed static data method. ↵ | Manuel Carrasco Moñino | 2013-07-04 | 1 | -0/+31 | |
| | | | | Add tests for data methods | |||||
* | fix issue #24 | jdramaix | 2013-06-30 | 1 | -25/+43 | |
| | ||||||
* | Fix tests so as emma-coverage instrumentalitation does not fail | Manuel Carrasco Moñino | 2013-06-01 | 1 | -2/+2 | |
| |