Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | squid:UselessParenthesesCheck Useless parentheses around expressions should b... | George Kankava | 2016-02-10 | 12 | -26/+26 |
* | Cleanup | Maxime Mériouma-Caron | 2016-02-01 | 19 | -41/+39 |
* | Revert null when empty | Maxime Mériouma-Caron | 2016-01-27 | 1 | -1/+1 |
* | Fix databinding | Maxime Mériouma-Caron | 2015-12-01 | 1 | -0/+6 |
* | Try fix | Maxime Mériouma-Caron | 2015-12-01 | 1 | -1/+1 |
* | Fix databind tests | Maxime Mériouma-Caron | 2015-12-01 | 2 | -2/+2 |
* | 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 |
* | 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 | 5 | -99/+132 |
|\ | |||||
| * | Throw an exception when wrapped object is unknown. | Manolo Carrasco | 2015-07-10 | 1 | -2/+1 |
| * | 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 |
| * | Merge branch 'master' into mcm_fix | Manolo Carrasco | 2015-03-09 | 1 | -0/+79 |
| |\ | |||||
| * | | 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 |
| * | | Simplify Json generated classes reusing common code | Manolo Carrasco | 2015-02-26 | 2 | -12/+17 |
| * | | Remove most of $ constructors in favour of $(Object) to avoid java8 disambigu... | Manolo Carrasco | 2015-02-25 | 2 | -76/+33 |
* | | | Merge pull request #356 from apanizo/master | Julien Dramaix | 2015-07-20 | 1 | -1/+7 |
|\ \ \ | |_|/ |/| | | |||||
| * | | When doing data binding over a list attribute, return an empty list or | apanizo | 2015-05-26 | 1 | -1/+7 |
* | | | Added SafeHtml as alternative to html string. | Tercio Gaudencio Filho | 2015-03-04 | 1 | -0/+79 |
* | | | Use absolute path to load library in JsniBundle | Raphaël Garnier | 2015-02-23 | 1 | -3/+8 |
| |/ |/| | |||||
* | | Adding javadoc to new methods | Manolo Carrasco | 2015-01-30 | 1 | -0/+13 |
* | | Fix tests | Manolo Carrasco | 2015-01-29 | 2 | -5/+4 |
* | | Handle JsonBuilder wrappers in $ method | Manolo Carrasco | 2015-01-29 | 2 | -1/+4 |
* | | Ability to create new events with different type | Manolo Carrasco | 2015-01-29 | 1 | -0/+7 |
* | | Fix event delegation in special events | Manolo Carrasco | 2015-01-29 | 1 | -8/+10 |
* | | Adding a couple of methods to import html | Manolo Carrasco | 2015-01-29 | 1 | -5/+44 |
|/ | |||||
* | Utility method to export a function | Manolo Carrasco | 2015-01-14 | 1 | -1/+15 |
* | Adding more testing and fixes | Manolo Carrasco | 2015-01-07 | 9 | -69/+176 |
* | Rebasing master | Manolo Carrasco | 2015-01-04 | 3 | -5/+5 |
|\ | |||||
| * | Make checkstyle run when validating sources | Manolo Carrasco | 2015-01-02 | 1 | -2/+0 |
* | | Adding Julien review suggestions. | Manolo Carrasco | 2015-01-04 | 4 | -71/+107 |
* | | Allow to use customized animations. And Fixes. | Manolo Carrasco | 2015-01-03 | 12 | -379/+420 |
|/ | |||||
* | Merge branch 'master' into mcm_special_events | Manolo Carrasco | 2015-01-02 | 1 | -2/+2 |
|\ | |||||
| * | Make TC windows happy | Manolo Carrasco | 2015-01-02 | 1 | -2/+2 |
* | | Merge branch 'mcm_styling' into mcm_special_events | Manolo Carrasco | 2015-01-02 | 143 | -1933/+2211 |
|\| | |||||
| * | Merge branch 'master' into mcm_styling | Manolo Carrasco | 2015-01-02 | 8 | -252/+397 |
| |\ | |||||
| | * | Merge pull request #326 from manolo/mcm_ready_method | Manuel Carrasco Moñino | 2014-12-30 | 1 | -0/+27 |
| | |\ | |||||
| | | * | Implement GQuery.ready missing method | Manolo Carrasco | 2014-12-25 | 1 | -0/+27 |
| | * | | nodeType property error when using selectors like: $(widget) | Adolfo Panizo | 2014-12-26 | 1 | -2/+1 |
| | * | | Adding documentation and renaming some vars | Adolfo Panizo | 2014-12-26 | 2 | -25/+22 |
| | * | | Separating JsonBuilderHanler into a new class | Adolfo Panizo | 2014-12-26 | 4 | -345/+334 |
| | * | | Fix for @Name in strip() implementation on the VM (added some refactors) | Adolfo Panizo | 2014-12-26 | 4 | -37/+103 |
| | * | | Make strip recursive in server side. | Manolo Carrasco | 2014-12-25 | 2 | -30/+43 |
| | * | | Fix client-side code | Manolo Carrasco | 2014-12-25 | 3 | -19/+30 |
| | * | | Implementing strip() on isProperties | Adolfo Panizo | 2014-12-25 | 5 | -21/+44 |
| | * | | Parsing only methods specified in JsonBuilder interface from a given json. | Adolfo Panizo | 2014-12-25 | 2 | -1/+27 |