summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into valoJouni Koivuviita2014-06-2710-97/+437
|\
| * IE11 now uses synchronous loading of script instead of async with preloading....Mikael Grankvist2014-06-262-5/+50
| * Allow changing theme on the fly (#2874)Artur Signell2014-06-269-62/+372
| * Revert "Add scrollbars to ComboBox suggestion popup if low on screen estate (...Sauli Tähkäpää2014-06-261-30/+15
* | Merge branch 'master' into valoJouni Koivuviita2014-06-2618-274/+340
|\|
| * License Checker for vaadin cval products (#13696 #13474)Manolo Carrasco2014-06-262-9/+59
| * Don't complain about missing sync id for critical notifications (#14081)Leif Åstrand2014-06-251-3/+10
| * Fix wrong width on event resize in Vaadin Calendar (#13961)Anthony Guerreiro2014-06-251-0/+1
| * Fixed regression with changing widths when stylenames have changed (#13444, #...Markus Koivisto2014-06-252-78/+58
| * Fix moving a single component inside a split panel (#11920)Artur Signell2014-06-242-0/+41
| * Selecting in a mulsel table should focus, not scroll. (#13341, #10522)Markus Koivisto2014-06-241-8/+11
| * Improve error message for missing sync id (#14065)Leif Åstrand2014-06-231-2/+2
| * Fix regression with DnD tooltips (#7766)Juuso Valli2014-06-232-9/+11
| * Update RichTextArea editor height on resize (#11320)Tomi Virkki2014-06-212-88/+30
| * Bug fix menu navigation with space (#14041)Dmitrii Rogozin2014-06-182-36/+67
| * Fixed an NPE while changing a DateField from 24 to 12h clock (#13722)Teemu Pöntelin2014-06-181-3/+1
| * Prevent empty tooltips from appearing (#14015)Juuso Valli2014-06-181-10/+3
| * Fix for unnecessary RPC request when clicking on CheckBox label (#8259)Teemu Pöntelin2014-06-171-9/+13
| * Added initial style name for VColorPickerArea (#14021)Teemu Pöntelin2014-06-171-0/+2
| * Prevent table from scrolling on selectionChange when in Multiselect mode (#13...Markus Koivisto2014-06-171-3/+11
| * Delay tooltips when moving between adjacent elements (#13998)Juuso Valli2014-06-171-22/+24
| * ComboBox no longer displays input prompt if disabled or read-only (#10573)Teemu Pöntelin2014-06-172-3/+5
* | Fix notification default delayJouni Koivuviita2014-06-181-14/+9
* | Fix VOverlay animation-out jitterJouni Koivuviita2014-06-181-2/+0
* | Fix overlay animation-in/out for VNotification and PopupViewJouni Koivuviita2014-06-164-27/+84
* | Fix multiple VOverlay animation-in/out related issuesJouni Koivuviita2014-06-165-100/+154
* | Notification position should be controllable with CSS (#13990)Jouni Koivuviita2014-06-161-23/+49
* | Merge branch 'master' into valoJouni Koivuviita2014-06-1611-140/+336
|\|
| * Revert "Fix for 'Aborting layout after 100 passess' (#13359)"Sauli Tähkäpää2014-06-124-271/+23
| * Fix for handling selectors with both width and height ranges (#13587)Teemu Pöntelin2014-06-121-44/+41
| * Make tooltips stationary when hovering (#13981)Juuso Valli2014-06-116-10/+43
| * Removes double spacing from gridLayout which has empty rows or columns (#8855)Dmitrii Rogozin2014-06-112-52/+158
| * Add scrollbars to ComboBox suggestion popup if low on screen estate (#11929)Antti Tanhuanpää2014-06-111-15/+30
| * Assigning both primary style and style name is now handled correctly (#12190)Teemu Pöntelin2014-06-111-8/+10
| * Fix tooltip positioning near screen edges (#12870)Juuso Valli2014-06-091-4/+49
| * Prevent tooltip open if cursor leaves element (#13695)Juuso Valli2014-06-091-3/+1
| * Fix for 'Aborting layout after 100 passess' (#13359)Tomi Virtanen2014-06-054-23/+271
| * Fix menu item tooltips showing up too early (#13914)Juuso Valli2014-06-031-4/+4
* | Fix copyright header in AnimationUtilHenri Sara2014-06-061-1/+1
* | Implement Notification animation with CSS (#13660)Jouni Koivuviita2014-06-055-143/+391
* | Merge branch 'master' into valoJouni Koivuviita2014-06-03371-1006/+2228
|\|
| * Fix for handling a breakpoint with 0 as the lower bound (#13588)Teemu Pöntelin2014-06-021-3/+3
| * Fix regression with error tooltips (#13695)Juuso Valli2014-06-021-0/+3
| * Fix VAbstractOrderedLayout scrollbar in IE8 (#10106)Juuso Valli2014-06-021-0/+1
| * Fix tooltip delay (#13695)Juuso Valli2014-05-271-76/+69
| * Allow using modifier + enter as shorcuts in TextArea (#13811)Artur Signell2014-05-261-4/+7
| * Fix caption listener leak and caption measurement (#13741)Juuso Valli2014-05-232-24/+13
| * Fix issue when typing fast in combobox edit box plus then press TAB (#12325)Dmitrii Rogozin2014-05-221-11/+12
| * Replace use of deprecated DOM.setStyleAttribute method (#13781)Leif Åstrand2014-05-2220-191/+208
| * Make Hearbeat available to other modules (#13250)Manolo Carrasco2014-05-222-42/+114