| Commit message (Expand) | Author | Age | Files | Lines |
* | DateField value should actively adjust to the set resolution. (#12183)7.7.23 | Anna Koskinen | 2021-01-22 | 3 | -32/+57 |
* | Add getter for presentationProvider in Grid.Column (#10323) (#12060) | jdewaen | 2020-12-18 | 1 | -0/+12 |
* | Fix to LayoutManager size calculations during transform. (#12138) | Anna Koskinen | 2020-12-18 | 1 | -0/+34 |
* | Better error handling trying to enable HTML5 DnD for mobile from thread (#12170) | Anna Koskinen | 2020-12-07 | 1 | -0/+7 |
* | Replace function reference with anonymous class for serialization (#12137) | Tatu Lund | 2020-11-26 | 1 | -19/+20 |
* | Add DateField(LocalDate value) constructor (#12096) | Tatu Lund | 2020-09-25 | 1 | -0/+11 |
* | Add convenience overloading for setColumn (#12093)8.12.0.alpha2 | Tatu Lund | 2020-09-04 | 1 | -0/+22 |
* | Add API to detect if GridMultiSelect select-all checkbox is checked (#12086) | Tarek Oraby | 2020-08-26 | 3 | -9/+27 |
* | Explicitly remove old dataprovider listener when new one is set (#12064) | Tatu Lund | 2020-08-07 | 1 | -7/+35 |
* | Add support for "ww" in date format (#12037) | Tatu Lund | 2020-07-03 | 1 | -1/+27 |
* | Ensure type safety and serializable nature of all the listeners (#12045) | Tatu Lund | 2020-07-03 | 14 | -38/+35 |
* | Fixed error message to use given parameters. (#12008) | Anna Koskinen | 2020-05-14 | 1 | -4/+5 |
* | Refresh DataProvider only once when reordering the grid using GridRowDragger ... | Martín López | 2020-05-11 | 1 | -1/+5 |
* | Add missing since tag (#11957)8.11.0.alpha1 | Zhe Sun | 2020-04-23 | 1 | -2/+2 |
* | Add asMultiSelect() to Tree class (#11949) | Tarek Oraby | 2020-04-21 | 1 | -0/+12 |
* | Allow AbstractDateField to provide DST zone names over custom ranges (#11927) | Tarek Oraby | 2020-04-21 | 1 | -5/+84 |
* | Set DateField value only if it passes range check (#11887) | Tatu Lund | 2020-04-08 | 1 | -17/+34 |
* | Change to using StringBuilder (#11941) | Hk-tang | 2020-04-06 | 1 | -2/+2 |
* | Allow setting Upload button caption as HTML, move data to SharedState. (#11940) | Anna Koskinen | 2020-04-06 | 1 | -24/+50 |
* | Prevent upload if no file is selected. (#11939) | Anna Koskinen | 2020-04-03 | 1 | -11/+10 |
* | Fix NPE in FileUploadHandler when use Upload.interruptUpload(). (#11797) | Dyorgio Nascimento | 2020-04-02 | 1 | -4/+6 |
* | Added note to DateField#setRangeStart JavaDoc (#11886) | Tatu Lund | 2020-02-19 | 1 | -0/+2 |
* | Making setEditable friendlier (#11869) | Tatu Lund | 2020-01-14 | 1 | -3/+9 |
* | Added notes in JavaDoc of TEXTFIELD_INLINE_ICON (#11860) | Tatu Lund | 2020-01-08 | 1 | -0/+5 |
* | Added helper methods for setting only height or width full. (#11854) | Anna Koskinen | 2019-12-20 | 1 | -2/+20 |
* | Delegate enabled handling to Composite root. (#11832) | Anna Koskinen | 2019-11-26 | 1 | -0/+10 |
* | Eliminate un-intuitive NPE (#11802) | Tatu Lund | 2019-11-15 | 1 | -2/+5 |
* | Check actual Grid selection instead of relying on allSelected flag. (#11787) | Anna Koskinen | 2019-11-04 | 1 | -8/+19 |
* | Added note to setTemplateContents JavaDoc (#11752) | Tatu Lund | 2019-11-02 | 1 | -0/+3 |
* | Added missing NOTIFICATION_DARK (#11770) | Tatu Lund | 2019-10-28 | 1 | -2/+8 |
* | Fix the end limit of the allowed scrollTo rows. (#11771) | Anna Koskinen | 2019-10-28 | 1 | -1/+1 |
* | Made JavaDoc of updateSelection more precise (#11768) | Tatu Lund | 2019-10-28 | 1 | -1/+2 |
* | Add note to setRenderer() JavaDoc about presentation provider (#11751) | Tatu Lund | 2019-10-21 | 1 | -0/+3 |
* | Added note in JavaDoc of removeColumn (#11725) | Tatu Lund | 2019-10-03 | 1 | -0/+3 |
* | Removal of data communicator needs to happen before call to super.remove() (#... | Tatu Lund | 2019-09-09 | 1 | -2/+2 |
* | Updated row and spacer handling for Escalator (#11438) | Anna Koskinen | 2019-08-29 | 1 | -0/+1 |
* | Update Chrome version, snapshots and fix tests (#11684) | Zhe Sun | 2019-08-05 | 2 | -3/+5 |
* | Prevent excessive getLogger() calls from markAsDirty() (#11664) | Leif Åstrand | 2019-07-29 | 1 | -15/+24 |
* | 11642 refresh pagelength 0 combobox items after dataprovider update (#11653) | Olli Tietäväinen | 2019-07-12 | 1 | -5/+26 |
* | Sanitize caption used in Grid header (#11644) | Zhe Sun | 2019-07-01 | 1 | -0/+2 |
* | Separates a rpc for handling the client event order in DateTimeField (#11574) | Zhe Sun | 2019-06-14 | 1 | -0/+10 |
* | Improved fix for #11614 (#11618) | Martin Vysny | 2019-06-13 | 1 | -12/+5 |
* | Fix regression that broke PreserveOnRefresh functionality with Navigator (#11... | Tatu Lund | 2019-06-07 | 1 | -2/+13 |
* | Fix duplicate grid column visibility change event (#11565) | cuong-phan | 2019-05-16 | 1 | -1/+2 |
* | Reduce Grid's sort complexity. (#11566) | Anna Koskinen | 2019-05-15 | 1 | -2/+3 |
* | code format (#11555) | Sun Zhe | 2019-05-02 | 1 | -2/+3 |
* | Code format (#11548) | Sun Zhe | 2019-04-29 | 3 | -8/+8 |
* | Reset Combobox internal state (#11412) | Sun Zhe | 2019-04-24 | 1 | -3/+11 |
* | Finish the since tag (#11540) (#11543) | Sun Zhe | 2019-04-18 | 2 | -5/+5 |
* | Clicking on slider makes handler move (#11519) | Anastasia Smirnova | 2019-04-10 | 1 | -0/+25 |