Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year range (#12507) | Anna Koskinen | 2022-01-11 | 48 | -48/+48 |
| | |||||
* | Update copyright year range. (#12215) | Anna Koskinen | 2021-03-04 | 48 | -48/+48 |
| | | | | * Update copyright year range. | ||||
* | Ensure type safety and serializable nature of all the listeners (#12045) | Tatu Lund | 2020-07-03 | 6 | -12/+439 |
| | |||||
* | Added missing numpad key codes (#11490) | Tatu Lund | 2019-04-02 | 1 | -0/+42 |
| | | | Fixes #11489 | ||||
* | Complete the empty since tag (#11371)8.7.0.alpha1 | Sun Zhe | 2018-12-13 | 1 | -1/+1 |
| | | | | * Complete the empty since tag | ||||
* | Add missing FocusShortcutListener (#11289) | Michael Forstner | 2018-12-10 | 1 | -0/+76 |
| | | | | | | | | | * Add missing FocusShortcutListener Was removed from 8.0 and not readded. Fixes #8297 * Update Release note for this change | ||||
* | Refactor the usage of KeyMapper in ActionManager. (#11265) | Sun Zhe | 2018-10-26 | 1 | -20/+8 |
| | | | | | | | | | * Add Test for closing window with focused textfield verify issue #10642 * Refactor the code about using keyMapper | ||||
* | Enable Maven plugin for Eclipse formatting (#10829) | Ilia Motornyi | 2018-04-19 | 7 | -14/+13 |
| | |||||
* | Added possibility to add listener for connectorMarkedDirty (#10773) | caalador | 2018-04-04 | 2 | -0/+77 |
| | |||||
* | Update copyright year (#10761) | Ilia Motornyi | 2018-03-27 | 45 | -45/+45 |
| | |||||
* | Fix issues from API review for 8.2 (#10342) | Aleksi Hietanen | 2017-11-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | * Rename HierarchicalDataCommunicator#getMapper to getHierarchyMapper * Make rpc field in Notification private * Change DropIndexCalculator.ALWAYS_DROP_TO_END to a generic static method * Move EditorImpl#editRow documentation to the interface level * Correct GridDragEndEvent, GridDragStartEvent constructor javadocs * Revert SharedState.registeredEventListeners to a Set * Rename GridDropTarget dropAllowedOnSortedGridRows * Rename ColumnState.contentMode to tooltipContentMode | ||||
* | Update since tags in JavaDoc (#10325)8.2.0.alpha3 | Teemu Suo-Anttila | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | Remove redundant interface already implemented by super class. (#10258) | Ahmed Ashour | 2017-10-31 | 5 | -12/+5 |
| | |||||
* | Improve naming of fields and variables (#10242) | Ahmed Ashour | 2017-10-26 | 2 | -4/+4 |
| | | | | | * Variable names to conform to naming convention. * Use static constants where it makes sense | ||||
* | Fix typos (#10213) | Ahmed Ashour | 2017-10-20 | 1 | -1/+1 |
| | | | | | | * Fix typos * Fix | ||||
* | Fix typos (#10158) | Ahmed Ashour | 2017-10-10 | 1 | -1/+1 |
| | |||||
* | Fix typos (#10124) | Ahmed Ashour | 2017-10-04 | 1 | -4/+4 |
| | |||||
* | Registration to remove state.registeredEventListeners (fixes #9634) (#10130) | Ahmed Ashour | 2017-10-04 | 2 | -6/+63 |
| | | | This changes SharedState.registeredEventListeners to be a Map that keeps track of how many listeners of each type have been added, and handles unregistering of such listeners correctly. | ||||
* | Break iteration when method is found (#10128) | Ahmed Ashour | 2017-10-03 | 2 | -7/+4 |
| | |||||
* | Use enhanced for loop for arrays. (#10121) | Ahmed Ashour | 2017-10-02 | 2 | -26/+19 |
| | |||||
* | First sentence of javadoc should end with a period (#10114) | Ahmed Ashour | 2017-10-02 | 7 | -40/+34 |
| | | | Also includes minor other javadoc and formatting fixes. | ||||
* | Use interface instead of implementation (#10073) | Ahmed Ashour | 2017-09-28 | 1 | -1/+1 |
| | |||||
* | Fix javadoc references (#10067) | Ahmed Ashour | 2017-09-23 | 4 | -7/+3 |
| | | | And remove unused imports. | ||||
* | Replace iff with if in javadoc (#10056) | Ahmed Ashour | 2017-09-22 | 1 | -1/+1 |
| | |||||
* | Update modifier order to follow Java Specification suggestions (#10050) | Ahmed Ashour | 2017-09-21 | 3 | -3/+3 |
| | | | Also includes some other minor cleanup. | ||||
* | Remove unused methods (#10020) | Ahmed Ashour | 2017-09-20 | 2 | -8/+0 |
| | |||||
* | Use simple class names | Ahmed Ashour | 2017-09-20 | 2 | -26/+29 |
| | |||||
* | Ensure wrong Action is not executed after detaching a component (#9806) | Henri Sara | 2017-08-11 | 1 | -2/+20 |
| | | | | | | | | | | Due to action key generation on ActionManager a wrong action may be executed if the component that fired the wanted action is already detached. This patch makes action keys globally unique, simplifying the approach of #8495 but reusing its tests. Fixes #5864 | ||||
* | Implement tree item context click | Ilia Motornyi | 2017-07-10 | 1 | -0/+11 |
| | | | | | Fixes #9606 Fixes #9645 Fixes #9647 | ||||
* | Use HasUserOriginated interface where appropriate (#9608) | Henri Sara | 2017-06-29 | 5 | -32/+46 |
| | |||||
* | Remove warning for shortcuts on disabled connector (#9352) | Olli Tietäväinen | 2017-05-18 | 1 | -3/+0 |
| | | | | | Remove unnecessary warning on server log when using shortcut on disabled connector. Fixes #6951 | ||||
* | Improve CollapseEvent and ExpandEvent javadocs | Aleksi Hietanen | 2017-05-16 | 2 | -4/+6 |
| | |||||
* | Make CollapseListener and ExpandListener extend SerializableEventListener | Aleksi Hietanen | 2017-05-16 | 2 | -4/+2 |
| | |||||
* | Refactor Html5 DnD feature based on API review (#9306) | Pekka Hyvönen | 2017-05-12 | 24 | -1375/+8 |
| | | | | | | | | * Refactor Html5 DnD client side based on API review - Moved classes to "correct" packages. - Removed method DragSourceExtension.clearDataTransferText() - Remove ButtonDragSource in favor of more generic API | ||||
* | Create upload URLs only when stream variable is attached by drop handler (#9301) | Adam Wagner | 2017-05-11 | 1 | -7/+8 |
| | | | | | | * Create upload URLs only when stream variable is attached by drop handler * Add file size limit to test ui and remove label drop target | ||||
* | Make it possible to upload files by dropping them onto a drop target (#9277) | Adam Wagner | 2017-05-11 | 2 | -0/+106 |
| | | | Fixes #8891 | ||||
* | Fix partly missing drag image regression on Safari | Pekka Hyvönen | 2017-05-10 | 1 | -0/+2 |
| | | | | Doesn't fix #9261, drag image missing on Safari when dragging grid row because that has position: absolute and offset. | ||||
* | Fix HTML5 DnD regression for FF (#9245) | Pekka Hyvönen | 2017-05-05 | 3 | -87/+78 |
| | | | | | | | | | | | | - Always set some drag data - Set the dropEffect on dragEnter and dragOver events on drop target - Send the dropEffect to server on drop event with disclaimer of current support - Remove _dragOverCriteria_ and use _dropCriteria_ for `dragenter`, `dragover` and `drop` criteria Tested manually basic DnD and Grid DnD on Mac with Chrome, Firefox, Safari. Safari is still missing drag image (regression). Tested manually basic DnD and Grid Dnd on Windows IE11 and Edge. Drop event for both is still not working properly #9174. | ||||
* | Add missing since tags for 8.1 (#9220) | Henri Sara | 2017-05-03 | 2 | -0/+2 |
| | |||||
* | Add an initial version of Tree component (#9212) | Teemu Suo-Anttila | 2017-05-02 | 2 | -0/+193 |
| | | | | | | | This patch introduces a Tree component, implemented as a Composite using TreeGrid. As initial version of the component, some functionality of the old Tree component has been left out for now. Partly addresses #8617 | ||||
* | Add method for checking whether drag event was cancelled (#9214) | Adam Wagner | 2017-05-02 | 1 | -0/+11 |
| | |||||
* | Make some of dnd's javadoc clearer. | Adam Wagner | 2017-04-27 | 2 | -4/+21 |
| | |||||
* | Make it possible to set a Resource as drag image (#9088) | Adam Wagner | 2017-04-25 | 1 | -0/+11 |
| | | | | | Fixes #8892 Note that IE and Edge are not covered by this change - see #8977 | ||||
* | Add/fill in missing @since tags for 8.1 (#9106)8.1.0.alpha6 | Henri Sara | 2017-04-19 | 6 | -28/+28 |
| | |||||
* | Remove Extension suffix from Grid DND classes (#9035) | Adam Wagner | 2017-04-12 | 6 | -6/+12 |
| | |||||
* | Make it possible to drop things between Grid rows (#8979) | Adam Wagner | 2017-04-12 | 1 | -7/+20 |
| | | | | Fixes #8401 | ||||
* | Provide dragged Grid items in server side (#8950) | Adam Wagner | 2017-04-12 | 9 | -60/+251 |
| | | | | Fixes #8931 | ||||
* | Make it possible to drop things on top of Grid rows (#8747) | Adam Wagner | 2017-04-12 | 3 | -2/+126 |
| | | | | Fixes #8400 | ||||
* | Make Button component draggable (#9038) | Adam Wagner | 2017-04-10 | 1 | -0/+42 |
| | | | | | | * Make Button component draggable (#9037) * Add own state to button drag source | ||||
* | Clean DropEvent and DragEndEvent properties (#8925) | Adam Wagner | 2017-03-24 | 4 | -30/+17 |
| | | | | | | | | * Add dropEffect parameter to DragEndEvent (#8895) * Remove drop effect from drop event (#8895) * Make sure that drop effect is not null |