aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-161-1/+1
* Use isConnectorEnabled instead of isEnabled for client requests(#12781).Denis Anisimov2014-10-164-6/+11
* Make DefaultFieldGroupFieldFactory singleton (#11038).Denis Anisimov2014-10-132-1/+18
* Use workaround for JDK6 Introspection bug JDK-6788525 (#14839).Denis Anisimov2014-10-131-3/+65
* Call endUpload() in finally block of fail handling (#14677).Denis Anisimov2014-10-091-12/+14
* isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).Denis Anisimov2014-10-091-0/+20
* FieldGroup.commit throws NPE if not bound to an item (#14732).Sergey Budkin2014-10-091-2/+8
* Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-10-071-64/+18