aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core
Commit message (Collapse)AuthorAgeFilesLines
* Updating version to new snapshotManolo Carrasco2013-12-181-2/+2
|
* Implement index() without arguments. Fixes issue #225Manolo Carrasco2013-12-151-0/+7
|
* Dont change name annotation names. Fixes issue #230Manolo Carrasco2013-12-152-2/+8
|
* 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 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-101-2/+2
|/
* 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
* 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
|
* 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
|
* 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
* 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
* 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 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
| * 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
| | |/
| * / test issue 226jdramaix2013-11-291-0/+8
| |/