Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | 2 | -20/+106 | |
| |\ \ | ||||||
| | * | | Formatting | Manuel Carrasco Moñino | 2013-12-03 | 1 | -16/+26 | |
| | * | | Adding ability to cache promises. | Manuel Carrasco Moñino | 2013-11-30 | 2 | -20/+96 | |
| * | | | Merge pull request #244 from manolo/mcm_issue_26 | Manuel Carrasco | 2013-12-02 | 2 | -13/+18 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | fixes issue #26 | Manuel Carrasco Moñino | 2013-12-02 | 2 | -13/+18 | |
| | |/ | ||||||
| * | | Merge pull request #242 from gwtquery/jd_fix_issue_211 | Julien Dramaix | 2013-12-01 | 2 | -2/+3 | |
| |\ \ | ||||||
| | * | | fix issue 211 | jdramaix | 2013-11-29 | 2 | -2/+3 | |
| | |/ | ||||||
| * | | Merge pull request #241 from gwtquery/jd_add_test_issue216 | Julien Dramaix | 2013-12-01 | 1 | -0/+14 | |
| |\ \ | ||||||
| | * | | 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 | 3 | -12/+114 | |
|/ | ||||||
* | Code review comment | jdramaix | 2013-11-29 | 2 | -32/+6 | |
* | fix ie8 custom event | jdramaix | 2013-11-29 | 2 | -1/+33 | |
* | replace character | Manuel Carrasco Moñino | 2013-11-27 | 1 | -1/+1 | |
* | use replace instead of replaceAll because they are fixed conditions | Manuel Carrasco Moñino | 2013-11-26 | 1 | -3/+3 | |
* | forgot delete this file | Manuel Carrasco Moñino | 2013-11-26 | 1 | -99/+0 | |
* | Fix handling of inlined regexp since we have to double escape reverse-slashes... | Manuel Carrasco Moñino | 2013-11-26 | 1 | -3/+3 | |
* | info logs | Manuel Carrasco Moñino | 2013-11-26 | 1 | -0/+2 | |
* | Change PromiseRF namespace, so as we dont break the -strict flag. fixes issue... | Manuel Carrasco Moñino | 2013-11-26 | 2 | -1/+101 | |
* | Allow embeding as JSNI libraries hosted in CDNs. Remove regular expressions b... | Manuel Carrasco Moñino | 2013-11-26 | 1 | -24/+181 | |
* | Test for bitless rebinding when a widget is attached/dettatched | Manuel Carrasco Moñino | 2013-11-26 | 2 | -7/+20 | |
* | Use GWT way to get $wnd instead of maintain our own jsni code | Manuel Carrasco Moñino | 2013-11-26 | 1 | -5/+2 | |
* | Fix tests | Manuel Carrasco Moñino | 2013-11-22 | 2 | -1/+4 | |
* | code review part3 | jdramaix | 2013-11-22 | 1 | -16/+20 | |
* | code review part2 | jdramaix | 2013-11-22 | 2 | -26/+12 | |
* | code review | jdramaix | 2013-11-22 | 3 | -39/+50 | |
* | Merge branch 'master' of github.com:gwtquery/gwtquery into jd_event | jdramaix | 2013-11-22 | 6 | -3/+286 | |
|\ | ||||||
| * | Updating Lazy interfaces | Manuel Carrasco Moñino | 2013-11-21 | 3 | -43/+16 | |
| * | Merge branch 'master' of github.com:manolo/gquery into JsniBundle | Manuel Carrasco Moñino | 2013-11-21 | 6 | -107/+224 | |
| |\ | ||||||
| * | | 3party -> third-party | Manuel Carrasco Moñino | 2013-11-18 | 2 | -7/+6 | |
| * | | Better and faster regex | Manuel Carrasco Moñino | 2013-11-18 | 1 | -1/+1 | |
| * | | Replace "js" word with "javascript". Improve javadoc wording. | Manuel Carrasco Moñino | 2013-11-18 | 1 | -6/+13 | |
| * | | Fix getScript so as once it is downloaded it is executed like in jQuery. Move... | Manuel Carrasco Moñino | 2013-11-16 | 2 | -3/+27 | |
| * | | Implementation of JsniBundles, a generator which allows jsni methods which ha... | Manuel Carrasco Moñino | 2013-11-16 | 4 | -0/+253 | |
* | | | code review | jdramaix | 2013-11-21 | 3 | -18/+14 | |
* | | | fix bug with event delegation | jdramaix | 2013-11-21 | 2 | -24/+151 | |
* | | | add bitless event support + custom event. | jdramaix | 2013-11-21 | 9 | -218/+427 | |
| |/ |/| | ||||||
* | | Remove method used during developing to inspect objects | Manuel Carrasco Moñino | 2013-11-18 | 1 | -4/+0 | |
* | | Use CSS3 animations when available. | Manuel Carrasco Moñino | 2013-11-17 | 6 | -85/+165 | |
* | | Some refactoring in GQuery Animation classes, to reuse code from super classes | Manuel Carrasco Moñino | 2013-11-11 | 4 | -18/+13 | |
* | | Add a constructor to all GQ animation implementations so as we can pass param... | Manuel Carrasco Moñino | 2013-11-09 | 3 | -14/+60 | |
|/ | ||||||
* | split long line | Manuel Carrasco Moñino | 2013-11-09 | 1 | -1/+2 | |
* | 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 | |
* | Some styling corrections, println and javadoc | Manuel Carrasco Moñino | 2013-11-09 | 4 | -16/+16 | |
* | Adding a TransitionsAnimation class whish is like PropertiesAnimation but usi... | Manuel Carrasco Moñino | 2013-11-09 | 4 | -34/+227 | |
* | Adding missing method in widgets, and javadocs | Manuel Carrasco Moñino | 2013-11-09 | 1 | -4/+16 | |
* | Make clip-animation extend properties-animation, so as we can mix clip effect... | Manuel Carrasco Moñino | 2013-11-09 | 1 | -28/+41 |