Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |/ | |||||
* | | Merge pull request #240 from gwtquery/jd_test_issue_226 | Julien Dramaix | 2013-12-01 | 1 | -0/+8 |
|\ \ | |/ |/| | |||||
| * | test issue 226 | jdramaix | 2013-11-29 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #239 from gwtquery/jd_custom_event_fix_ie8 | Julien Dramaix | 2013-11-29 | 1 | -2/+8 |
|\ | |||||
| * | Code review comment | jdramaix | 2013-11-29 | 2 | -32/+6 |
| * | fix ie8 custom event | jdramaix | 2013-11-29 | 2 | -1/+33 |
|/ | |||||
* | Merge pull request #238 from manolo/master | Manuel Carrasco | 2013-11-26 | 6 | -38/+208 |
|\ | |||||
| * | 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 |
* | | Merge pull request #236 from manolo/master | Julien Dramaix | 2013-11-22 | 2 | -1/+4 |
|\| | |||||
| * | Fix tests | Manuel Carrasco Moñino | 2013-11-22 | 2 | -1/+4 |
|/ | |||||
* | Merge pull request #235 from gwtquery/jd_event | Julien Dramaix | 2013-11-22 | 7 | -174/+534 |
|\ | |||||
| * | 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 |
| |\ | |/ |/| | |||||
* | | Merge pull request #233 from manolo/JsniBundle | Manuel Carrasco | 2013-11-21 | 9 | -46/+302 |
|\ \ | |||||
| * | | 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 |
| |/ |/| | |||||
* | | Merge pull request #234 from manolo/master | Manuel Carrasco | 2013-11-17 | 6 | -107/+224 |
|\ \ | |/ |/| | |||||
| * | 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 |
|/ | |||||
* | Merge pull request #232 from manolo/master | Manuel Carrasco | 2013-11-09 | 8 | -71/+288 |
|\ | |||||
| * | split long line | Manuel Carrasco Moñino | 2013-11-09 | 1 | -1/+2 |
| * | set source/target java to java-6 | Manuel Carrasco Moñino | 2013-11-09 | 1 | -3/+3 |
| * | 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 |
| * | Merge branch 'master' of github.com:gwtquery/gwtquery | Manuel Carrasco Moñino | 2013-11-09 | 0 | -0/+0 |
| |\ | |/ |/| |