aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-232-3/+8
| * Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-06-2320-133/+217
* | Add Java constants for all additional Valo theme style names (#14030)Jouni Koivuviita2014-06-251-0/+809
|/
* Removes double spacing from gridLayout which has empty rows or columns (#8855)Dmitrii Rogozin2014-06-111-70/+71
* Moved initialization of a static map to the static initialization block (#12270)Teemu Pöntelin2014-06-061-1/+2
* Allow use of Collection<String> and others with addItems (#13865)Artur Signell2014-05-281-1/+1
* Fix Push update race condition (#13562)Juuso Valli2014-05-271-2/+9
* Properly deserialize push connection (#12235)Johannes Dahlström2014-05-261-2/+1
* Revert "Fix Push inserts producing duplicate rows in Table (#13562)"Sauli Tähkäpää2014-05-261-10/+2
* Optimizes ConnectorTracker.cleanConnectorMap (#13803)Fabian Lange2014-05-221-45/+32
* Prevent adding/setting parent component as child (#12720).Denis Anisimov2014-05-223-9/+30
* Adds methods for setting only width or height undefined #13546John Ahlroos2014-05-211-0/+20
* Fix Push inserts producing duplicate rows in Table (#13562)Juuso Valli2014-05-151-2/+10
* Allow editing colorpicker values in colorpicker in textfield #13469John Ahlroos2014-05-141-19/+57
* Javadoc added to com.vaadin.ui.Field interface (#13209)Dmitrii Rogozin2014-05-051-15/+24