aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:gwtquery/gwtquery into gquery_1_4_releaserelease-1.4.0gquery_1_4_releaseManolo Carrasco2013-12-111-8/+14
|\
| * add off()jdramaix2013-12-111-8/+14
| |
* | Merge branch 'master' into gquery_1_4_releaseManolo Carrasco2013-12-113-1/+76
|\|
| * Implementation of on/off methods, deprecate live, die, delegate, undelegateManolo Carrasco2013-12-113-1/+76
| |
| * Merge pull request #252 from manolo/masterJulien Dramaix2013-12-116-135/+87
| |\ | | | | | | Support for '%' and other units in CSS3 animations, Fix broken code and tests.
* | \ Merge branch 'master' into gquery_1_4_releaseManuel Carrasco Moñino2013-12-101-4/+4
|\ \ \ | | |/ | |/|
| * | For some reason compiler does not likes $thisManuel Carrasco Moñino2013-12-101-4/+4
| | |
* | | Merge branch 'master' into gquery_1_4_releaseManuel Carrasco Moñino2013-12-101-39/+2
|\| |
| * | Fix imports in LazyGqueryManuel Carrasco Moñino2013-12-101-39/+2
| | |
* | | Changing version for a new releaseManuel Carrasco Moñino2013-12-107-8/+8
|/ /
* | Update lazy interfacesManuel Carrasco Moñino2013-12-102-58/+31
| |
* | add durationManuel Carrasco Moñino2013-12-101-1/+1
| |
* | variable namesManuel Carrasco Moñino2013-12-101-9/+8
| |
* | Rolling back to transitionEnd since setting transitionEnd made custom ↵Manuel Carrasco Moñino2013-12-101-15/+16
| | | | | | | | events fail (slideEnter)
* | Support for animation delays compatible with GQuery queuesManuel Carrasco Moñino2013-12-102-20/+25
| |
* | Using transitionend envents instead of gquery delaysManuel Carrasco Moñino2013-12-101-20/+21
| |
* | Fixing broken code introduced in commit 0f3d35d4999c215d961197c86ee60319b648e696Manuel Carrasco Moñino2013-12-101-3/+3
| |
* | Fix testLiveWithNameSpaceManuel Carrasco Moñino2013-12-101-5/+6
| |
* | CSS3 animations where failing with "%" units, fixing it in the same way we ↵Manuel Carrasco Moñino2013-12-101-4/+13
|/ | | | do with non CSS3
* Merge pull request #251 from manolo/masterManuel Carrasco2013-12-093-21/+21
|\ | | | | done
| * 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
| |/ /