summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* Do not create default instances while reading designs (#7749)Artur Signell2014-12-1511-116/+110
* SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-1518-160/+117
* Add public API for loading design based on @DesignRoot (#7749)Artur Signell2014-12-154-19/+193
* Refactored API for loading designs (#7749)Artur Signell2014-12-152-65/+166
* Make field binding in designs case insensitive (#7749)Artur Signell2014-12-151-2/+4
* Support plain-text attribute for Label (#7749)Artur Signell2014-12-143-3/+15
* Rename LayoutHandler to Design (#7749)Artur Signell2014-12-141-5/+5
* Declarative support for split panel (#7749).Mika Murtojarvi2014-12-123-56/+269
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-1213-191/+142
* Some logging improvements and minor fixes for Declarative (#7749)Matti Hosio2014-12-124-23/+22
* Declarative: add support for Panel (#7749).Mika Murtojarvi2014-12-122-1/+85
* Declarative support for Button and NativeButton (#7749)Matti Hosio2014-12-122-3/+210
* Don't add setCurorPosition as it focuses the field (#7749)Artur Signell2014-12-121-0/+1
* Declarative support for TabSheet and Accordion (#7749)Matti Hosio2014-12-122-2/+169
* Declarative support for TextField, PasswordField and TextArea (#7749)Matti Hosio2014-12-124-0/+112
* Declarative support for AbstractTextField (#7749)Matti Hosio2014-12-102-2/+63
* Add support for margins in AbstractOrderedLayout (#7749)Matti Hosio2014-12-101-0/+30
* Declarative support for AbstractField (#7749)Matti Hosio2014-12-103-1/+130
* Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-105-7/+26
* Remove locale utils dependency since that is not available in the server depe...Matti Hosio2014-12-101-9/+2
* Declarative support for CssLayout (#7749)Matti Hosio2014-12-101-0/+45
* Handle locale as a special case (#7749).Mika Murtojarvi2014-12-091-1/+42
* Handle immediate property as a special case (#7749).Mika Murtojarvi2014-12-091-1/+14
* Support for automatic binding of the fields of the root layout (#7749)Matti Hosio2014-12-084-20/+526
* Declarative support for Responsive (#7749)Matti Hosio2014-12-081-1/+50
* Declarative: handle inner html for Button and Label (#7749).Mika Murtojarvi2014-12-052-0/+95
* Fixes for the public API of DesignContext.Mika Murtojarvi2014-12-046-148/+128
* Declarative support for AbsoluteLayout (#7749)Matti Hosio2014-12-044-6/+144
* Declarative feature improvements (#7749)Matti Hosio2014-12-043-318/+316
* Declarative: Use Element in DesingSynchronizable method parametersMatti Hosio2014-12-035-48/+45
* Declarative: Set used file separators and decimal symbols explicitlyMatti Hosio2014-12-031-2/+12
* Declarative: remove unnecessary files.Mika Murtojarvi2014-12-032-30/+0
* Vaadin declarative: parser and html generator.Mika Murtojarvi2014-12-029-193/+551
* Declarative support for AbstractOrderedLayoutMatti Hosio2014-12-023-9/+500
* Support for synchronizing to design in AbstractComponentMatti Hosio2014-12-022-135/+408
* support for declarative in AbstractComponentMatti Hosio2014-11-284-1/+558
* Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-193-35/+24
* Add constructor for directly extending a connector (#13579)Leif Åstrand2014-11-172-0/+41
* Update selection after changes in underlying data source (#13580).Denis Anisimov2014-11-111-0/+19
* Update @since to VaadinService.Sauli Tähkäpää2014-11-111-1/+1
* Add null check to FieldGroup.bind. (#14729)Sauli Tähkäpää2014-11-051-7/+22
* Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-031-2/+20
* Change the way classloader for VaadinService is selected (fixes #11295)Maciej Przepióra2014-10-315-21/+93
* Fixed typo in JavadocMarkus Koivisto2014-10-291-1/+1
* Upload: OutOfMemory if stream already been read (#10096)Sergey Budkin2014-10-291-1/+7
* Fire attach/detach events when Window is added/removed from UI (#14908).Denis Anisimov2014-10-291-0/+2
* Fix: Navigation to invisible days of week in VAADIN calendar (#12243)Anna Miroshnik2014-10-292-0/+32
* Add @since to ContainerEventProvider. (#14178)Sauli Tähkäpää2014-10-221-0/+4
* Fix @since for isIPhone() and isIPad(). (#14424, #14423)Sauli Tähkäpää2014-10-221-0/+2
* FieldGroup should not throw NPE when data source is not set (#14901).Denis Anisimov2014-10-221-1/+2