Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve off and on methodsjd_off | jdramaix | 2014-12-17 | 2 | -19/+145 |
| | |||||
* | Merge pull request #319 from manolo/mcm_gwt270 | Julien Dramaix | 2014-12-16 | 7 | -92/+100 |
|\ | | | | | Upgrading to gwt-2.7.0 | ||||
| * | Use surefire instead of gwt-maven so as we can run emma | Manolo Carrasco | 2014-12-16 | 1 | -1/+1 |
| | | |||||
| * | Upgrading to gwt-2.7.0 | Manolo Carrasco | 2014-12-15 | 7 | -91/+99 |
| | | | | | | | | | | | | - Making tests pass - Fixing a couple of issues failing with new RegExp. - Adding profiles to run tests in prod mode | ||||
* | | Fix spacing | Jean-Christophe Lariviere | 2014-12-12 | 1 | -2/+2 |
| | | |||||
* | | Overload parentsUntil() to match a node | Jean-Christophe Lariviere | 2014-12-11 | 1 | -0/+13 |
|/ | |||||
* | Faster implementation of filter | Manolo Carrasco | 2014-12-04 | 1 | -1/+0 |
| | |||||
* | Replace org.json by elemental.json | Manolo Carrasco | 2014-10-26 | 2 | -20/+38 |
| | | | | | | Include only the elemental.json stuff for JVM needed to run GQuery JsonBuilders in server side without depending on anything but gwtquery.jar. | ||||
* | Fix bug with data("nonExistingKey", String.class)jd_fix_data_string | jdramaix | 2014-09-27 | 1 | -5/+15 |
| | |||||
* | Fix test | Manolo Carrasco | 2014-06-12 | 1 | -2/+3 |
| | |||||
* | Fixes issue #274 | Manuel Carrasco Moñino | 2014-03-10 | 1 | -0/+12 |
| | |||||
* | fix issue when unbind special events only with namespace | jdramaix | 2014-03-04 | 1 | -0/+23 |
| | |||||
* | Dont try to fix json strings by default, to avoiding quoted numbers and null ↵ | Manuel Carrasco Moñino | 2014-02-18 | 2 | -2/+23 |
| | | | | be unquoted | ||||
* | Fix bad parsing null in jre | Manuel Carrasco Moñino | 2014-02-18 | 1 | -1/+3 |
| | |||||
* | 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 |
| |