Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | small re-ractoring | Manuel Carrasco Moñino | 2013-03-15 | 1 | -10/+10 | |
| | | ||||||
* | | Make setters in function chainable. Deprecate setters and getters in ↵ | Manuel Carrasco Moñino | 2013-03-15 | 1 | -12/+80 | |
| | | | | | | | | Function in favor of arguments. Safety methods to read arguments | |||||
* | | restore comment removed in a previous commit | Manuel Carrasco Moñino | 2013-03-15 | 1 | -1/+2 | |
| | | ||||||
* | | Create an interface for deferred. Create a utility abtract Promise to ↵ | Manuel Carrasco Moñino | 2013-03-15 | 5 | -21/+138 | |
| | | | | | | | | facilitate promise creation. Fix a NPE in callbacks | |||||
* | | remove eclipse warnings | Manuel Carrasco Moñino | 2013-03-04 | 2 | -4/+0 | |
| | | ||||||
* | | We dont need to deal with XMLHttpRequest right now, it is ok to continue ↵ | Manuel Carrasco Moñino | 2013-03-04 | 1 | -114/+0 | |
| | | | | | | | | using RequestBuilder | |||||
* | | undoing changes in DevTestRunner used while developing Deferred, and should ↵ | Manuel Carrasco Moñino | 2013-03-04 | 1 | -88/+0 | |
| | | | | | | | | not be committed | |||||
* | | Implementation of Deferred.when. Some changes and deprecations in Function ↵ | Manuel Carrasco Moñino | 2013-03-04 | 7 | -111/+318 | |
| | | | | | | | | (need discussion). All Ajax methods now returns a Deferred | |||||
* | | First implementation of Deferred and Promises. Ajax tests work. then ↵ | Manuel Carrasco Moñino | 2013-03-03 | 12 | -67/+542 | |
|/ | | | | implementation is not ok. Needs tests | |||||
* | Bugfix: loop when calling ajax method. Fixes issue 174 | Manuel Carrasco Moñino | 2013-03-01 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'master' of github.com:gwtquery/gwtquery | Manuel Carrasco Moñino | 2013-02-28 | 0 | -0/+0 | |
|\ | ||||||
| * | Merge pull request #17 from manolo/master | Manuel Carrasco | 2013-02-28 | 14 | -101/+550 | |
| |\ | | | | | | | Changes in jsquery to support more methods. Implementation of Callbacks. | |||||
* | | | little pom changes | Manuel Carrasco Moñino | 2013-02-28 | 2 | -2/+3 | |
| |/ |/| | ||||||
* | | Dont add more callbacks when disabled | Manuel Carrasco Moñino | 2013-02-27 | 1 | -9/+10 | |
| | | ||||||
* | | Test callbacks disable method | Manuel Carrasco Moñino | 2013-02-27 | 2 | -1/+5 | |
| | | ||||||
* | | memory elements should be fired after adding new elements, and memory should ↵ | Manuel Carrasco Moñino | 2013-02-27 | 2 | -27/+45 | |
| | | | | | | | | be reset when a new fire comes. More tests | |||||
* | | First step towards supporting Deferred: implementing Callbacks collections | Manuel Carrasco Moñino | 2013-02-22 | 6 | -3/+326 | |
| | | ||||||
* | | Fix null exception | Manuel Carrasco Moñino | 2013-02-22 | 1 | -1/+3 | |
| | | ||||||
* | | Fix edge case when properties string ends with coma | Manuel Carrasco Moñino | 2013-02-22 | 2 | -2/+3 | |
| | | ||||||
* | | Merge branch 'master' of github.com:gwtquery/gwtquery | Manuel Carrasco Moñino | 2013-02-20 | 0 | -0/+0 | |
|\| | ||||||
| * | Merge pull request #16 from manolo/master | Manuel Carrasco | 2013-02-20 | 1 | -238/+246 | |
| |\ | | | | | | | set abstract in JsQuery overlay class | |||||
| * \ | Merge pull request #15 from manolo/master | Julien Dramaix | 2013-02-12 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Fix for IE8 | |||||
* | | | | Implement some methods which are in jquery but they werent in jsquery and ↵ | Manuel Carrasco Moñino | 2013-02-20 | 7 | -96/+196 | |
| |_|/ |/| | | | | | | | | gquery | |||||
* | | | The find/replace action set abstract to interfaces which actually dont need it | Manuel Carrasco Moñino | 2013-02-14 | 1 | -6/+6 | |
| | | | ||||||
* | | | Add TODO comment | Manuel Carrasco Moñino | 2013-02-14 | 1 | -0/+1 | |
| | | | ||||||
* | | | Change overlay class to abstract so as we dont need dummy implementation of ↵ | Manuel Carrasco Moñino | 2013-02-14 | 1 | -244/+251 | |
| |/ |/| | | | | | methods | |||||
* | | Fixed jsni exception when running certain selectors in IE8 | Manuel Carrasco Moñino | 2013-02-12 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #14 from manolo/master | Julien Dramaix | 2013-02-11 | 14 | -74/+141 | |
|\ | | | | | Last changes on manolo's branch | |||||
| * | Remove unused import | Manuel Carrasco Moñino | 2013-02-08 | 1 | -1/+0 | |
| | | ||||||
| * | Adding a utility function to call external functions from gwt without ↵ | Manuel Carrasco Moñino | 2013-02-08 | 3 | -5/+50 | |
| | | | | | | | | writing jsni | |||||
| * | Allow arbitrary string as parameter when adding new elements to dom. Fixes ↵ | Manuel Carrasco Moñino | 2013-02-08 | 2 | -2/+10 | |
| | | | | | | | | issue 128 | |||||
| * | Remove svn references in pom, since we are using git | Manuel Carrasco Moñino | 2013-02-07 | 1 | -20/+3 | |
| | | ||||||
| * | Change method signature | Manuel Carrasco Moñino | 2013-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | Remove attribute after the property is set to null. Fixes issue 165 | Manuel Carrasco Moñino | 2013-02-07 | 3 | -3/+24 | |
| | | ||||||
| * | Fixes issue 170 | Manuel Carrasco Moñino | 2013-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | Update javadocs so as we explain better the meaning of a dollar in the key ↵ | Manuel Carrasco Moñino | 2013-02-07 | 1 | -23/+39 | |
| | | | | | | | | part of animation parameters. Fixes issue 168 (google). Fixes issue #5 (github). | |||||
| * | Setting version to next snapshot iteration | Manuel Carrasco Moñino | 2013-02-07 | 8 | -9/+9 | |
| | | ||||||
| * | Set archetype version to last stable deployed | Manuel Carrasco Moñino | 2013-02-07 | 1 | -1/+1 | |
| | | ||||||
| * | remove svn wagon | Manuel Carrasco Moñino | 2013-02-07 | 1 | -5/+0 | |
| | | ||||||
| * | Preparing archetype to deploy the release 1.3.1 to central repos | Manuel Carrasco Moñino | 2013-02-07 | 1 | -4/+4 | |
| | | ||||||
| * | Updating archetype versions | Manuel Carrasco Moñino | 2013-02-07 | 1 | -3/+3 | |
| | | ||||||
| * | Setting pom version to last stable one so as we can tag it | Manuel Carrasco Moñino | 2013-02-07 | 8 | -9/+9 | |
|/ | ||||||
* | Merge pull request #13 from gwtquery/jd_fix_31 | Manuel Carrasco | 2013-01-22 | 2 | -0/+13 | |
|\ | | | | | Fix issue 12 | |||||
| * | fix issue #12 | jdramaix | 2013-01-23 | 1 | -0/+7 | |
| | | ||||||
| * | fix issue #12 | jdramaix | 2013-01-23 | 1 | -0/+6 | |
|/ | ||||||
* | Merge pull request #4 from gwtquery/jd_offset | Julien Dramaix | 2013-01-21 | 2 | -12/+88 | |
|\ | | | | | Fix for issue #3 | |||||
| * | implement other signature of offset() method. Fix for issue 161 (google ↵ | jdramaix | 2013-01-07 | 2 | -12/+88 | |
| | | | | | | | | code)/ issue #3 (github) | |||||
* | | Merge pull request #6 from gwtquery/jd_issue168 | Julien Dramaix | 2013-01-21 | 1 | -2/+2 | |
|\ \ | | | | | | | javadoc correction : fix issue #5 (github)/ issue 168 (google code) | |||||
| * | | javadoc correction : fix issue #5 (github)/ issue 168 (google code) | jdramaix | 2013-01-07 | 1 | -2/+2 | |
| |/ | ||||||
* | | Merge pull request #7 from gwtquery/jd_event_delegation | Julien Dramaix | 2013-01-21 | 3 | -16/+175 | |
|\ \ | | | | | | | Add support for namespace/ multiple events in live and die methods |