| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes unnecessary padding-top added to all responsive UIs (#14679) | Teppo Kurki | 2014-12-17 | 1 | -0/+25 |
* | Fix NPE in DateField range handling (#15342) | Teemu Pöntelin | 2014-12-16 | 1 | -2/+4 |
* | Use ComboBox locale for filtering case tranform (#15193) | Leif Åstrand | 2014-12-14 | 1 | -2/+2 |
* | Use converter for Select/Tree/ComboBox when using item id for caption | Artur Signell | 2014-12-12 | 1 | -2/+15 |
* | Add public Field.isEmpty() and clear() (#15354) | Artur Signell | 2014-12-10 | 6 | -21/+35 |
* | Long events aren't displayed properly when using Container (#15242) | Sergey Budkin | 2014-12-10 | 1 | -56/+18 |
* | Make TextField.clear() use empty string to be consistent with constructor (#1... | Artur Signell | 2014-12-10 | 1 | -1/+11 |
* | Fix issues when using java.sql.Date as DateField range (#15342) | Teemu Pöntelin | 2014-12-09 | 1 | -6/+8 |
* | Hierarchy change markAsDirty to AbstractComponentContainer (#14227) | Anna Miroshnik | 2014-12-09 | 7 | -19/+9 |
* | Add null check to UI.setTheme. (#15326) | Sauli Tähkäpää | 2014-12-04 | 1 | -6/+6 |
* | Escape dynamic and configured theme names in the same way. (#15309) | Leif Åstrand | 2014-12-02 | 1 | -2/+6 |
* | Add getter to SplitterState.positionReversed (#15285) | Anna Koskinen | 2014-11-25 | 1 | -0/+14 |
* | Update selection after changes in underlying data source (#13580). | Denis Anisimov | 2014-11-11 | 1 | -0/+19 |
* | Fix VCalendar to use correct year of week. (#14783) | Sauli Tähkäpää | 2014-11-03 | 1 | -2/+20 |
* | Fixed typo in Javadoc | Markus Koivisto | 2014-10-29 | 1 | -1/+1 |
* | Fire attach/detach events when Window is added/removed from UI (#14908). | Denis Anisimov | 2014-10-29 | 1 | -0/+2 |
* | Fix: Navigation to invisible days of week in VAADIN calendar (#12243) | Anna Miroshnik | 2014-10-29 | 2 | -0/+32 |
* | Add @since to ContainerEventProvider. (#14178) | Sauli Tähkäpää | 2014-10-22 | 1 | -0/+4 |
* | Use isConnectorEnabled instead of isEnabled for client requests(#12781). | Denis Anisimov | 2014-10-16 | 3 | -5/+9 |
* | Call endUpload() in finally block of fail handling (#14677). | Denis Anisimov | 2014-10-09 | 1 | -12/+14 |
* | Re-adding content in Table causes table to lose scroll position (#14581) | Anna Miroshnik | 2014-10-07 | 1 | -64/+18 |
* | Assign timezone before setting initial date in DateField. (#14653) | Sauli Tähkäpää | 2014-10-07 | 1 | -6/+4 |
* | Read input stream logic is corrected (#14533). | Denis Anisimov | 2014-09-30 | 1 | -13/+12 |
* | Add clear() for fields and field group (#14755) | Artur Signell | 2014-09-26 | 2 | -0/+28 |
* | Set internal value instead of converted value when locale has changed. (#14400) | Sauli Tähkäpää | 2014-09-23 | 1 | -1/+2 |
* | Document that current session and UI are referenced weakly (#14595) | Leif Åstrand | 2014-09-22 | 1 | -2/+7 |
* | Fixed ComboBox filtering when page length is zero (#14509) | Teemu Pöntelin | 2014-09-19 | 1 | -7/+9 |
* | Re-adding all rows in Table causes table to loose scroll position (#14581) | Anna Miroshnik | 2014-09-19 | 1 | -209/+285 |
* | Fix invalid parameter name (#14602) | Leif Åstrand | 2014-09-16 | 1 | -2/+2 |
* | Make Vaadin component handling proxy-friendly (#14639) | Juuso Valli | 2014-09-12 | 12 | -18/+18 |
* | DateField ValueChange is now fired after flags are set (#14487) | Guillermo Alvarez | 2014-09-09 | 1 | -3/+35 |
* | Fix a typo in Javadoc | Teemu Pöntelin | 2014-09-08 | 1 | -1/+1 |
* | Revert "Make getMouseEvent() method available in the TargetDetailsImpl (#1341... | Markus Koivisto | 2014-08-28 | 2 | -2/+10 |
* | Fix PROGRESSBAR_POINT typo (#14502) | Leif Åstrand | 2014-08-28 | 1 | -1/+1 |
* | replaced all org.json.* usages with elemental.json.* (#8942) | Taras Hupalo | 2014-08-26 | 6 | -53/+32 |
* | Make getMouseEvent() method available in the TargetDetailsImpl (#13416). | Denis Anisimov | 2014-08-25 | 2 | -10/+2 |
* | Improve the selection tab algorithm after removing the selected tab | Bogdan Udrescu | 2014-08-25 | 1 | -0/+55 |
* | Add option for collapsing empty rows/columns in GridLayout (#14392) | Artur Signell | 2014-08-21 | 1 | -0/+29 |
* | All day property support is added to ContainerEventProvider (#14178). | Denis Anisimov | 2014-08-20 | 1 | -0/+21 |
* | Added support for focus and blur listeners in NativeSelect (#6847) | Niklas Nyholm | 2014-08-20 | 1 | -1/+78 |
* | Fixes DragAndDropWrapper does not support choosing a custom component as the ... | Sebastian Nyholm | 2014-08-18 | 1 | -0/+41 |
* | Add new "colored" style for Label (Valo) | Jouni Koivuviita | 2014-08-15 | 1 | -0/+5 |
* | Add two new size variants for Valo, tiny and huge | Jouni Koivuviita | 2014-08-15 | 1 | -3/+66 |
* | Document remaining additional style names for Valo (#14107) | Jouni Koivuviita | 2014-08-06 | 1 | -9/+163 |
* | Fix regression caused by #14147 patch (#14147) | Anthony Guerreiro | 2014-08-06 | 1 | -212/+227 |
* | Reverting multiple commits that caused 100+ regression tests to fail. | Markus Koivisto | 2014-08-05 | 1 | -1/+1 |
* | Allow changing theme on the fly (#2874, #14139, #14124) | Artur Signell | 2014-08-04 | 1 | -5/+22 |
* | Disable automatic removal of trailing whitespace and reformatted using Luna | Artur Signell | 2014-07-31 | 2 | -6/+6 |
* | Fix Table stuck scroll position after setting scroll to last page (#14147) | Anthony Guerreiro | 2014-07-29 | 1 | -1/+1 |
* | TextArea size get reset when css resize is set (#14080) | Bogdan Udrescu | 2014-07-28 | 2 | -29/+42 |