summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Treat initial rendering and style changes separately. (#13444)Markus Koivisto2014-05-221-6/+12
* Fix caption measurement in VAbstractOrderedLayout (#13741)Juuso Valli2014-05-211-0/+23
* Keep all checkbox related data in Map don't address it via the index #11772Denis Anisimov2014-05-211-10/+17
* Fix keyboard navigating in combo box (#11333).Dmitrii Rogozin2014-05-212-55/+81
* Change forceUpdate flag to always force recalculation of width. Fix tests. (#...Markus Koivisto2014-05-161-1/+2
* Avoid Vaadin entry-point being run twice (#13730)Manolo Carrasco2014-05-161-0/+8
* Made user-initiated column resizing take precedence over other updates (#13432)Juho Nurminen2014-05-161-2/+7
* Set "v-formlayout" as the first style for VFormLayout (#13509).Denis Anisimov2014-05-151-2/+2
* Fix table scrolling up on select (#10106)Juuso Valli2014-05-141-1/+11
* Fixed disabled and read-only modes of InlineDateField (#10262)Teemu Pöntelin2014-05-141-6/+6
* Force recalc of width when the ComboBox style has changed (#13444)Markus Koivisto2014-05-132-3/+37
* Do not update state on the client side (#13743)Artur Signell2014-05-121-5/+5
* Add missing @sinces to JavaDocTeemu Suo-Anttila2014-05-123-3/+4
* Fix SelectedItemIcon rendering on IE (#13731)Teemu Suo-Anttila2014-05-121-0/+4
* Make SuperDevMode work again (#13682)Artur Signell2014-05-122-9/+14
* Ignore PointerEvents in VDragAndDropManager (#13720)Teemu Suo-Anttila2014-05-091-4/+3
* Rename base on API review (#13557)Artur Signell2014-05-093-10/+10
* Remove ComponentLocator which conflicts with package name (#13729)Artur Signell2014-05-091-36/+0
* Resize PopupView's overlay on content resize (#13666)Antti Tanhuanpää2014-05-091-2/+16
* Fix table focusing when scrolled from the server (#10522)Juuso Valli2014-05-091-21/+16
* Fix occasionally misplaced error indicators in Buttons (#13723)Teemu Suo-Anttila2014-05-081-2/+1
* Fix misleading message. Close does not always mean reconnectArtur Signell2014-05-061-1/+1
* Fix header and Javadoc issuesTeemu Suo-Anttila2014-05-052-3/+3
* Disable border width storing from TabSheet (#13706)Teemu Suo-Anttila2014-05-051-14/+4
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-05369-460/+1294
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-2334-37/+37
| * Merge changes from origin/7.1Artur Signell2014-04-233-1/+16
| |\
| | * Avoid eagerly layouting from VScrollTable.updateFromUIDL (#13188)Tomi Virtanen2014-04-173-1/+16
| * | Merge changes from origin/7.1Artur Signell2014-04-23334-381/+381
| |\|
| | * Update copyright year to 2014Artur Signell2014-04-16333-381/+381
| * | Merge changes from origin/7.1Artur Signell2014-04-232-38/+40
| |\|
| | * Fixed resetting of ComboBox if focused and new items allowed (#13413).Tapio Aali2014-04-141-1/+3
| | * Revert "Drag image for text-area should contain text of text-area (#13557)"Teemu Suo-Anttila2014-04-143-85/+1
| | * Introduce a drag threshold for Drag and Drop (#13381)Teemu Suo-Anttila2014-04-111-37/+37
| | * Drag image for text-area should contain text of text-area (#13557).Denis Anisimov2014-04-103-1/+85
| * | Merge commit '591996b' into 7.2Sauli Tähkäpää2014-04-162-8/+11
| |\|
| * | Support for pointer events (#13549)Matti Tahvonen2014-04-1515-1/+804
| * | Update the tab caption widths when necessary (#13402)Jonatan Kronqvist2014-04-151-14/+28
* | | Fast-forward DateField only with left mouse button (#8012)Teemu Pöntelin2014-05-041-2/+4
* | | Merge changes from origin/7.2Artur Signell2014-05-022-8/+11
|\ \ \ | | |/ | |/|
| * | Fix too wide Table columns while sorting from init (#13517)Teemu Suo-Anttila2014-04-032-8/+11
* | | Set explicit left alignment instead of removing text-align style (#13399).Denis Anisimov2014-04-301-27/+18
* | | Prevent scroll position reset on GridLayout hierarchy change (#13386)Johannes Dahlström2014-04-292-2/+41
* | | Avoid client side exception on DnD for empty table (#13655).Denis Anisimov2014-04-281-2/+11
* | | Fix ComboBox cleared suggestion popup on ItemSetChange (#13635)Teemu Suo-Anttila2014-04-281-3/+8
* | | Fix Table width calculation when adding the first item (#13592)Juuso Valli2014-04-281-1/+1
* | | Fix ComboBox popup scrolling when paging disabled (#13488)mtzukanov2014-04-251-4/+5