Pull all interfaces into a single interface: Filter.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / gui / PipelinePanel.java
2013-06-04 David ‘Bombe’ RodenPull all interfaces into a single interface: Filter.
2013-05-28 David ‘Bombe’ RodenHighlight component panels on hover and selection.
2013-05-28 David ‘Bombe’ RodenTurn hover listener into a selection listener.
2013-05-28 David ‘Bombe’ RodenDon’t listen for updates on the parent component.
2013-05-28 David ‘Bombe’ RodenUse full title instead of title.
2013-05-28 David ‘Bombe’ RodenRemove debug output.
2013-05-28 David ‘Bombe’ RodenDraw components correctly in case of filters without...
2013-05-28 David ‘Bombe’ RodenFix layout.
2013-05-28 David ‘Bombe’ RodenShow metadata in component panel if it differs from...
2013-05-28 David ‘Bombe’ RodenRename “Controlled” to “ControlledComponent.”
2013-05-27 David ‘Bombe’ RodenSend events when the mouse cursor enters a controlled...
2013-05-27 David ‘Bombe’ RodenAdd panel that displays a pipeline.