summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* Fixes unnecessary padding-top added to all responsive UIs (#14679)Teppo Kurki2014-12-171-0/+25
* Fix NPE in DateField range handling (#15342)Teemu Pöntelin2014-12-161-2/+4
* Use ComboBox locale for filtering case tranform (#15193)Leif Åstrand2014-12-141-2/+2
* Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-121-2/+15
* Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-106-21/+35
* Long events aren't displayed properly when using Container (#15242)Sergey Budkin2014-12-101-56/+18
* Make TextField.clear() use empty string to be consistent with constructor (#1...Artur Signell2014-12-101-1/+11
* Fix issues when using java.sql.Date as DateField range (#15342)Teemu Pöntelin2014-12-091-6/+8
* Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-097-19/+9
* 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