aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix bug in deferred, it must not change status if finishedManuel Carrasco Moñino2013-12-091-14/+14
| |
| * Fix gQuery failing when managing non native element objectsManuel Carrasco Moñino2013-12-092-7/+7
|/
* Merge pull request #250 from manolo/masterManuel Carrasco2013-12-092-24/+48
|\ | | | | done
| * Allow custom replacers in jsni-bundle anotationsManuel Carrasco Moñino2013-12-092-11/+32
| |
| * Dont fail if method is not anotatedManuel Carrasco Moñino2013-12-091-1/+1
| |
| * JsniBundleGenerator: support for abstract classesManuel Carrasco Moñino2013-12-091-12/+15
|/
* Merge pull request #249 from manolo/masterManuel Carrasco2013-12-081-4/+10
|\ | | | | done
| * Fix issue in chrome refusing to set transition css property when an invalid ↵Manuel Carrasco Moñino2013-12-081-4/+10
|/ | | | key is in the set
* Merge pull request #248 from manolo/masterManuel Carrasco2013-12-075-97/+125
|\ | | | | Some fixes and changes related with animations
| * Consider easing and duration passed in the properties object. Fix default ↵Manuel Carrasco Moñino2013-12-072-25/+32
| | | | | | | | duration in animate.
| * deprecate clip method in favour of the standard animate()Manuel Carrasco Moñino2013-12-071-52/+44
| |
| * Use ClipAnimations by default because they extends default ones. Add ↵Manuel Carrasco Moñino2013-12-073-11/+50
| | | | | | | | properties based constructors so as we can customize any animation via properties
| * LazyGenerator was failing if we were calling the f() signature of the ↵Manuel Carrasco Moñino2013-12-071-14/+4
|/ | | | implemented function
* Merge pull request #247 from manolo/masterManuel Carrasco2013-12-072-37/+57
|\ | | | | done
| * Fix filter when element is window. A couple of format changes introduced by IDEManuel Carrasco Moñino2013-12-071-27/+31
| |
| * Should call other f signature in order to return an object to javaManuel Carrasco Moñino2013-12-071-1/+1
| |
| * Adding a method which facilitates exporting java methodsManuel Carrasco Moñino2013-12-071-10/+26
|/
* Merge pull request #246 from gwtquery/jd_fix_event_1Manuel Carrasco2013-12-063-12/+114
|\ | | | | done
| * Merge branch 'master' of github.com:gwtquery/gwtquery into jd_fix_event_1jdramaix2013-12-0616-55/+506
| |\ | |/ |/| | | | | Conflicts: gwtquery-core/src/test/java/com/google/gwt/query/client/GQueryEventsTestGwt.java
* | Merge pull request #245 from manolo/mcm_consoleManuel Carrasco2013-12-058-20/+351
|\ \ | | | | | | merged
| * | Adding missing method in consoleManuel Carrasco Moñino2013-12-052-1/+15
| | |
| * | update lazy interfacesManuel Carrasco Moñino2013-12-052-1/+21
| | |
| * | Implementation of GQuery.consoleManuel Carrasco Moñino2013-12-056-19/+316
|/ /
* | Merge branch 'mcm_issue_26'Manuel Carrasco Moñino2013-12-031-0/+6
|\ \
| * | tests in jvmManuel Carrasco Moñino2013-12-031-0/+6
| | |
* | | Merge pull request #243 from manolo/mcm_cache_promisesManuel Carrasco2013-12-032-20/+106
|\ \ \ | | | | | | | | Adding ability to cache promises.
| * | | FormattingManuel Carrasco Moñino2013-12-031-16/+26
| | | |
| * | | Adding ability to cache promises.Manuel Carrasco Moñino2013-11-302-20/+96
| | | |
* | | | Merge pull request #244 from manolo/mcm_issue_26Manuel Carrasco2013-12-022-13/+18
|\ \ \ \ | | |/ / | |/| | Fix for issue 26
| * | | fixes issue #26Manuel Carrasco Moñino2013-12-022-13/+18
| |/ /
* | | Merge pull request #242 from gwtquery/jd_fix_issue_211Julien Dramaix2013-12-012-2/+3
|\ \ \ | | | | | | | | fix issue 211
| * | | fix issue 211jdramaix2013-11-292-2/+3
| |/ /
* | | Merge pull request #241 from gwtquery/jd_add_test_issue216Julien Dramaix2013-12-011-0/+14
|\ \ \ | | | | | | | | add test for issue #216
| * | | add test for issue #216jdramaix2013-11-291-0/+14
| |/ /
* | | Merge pull request #240 from gwtquery/jd_test_issue_226Julien Dramaix2013-12-011-0/+8
|\ \ \ | |/ / |/| | test for issue #226
| * | test issue 226jdramaix2013-11-291-0/+8
|/ /
| * fix issue 25 + another small issue when we bind both bitless and bit eventsjdramaix2013-12-063-12/+114
|/
* Merge pull request #239 from gwtquery/jd_custom_event_fix_ie8Julien Dramaix2013-11-291-2/+8
|\ | | | | fix ie8 custom event
| * Code review commentjdramaix2013-11-292-32/+6
| |
| * fix ie8 custom eventjdramaix2013-11-292-1/+33
|/
* Merge pull request #238 from manolo/masterManuel Carrasco2013-11-266-38/+208
|\ | | | | done
| * replace characterManuel Carrasco Moñino2013-11-271-1/+1
| |
| * use replace instead of replaceAll because they are fixed conditionsManuel Carrasco Moñino2013-11-261-3/+3
| |
| * forgot delete this fileManuel Carrasco Moñino2013-11-261-99/+0
| |
| * Fix handling of inlined regexp since we have to double escape ↵Manuel Carrasco Moñino2013-11-261-3/+3
| | | | | | | | reverse-slashes, and consider more cases where inlined regex could be
| * info logsManuel Carrasco Moñino2013-11-261-0/+2
| |
| * Change PromiseRF namespace, so as we dont break the -strict flag. fixes ↵Manuel Carrasco Moñino2013-11-262-1/+101
| | | | | | | | issue 237
| * Allow embeding as JSNI libraries hosted in CDNs. Remove regular expressions ↵Manuel Carrasco Moñino2013-11-261-24/+181
| | | | | | | | by a faster and a more reliable parser
| * Test for bitless rebinding when a widget is attached/dettatchedManuel Carrasco Moñino2013-11-262-7/+20
| |
| * Use GWT way to get $wnd instead of maintain our own jsni codeManuel Carrasco Moñino2013-11-261-5/+2
| |