summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Fixed UI.getPushConfiguration().getTransport() always returning null (#16499)wodencafe2015-02-021-1/+1
* Add missing @since to VScrollTable and Table.Sauli Tähkäpää2015-01-211-0/+5
* Embedded ThemeResource should react to theme change (#15194)Anna Koskinen2015-01-211-8/+3
* ICON_ONLY mode should not show icon row header for TreeTable (#14799).Denis Anisimov2015-01-202-1/+9
* Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2015-01-051-0/+25
* Long events aren't displayed properly when using Container (#15242)Sergey Budkin2014-12-161-56/+18
* Add null check to UI.setTheme. (#15326)Sauli Tähkäpää2014-12-091-6/+6
* Escape dynamic and configured theme names in the same way. (#15309)7.3.6Leif Åstrand2014-12-021-2/+6
* Add @since to AbstractSplitPanel. (#15285)Sauli Tähkäpää2014-11-281-1/+1
* Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-281-0/+14
* Fix VCalendar to use correct year of week. (#14783)Sauli Tähkäpää2014-11-101-2/+20
* Fix: Navigation to invisible days of week in VAADIN calendar (#12243)Anna Miroshnik2014-11-102-0/+32
* Fire attach/detach events when Window is added/removed from UI (#14908).Denis Anisimov2014-11-101-0/+2
* Re-adding content in Table causes table to lose scroll position (#14581)Anna Miroshnik2014-11-101-64/+18
* Re-adding all rows in Table causes table to loose scroll position (#14581)Anna Miroshnik2014-11-101-209/+285
* Add @since to ContainerEventProvider. (#14178)Sauli Tähkäpää2014-10-161-0/+4
* All day property support is added to ContainerEventProvider (#14178).Denis Anisimov2014-10-161-0/+21
* Assign timezone before setting initial date in DateField. (#14653)Sauli Tähkäpää2014-10-141-6/+4
* Call endUpload() in finally block of fail handling (#14677).Denis Anisimov2014-10-141-12/+14
* Read input stream logic is corrected (#14533).Denis Anisimov2014-10-131-13/+12
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-241-1/+2
* Document that current session and UI are referenced weakly (#14595)Leif Åstrand2014-09-241-2/+7
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-241-7/+9
* Fix invalid parameter name (#14602)Leif Åstrand2014-09-241-2/+2
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-1512-18/+18
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-121-3/+35
* Add option for collapsing empty rows/columns in GridLayout (#14392)7.3.0.rc1Artur Signell2014-08-211-0/+29
* 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
* Merge branch 'master' into valoJouni Koivuviita2014-06-271-5/+22
|\
| * Allow changing theme on the fly (#2874)Artur Signell2014-06-261-5/+22
* | Merge branch 'master' into valoJouni Koivuviita2014-06-2625-170/+270
|\|
| * Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-247-34/+45