Add URL of documentation to javadoc.
[sonitus.git] / src / main / java / net / pterodactylus / sonitus / gui /
2013-06-04 David ‘Bombe’ RodenMerge remote-tracking branch 'github/master'
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’ RodenRequire less space for component info panel.
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’ RodenShow information and all controllers next to the pipeline.
2013-05-27 David ‘Bombe’ RodenSend events when the mouse cursor enters a controlled...
2013-05-27 David ‘Bombe’ RodenAdd panel for component information.
2013-05-27 David ‘Bombe’ RodenDisplay pipeline in main window.
2013-05-27 David ‘Bombe’ RodenAdd panel that displays a pipeline.
2013-05-27 David ‘Bombe’ RodenShow metadata in main window.
2013-05-27 David ‘Bombe’ RodenAdd border around controller panel.
2013-05-27 David ‘Bombe’ RodenAdd border around tabbed pane.
2013-05-27 David ‘Bombe’ RodenAdd name to all controlled components.
2013-05-27 David ‘Bombe’ RodenAdd knob controller panel.
2013-05-27 David ‘Bombe’ RodenImprove layout.
2013-05-27 David ‘Bombe’ RodenAdd name to controllers.
2013-05-27 David ‘Bombe’ RodenMake controller’s value’s type variable.
2013-05-27 David ‘Bombe’ RodenUse a box instead of a panel.
2013-05-27 David ‘Bombe’ RodenAdd switch panel.
2013-05-27 David ‘Bombe’ RodenAdd GUI that can display faders.