summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update selection after changes in underlying data source (#13580).Denis Anisimov2014-11-111-0/+19
* Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-031-2/+20
* Fixed typo in JavadocMarkus Koivisto2014-10-291-1/+1
* 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
* Use isConnectorEnabled instead of isEnabled for client requests(#12781).Denis Anisimov2014-10-163-5/+9
* Call endUpload() in finally block of fail handling (#14677).Denis Anisimov2014-10-091-12/+14
* Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-10-071-64/+18
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-071-6/+4
* Read input stream logic is corrected (#14533).Denis Anisimov2014-09-301-13/+12
* Add clear() for fields and field group (#14755)Artur Signell2014-09-262-0/+28
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-231-1/+2
* Document that current session and UI are referenced weakly (#14595)Leif Åstrand2014-09-221-2/+7
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-191-7/+9
* Re-adding all rows in Table causes table to loose scroll position (#14581)Anna Miroshnik2014-09-191-209/+285
* Fix invalid parameter name (#14602)Leif Åstrand2014-09-161-2/+2
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-1212-18/+18
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-091-3/+35
* Fix a typo in JavadocTeemu Pöntelin2014-09-081-1/+1
* Revert "Make getMouseEvent() method available in the TargetDetailsImpl (#1341...Markus Koivisto2014-08-282-2/+10
* Fix PROGRESSBAR_POINT typo (#14502)Leif Åstrand2014-08-281-1/+1