aboutsummaryrefslogtreecommitdiffstats
path: root/gwtquery-core/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Use getName makes more senseManuel Carrasco Moñino2013-12-283-9/+8
| * | | Implement generic interface for Binders so as we can use it in JS and JVMManuel Carrasco Moñino2013-12-287-51/+164
| * | | remove printlnManuel Carrasco Moñino2013-12-281-2/+0
| * | | Merge branch 'master' of github.com:gwtquery/gwtquery into mcm_jsonbuilder_jvmManuel Carrasco Moñino2013-12-281-1/+1
| |\ \ \
| * | | | add new test to suiteManuel Carrasco Moñino2013-12-271-0/+2
| * | | | Implementation of JsonBuilders for the JVM. Moved tests to class which can be...Manuel Carrasco Moñino2013-12-2712-128/+513
* | | | | code review commentsjdramaix2014-02-021-6/+6
* | | | | Fix issue #265jdramaix2014-02-011-4/+10
| |_|/ / |/| | |
* | | | fix json testjdramaix2014-01-071-7/+8
| |/ / |/| |
* | | typoManolo Carrasco2013-12-281-1/+1
|/ /
* / FallBack to dummy implementation in IE8 IE9, and fix merge issuesManuel Carrasco Moñino2013-12-242-4/+45
|/
* Merge branch 'master' of github.com:gwtquery/gwtqueryManuel Carrasco Moñino2013-12-231-3/+0
|\
| * Fix testManuel Carrasco Moñino2013-12-191-1/+1
| * prinlnManuel Carrasco Moñino2013-12-191-3/+0
* | Close string in testManuel Carrasco Moñino2013-12-201-1/+1
* | Use a hash to customize filters. Include more filters present in jquery. Fixe...Manuel Carrasco Moñino2013-12-192-11/+90
|/
* Add support for Forms and progress in ajax. Fixes issue #253Manolo Carrasco2013-12-183-71/+143
* Fix names in Data binder generators. Fixes issue #230Manolo Carrasco2013-12-183-9/+9
* 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
* add off()jdramaix2013-12-111-8/+14
* Implementation of on/off methods, deprecate live, die, delegate, undelegateManolo Carrasco2013-12-113-1/+76
* For some reason compiler does not likes $thisManuel Carrasco Moñino2013-12-101-4/+4
* Fix imports in LazyGqueryManuel Carrasco Moñino2013-12-101-39/+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 events...Manuel Carrasco Moñino2013-12-101-15/+16
* 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 do...Manuel Carrasco Moñino2013-12-101-4/+13
* 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 k...Manuel Carrasco Moñino2013-12-081-4/+10
* Consider easing and duration passed in the properties object. Fix default dur...Manuel Carrasco Moñino2013-12-072-25/+32
* 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 properti...Manuel Carrasco Moñino2013-12-073-11/+50
* LazyGenerator was failing if we were calling the f() signature of the impleme...Manuel Carrasco Moñino2013-12-071-14/+4
* 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
|\
| * 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