| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated local screenshot testing configurations. (#11814) | Anna Koskinen | 2019-11-21 | 6 | -28/+40 |
* | Don't attempt to send expand/collapse events for disabled TreeGrid. (#11823) | Anna Koskinen | 2019-11-21 | 4 | -1/+56 |
* | Decode path in getStaticFilePath (#11812) | Tatu Lund | 2019-11-19 | 2 | -5/+26 |
* | Fixing issue with TwinColSelect not correctly retaining visible selection (#1... | Tatu Lund | 2019-11-19 | 1 | -3/+32 |
* | Eliminate un-intuitive NPE (#11802) | Tatu Lund | 2019-11-15 | 1 | -2/+5 |
* | Cherry picks of Binder fixes in Flow (#11758) | Tatu Lund | 2019-11-13 | 3 | -21/+184 |
* | Reduce excess positioning calls for ComboBox popup. (#11808) | Anna Koskinen | 2019-11-13 | 1 | -8/+21 |
* | Added missing constructor with scanNestedDefinitions option (#11801) | Tatu Lund | 2019-11-12 | 1 | -1/+19 |
* | Use APPLICATION_SCOPE for the session lock (#11792) | Tatu Lund | 2019-11-12 | 3 | -4/+44 |
* | Fixing issue with Push stopping working in some circumstances (#11791) | Tatu Lund | 2019-11-05 | 2 | -2/+17 |
* | Check actual Grid selection instead of relying on allSelected flag. (#11787) | Anna Koskinen | 2019-11-04 | 4 | -9/+153 |
* | Removed a duplicated word in a note. (#11785) | Anna Koskinen | 2019-11-04 | 1 | -1/+1 |
* | Added note to setTemplateContents JavaDoc (#11752) | Tatu Lund | 2019-11-02 | 1 | -0/+3 |
* | Fix a timing issue in ComboBox filtering via paste using mouse. (#11780) | Anna Koskinen | 2019-10-31 | 2 | -1/+69 |
* | Switch from an assert to logging and return in Grid.onBrowserEvent (#11778) | Anna Koskinen | 2019-10-30 | 1 | -2/+5 |
* | Added 1px tolerance to ScrollbarBundle's internal sanity check. (#11777) | Anna Koskinen | 2019-10-29 | 1 | -3/+5 |
* | Improvements to ScrollDestination sanity checks (#11772) | Anna Koskinen | 2019-10-28 | 2 | -8/+118 |
* | 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 |
* | Tweak a test to open Grid details row by clicking cell instead of row. (#11764) | Anna Koskinen | 2019-10-25 | 1 | -7/+10 |
* | Update chrome version to 78 (#11765) | Zhe Sun | 2019-10-25 | 1 | -1/+1 |
* | When ComboBox popup opens to the left accommodate margin/border/padding. (#11... | Anna Koskinen | 2019-10-23 | 3 | -8/+73 |
* | Make sure expanding/collapsing updates expected cache size. (#11753) | Anna Koskinen | 2019-10-22 | 3 | -0/+165 |
* | Make cancellation of uploads work regardless of Push configuration (#11743) | Willem Verstraeten | 2019-10-21 | 6 | -13/+128 |
* | Add note to setRenderer() JavaDoc about presentation provider (#11751) | Tatu Lund | 2019-10-21 | 1 | -0/+3 |
* | Upload should preserve MIMEType after first selection (#11745) | Anastasia Smirnova | 2019-10-16 | 3 | -0/+162 |
* | Make sure Firefox for iOS isn't detected as too old to function. (#11739) | Felix Fontein | 2019-10-03 | 1 | -2/+6 |
* | Catch and handle IllegalStateException (#11733) | Tatu Lund | 2019-10-03 | 1 | -11/+18 |
* | Added note in JavaDoc of removeColumn (#11725) | Tatu Lund | 2019-10-03 | 1 | -0/+3 |
* | Update context menu addon version (#11735) | Zhe Sun | 2019-10-02 | 1 | -1/+1 |
* | Update Chrome version to 77 (#11727) | Zhe Sun | 2019-09-24 | 13 | -1/+1 |
* | Update release note to mention Java 11 support (#11697) | Zhe Sun | 2019-09-09 | 1 | -2/+3 |
* | Removal of data communicator needs to happen before call to super.remove() (#... | Tatu Lund | 2019-09-09 | 1 | -2/+2 |
* | Correct usage of String.format(..) (#11704) | Tatu Lund | 2019-09-09 | 1 | -5/+5 |
* | Remove double negation (#11713) | eriklumme | 2019-09-06 | 1 | -1/+1 |
* | Fix scrollTo for destination START and END and add regression testing. (#11707) | Anna Koskinen | 2019-09-05 | 3 | -48/+356 |
* | Updated row and spacer handling for Escalator (#11438) | Anna Koskinen | 2019-08-29 | 17 | -1078/+3277 |
* | Read-only styles shouldn't override borderless background styles. (#11692) | Anna Koskinen | 2019-08-16 | 14 | -14/+179 |
* | Add explicit handling of ctrl-a (#11693) | Tatu Lund | 2019-08-12 | 3 | -0/+65 |
* | Update Chrome version, snapshots and fix tests (#11684) | Zhe Sun | 2019-08-05 | 199 | -42/+73 |
* | Add a missing letter (#11676) | Anastasia Smirnova | 2019-07-30 | 1 | -1/+1 |
* | Update the since tag (#11675) | Zhe Sun | 2019-07-30 | 6 | -6/+6 |
* | Update Spring addon to 3.2.1 (#11670) | Zhe Sun | 2019-07-30 | 1 | -1/+1 |
* | Update screenshot (#11669) | Zhe Sun | 2019-07-30 | 1 | -0/+0 |
* | Apply offset to column index depending on presense of selection column (#11667) | Tatu Lund | 2019-07-30 | 2 | -1/+72 |
* | Ensure the upload button has been disabled when set Enabled calling from succ... | Zhe Sun | 2019-07-29 | 3 | -0/+306 |
* | Prevent excessive getLogger() calls from markAsDirty() (#11664) | Leif Åstrand | 2019-07-29 | 1 | -15/+24 |
* | Update to 8.10-SNAPSHOT (#11657) | Zhe Sun | 2019-07-29 | 66 | -73/+73 |
* | Use https for Maven repositories (#11668) | Stéphane Nicoll | 2019-07-29 | 12 | -16/+16 |