aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use GWT 2.8.0 and net.ltgt maven plugin in archetypeHEADmasterManolo Carrasco2017-04-246-97/+53
|
* Update versionsManolo Carrasco2017-04-241-2/+2
|
* Update README.mdManuel Carrasco Moñino2017-04-241-1/+2
|
* Update README.mdManuel Carrasco Moñino2017-04-241-1/+1
|
* CastingManolo Carrasco2016-04-261-1/+1
|
* Merge pull request #374 from ↵Olivier Lafleur2016-02-1112-26/+26
|\ | | | | | | | | georgekankava/staging/useless-parentheses-around-expressions-should-be-removed-to-prevent-any-misunderstanding-fix-1 squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding
| * squid:UselessParenthesesCheck Useless parentheses around expressions should ↵George Kankava2016-02-1012-26/+26
|/ | | | be removed to prevent any misunderstanding
* Run test only in ProdMaxime Mériouma-Caron2016-02-011-1/+2
|
* [maven-release-plugin] prepare for next development iterationMaxime Mériouma-Caron2016-02-013-3/+3
|
* [maven-release-plugin] prepare release gwtquery-project-1.5-beta1Maxime Mériouma-Caron2016-02-013-3/+3
|
* javadocMaxime Mériouma-Caron2016-02-011-0/+10
|
* Skip testsMaxime Mériouma-Caron2016-02-011-0/+1
|
* scmMaxime Mériouma-Caron2016-02-011-2/+2
|
* Skip testsMaxime Mériouma-Caron2016-02-011-1/+1
|
* Skip testsMaxime Mériouma-Caron2016-02-011-1/+1
|
* gwt 2.8.0-beta1Maxime Mériouma-Caron2016-02-011-1/+1
|
* CleanupMaxime Mériouma-Caron2016-02-0124-50/+48
|
* Revert null when emptyMaxime Mériouma-Caron2016-01-272-3/+3
|
* Update for GWT-2.8Maxime Mériouma-Caron2016-01-271-9/+11
|
* Merge pull request #368 from ArcBees/mmc_fix_lazyMaxime Meriouma-Caron2015-12-115-7/+13
|\ | | | | Fix lazy() ClassCastException and DataBinding tests
| * Fix databindingMaxime Mériouma-Caron2015-12-012-2/+8
| |
| * Try fixMaxime Mériouma-Caron2015-12-011-1/+1
| |
| * Revert FFMaxime Mériouma-Caron2015-12-011-3/+3
| |
| * Fix databind testsMaxime Mériouma-Caron2015-12-014-7/+7
| |
| * Revert debugMaxime Mériouma-Caron2015-12-011-1/+0
| |
| * Fix lazy() ClassCastMaxime Mériouma-Caron2015-12-011-1/+2
| |
* | Merge pull request #364 from ArcBees/mmc_fix_submitMaxime Meriouma-Caron2015-12-011-0/+3
|\| | | | | Fix #363 : form.submit()
| * Fix testsMaxime Mériouma-Caron2015-11-261-1/+1
| |
| * Fix testsMaxime Mériouma-Caron2015-11-261-3/+3
| |
| * Fix #363 : form.submit()Maxime Mériouma-Caron2015-11-261-0/+3
|/
* Merge pull request #349 from manolo/mcm_fixManuel Carrasco Moñino2015-07-208-105/+149
|\ | | | | Some fixes needed to run gquery with gwt-2.8.0-SNAPSHOT
| * Add google snapshot siteManolo Carrasco2015-07-201-0/+6
| |
| * Throw an exception when wrapped object is unknown.Manolo Carrasco2015-07-101-2/+1
| |
| * Fix JsInterop in 2.8-SNAPSHOTManolo Carrasco2015-05-232-6/+6
| |
| * HasAttribute should only check nullityManolo Carrasco2015-04-221-1/+1
| |
| * Fix a disanbiguity introduced with SafeHtml patchManolo Carrasco2015-03-102-8/+72
| | | | | | | | | | | | | | | | | | When using gwt-2.8.0 and java8 gwt compiler is more restrictive and when you override a method(Object) with certain classes like Interfaces or JSO, there is an error like: The method $(Object) is ambiguous for the type GQuery. Also updated lazy interface with new methods.
| * Merge branch 'master' into mcm_fixManolo Carrasco2015-03-097-3/+97
| |\
| * | Add utility method to run a native JS functionManolo Carrasco2015-03-091-0/+8
| | |
| * | Use absolute path to load library in JsniBundleRaphaël Garnier2015-02-271-3/+8
| | | | | | | | | | | | | | | As ClientBundle do, it's now possible to use relative or absolute path to load js libraries in JsniBundle.
| * | Simplify Json generated classes reusing common codeManolo Carrasco2015-02-263-12/+22
| | |
| * | Remove most of $ constructors in favour of $(Object) to avoid java8 ↵Manolo Carrasco2015-02-252-76/+33
| | | | | | | | | | | | disambiguation. Fixes issue 335
* | | Merge pull request #356 from apanizo/masterJulien Dramaix2015-07-202-3/+47
|\ \ \ | |_|/ |/| | Data binding over list attributes
| * | When doing data binding over a list attribute, return an empty list orapanizo2015-05-262-3/+47
| | | | | | | | | | | | null accordingly.
* | | Merge pull request #348 from ArcBees/cg_sample_librairy_updateManuel Carrasco Moñino2015-03-095-3/+10
|\ \ \ | | | | | | | | Updated jquery and Sizzle librairies for the benchmark sample
| * | | Sample was still using 1.4.3christiangoudreau2015-03-081-1/+1
| | | |
| * | | Updated jquery and sizzle versionchristiangoudreau2015-03-084-2/+9
| | | |
* | | | Merge pull request #346 from 0x3333/masterManuel Carrasco Moñino2015-03-091-0/+79
|\ \ \ \ | |/ / / |/| | | Added SafeHtml as alternative to html string.
| * | | Added SafeHtml as alternative to html string.Tercio Gaudencio Filho2015-03-041-0/+79
|/ / /
* | | Merge pull request #343 from han39/masterManuel Carrasco Moñino2015-02-241-3/+8
|\ \ \ | | | | | | | | Use absolute path to load library in JsniBundle
| * | | Use absolute path to load library in JsniBundleRaphaël Garnier2015-02-231-3/+8
|/ / / | | | | | | | | | | | | As ClientBundle do, it's now possible to use relative or absolute path to load js libraries in JsniBundle.