aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/main/java/com/vaadin/event
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range (#12507)Anna Koskinen2022-01-1148-48/+48
* Update copyright year range. (#12215)Anna Koskinen2021-03-0448-48/+48
* Ensure type safety and serializable nature of all the listeners (#12045)Tatu Lund2020-07-036-12/+439
* Added missing numpad key codes (#11490)Tatu Lund2019-04-021-0/+42
* Complete the empty since tag (#11371)8.7.0.alpha1Sun Zhe2018-12-131-1/+1
* Add missing FocusShortcutListener (#11289)Michael Forstner2018-12-101-0/+76
* Refactor the usage of KeyMapper in ActionManager. (#11265)Sun Zhe2018-10-261-20/+8
* Enable Maven plugin for Eclipse formatting (#10829)Ilia Motornyi2018-04-197-14/+13
* Added possibility to add listener for connectorMarkedDirty (#10773)caalador2018-04-042-0/+77
* Update copyright year (#10761)Ilia Motornyi2018-03-2745-45/+45
* Fix issues from API review for 8.2 (#10342)Aleksi Hietanen2017-11-211-3/+3
* Update since tags in JavaDoc (#10325)8.2.0.alpha3Teemu Suo-Anttila2017-11-151-1/+1
* Remove redundant interface already implemented by super class. (#10258)Ahmed Ashour2017-10-315-12/+5
* Improve naming of fields and variables (#10242)Ahmed Ashour2017-10-262-4/+4
* Fix typos (#10213)Ahmed Ashour2017-10-201-1/+1
* Fix typos (#10158)Ahmed Ashour2017-10-101-1/+1
* Fix typos (#10124)Ahmed Ashour2017-10-041-4/+4
* Registration to remove state.registeredEventListeners (fixes #9634) (#10130)Ahmed Ashour2017-10-042-6/+63
* Break iteration when method is found (#10128)Ahmed Ashour2017-10-032-7/+4
* Use enhanced for loop for arrays. (#10121)Ahmed Ashour2017-10-022-26/+19
* First sentence of javadoc should end with a period (#10114)Ahmed Ashour2017-10-027-40/+34
* Use interface instead of implementation (#10073)Ahmed Ashour2017-09-281-1/+1
* Fix javadoc references (#10067)Ahmed Ashour2017-09-234-7/+3
* Replace iff with if in javadoc (#10056)Ahmed Ashour2017-09-221-1/+1
* Update modifier order to follow Java Specification suggestions (#10050)Ahmed Ashour2017-09-213-3/+3
* Remove unused methods (#10020)Ahmed Ashour2017-09-202-8/+0
* Use simple class namesAhmed Ashour2017-09-202-26/+29
* Ensure wrong Action is not executed after detaching a component (#9806)Henri Sara2017-08-111-2/+20
* Implement tree item context clickIlia Motornyi2017-07-101-0/+11
* Use HasUserOriginated interface where appropriate (#9608)Henri Sara2017-06-295-32/+46
* Remove warning for shortcuts on disabled connector (#9352)Olli Tietäväinen2017-05-181-3/+0
* Improve CollapseEvent and ExpandEvent javadocsAleksi Hietanen2017-05-162-4/+6
* Make CollapseListener and ExpandListener extend SerializableEventListenerAleksi Hietanen2017-05-162-4/+2
* Refactor Html5 DnD feature based on API review (#9306)Pekka Hyvönen2017-05-1224-1375/+8
* Create upload URLs only when stream variable is attached by drop handler (#9301)Adam Wagner2017-05-111-7/+8
* Make it possible to upload files by dropping them onto a drop target (#9277)Adam Wagner2017-05-112-0/+106
* Fix partly missing drag image regression on SafariPekka Hyvönen2017-05-101-0/+2
* Fix HTML5 DnD regression for FF (#9245)Pekka Hyvönen2017-05-053-87/+78
* Add missing since tags for 8.1 (#9220)Henri Sara2017-05-032-0/+2
* Add an initial version of Tree component (#9212)Teemu Suo-Anttila2017-05-022-0/+193
* Add method for checking whether drag event was cancelled (#9214)Adam Wagner2017-05-021-0/+11
* Make some of dnd's javadoc clearer.Adam Wagner2017-04-272-4/+21
* Make it possible to set a Resource as drag image (#9088)Adam Wagner2017-04-251-0/+11
* Add/fill in missing @since tags for 8.1 (#9106)8.1.0.alpha6Henri Sara2017-04-196-28/+28
* Remove Extension suffix from Grid DND classes (#9035)Adam Wagner2017-04-126-6/+12
* Make it possible to drop things between Grid rows (#8979)Adam Wagner2017-04-121-7/+20
* Provide dragged Grid items in server side (#8950)Adam Wagner2017-04-129-60/+251
* Make it possible to drop things on top of Grid rows (#8747)Adam Wagner2017-04-123-2/+126
* Make Button component draggable (#9038)Adam Wagner2017-04-101-0/+42
* Clean DropEvent and DragEndEvent properties (#8925)Adam Wagner2017-03-244-30/+17