summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Optimize CurrentInstance.set(UI) and .set(VaadinSession). (#14220)Fabian Lange2014-07-141-54/+40
* removes extra VaadinSession.setCurrent() from PushHandler. (#14222)Fabian Lange2014-07-141-9/+11
* Fix overwrite mechanism for web.xml atmosphere init params (#14196).Fabian Lange2014-07-141-7/+8
* Box and unbox long values in state fields (#14176)Leif Åstrand2014-07-144-20/+44
* Return a value on __gwtStatsEvent in Profiler (#11709)Bogdan Udrescu2014-07-149-15/+377
* Refactor GridLayout tests (#14044)Dmitrii Rogozin2014-07-143-52/+86
* Remove hardcoded milestone from ticket list link (#14166)Leif Åstrand2014-07-101-1/+1
* Do not re-send browser details in the first UIDL request (#14144)Sauli Tähkäpää2014-07-062-30/+12
* Add missing @since 7.2.4 in javadoc7.2.4Henri Sara2014-07-033-0/+4
* Upgrade tooltip tests from TB2 to TB4 (#14019)Juuso Valli2014-07-0213-519/+289
* Fix tooltip test problems caused by #12458Henri Sara2014-07-029-304/+424
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-022-18/+28
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-028-34/+145
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-022-3/+8
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-0222-139/+229
* Improve error message for missing sync id (#14065)Leif Åstrand2014-07-011-2/+2
* Fix problem with IntegerValidator test (#14046)Dmitrii Rogozin2014-07-013-95/+108
* Prevent empty tooltips from appearing (#14015)Juuso Valli2014-07-012-11/+4
* Fix tooltip error when loading Javascript (#14028)Juuso Valli2014-07-015-3/+132
* Fix wrong width on event resize in Vaadin Calendar (#13961)Anthony Guerreiro2014-07-013-0/+257
* Selecting in a mulsel table should focus, not scroll. (#13341, #10522)Markus Koivisto2014-07-011-8/+11
* Prevent table from scrolling on selectionChange when in Multiselect mode (#13...Markus Koivisto2014-07-013-3/+170
* Fix compilation errorArtur Signell2014-07-011-1/+1
* IE11 now uses synchronous loading of script instead of async with preloading....Mikael Grankvist2014-07-017-5/+204
* Do not consider compiler introduced methods when determining state class (#14...Artur Signell2014-06-271-3/+5
* Bug fix menu navigation with space (#14041)Dmitrii Rogozin2014-06-253-43/+77
* Upgraded SASS compiler to 0.9.6John Ahlroos2014-06-251-1/+2
* Converted GridLayoutWidthChangeTest to TB4. (#8855)Sauli Tähkäpää2014-06-193-52/+31
* Change PhantomJS to run on Linux instead of Windows.Sauli Tähkäpää2014-06-196-88/+92
* Refactor CheckBoxRcpCountTest to be more stable.7.2.3Sauli Tähkäpää2014-06-181-9/+22
* Fix for unnecessary RPC request when clicking on CheckBox label (#8259)Teemu Pöntelin2014-06-183-9/+125
* Delay tooltips when moving between adjacent elements (#13998)Juuso Valli2014-06-183-22/+181
* ComboBox no longer displays input prompt if disabled or read-only (#10573)Teemu Pöntelin2014-06-184-3/+137
* Speed up dev server startupLeif Åstrand2014-06-181-8/+29
* Convert GridLayoutMoveComponentTest to TB4. (#8855)Sauli Tähkäpää2014-06-183-61/+38
* Removes double spacing from gridLayout which has empty rows or columns (#8855)Dmitrii Rogozin2014-06-188-125/+602
* Added initial style name for VColorPickerArea (#14021)Teemu Pöntelin2014-06-181-0/+2
* Moved initialization of a static map to the static initialization block (#12270)Teemu Pöntelin2014-06-171-1/+2
* Fix for handling selectors with both width and height ranges (#13587)Teemu Pöntelin2014-06-174-44/+164
* Refactored Layout tests. Remove errors (#13823)Dmitrii Rogozin2014-06-1780-2197/+3088
* Assigning both primary style and style name is now handled correctly (#12190)Teemu Pöntelin2014-06-173-8/+135
* Allow inlining of JsonCodec#encode (#13814)Fabian Lange2014-06-172-92/+63
* Don't generate GWT.create for bean superclasses (#13813)Leif Åstrand2014-06-174-2/+54
* Fixed broken OSGi dependencies in vaadin-shared (#13852)Norman Specht2014-06-171-1/+1
* Improve CaptionLeakTest on IE8 (#13829)Juuso Valli2014-06-172-31/+71
* ShortcutAddAndRemove TB2 -> TB4Artur Signell2014-06-173-220/+98
* Speed up development server again by not eagerly initing all servletsArtur Signell2014-06-171-7/+7
* Make tooltips stationary when hovering (#13981)Juuso Valli2014-06-1113-35/+175
* Fix issue when typing fast in combobox edit box plus then press TAB (#12325)Dmitrii Rogozin2014-06-114-29/+115
* Fix tooltip positioning near screen edges (#12870)Juuso Valli2014-06-093-4/+214