summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid assumptions about empty Grid (#16734, #16684)Leif Åstrand2015-03-162-2/+8
* Makes Connectors into DeferredWorker candidates (#17127)Henrik Paul2015-03-122-113/+114
* Improve performance of setNeedsMeasure (#16972).Fabian Lange2015-03-112-7/+19
* LayoutManager uses shortcut when delaying overflow fixes (#16963).Fabian Lange2015-03-111-9/+18
* Improve performance of getMeasureTargetsJsArray (#16973).Fabian Lange2015-03-111-13/+4
* Update @since for 7.4.1Leif Åstrand2015-03-052-1/+3
* Fixes subpixel allocation accuracy and speed (#16614, #16750)Henrik Paul2015-03-043-118/+253
* Make Grid recalculate columns on resize (#16539)Teemu Suo-Anttila2015-03-031-0/+17
* Reapplying column width on Grid actually reapplies the width (#16900)Pekka Hyvönen2015-03-031-1/+1
* Restoring overflow-x and overflow-y in runWebkitOverflowAutoFix (#16650)Alexey Fansky2015-03-031-1/+15
* Fix text input of PopupCalendar in Internet Explorer (#16677).Mika Murtojarvi2015-03-031-2/+18
* Displaying tooltip in slot for touch devices (#15353)Alexey Fansky2015-03-032-19/+125
* Improve performance of Util.collectionEquals (#16968).Fabian Lange2015-03-021-10/+9
* Fix Grid flick scrolling on iOS devices (#16762)Teemu Suo-Anttila2015-03-021-30/+27
* Method for requesting column width recalculation (#16748)Artur Signell2015-03-022-3/+21
* LayoutManager reuses shortcut Element instance for measure (#16964).Fabian Lange2015-03-021-9/+8
* Disconnect push after application has been stopped (#13248)Artur Signell2015-03-021-8/+21
* Use the existing communication error handler if one exists (#16938)Artur Signell2015-03-021-12/+17
* Redesign ComboBox filtering, highlighting and selection behaviour.Sauli Tähkäpää2015-02-262-37/+30
* Maintain Grid scroll position on detach and reattach (#16220)Johannes Dahlström2015-02-252-2/+36
* Fix Escalator size changes when scrolled to bottom (#16382)Teemu Suo-Anttila2015-02-241-4/+8
* Do not restart application if messages are received (#16868)Artur Signell2015-02-241-3/+11
* Do not re-schedule an already scheduled lock breaker (#15317)Artur Signell2015-02-241-1/+3
* Fixes a graphical scrollbar glitch in Grid + some OSX configurations + Valo (...Henrik Paul2015-02-231-1/+6
* Makes Escalator show scrollbars on some OSX settings (#16852)Henrik Paul2015-02-231-34/+54
* Clearing the sorted indicator if sorting was disabled (#16563)Alexey Fansky2015-02-191-1/+1
* Make push path configurable (#14432).Tapio Aali2015-02-181-5/+10
* Resolve infinite loop when clearing and adding rows (#16747)Teemu Suo-Anttila2015-02-171-1/+1
* Fixes javadocs.Henrik Paul2015-02-161-4/+4
* Fix the initial location of a Window (#16486).Mika Murtojarvi2015-02-161-0/+4
* Table should load widgets after container content refresh (#16611)Mikael Grankvist2015-02-161-3/+8
* Fixes IE scrollbar issues (#16634)Henrik Paul2015-02-102-11/+40
* Fix documentation typoJouni Koivuviita2015-02-091-1/+1
* Fix @since for 7.4Artur Signell2015-02-095-5/+5
* Rename com.vaadin.ui.renderer to com.vaadin.ui.renderers (#16521)Leif Åstrand2015-02-068-8/+8
* Workaround for firefox miscalculating row widths (#16606)Henrik Paul2015-02-062-8/+44
* Enable navigation on a readonly Calendar. (#16523)Sauli Tähkäpää2015-02-063-22/+18
* Add API for controlling deselection for single select model (#16567)Leif Åstrand2015-02-065-3/+88
* Show editor save error (#16602)Leif Åstrand2015-02-063-15/+36
* Highlights erroneous cells in Grid editor (#16575)Henrik Paul2015-02-063-115/+192
* Grid editor theme redesign (#16593)Jouni Koivuviita2015-02-061-62/+72
* Fix WidgetUtil BoundingClientRectDouble methods (#16599)Jouni Koivuviita2015-02-061-4/+6
* Grid: mousewheel should be evaluated the first (#16591)Manolo Carrasco2015-02-051-1/+1
* Grid columns can now be marked as non-editable (#16538)Johannes Dahlström2015-02-052-10/+73
* Revert "Grid now uses ObjectRenderer by default (#15417)"Artur Signell2015-02-053-87/+14
* Add missing @since to VScrollTable and Table.Sauli Tähkäpää2015-02-051-0/+12
* Makes it possible to change save/cancel captions in Grid editor (#16551)Henrik Paul2015-02-051-23/+107
* Speeds up column adding in Grid (#16474)Henrik Paul2015-02-043-119/+120
* Editor save/cancel buttons stay visually in place (#16562)Henrik Paul2015-02-041-6/+17
* Check if event move is allowed also in month view. (#15174)Sauli Tähkäpää2015-02-041-1/+1