Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | adding vaadin logo | Manuel Carrasco Moñino | 2015-02-20 | 1 | -0/+2 | |
* | | | Update README.md | christiangoudreau | 2015-02-17 | 1 | -0/+6 | |
* | | | Update README.txt | christiangoudreau | 2015-02-17 | 1 | -7/+0 | |
* | | | Update README.txt | christiangoudreau | 2015-02-17 | 1 | -0/+7 | |
| |/ |/| | ||||||
* | | Merge pull request #340 from manolo/mcm_fixes | Manuel Carrasco Moñino | 2015-01-30 | 5 | -18/+81 | |
|\ \ | |/ |/| | ||||||
| * | Adding javadoc to new methods | Manolo Carrasco | 2015-01-30 | 1 | -0/+13 | |
| * | Fix tests | Manolo Carrasco | 2015-01-29 | 3 | -9/+8 | |
| * | 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 | |
|/ | ||||||
* | [maven-release-plugin] prepare for next development iteration | Manolo Carrasco | 2015-01-15 | 3 | -3/+3 | |
* | [maven-release-plugin] prepare release gwtquery-project-1.4.3gwtquery-project-1.4.3 | Manolo Carrasco | 2015-01-15 | 3 | -4/+4 | |
* | Utility method to export a function | Manolo Carrasco | 2015-01-14 | 2 | -9/+36 | |
* | Merge pull request #333 from manolo/mcm_fixes | Manuel Carrasco Moñino | 2015-01-11 | 18 | -477/+792 | |
|\ | ||||||
| * | Adding more testing and fixes | Manolo Carrasco | 2015-01-07 | 10 | -81/+246 | |
| * | Rebasing master | Manolo Carrasco | 2015-01-04 | 4 | -6/+17 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #332 from manolo/mcm_checkstyle | Manuel Carrasco Moñino | 2015-01-04 | 2 | -3/+12 | |
|\ \ | ||||||
| * | | Make checkstyle run when validating sources | Manolo Carrasco | 2015-01-02 | 2 | -3/+12 | |
|/ / | ||||||
| * | Adding Julien review suggestions. | Manolo Carrasco | 2015-01-04 | 6 | -74/+149 | |
| * | Allow to use customized animations. And Fixes. | Manolo Carrasco | 2015-01-03 | 14 | -390/+463 | |
|/ | ||||||
* | Merge pull request #323 from manolo/mcm_special_events | Manuel Carrasco Moñino | 2015-01-02 | 16 | -340/+425 | |
|\ | ||||||
| * | Merge branch 'master' into mcm_special_events | Manolo Carrasco | 2015-01-02 | 2 | -4/+7 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #329 from manolo/mcm_styling | Manuel Carrasco Moñino | 2015-01-02 | 154 | -1981/+2731 | |
|\ \ | ||||||
| * | | Make TC windows happy | Manolo Carrasco | 2015-01-02 | 3 | -8/+17 | |
| | * | Merge branch 'mcm_styling' into mcm_special_events | Manolo Carrasco | 2015-01-02 | 2 | -4/+10 | |
| | |\ | ||||||
| | | * | Make TC windows happy | Manolo Carrasco | 2015-01-02 | 2 | -4/+10 | |
| | |/ | |/| | ||||||
| | * | Merge branch 'mcm_styling' into mcm_special_events | Manolo Carrasco | 2015-01-02 | 146 | -1936/+2281 | |
| | |\ | | |/ | |/| | ||||||
| * | | Merge branch 'master' into mcm_styling | Manolo Carrasco | 2015-01-02 | 10 | -254/+466 | |
| |\ \ | |/ / |/| | | ||||||
* | | | 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 | |
* | | | | Merge pull request #327 from apanizo/master | Manuel Carrasco Moñino | 2014-12-27 | 2 | -2/+11 | |
|\ \ \ \ | ||||||
| * | | | | Using GQuery var instance instead of evaluating selector multiple | Adolfo Panizo | 2014-12-26 | 1 | -2/+2 | |
| * | | | | using assertTrue and asserFalse instead of assertEquals(true/false, ...) | Adolfo Panizo | 2014-12-26 | 1 | -2/+2 | |
| * | | | | Using isVisible for widget selector test. Also removingFromParent | Adolfo Panizo | 2014-12-26 | 1 | -3/+4 | |
| * | | | | nodeType property error when using selectors like: $(widget) | Adolfo Panizo | 2014-12-26 | 2 | -2/+10 | |
* | | | | | Merge pull request #325 from apanizo/master | Manuel Carrasco Moñino | 2014-12-26 | 7 | -255/+437 | |
|\| | | | | ||||||
| * | | | | 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 | 5 | -37/+109 | |
| * | | | | Make strip recursive in server side. | Manolo Carrasco | 2014-12-25 | 3 | -47/+73 | |
| * | | | | Fix client-side code | Manolo Carrasco | 2014-12-25 | 5 | -85/+36 | |
| * | | | | Implementing strip() on isProperties | Adolfo Panizo | 2014-12-25 | 7 | -26/+101 | |
| * | | | | Parsing only methods specified in JsonBuilder interface from a given json. | Adolfo Panizo | 2014-12-25 | 3 | -1/+73 | |
|/ / / / | ||||||
| | * | | Running maven java-formatter plugin to all sources | Manolo Carrasco | 2015-01-02 | 69 | -1036/+1229 | |
| | * | | Removing checkstyle errors | Manolo Carrasco | 2015-01-02 | 100 | -785/+630 | |
| | * | | move jsni start marks to new line so as eclipse formatter ignores them | Manolo Carrasco | 2015-01-02 | 50 | -207/+429 | |
| | * | | Organize imports, remove empty lines | Manolo Carrasco | 2015-01-01 | 83 | -240/+92 | |
| | * | | Do not format JSNI blocks. Allow methods with dollar | Manolo Carrasco | 2015-01-01 | 2 | -2/+3 | |
| | | * | merge with styling changes | Manolo Carrasco | 2014-12-31 | 85 | -334/+972 | |
| | | |\ | | | |/ | | |/| |