Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* \ \ | Merge pull request #229 from manolo/master | Manuel Carrasco | 2013-11-05 | 9 | -76/+478 |
|\ \ \ | | | | | | | | | Adding CSS3 transitions | ||||
| | | * | 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 ↵ | Manuel Carrasco Moñino | 2013-11-09 | 4 | -34/+227 |
| | | | | | | | | | | | | | | | | using CSS3 | ||||
| | | * | 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 ↵ | Manuel Carrasco Moñino | 2013-11-09 | 1 | -28/+41 |
| | |/ | | | | | | | | | | effects with any other property. Fixed some issues in this class as well | ||||
| | * | Fix "or" tests. Remove javadoc line | Manuel Carrasco Moñino | 2013-11-09 | 3 | -10/+3 |
| | | | |||||
| | * | Fix "then()" method so as it behaves like jQuery breaking the flow if ↵ | Manuel Carrasco Moñino | 2013-11-09 | 3 | -41/+162 |
| | | | | | | | | | | | | previous fails. Add convenient method "or()" to continue the flow when we have different options to resolve an asynchronous process. Add "and()" method as an alias to "then()". "and()" and "or()" makes gQuery promises much more useful and declarative. | ||||
| | * | Remove useless method from Effects plugin | Manuel Carrasco Moñino | 2013-11-04 | 1 | -22/+0 |
| |/ |