summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/event
Commit message (Expand)AuthorAgeFilesLines
* #6434 LayoutClickNotifier interfaceHenri Sara2011-02-241-0/+48
* #6493 API for getting the deepest clicked component in layout click eventsHenri Sara2011-02-231-3/+28
* fixes #6484, added missing META modifier key as a constant and handling on th...Matti Tahvonen2011-02-231-0/+2
* Organized importsArtur Signell2010-11-162-3/+0
* renamed methodMatti Tahvonen2010-11-101-1/+1
* fixes #2387: added TextChangeEvent that can be used to listen text changes wh...Matti Tahvonen2010-11-091-0/+74
* #5821 - Removed extra code and added comment about the version in which ItemC...Artur Signell2010-11-081-20/+3
* #5821 - ItemClickSource should be ItemClickNotifierArtur Signell2010-11-051-0/+39
* javadocMatti Tahvonen2010-10-291-0/+8
* #5715 server-side logging: some changes to the used log levelsHenri Sara2010-10-251-1/+1
* This is the implementation of the server-side logging featureJonatan Kronqvist2010-10-121-7/+10
* #5692 Generics: EventRouter, MethodEventSource, AbstractComponentHenri Sara2010-10-042-10/+12
* #5692 Generics: ActionManagerHenri Sara2010-10-041-1/+1
* Fix for #5539 - Removing the last shortcut from a window won't completely unr...Artur Signell2010-09-031-1/+13
* Formatted using Eclipse Helios / Windows XPArtur Signell2010-08-162-2/+3
* fixes #5350Matti Tahvonen2010-07-151-4/+6
* Reverted constructor visibility changes, will use isSynthetic() test insteadHenri Sara2010-07-061-1/+1
* Make private nested class constructor visibility public or package to prevent...Henri Sara2010-07-061-1/+1
* #5285 action and event related interfaces should be serializableHenri Sara2010-07-012-4/+5
* #5282 make Transferable SerializableHenri Sara2010-06-301-1/+2
* Formatted /src using Vaadin Java Conventions 20071114Artur Signell2010-06-281-7/+7
* Merged and slightly modified fix for #4652 - MouseEventDetails and ClickEvent...Artur Signell2010-06-211-0/+22
* Merged "#5157 shortcut actions for function keys did not work, test case and ...Artur Signell2010-06-151-2/+2
* Javadoc typo correctionHenri Sara2010-06-011-1/+1
* Minor javadoc fixesArtur Signell2010-04-135-15/+16
* Javadocced shortcutsMarc Englund2010-04-091-1/+64
* renamed method to the related typeMatti Tahvonen2010-03-253-7/+6
* renamed DropTargetDetails... to TargetDetails... Should be just as clear for ...Matti Tahvonen2010-03-245-20/+20
* renaming criteriaMatti Tahvonen2010-03-241-6/+6
* renaming criteriaMatti Tahvonen2010-03-241-6/+6
* renaming criteriaMatti Tahvonen2010-03-241-2/+3
* renaming criteriaMatti Tahvonen2010-03-241-48/+0
* fixes #3913Matti Tahvonen2010-03-241-0/+13
* Some API changes for #875 as discussed at length.Marc Englund2010-03-231-3/+16
* Refactored new actions api a little: removed mnemonics terminology, adding/re...Marc Englund2010-03-233-39/+37
* javadocsMatti Tahvonen2010-03-231-2/+30
* Easier keyboard shortcuts for #875 - includes shorthand notation for Shortcut...Marc Englund2010-03-234-0/+392
* finished renameMatti Tahvonen2010-03-2316-18/+19
* Helping out: Uppercase -> lowercase rename did not work on Mac, Matti will fi...Marc Englund2010-03-2313-0/+0
* refactoring (renaming)Matti Tahvonen2010-03-2213-17/+17
* Removed extra serialVersionUIDsArtur Signell2010-03-181-1/+0
* DD related refactorings and javadocsMatti Tahvonen2010-03-182-9/+27
* javadocsMatti Tahvonen2010-03-172-7/+13
* DD related javadocs, cleanup, small refactoringMatti Tahvonen2010-03-176-33/+118
* DD related javadocs, cleanup, small refactoringMatti Tahvonen2010-03-174-13/+35
* DD related javadocs, cleanup, small refactoringMatti Tahvonen2010-03-176-32/+69
* removed DragDropPane class, some cleanupMatti Tahvonen2010-03-151-1/+1
* Some drag'n'drop javadoc improvements and a new method in DataBoundTransferable.Henri Sara2010-03-125-13/+90
* Minor javadoc update - removed serialiVersionUIDArtur Signell2010-03-121-4/+4
* Added javadoc and getButtonName() debug methodArtur Signell2010-03-121-20/+101