]> source.dussan.org Git - vaadin-framework.git/shortlog
vaadin-framework.git
2017-05-16 Aleksi HietanenAdd TreeGrid#getHierarchyColumn
2017-05-16 Aleksi HietanenImprove CollapseEvent and ExpandEvent javadocs
2017-05-16 Aleksi HietanenMove HierarchicalDataCommunicatorConstants to the corre...
2017-05-16 Aleksi HietanenAdd convenience constructors to TreeGrid
2017-05-16 Aleksi HietanenAdd javadocs to Grid#readData and writeData
2017-05-16 Aleksi HietanenAdd setHierarchyColumn(column) overload to TreeGrid
2017-05-16 Aleksi HietanenMake HierarchyRendererCellReferenceWrapper a nested...
2017-05-16 Aleksi HietanenRename BodyRowContainer.setNewEscalatorRowCallback...
2017-05-16 Aleksi HietanenRename TreeGridCommunicationConstants to HierarchicalDa...
2017-05-16 Aleksi HietanenRemove redundant method getComponentCount from Composite
2017-05-16 Aleksi HietanenAdd FunctionalInterface annotation to DependencyFilter
2017-05-16 Aleksi HietanenWrap DataCommunicator#getBackEndSorting in an unmodifia...
2017-05-16 Aleksi HietanenMove CompositeState to different package
2017-05-16 Aleksi HietanenAdd javadoc to client-side TreeGrid widget
2017-05-16 Aleksi HietanenImprovements to HierarchyRenderer
2017-05-16 Aleksi HietanenClarify HierarchicalQuery javadocs
2017-05-16 Aleksi HietanenMake CollapseListener and ExpandListener extend Seriali...
2017-05-16 ArturClean connector tracker after each access block to...
2017-05-16 Adam WagnerAdd API for multiple drag data generators (#9321)
2017-05-16 Teemu Suo-AnttilaAdds a passthrough to root component for most Composite...
2017-05-16 Aleksi HietanenRefactor common methods in in-memory data providers...
2017-05-16 Adam WagnerAdd API to store any type of data in the dataTransfer...
2017-05-16 Teemu Suo-AnttilaAdd events and functionality to Tree (#9318)
2017-05-15 Henri SaraRename OSGi classes for Java naming conventions (#9320)
2017-05-15 AlejandroUpdate video link in tutorial.adoc (#9317)
2017-05-15 Pekka HyvönenFix DnD Polyfill to use isNan(i) instead of i===NaN...
2017-05-15 Pekka HyvönenDistinguish between touch scroll and drag start on...
2017-05-15 Leif ÅstrandUse theme font and normal line wrapping for regular...
2017-05-14 Henri SaraWIP: Allow differentiating touch scroll from DnD (...
2017-05-12 Pekka HyvönenRefactor Html5 DnD feature based on API review (#9306)
2017-05-12 ArturProperly remove service destroy listeners (#9304)
2017-05-11 Adam WagnerCreate upload URLs only when stream variable is attache...
2017-05-11 Adam WagnerPoll server for changes at the end of each file upload...
2017-05-11 Pekka HyvönenFix broken DragEnd event introduced in a recent PR...
2017-05-11 Pekka HyvönenAdd mobile html5 dnd support using polyfill (#9282)
2017-05-11 Adam WagnerMake it possible to upload files by dropping them onto...
2017-05-11 Adam WagnerGenerate style name on every dragenter (#9292) (#9293)
2017-05-11 KnoobieMake clicking checkbox label call focus listeners ...
2017-05-11 Aleksi HietanenReset HierarchicalDataCommunicator on changes (#9275)
2017-05-10 Ilia MotornyiSince tag update for 8.1.0.alpha7 8.1.0.alpha7
2017-05-10 Pekka HyvönenFix partly missing drag image regression on Safari
2017-05-10 Henri SaraAllow custom click handlers in subclasses of TreeGrid
2017-05-10 Henri SaraFix selection with space in TreeGrid/Tree
2017-05-10 Henri SaraRefactor WidgetUtil.findWidget()
2017-05-09 ArturMove TestBench API to the correct package (#9249)
2017-05-09 Teemu Suo-AnttilaUse variable name item instead of data in Grid (#9273)
2017-05-09 KnoobieFix the missing focus and blur implementations (#9269)
2017-05-09 ArturUpdate ES6 detection logic to match what Polymer is...
2017-05-08 Teemu Suo-AnttilaAdd since tags for 8.0.6
2017-05-08 ArturFix bean validation when using sub property bindings...
2017-05-08 dunandUpdate example to Vaadin 8 (#9260)
2017-05-05 Pekka HyvönenFix HTML5 DnD regression for FF (#9245)
2017-05-05 Aleksi HietanenAllow Escalator.setHeightByRows to accept zero as a...
2017-05-05 Ilia MotornyiUpgrade GWT to version 2.8.1 (#9236)
2017-05-05 Teemu Suo-AnttilaUse v-tree8 as stylename for new Tree component (#9238)
2017-05-04 Henri SaraFix OSGi portlet documentation title
2017-05-04 dunandDocumentation: fix wrong method name
2017-05-04 Ilia MotornyiTree documentation
2017-05-04 Ilia MotornyiFix three typos in the documentation (#9230)
2017-05-03 Teemu Suo-AnttilaFix minor issues with Tree theme and TB API (#9226)
2017-05-03 Aleksi HietanenAdd additional overrides to Tree (#9225)
2017-05-03 Teemu Suo-AnttilaUse correct TreeElement and server-side classname ...
2017-05-03 Adam WagnerMention the applied CSS styles in the documentation...
2017-05-03 Adam WagnerUse style name for drag source according to convention...
2017-05-03 Teemu Suo-AnttilaFix ComponentLocator with inherited classes without...
2017-05-03 Henri SaraAdd missing since tags for 8.1 (#9220)
2017-05-03 Adam WagnerCreate styles for grid drop target to indicate where...
2017-05-02 Adam WagnerDisable drag and drop for touch devices (#9216)
2017-05-02 Aleksi HietanenHierarchicalDataProvider cache invalidation workaround...
2017-05-02 Teemu Suo-AnttilaAdd an initial version of Tree component (#9212)
2017-05-02 Adam WagnerAdd method for checking whether drag event was cancelle...
2017-05-02 Henri SaraUpdate portlet documentation for OSGi portlets
2017-05-02 Ilia MotornyiFixes repackaging the whole elemental into shared....
2017-05-02 Aleksi HietanenImprove expand and collapse of items in TreeGrid (...
2017-05-02 ArturAdd support for pluggable filters for rewriting depende...
2017-04-30 Adam WagnerIgnore dragstart and dragend events if there are no...
2017-04-30 Adam WagnerAdd note that multiple selection drags only visible...
2017-04-28 ArturFix invalid link (#9183)
2017-04-27 Adam WagnerSet transfer data only when not null (#9185)
2017-04-27 Henri SaraFix typo in OSGi documentation
2017-04-27 ArturOpen VaadinServlet and BootstrapHandler classes for...
2017-04-27 ArturMake Bootstrap URIResolver available to bootstrap liste...
2017-04-27 Adam WagnerMake some of dnd's javadoc clearer.
2017-04-27 Henri SaraAdd since tags for 8.1
2017-04-27 Henri SaraAdd documentation pre-release disclaimer for OSGi
2017-04-27 Henri SaraAdd documentation for Composite
2017-04-26 Henri SaraAdd OSGi documentation and release notes (#9155)
2017-04-26 ArturAdd an option for defining number of visible items...
2017-04-26 Aleksi HietanenMake TreeGrid follow framework style conventions
2017-04-25 Henri SaraFix parent version in some POMs
2017-04-25 ArturDetect Chrome on iOS as Chrome + Webkit (#9138)
2017-04-25 Henri SaraClarify javadoc for OSGi related interfaces
2017-04-25 Henri SaraAdd some javadoc for Liferay integration module
2017-04-25 Henri SaraAdd missing fields to OSGi manifests
2017-04-25 Mirjan MerrukoProperty change of the UI service updates the propertie...
2017-04-25 Mirjan MerrukoRemove dependency of portlets to liferay-integration...
2017-04-25 Mirjan MerrukoFix dependency issues that cause the server bundle...
2017-04-25 Mirjan MerrukoConvenience API for registering themes and widgetsets
2017-04-25 Mirjan MerrukoAdd scr component to help registering VaadinServlet...
2017-04-25 Mirjan MerrukoAdd liferay integration originally developed by Sampsa...
next