Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #242 from gwtquery/jd_fix_issue_211 | Julien Dramaix | 2013-12-01 | 2 | -2/+3 | |
|\ \ \ | | | | | | | | | fix issue 211 | |||||
| * | | | 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 | |||||
| * | | | 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 for issue #226 | |||||
| * | | 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 | |
|/ | ||||||
* | Merge pull request #239 from gwtquery/jd_custom_event_fix_ie8 | Julien Dramaix | 2013-11-29 | 1 | -2/+8 | |
|\ | | | | | fix ie8 custom event | |||||
| * | 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 | |
|\ | | | | | done | |||||
| * | 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 ↵ | Manuel Carrasco Moñino | 2013-11-26 | 1 | -3/+3 | |
| | | | | | | | | reverse-slashes, and consider more cases where inlined regex could be | |||||
| * | info logs | Manuel Carrasco Moñino | 2013-11-26 | 1 | -0/+2 | |
| | | ||||||
| * | Change PromiseRF namespace, so as we dont break the -strict flag. fixes ↵ | Manuel Carrasco Moñino | 2013-11-26 | 2 | -1/+101 | |
| | | | | | | | | issue 237 | |||||
| * | Allow embeding as JSNI libraries hosted in CDNs. Remove regular expressions ↵ | Manuel Carrasco Moñino | 2013-11-26 | 1 | -24/+181 | |
| | | | | | | | | by a faster and a more reliable parser | |||||
| * | 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 | |||||
| * | 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 | |
|\ | | | | | Refactor event to accept bitless events and custom events. | |||||
| * | 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 | |
|\ \ | | | | | | | done | |||||
| * | | 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. ↵ | Manuel Carrasco Moñino | 2013-11-16 | 2 | -3/+27 | |
| | | | | | | | | | | | | Move loadScript from JsUtils to Ajax | |||||
| * | | Implementation of JsniBundles, a generator which allows jsni methods which ↵ | Manuel Carrasco Moñino | 2013-11-16 | 4 | -0/+253 | |
| | | | | | | | | | | | | have javascript in external files. | |||||
| | * | 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 | |
|\ \ | |/ |/| | done | |||||
| * | 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 ↵ | Manuel Carrasco Moñino | 2013-11-09 | 3 | -14/+60 | |
|/ | | | | parameters in the properties object. Fix a couple of issues which were preventing to reuse GQ animations multiple times | |||||
* | Merge pull request #232 from manolo/master | Manuel Carrasco | 2013-11-09 | 8 | -71/+288 | |
|\ | | | | | Adding TransitionsAnimation | |||||
| * | 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 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #231 from manolo/master | Manuel Carrasco | 2013-11-09 | 4 | -63/+155 | |
|\ \ | | | | | | | "or" and "and" methods in promisses |