summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reduce reflows when sizing columns (#17315)"7.4.4Markus Koivisto2015-04-161-72/+38
* VConsole logging -> java.util.loggingArtur Signell2015-04-1515-193/+328
* Prevent opening Table context menu on short tapping on iOS (#15297)Ilya Ermakov2015-04-151-1/+2
* Grid header should render "the same" after changes to header (#17131)Mikael Grankvist2015-04-151-18/+64
* Adding a temporary style to VNotification on Chrome >=41 (#17252)Alexey Fansky2015-04-151-1/+8
* Don't use !important for ColorPicker width in Valo (#17140).Denis Anisimov2015-04-151-0/+16
* Customizable DnD preview handle strategy in Dnd manager (#10377,#14880).Denis Anisimov2015-04-152-168/+533
* Grid layout slots should be slot size not slot content size (#17039)Mikael Grankvist2015-04-153-20/+37
* Set value selected by mouse when pressing Enter in ComboBox (#16981)Ilya Ermakov2015-04-151-53/+5
* Displaying tooltip on touch devices underneath the field (#17150)Alexey Fansky2015-04-153-22/+114
* Don't remove frozen columns when columns reordered in Grid #16901Pekka Hyvönen2015-04-151-1/+3
* Reduce reflows when sizing columns (#17315)Leif Åstrand2015-04-151-38/+72
* Do proper cleanup in VDragAndDropManager.endDrag(boolean) (#17163)Maciej Przepióra2015-03-301-15/+20
* Reset index of selected item when it's removed (#17248).Denis Anisimov2015-03-301-1/+4
* Make Grid update column renderers (#16552)Patrik Lindström2015-03-302-20/+22
* Fix Table column header sorting on Chrome (#14796)Anna Miroshnik2015-03-262-40/+60
* Use native scrolling in IE on touch devices (#14864)Juho Nurminen2015-03-261-0/+5
* Disables selection when Grid's editor is open (#17132).Alexey Fansky2015-03-262-0/+14
* Fixed scroll jump by using native focusing in IE (#15294)Johannes Tuikkala2015-03-261-0/+8
* Use special logic for allocating selection col widths (#17091)Leif Åstrand2015-03-231-2/+3
* Make UIConnector.replaceTheme() and UIConnector.activateTheme() protected #17235John Ahlroos2015-03-201-3/+5
* Fix Grid CellFocusHandler position on DataSource size reset (#16607)Teemu Suo-Anttila2015-03-171-2/+8
* Revert "Displaying tooltip in slot for touch devices (#15353)" (#17151)Leif Åstrand2015-03-172-125/+19
* Fix invalid assumptions about empty Grid (#16734, #16684)Leif Åstrand2015-03-162-2/+8
* 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
* Restoring overflow-x and overflow-y in runWebkitOverflowAutoFix (#16650)Alexey Fansky2015-03-041-1/+15
* Fix text input of PopupCalendar in Internet Explorer (#16677).Mika Murtojarvi2015-03-041-2/+18
* Displaying tooltip in slot for touch devices (#15353)Alexey Fansky2015-03-042-19/+125
* 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
* Fixes javadocs.Henrik Paul2015-03-021-4/+4
* Improve performance of Util.collectionEquals (#16968).Fabian Lange2015-03-021-10/+9
* 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
* Clearing the sorted indicator if sorting was disabled (#16563)Alexey Fansky2015-03-021-1/+1
* Fix the initial location of a Window (#16486).Mika Murtojarvi2015-03-021-0/+4
* Table should load widgets after container content refresh (#16611)Mikael Grankvist2015-03-021-3/+8
* Method for requesting column width recalculation (#16748)Artur Signell2015-03-022-3/+21
* Fix Grid flick scrolling on iOS devices (#16762)Teemu Suo-Anttila2015-03-021-30/+27
* Maintain Grid scroll position on detach and reattach (#16220)Johannes Dahlström2015-03-022-2/+36
* Do not restart application if messages are received (#16868)Artur Signell2015-02-251-3/+11
* Do not re-schedule an already scheduled lock breaker (#15317)Artur Signell2015-02-251-1/+3
* Fix Escalator size changes when scrolled to bottom (#16382)Teemu Suo-Anttila2015-02-251-4/+8
* 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