summaryrefslogtreecommitdiffstats
path: root/client/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Fix Grid reordering when there are hidden columnscuong-phan2019-05-201-1/+12
* Don't attempt to scroll to the beginning or end if Grid has no rows. (#11570)Anna Koskinen2019-05-201-3/+7
* Grid editor: TAB now skips non-editable columns (#11573)Martin Vysny2019-05-161-8/+70
* Add handling for completely empty Grid's column width calculations. (#11569)Anna Koskinen2019-05-141-1/+7
* code format (#11555)Sun Zhe2019-05-024-16/+19
* Reset Combobox internal state (#11412)Sun Zhe2019-04-242-16/+44
* Clicking on slider makes handler move (#11519)Anastasia Smirnova2019-04-102-8/+22
* Fixing autocompletion issue with ComboBox on newer Chrome versions (#11472)Tatu Lund2019-04-101-1/+6
* Use Enter and Space keys to fire Window header buttons (#11517) (#11534)KatriHaapalinna2019-04-082-5/+32
* Read-only combobox should not handle PASTE event (#11529)Anastasia Smirnova2019-04-041-2/+2
* setCaption of Panel did not honor setCaptionAsHtml (#11523)Tatu Lund2019-04-022-4/+8
* Support Firefox 65+ key down event behavior (#11503)Yuriy Artamonov2019-03-292-6/+11
* Make improve of caching for hierarchical data optional (#11501)Klaudeta2019-03-211-24/+63
* Remove redundant check for for Firefox (#11471)Anastasia Smirnova2019-03-061-10/+1
* Ensure pop-up is not opened, when tabbing out fast from Combobox (#11436)Anastasia Smirnova2019-02-251-4/+9
* Fix #11369 (#11403)Maciej PrzepiĆ³ra2019-01-171-0/+17
* Update release note and since tag (#11386)Sun Zhe2018-12-202-8/+12
* Checkbox allow customizing of input and label classNames. (#11372)Knoobie2018-12-182-3/+58
* Improve VMenuBar click handling logic (#11356)Anastasia Smirnova2018-12-172-93/+117
* Prevent IndexOutOfBoundException in VMenuBar.CustomMenuItem (#11285)Jonni Madekivi2018-12-171-0/+1
* Move onClick logic to the Connector (#11367)Anastasia Smirnova2018-12-142-24/+25
* Apply missing v-readonly style to CheckBoxGroup, when component is readOnly (...Anastasia Smirnova2018-12-131-1/+14
* Complete the empty since tag (#11371)8.7.0.alpha1Sun Zhe2018-12-133-4/+4
* Add more context information to criteriaScript in GridDropTargetConnector (#1...vt5122018-12-052-6/+39
* Improvements to updating spacer indexes. (#11353)Anna Koskinen2018-12-051-4/+13
* Improvement to details row height handling. (#11351)Anna Koskinen2018-12-041-2/+6
* Revert "Update ComboBox internal state on new item added (#11094)" (#11331)Sun Zhe2018-11-271-25/+10
* Fix to use correct spacer index and existing helper method. (#11328)Anna Koskinen2018-11-231-5/+1
* Fix for setting default row height for a Grid with details row(s) open. (#11326)Anna Koskinen2018-11-211-1/+10
* Code formatting (#11278)Sun Zhe2018-11-062-16/+19
* Update time in ReadOnly state of DateTimeCalendar (#11269)Anastasia Smirnova2018-10-241-3/+3
* Display the caption of the Empty selection in NativeSelect (#11191)Anastasia Smirnova2018-10-182-1/+29
* Rebuild calendar pop-up on readOnly state change (#11249)Anastasia Smirnova2018-10-172-1/+14
* Format the code (#11244)Sun Zhe2018-10-151-1/+1
* Revert change to fix issue on removing Grid with components (#11224)Sun Zhe2018-10-121-28/+18
* Updates to scrolled TabSheet resize logic and Valo right-alignment. (#11133)Anna Koskinen2018-10-101-12/+127
* Run formatter to the code (#11227)Sun Zhe2018-10-091-2/+2
* Fixes to displaying Grid in a detail row. (#11147)Anna Koskinen2018-10-083-4/+37
* Replaced Grid's internal size calculation fix with an indexing fix. (#11154)Anna Koskinen2018-10-012-18/+5
* Update ComboBox internal state on new item added (#11094)8.6.0.beta1Teemu Suo-Anttila2018-09-261-12/+27
* Fix/focus inside window chrome (#11142)Mehdi Javan2018-09-191-37/+48
* Fixing RadioButtonGroup exception in Window (#11181)Mehdi Javan2018-09-171-1/+3
* Fix handler creation to happen on init (#11172)Teemu Suo-Anttila2018-09-071-18/+28
* Ensure that HeaderRow is not null in Grid (#11165)Anastasia Smirnova2018-09-071-0/+2
* Fix handling of hidden Components in Grid(#10367)Marco Collovati2018-09-071-4/+59
* Fix Escalator to properly reset height by rows (#11090)Mehdi Javan2018-07-301-0/+1
* Fix Grid Editor closing and disabling at same time (#11078)Mehdi Javan2018-07-201-1/+11
* Fix removal tabsheets if last one is selected (#11070)Ilia Motornyi2018-07-191-3/+1
* Fix Grid resetting row height on resize (#11056)Teemu Suo-Anttila2018-07-171-1/+6
* Fix Grid internal size calculations on vertical resize (#11046)Teemu Suo-Anttila2018-07-131-4/+12