summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Do not process click events for disabled optiongroups (#19433)Artur Signell2016-01-211-1/+5
* Allow legacy components to paint infinity double values again (#19447)Artur Signell2016-01-211-1/+5
* Clean up SingleSelectionModel client-side on data source change (#19469)Teemu Suo-Anttila2016-01-131-0/+10
* Add clarifying comment to CustomDetailsGeneratorTeemu Suo-Anttila2016-01-121-1/+3
* Add missing @since for 7.6.1Teemu Suo-Anttila2016-01-122-1/+3
* Use LayoutManager for details rows (#18821, #18619)Leif Åstrand2016-01-124-11/+106
* Split VOverlay functionality to a new base class (#19347)Teemu Suo-Anttila2016-01-124-1010/+1070
* Fix ScrollbarBundle to not round down pixel values (#19421)Teemu Suo-Anttila2016-01-081-12/+2
* Support non-AbstractFieldConnector fields with Grid Editor (#19440)Teemu Suo-Anttila2016-01-071-6/+6
* Always set header/footer style name to TH (#19209)Artur Signell2016-01-071-1/+1
* ConnectorHierarchyChangeEvent.getParent() should return the connector (#18525)Artur Signell2016-01-071-11/+8
* Fixes exception when enter is pressed and there is nothing to select (#19149)Artur Signell2016-01-071-2/+10
* Add a client-side connector for DetailsComponentManager (#19412)Teemu Suo-Anttila2016-01-051-0/+36
* Listen to body for shortcut actions for standalone apps (#19392)Artur Signell2016-01-042-14/+19
* Add keyboard shortcut to save grid editor in buffered mode (#16842)Teemu Suo-Anttila2015-12-281-1/+9
* Fix WidgetRenderer column cells not correctly init on change (#19086)Teemu Suo-Anttila2015-12-222-2/+29
* Disable long tap support on iOS (#19367)Henri Sara2015-12-211-1/+1
* Ignore context click on resize handle (#19408)Henri Sara2015-12-211-0/+16
* Fix IE8 focus handling in Grid editor in unbuffered state (#19389)Teemu Suo-Anttila2015-12-181-1/+22
* Verify Column width after all sort related cell changes (#16597)Teemu Suo-Anttila2015-12-181-6/+4
* Disable Atmosphere online/offline handling (#19391)Artur Signell2015-12-171-0/+1
* Parse true/false as boolean values for push configuration (#19394)Artur Signell2015-12-171-2/+17
* Fix Grid column resize to take account min width for cells (#16597)Johannes Dahlström2015-12-162-45/+113
* Make it possible to only show collapsible columns in menu (#9811)Leif Åstrand2015-12-162-4/+16
* Fix text selection and context click events for Android devices (#19367)Teemu Suo-Anttila2015-12-151-7/+11
* Ignore empty style names from Grid Row and CellStyleGenerators (#19364)Teemu Suo-Anttila2015-12-151-5/+8
* Prevent text selection on iOS devices with long tap (#19367)Teemu Suo-Anttila2015-12-151-0/+6
* Add a method to clear selected text on context click (#19367)Teemu Suo-Anttila2015-12-155-3/+25
* Fix mouse wheel scrolling of ComboBox in IE11 (#16918)Anna Koskinen2015-12-152-18/+154
* Fix selecting a row that was deselected on the server (#19360)Teemu Suo-Anttila2015-12-141-10/+32
* Enable using custom overlay in VMenuBar (#19368)Henri Sara2015-12-111-1/+13
* Remove VOverlay dependency and use PopupPanel instead in Grid (#18698)Teemu Suo-Anttila2015-12-021-4/+30
* Add missing @since valuesHenri Sara2015-12-023-3/+2
* Prevent column drag resize from setting selection column width (#19324)Teemu Suo-Anttila2015-11-301-0/+5
* Unify select all behavior with single row selection. (#17742)Sauli Tähkäpää2015-11-301-0/+12
* Add stylename to sortable Table header cells (#8219)Leif Åstrand2015-11-271-0/+12
* Add stylename to sortable Grid header cells (#16991)Leif Åstrand2015-11-251-6/+15
* Omit empty hierarchy data from the response (#18510)Leif Åstrand2015-11-251-123/+166
* Add comment explaining the dummy read in setStyleTemporarilyLeif Åstrand2015-11-241-1/+4
* Add javadoc in ServerConnectorHenri Sara2015-11-232-5/+38
* Isolate text selection blocking to Grid instead of body element (#16838)Teemu Suo-Anttila2015-11-201-7/+7
* Prevent text selection while DnD resizing columns (#16838)Teemu Suo-Anttila2015-11-182-0/+32
* Use TabState.id for Accordion tab items as well (#18456)pag2015-11-131-0/+16
* Add some performance guidance to renderer javadocs.Leif Åstrand2015-11-132-1/+12
* Mention cell being a flyweight in WidgetRenderer javadocsLeif Åstrand2015-11-131-1/+3
* Optimize layout performance of Table (#17947)jotatu2015-11-056-10/+190
* Render null header caption as empty (#18553)Artur Signell2015-11-031-3/+1
* Changed grid sidebar to overlay (#18698)mtzukanov2015-11-031-34/+42
* Force FormLayout children to shrink with the layout (#11154)Leif Åstrand2015-11-032-2/+145
* Reset sort indicator when saving editor. (#17428)Sauli Tähkäpää2015-11-021-1/+10