summaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin/ui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-05124-140/+140
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-231-1/+1
| * Merge changes from origin/7.1Artur Signell2014-04-23123-139/+139
| |\
| | * Update copyright year to 2014Artur Signell2014-04-16123-140/+140
| * | Merge changes from origin/7.1Artur Signell2014-04-231-2/+2
| |\|
| | * ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-161-2/+2
| * | Merge branch 'master' into 7.2Jonatan Kronqvist2014-04-144-16/+40
| |\ \
* | | | Fix Table.sort(...) to update the sort indicator (#8978)Juuso Valli2014-04-251-1/+9
* | | | Clarify comments in Table.typeIsCompatible (#8168)Juuso Valli2014-04-231-16/+2
* | | | Clean Table.propertyValueConverters if the property is removed (#8168)Juuso Valli2014-04-231-9/+65
* | | | ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-161-2/+2
* | | | Merge changes from origin/7.2Artur Signell2014-04-145-382/+122
|\| | | | |/ / |/| |
| * | Update some APIs based on the 7.2 API review commentsJonatan Kronqvist2014-04-145-382/+122
* | | Update Window Javadoc based on 7.2 API review changesLeif Åstrand2014-04-141-3/+3
* | | Apply abstract ordered layout settings for replaced component (#13568).Denis Anisimov2014-04-141-0/+10
* | | Updated Window API based on 7.2 API reviewArtur Signell2014-04-141-9/+14
* | | Make ComboBox always immediate (#4054)Jonatan Kronqvist2014-04-111-3/+11
* | | Prevent duplicate session destroy events (#12612)Johannes Dahlström2014-04-101-1/+2
|/ /
* | Update Accordion and TabSheet to use Vaadin 7 style. (#13402).Felype Santiago Ferreira2014-04-082-212/+185
* | Make removeFromParent throw if the right session is not locked (#13473)Leif Åstrand2014-04-021-0/+15
* | Add reinit method for preserve-on-refresh UIs (#12191)Johannes Dahlström2014-03-311-2/+55
* | Move DragAndDropService to VaadinSession (#11409)Johannes Dahlström2014-03-311-1/+10