summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-04Add some new modules, needed for building the VST scanner app with MSVCJohn Emmas
2014-11-04(gtk2_ardour) Remove the reliance on libfst, which we no longer buildJohn Emmas
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-11-03add new TimeRectangle to ArdourCanvasPaul Davis
2014-11-03move start of a time axis view back to 0.0 on the x-axis, not 1.0Paul Davis
2014-11-03Use format string even for units we understand (print Hz units).David Robillard
2014-11-03Check whether frequency controls are audible or low and provide appropriate c...David Robillard
2014-11-03Fix parameter descriptors for one control leaking into another.David Robillard
2014-11-03Add menu to set frequency controls in beats, and half or double current value.David Robillard
2014-11-03Note selector dialog for note controls.David Robillard
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-03Fix compilation with old LV2. Maybe.David Robillard
2014-11-02Show 3 decimal digits when printing values.David Robillard
2014-11-02Fix crash when showing UI for plugins with output control ports.David Robillard
2014-11-02repropagate button press event outside of FloatingTextEntry so that the click...Paul Davis
2014-11-02use modal grab and event_is_inside_widget_window() to provide "expected" beha...Paul Davis
2014-11-02slightly increased debugging output for -D acceleratorsPaul Davis
2014-11-02add Gtkmm2ext::event_inside_widget_window()Paul Davis
2014-11-02Support pretty display of arbitrary plugin parameter units.David Robillard
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-11-02Decouple ControlUI from port index.David Robillard
2014-11-02Don't complain about properties with plugins that do not support them.David Robillard
2014-11-02properly initialize variable (amend cffd18d2d84)Robin Gareus
2014-11-01one off by one off - red-selection outlineRobin Gareus
2014-11-01NOOP, just whitespace/indentingRobin Gareus
2014-11-01implement spin-button internal<>interface bridgeRobin Gareus
2014-11-01Slider Controller API ChangeRobin Gareus
2014-11-01retain selection on track-height changeRobin Gareus
2014-11-01Add some newly introduced source files to our MSVC project (gtk2_ardour)John Emmas
2014-11-01Add a newly introduced header file to our MSVC project (libardour)John Emmas
2014-11-01don't print error when announcing property values for plugins that have noneRobin Gareus
2014-11-01increase fine grained control (Ctrl+Alt+[drag|scroll])Robin Gareus
2014-11-01convert interface <> internal values for all automationRobin Gareus
2014-10-31Fix compilation against older LV2.David Robillard
2014-10-31More generic RT-safe implementation of LV2 properties.David Robillard
2014-10-31Use precise define names for LV2 version configure checks.David Robillard
2014-10-31Fix spelling error.David Robillard
2014-10-31Remove unused variable.David Robillard
2014-10-31fix Dummy DSP load on win32 & low-pass filter loadRobin Gareus
2014-10-31LV2 patch amends:Robin Gareus
2014-10-31add new floating text entry class (ported from Tracks)Paul Davis
2014-10-31more changes for rectangle outliningPaul Davis
2014-10-31comment fix and expansion re: Canvas::Rectangle outlinePaul Davis
2014-10-31plug memory leakRobin Gareus
2014-10-31prototype [LV2]patch-change support for generic plugin UIs.Robin Gareus
2014-10-29fix "Session Setup" dialog obscures "File Open" dlg on windows.Robin Gareus
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
2014-10-29fix typo in 58fec98aRobin Gareus