summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Disables selection when Grid's editor is open (#17132).Alexey Fansky2015-03-252-0/+14
* Revert "Make push path configurable (#14432)."Artur Signell2015-03-251-10/+5
* Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-241-0/+8
* Fix Table column header sorting on Chrome (#14796)Anna Miroshnik2015-03-242-40/+60
* Fix declarative support for CustomLayout (#17210)Johannes Dahlström2015-03-241-10/+12
* Use special logic for allocating selection col widths (#17091)Leif Åstrand2015-03-201-2/+3
* Make UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235John Ahlroos2015-03-201-3/+5
* Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-172-125/+19
* Sanitize connectors for PopupDateField and DateField. (#17090)Sauli Tähkäpää2015-03-173-201/+226
* Fix Grid CellFocusHandler position on DataSource size reset (#16607)Teemu Suo-Anttila2015-03-161-2/+8
* 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