| Commit message (Expand) | Author | Age | Files | Lines |
* | Migrate vaadin-server build to maven | Teemu Suo-Anttila | 2016-03-14 | 1 | -1427/+0 |
* | Write true boolean attibutes without ='' (#17583) | Leif Åstrand | 2015-10-09 | 1 | -6/+6 |
* | Add support for ContextClickEvent in AbstractComponent (#19015) | Teemu Suo-Anttila | 2015-10-01 | 1 | -1/+31 |
* | Write true as attribute="" (#17519) | Leif Åstrand | 2015-06-22 | 1 | -6/+6 |
* | Add @since 7.5 to new API | Johannes Dahlström | 2015-06-10 | 1 | -1/+1 |
* | Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825) | Artur Signell | 2015-06-05 | 1 | -0/+28 |
* | Make fields with validators immediate (#13709)7.5.0.beta1 | Artur Signell | 2015-05-19 | 1 | -0/+20 |
* | Updated all empty @since tags to be published in 7.5.0 | Pekka Hyvönen | 2015-05-11 | 1 | -2/+2 |
* | Don't clear element content in AbstractComponent.writeDesign (#17488) | Johannes Dahlström | 2015-04-17 | 1 | -2/+0 |
* | Enable setResponsive/isReponsive API for AbstractComponent (#17369) | patrik | 2015-04-07 | 1 | -15/+6 |
* | Declarative for DateFields (and related) with ISO8601 (#16313) | Miki | 2015-02-03 | 1 | -10/+8 |
* | Allow captions to contain HTML (#9426) | Artur Signell | 2014-12-18 | 1 | -0/+29 |
* | Missing @since for 7.4 | Leif Åstrand | 2014-12-18 | 1 | -0/+2 |
* | Minor declarative API improvement (#7749) | Artur Signell | 2014-12-18 | 1 | -3/+3 |
* | API refactoring (#7749)declarative | Artur Signell | 2014-12-17 | 1 | -2/+2 |
* | Do not write immediate to design if component is immediate by default (#7749) | Matti Hosio | 2014-12-17 | 1 | -1/+2 |
* | Updates for the javadocs of declarative (#7749). | Mika Murtojarvi | 2014-12-17 | 1 | -9/+9 |
* | Generic cleanup (#7749) | Artur Signell | 2014-12-16 | 1 | -9/+7 |
* | Declarative support for Label (#7749) | Matti Hosio | 2014-12-16 | 1 | -0/+1 |
* | Handle tab indexes in a generic way (#7749) | Artur Signell | 2014-12-15 | 1 | -1/+20 |
* | Fix writing issues (#7749) | Artur Signell | 2014-12-15 | 1 | -2/+1 |
* | Do not create default instances while reading designs (#7749) | Artur Signell | 2014-12-15 | 1 | -14/+7 |
* | SynchronizeFrom/ToDesign -> read/writeDesign (#7749) | Artur Signell | 2014-12-15 | 1 | -8/+6 |
* | Support plain-text attribute for Label (#7749) | Artur Signell | 2014-12-14 | 1 | -0/+2 |
* | Declarative support for split panel (#7749). | Mika Murtojarvi | 2014-12-12 | 1 | -56/+3 |
* | Embed DesignSynchronizable methods to Component interface (#7749) | Matti Hosio | 2014-12-12 | 1 | -8/+6 |
* | Some logging improvements and minor fixes for Declarative (#7749) | Matti Hosio | 2014-12-12 | 1 | -1/+1 |
* | Declarative support for AbstractField (#7749) | Matti Hosio | 2014-12-10 | 1 | -1/+1 |
* | Handle locale as a special case (#7749). | Mika Murtojarvi | 2014-12-09 | 1 | -1/+42 |
* | Handle immediate property as a special case (#7749). | Mika Murtojarvi | 2014-12-09 | 1 | -1/+14 |
* | Declarative support for Responsive (#7749) | Matti Hosio | 2014-12-08 | 1 | -1/+50 |
* | Declarative support for AbsoluteLayout (#7749) | Matti Hosio | 2014-12-04 | 1 | -2/+2 |
* | Declarative feature improvements (#7749) | Matti Hosio | 2014-12-04 | 1 | -20/+193 |
* | Declarative: Use Element in DesingSynchronizable method parameters | Matti Hosio | 2014-12-03 | 1 | -5/+6 |
* | Vaadin declarative: parser and html generator. | Mika Murtojarvi | 2014-12-02 | 1 | -25/+25 |
* | Support for synchronizing to design in AbstractComponent | Matti Hosio | 2014-12-02 | 1 | -10/+29 |
* | support for declarative in AbstractComponent | Matti Hosio | 2014-11-28 | 1 | -1/+65 |
* | Make Vaadin component handling proxy-friendly (#14639) | Juuso Valli | 2014-09-12 | 1 | -2/+2 |
* | TextArea size get reset when css resize is set (#14080) | Bogdan Udrescu | 2014-07-28 | 1 | -29/+30 |
* | Reading properties of components should not set state to dirty (#14060). | Fabian Lange | 2014-06-23 | 1 | -3/+3 |
* | Prevent adding/setting parent component as child (#12720). | Denis Anisimov | 2014-05-22 | 1 | -0/+20 |
* | Adds methods for setting only width or height undefined #13546 | John Ahlroos | 2014-05-21 | 1 | -0/+20 |
* | Merge changes from origin/7.1 | Artur Signell | 2014-04-23 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2014 | Artur Signell | 2014-04-16 | 1 | -1/+1 |
* | | Remove dead code | Johannes Dahlström | 2014-01-17 | 1 | -3/+0 |
* | | Make fields with value change listener immediate | Matti Tahvonen | 2013-12-18 | 1 | -1/+17 |
* | | removed invalid documentation | Matti Tahvonen | 2013-12-17 | 1 | -8/+1 |
|/ |
|
* | Validate that the connector is enabled before triggering actions for it (#12743) | Artur Signell | 2013-10-15 | 1 | -2/+3 |
* | Using StringTokenizer instead of String.split() in AbstractComponent (#8759) | Fabian Lange | 2013-06-12 | 1 | -12/+10 |
* | Add support for rem units (#11279) | Leif Åstrand | 2013-06-12 | 1 | -1/+1 |