summaryrefslogtreecommitdiffstats
path: root/client/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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