summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-1217-199/+149
* Some logging improvements and minor fixes for Declarative (#7749)Matti Hosio2014-12-124-23/+22
* Declarative: add support for Panel (#7749).Mika Murtojarvi2014-12-125-2/+260
* Declarative support for Button and NativeButton (#7749)Matti Hosio2014-12-126-4/+269
* Update to latest jsoup (#7749)Artur Signell2014-12-121-1/+1
* 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-126-3/+450
* Declarative support for TextField, PasswordField and TextArea (#7749)Matti Hosio2014-12-129-2/+355
* Declarative support for AbstractTextField (#7749)Matti Hosio2014-12-105-3/+212
* Add support for margins in AbstractOrderedLayout (#7749)Matti Hosio2014-12-103-10/+62
* Declarative support for AbstractField (#7749)Matti Hosio2014-12-109-3/+372
* Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-107-7/+32
* Change a test not to use LocaleUtils.Mika Murtojarvi2014-12-101-6/+3
* Remove locale utils dependency since that is not available in the server depe...Matti Hosio2014-12-102-10/+3
* Declarative support for CssLayout (#7749)Matti Hosio2014-12-103-0/+197
* Handle locale as a special case (#7749).Mika Murtojarvi2014-12-092-1/+195
* Handle immediate property as a special case (#7749).Mika Murtojarvi2014-12-093-1/+49
* Support for automatic binding of the fields of the root layout (#7749)Matti Hosio2014-12-087-20/+670
* Declarative support for Responsive (#7749)Matti Hosio2014-12-083-1/+90
* Declarative: handle inner html for Button and Label (#7749).Mika Murtojarvi2014-12-0510-9/+463
* Fixes for the public API of DesignContext.Mika Murtojarvi2014-12-048-148/+323
* Declarative support for AbsoluteLayout (#7749)Matti Hosio2014-12-046-6/+355
* Declarative feature improvements (#7749)Matti Hosio2014-12-043-318/+316
* Declarative: Use Element in DesingSynchronizable method parametersMatti Hosio2014-12-039-101/+94
* 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-0210-194/+551
* Declarative support for AbstractOrderedLayoutMatti Hosio2014-12-025-9/+748
* Support for synchronizing to design in AbstractComponentMatti Hosio2014-12-024-138/+667
* support for declarative in AbstractComponentMatti Hosio2014-11-285-1/+745
* Optimizing and avoiding NPE in RowId and ReadOnlyRowId toString(#10410).Denis Anisimov2014-11-195-35/+39
* 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-112-0/+100
* 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-052-7/+62
* 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-318-23/+102
* Fixed typo in JavadocMarkus Koivisto2014-10-291-1/+1
* Upload: OutOfMemory if stream already been read (#10096)Sergey Budkin2014-10-292-1/+71
* Fire attach/detach events when Window is added/removed from UI (#14908).Denis Anisimov2014-10-292-0/+46
* Fix: Navigation to invisible days of week in VAADIN calendar (#12243)Anna Miroshnik2014-10-292-0/+32
* Set correct versions for json package imports in OSGi manfiests (#14618)Maciej Przepióra2014-10-271-1/+1
* 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-222-1/+57
* Update atmosphere-runtime to 2.1.2.vaadin6. (#14674, #14861)Sauli Tähkäpää2014-10-211-1/+1
* Use isConnectorEnabled instead of isEnabled for DnD service (#12781)Denis Anisimov2014-10-162-2/+56
* Use isConnectorEnabled instead of isEnabled for client requests(#12781).Denis Anisimov2014-10-168-13/+217
* Make DefaultFieldGroupFieldFactory singleton (#11038).Denis Anisimov2014-10-133-2/+43
* Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-132-3/+106