summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-041-6/+6
* Escape dynamic and configured theme names in the same way. (#15309)Leif Åstrand2014-12-021-2/+6
* Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-251-0/+14
* 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
* replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-266-53/+32
* Make getMouseEvent() method available in the TargetDetailsImpl (#13416).Denis Anisimov2014-08-252-10/+2
* Improve the selection tab algorithm after removing the selected tabBogdan Udrescu2014-08-251-0/+55
* Add option for collapsing empty rows/columns in GridLayout (#14392)Artur Signell2014-08-211-0/+29
* All day property support is added to ContainerEventProvider (#14178).Denis Anisimov2014-08-201-0/+21
* Added support for focus and blur listeners in NativeSelect (#6847)Niklas Nyholm2014-08-201-1/+78
* Fixes DragAndDropWrapper does not support choosing a custom component as the ...Sebastian Nyholm2014-08-181-0/+41
* Add new "colored" style for Label (Valo)Jouni Koivuviita2014-08-151-0/+5
* Add two new size variants for Valo, tiny and hugeJouni Koivuviita2014-08-151-3/+66
* Document remaining additional style names for Valo (#14107)Jouni Koivuviita2014-08-061-9/+163
* Fix regression caused by #14147 patch (#14147)Anthony Guerreiro2014-08-061-212/+227
* Reverting multiple commits that caused 100+ regression tests to fail.Markus Koivisto2014-08-051-1/+1
* Allow changing theme on the fly (#2874, #14139, #14124)Artur Signell2014-08-041-5/+22
* Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-312-6/+6
* Fix Table stuck scroll position after setting scroll to last page (#14147)Anthony Guerreiro2014-07-291-1/+1
* TextArea size get reset when css resize is set (#14080)Bogdan Udrescu2014-07-282-29/+42
* Fixed javadoc for Upload class (#14266)Heikki Ohinmaa2014-07-211-80/+80
* Add asserts checking for negative container sizes (#14232)Leif Åstrand2014-07-173-1/+6
* Mention Date serialization in javadocs related to JavaScript (#14143)Leif Åstrand2014-07-151-0/+2
* Optimizes initial sizes of frequently used Collections. (#14223)Fabian Lange2014-07-141-44/+47
* Avoid object creation in getAllChildrenIterable in most cases. (#14142)Fabian Lange2014-07-041-1/+1
* Revert "Allow changing theme on the fly (#2874)"Henri Sara2014-07-031-22/+5
* Add missing @since 7.3 to javadocHenri Sara2014-07-032-2/+2
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-011-8/+12
* Ignore -1 sync id on the server (#14084)Leif Åstrand2014-07-011-2/+15