Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use GWT 2.8.0 and net.ltgt maven plugin in archetypeHEADmaster | Manolo Carrasco | 2017-04-24 | 6 | -97/+53 |
| | |||||
* | Update versions | Manolo Carrasco | 2017-04-24 | 1 | -2/+2 |
| | |||||
* | Update README.md | Manuel Carrasco Moñino | 2017-04-24 | 1 | -1/+2 |
| | |||||
* | Update README.md | Manuel Carrasco Moñino | 2017-04-24 | 1 | -1/+1 |
| | |||||
* | Casting | Manolo Carrasco | 2016-04-26 | 1 | -1/+1 |
| | |||||
* | Merge pull request #374 from ↵ | Olivier Lafleur | 2016-02-11 | 12 | -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 Kankava | 2016-02-10 | 12 | -26/+26 |
|/ | | | | be removed to prevent any misunderstanding | ||||
* | Run test only in Prod | Maxime Mériouma-Caron | 2016-02-01 | 1 | -1/+2 |
| | |||||
* | [maven-release-plugin] prepare for next development iteration | Maxime Mériouma-Caron | 2016-02-01 | 3 | -3/+3 |
| | |||||
* | [maven-release-plugin] prepare release gwtquery-project-1.5-beta1 | Maxime Mériouma-Caron | 2016-02-01 | 3 | -3/+3 |
| | |||||
* | javadoc | Maxime Mériouma-Caron | 2016-02-01 | 1 | -0/+10 |
| | |||||
* | Skip tests | Maxime Mériouma-Caron | 2016-02-01 | 1 | -0/+1 |
| | |||||
* | scm | Maxime Mériouma-Caron | 2016-02-01 | 1 | -2/+2 |
| | |||||
* | Skip tests | Maxime Mériouma-Caron | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | Skip tests | Maxime Mériouma-Caron | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | gwt 2.8.0-beta1 | Maxime Mériouma-Caron | 2016-02-01 | 1 | -1/+1 |
| | |||||
* | Cleanup | Maxime Mériouma-Caron | 2016-02-01 | 24 | -50/+48 |
| | |||||
* | Revert null when empty | Maxime Mériouma-Caron | 2016-01-27 | 2 | -3/+3 |
| | |||||
* | Update for GWT-2.8 | Maxime Mériouma-Caron | 2016-01-27 | 1 | -9/+11 |
| | |||||
* | Merge pull request #368 from ArcBees/mmc_fix_lazy | Maxime Meriouma-Caron | 2015-12-11 | 5 | -7/+13 |
|\ | | | | | Fix lazy() ClassCastException and DataBinding tests | ||||
| * | Fix databinding | Maxime Mériouma-Caron | 2015-12-01 | 2 | -2/+8 |
| | | |||||
| * | Try fix | Maxime Mériouma-Caron | 2015-12-01 | 1 | -1/+1 |
| | | |||||
| * | Revert FF | Maxime Mériouma-Caron | 2015-12-01 | 1 | -3/+3 |
| | | |||||
| * | Fix databind tests | Maxime Mériouma-Caron | 2015-12-01 | 4 | -7/+7 |
| | | |||||
| * | Revert debug | Maxime Mériouma-Caron | 2015-12-01 | 1 | -1/+0 |
| | | |||||
| * | Fix lazy() ClassCast | Maxime Mériouma-Caron | 2015-12-01 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #364 from ArcBees/mmc_fix_submit | Maxime Meriouma-Caron | 2015-12-01 | 1 | -0/+3 |
|\| | | | | | Fix #363 : form.submit() | ||||
| * | Fix tests | Maxime Mériouma-Caron | 2015-11-26 | 1 | -1/+1 |
| | | |||||
| * | Fix tests | Maxime Mériouma-Caron | 2015-11-26 | 1 | -3/+3 |
| | | |||||
| * | Fix #363 : form.submit() | Maxime Mériouma-Caron | 2015-11-26 | 1 | -0/+3 |
|/ | |||||
* | Merge pull request #349 from manolo/mcm_fix | Manuel Carrasco Moñino | 2015-07-20 | 8 | -105/+149 |
|\ | | | | | Some fixes needed to run gquery with gwt-2.8.0-SNAPSHOT | ||||
| * | Add google snapshot site | Manolo Carrasco | 2015-07-20 | 1 | -0/+6 |
| | | |||||
| * | Throw an exception when wrapped object is unknown. | Manolo Carrasco | 2015-07-10 | 1 | -2/+1 |
| | | |||||
| * | Fix JsInterop in 2.8-SNAPSHOT | Manolo Carrasco | 2015-05-23 | 2 | -6/+6 |
| | | |||||
| * | HasAttribute should only check nullity | Manolo Carrasco | 2015-04-22 | 1 | -1/+1 |
| | | |||||
| * | Fix a disanbiguity introduced with SafeHtml patch | Manolo Carrasco | 2015-03-10 | 2 | -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_fix | Manolo Carrasco | 2015-03-09 | 7 | -3/+97 |
| |\ | |||||
| * | | Add utility method to run a native JS function | Manolo Carrasco | 2015-03-09 | 1 | -0/+8 |
| | | | |||||
| * | | Use absolute path to load library in JsniBundle | Raphaël Garnier | 2015-02-27 | 1 | -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 code | Manolo Carrasco | 2015-02-26 | 3 | -12/+22 |
| | | | |||||
| * | | Remove most of $ constructors in favour of $(Object) to avoid java8 ↵ | Manolo Carrasco | 2015-02-25 | 2 | -76/+33 |
| | | | | | | | | | | | | disambiguation. Fixes issue 335 | ||||
* | | | Merge pull request #356 from apanizo/master | Julien Dramaix | 2015-07-20 | 2 | -3/+47 |
|\ \ \ | |_|/ |/| | | Data binding over list attributes | ||||
| * | | When doing data binding over a list attribute, return an empty list or | apanizo | 2015-05-26 | 2 | -3/+47 |
| | | | | | | | | | | | | null accordingly. | ||||
* | | | Merge pull request #348 from ArcBees/cg_sample_librairy_update | Manuel Carrasco Moñino | 2015-03-09 | 5 | -3/+10 |
|\ \ \ | | | | | | | | | Updated jquery and Sizzle librairies for the benchmark sample | ||||
| * | | | Sample was still using 1.4.3 | christiangoudreau | 2015-03-08 | 1 | -1/+1 |
| | | | | |||||
| * | | | Updated jquery and sizzle version | christiangoudreau | 2015-03-08 | 4 | -2/+9 |
| | | | | |||||
* | | | | Merge pull request #346 from 0x3333/master | Manuel Carrasco Moñino | 2015-03-09 | 1 | -0/+79 |
|\ \ \ \ | |/ / / |/| | | | Added SafeHtml as alternative to html string. | ||||
| * | | | Added SafeHtml as alternative to html string. | Tercio Gaudencio Filho | 2015-03-04 | 1 | -0/+79 |
|/ / / | |||||
* | | | Merge pull request #343 from han39/master | Manuel Carrasco Moñino | 2015-02-24 | 1 | -3/+8 |
|\ \ \ | | | | | | | | | Use absolute path to load library in JsniBundle | ||||
| * | | | Use absolute path to load library in JsniBundle | Raphaël Garnier | 2015-02-23 | 1 | -3/+8 |
|/ / / | | | | | | | | | | | | | As ClientBundle do, it's now possible to use relative or absolute path to load js libraries in JsniBundle. |