aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix some issues related with FormData submitManuel Carrasco Moñino2013-12-302-49/+49
| | | |
| * | | Adding first stuff to implement ajax in js and jvmManuel Carrasco Moñino2013-12-284-0/+135
| | | |
| * | | Using Binder interface in certain ajax propertiesManuel Carrasco Moñino2013-12-286-21/+108
| | | |
| * | | 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 ↵Manuel Carrasco Moñino2013-12-2713-129/+514
| | | | | | | | | | | | | | | | | | | | be run either in JVM and in client side. Added an utility class to create Json objects so as we can use it in server and client, we dont depend on ClientFactories nor Injectors like autoBeans and other implementations do
* | | | | Merge pull request #266 from gwtquery/jd_fix_265Julien Dramaix2014-02-021-7/+13
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix issue #265
| * | | | code review commentsjdramaix2014-02-021-6/+6
| | | | |
| * | | | Fix issue #265jdramaix2014-02-011-4/+10
|/ / / /
* | | | Merge pull request #259 from gwtquery/jd_fix_tests2Manuel Carrasco2014-01-071-7/+8
|\ \ \ \ | |_|/ / |/| | | Yep, I had fixed the same in the branch I'm working on
| * | | 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
|\
| * Merge pull request #256 from gwtquery/mcm_ajax_progressManuel Carrasco2013-12-234-72/+141
| |\ | | | | | | done
| | * Merge branch 'master' into mcm_ajax_progressManuel Carrasco Moñino2013-12-197-8/+8
| | |\ | | |/ | |/|
| | * 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
| | |
* | | Merge branch 'master' into mcm_selector_filtersManuel Carrasco Moñino2013-12-197-8/+8
|\| |
| * | Merge pull request #255 from gwtquery/mcm_fix_issue_230Manuel Carrasco2013-12-193-9/+9
| |\ \ | | | | | | | | Fix names in Data binder generators.
| * | | Updating version to new snapshotManolo Carrasco2013-12-187-8/+8
| | | |
* | | | Use a hash to customize filters. Include more filters present in jquery. ↵Manuel Carrasco Moñino2013-12-192-11/+90
| |_|/ |/| | | | | | | | Fixes issues #230 #184 #220
* | | 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
|
* 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