aboutsummaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* Add enabled check to Column#isResizable (#12063)Tatu Lund2020-08-061-1/+3
* Use queue for resync requests. (#12043)Anna Koskinen2020-07-301-7/+13
* Add column width recalculation when vertical scrollbar hidden/shown. (#12058)Anna Koskinen2020-07-233-3/+150
* Revert 'Rewrote debouncing of onResize (#11899)' (#12051)Anna Koskinen2020-07-091-33/+15
* All updates to Escalator size should get reported to LayoutManager. (#12050)Anna Koskinen2020-07-083-0/+134
* Add support for "ww" in date format (#12037)Tatu Lund2020-07-031-0/+49
* Update ComboBox popup position comparison to use correct top value. (#12041)Anna Koskinen2020-06-261-2/+2
* Fix rendering of TreeGrid's frozen columns after hierarchy-column reset (#12028)Tarek Oraby2020-06-181-1/+9
* Fix ComboBox in read-only mode allowing value change by user (#12022)Tarek Oraby2020-05-251-0/+3
* Moving disableBrowserAutocomplete to WidgetUtil and change widgets to use it ...Tatu Lund2020-05-253-18/+26
* Update to 8.12-snapshot (#11995)Zhe Sun2020-05-131-1/+1
* Fix RTA's CreateLink in Firefox & IE11 (#11979)Tarek Oraby2020-05-081-1/+25
* Take overlays into account in getConnectorForElement. (#11980)Anna Koskinen2020-05-051-7/+24
* Allow replacing all columns at once when some of them are frozen. (#11978)Anna Koskinen2020-04-301-2/+11
* Fix the column width calculations for full width cell contents. (#11974)Anna Koskinen2020-04-291-0/+40
* Fix hiding / un-hiding with frozen columns in multiselect mode (#11972)Tatu Lund2020-04-281-4/+4
* Don't center a window that has already been removed. (#11956)Anna Koskinen2020-04-241-2/+8
* Fix incorrect position of column selector in MPR (#11953)Tatu Lund2020-04-211-0/+2
* Add multiselect column compensation (#11951)Tatu Lund2020-04-201-1/+5
* Expired session: use 403 Forbidden instead of 410 Gone (#11859)Felix Fontein2020-04-081-1/+1
* Fix sanitization of empty RTA input for Firefox & IE (#11937)Tarek Oraby2020-04-061-2/+2
* Allow setting Upload button caption as HTML, move data to SharedState. (#11940)Anna Koskinen2020-04-061-11/+24
* Prevent upload if no file is selected. (#11939)Anna Koskinen2020-04-032-22/+54
* Ensure ChangeListener still works after first upload. (#11936)Anna Koskinen2020-04-011-0/+11
* Ensure recalculateColumnWidths works with refreshAll. (#11934)Anna Koskinen2020-03-312-16/+77
* Fix an issue with frozen column count and unhiding. (#11929)Anna Koskinen2020-03-261-1/+3
* Simplify Grid sidebar handling. (#11920)Anna Koskinen2020-03-231-17/+40
* Prevent a gap within Grid rows in some resize situations. (#11918)Anna Koskinen2020-03-171-3/+25
* Trigger re-measure after updating ElementResizeListeners. (#11912)Anna Koskinen2020-03-091-0/+10
* Further tweaks to ComboBox popup positioning. (#11910)Anna Koskinen2020-03-061-7/+15
* Adding missing setPopupPosition(left, top); (#11902)Tatu Lund2020-03-021-0/+1
* Rewrote debouncing of onResize (#11899)Tatu Lund2020-02-271-15/+33
* Removing code causing the trouble (#11898)Tatu Lund2020-02-241-4/+0
* Fix logic of lexicographical comparison of DateField range end (#11885)Tatu Lund2020-02-131-2/+18
* Don't reset date to current at DateField state (e.g. read-only) updates. (#11...Anna Koskinen2020-01-281-8/+20
* Update to 8.11 snapshot (#11874)Zhe Sun2020-01-161-1/+1
* Ensure value change happens before shortcuts in compatibility components (#11...Anna Koskinen2020-01-151-3/+39
* Removed outdated spacer height update from removal process. (#11861)Anna Koskinen2020-01-091-2/+0
* Fix to RadioButtonGroup readOnly handling. (#11855)Anna Koskinen2019-12-231-1/+6
* Improvements to popup positioning for ComboBox within HorizontalLayout. (#11846)Anna Koskinen2019-12-181-8/+61
* Close window on ESC, when maximized button is clicked (#11840)Anastasia Smirnova2019-12-051-4/+10
* Simplify Grid scroll handling. (#11835)Anna Koskinen2019-12-033-46/+65
* Don't attempt to send expand/collapse events for disabled TreeGrid. (#11823)Anna Koskinen2019-11-211-1/+1
* Fixing issue with TwinColSelect not correctly retaining visible selection (#1...Tatu Lund2019-11-191-3/+32
* Reduce excess positioning calls for ComboBox popup. (#11808)Anna Koskinen2019-11-131-8/+21
* Fixing issue with Push stopping working in some circumstances (#11791)Tatu Lund2019-11-052-2/+17
* Check actual Grid selection instead of relying on allSelected flag. (#11787)Anna Koskinen2019-11-041-1/+1
* Fix a timing issue in ComboBox filtering via paste using mouse. (#11780)Anna Koskinen2019-10-311-1/+3
* Switch from an assert to logging and return in Grid.onBrowserEvent (#11778)Anna Koskinen2019-10-301-2/+5
* Added 1px tolerance to ScrollbarBundle's internal sanity check. (#11777)Anna Koskinen2019-10-291-3/+5