aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fixes memory leak in VScrollTable (#14159)Dmitrii Rogozin2014-07-172-6/+29
* Remove csrfToken if disable-xsrf-protection is true (#14111)Bogdan Udrescu2014-07-152-109/+115
* Adds a scrollbar to table column drop down (#14156).Felype Santiago Ferreira2014-07-141-0/+2
* Fix for drag-and-drop text to TextField in Firefox (#14056)Anthony Guerreiro2014-07-111-8/+49
* Remove extra shadow from combobox popup for IE9 and IE10.(#14195)Dmitrii Rogozin2014-07-101-0/+8
* Fix box shadow bug with resizing elements in IE9 and IE10.(#14173)Dmitrii Rogozin2014-07-082-1/+22
* Return a value on __gwtStatsEvent in Profiler (#11709)Bogdan Udrescu2014-07-071-14/+14
* Remove unused VWindowOverlay (#14055)Artur Signell2014-07-033-83/+5
* Remove shadow div for Overlay elements except IE8 (#9303).Henri Sara2014-07-031-38/+52
* Revert "Allow changing theme on the fly (#2874)"Henri Sara2014-07-039-368/+54
* Add missing @since 7.3 to javadocHenri Sara2014-07-035-22/+33
* Add missing @since 7.2.4 in javadocHenri Sara2014-07-033-0/+4
* Merge branch 'valo' to masterHenri Sara2014-06-3014-172/+1057
|\
| * Merge branch 'master' into valoHenri Sara2014-06-302-3/+29
| |\
| * \ Merge branch 'master' into valoJouni Koivuviita2014-06-2710-97/+437
| |\ \
| * \ \ Merge branch 'master' into valoJouni Koivuviita2014-06-2618-274/+340
| |\ \ \
| * | | | 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | Deprecate VOverlay shadow element and related API (#13661)Jouni Koivuviita2014-05-121-1/+84
| * | | | | | Move debug window styles from theme to widgetsetJouni Koivuviita2014-05-097-0/+409
* | | | | | | Do not re-send browser details in the first UIDL request (#14072)Artur Signell2014-06-302-60/+3
* | | | | | | Add a missing check for user-initiated column resizing in VScrollTable (#13432)Juho Nurminen2014-06-301-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix tooltip error when loading Javascript (#14028)Juuso Valli2014-06-272-3/+29
| |_|_|_|/ |/| | | |
* | | | | 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
| |_|_|/ |/| | |
* | | | 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
| |_|/ |/| |