summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-01allow hardour to build even when --exports-hidden is used with waf configurePaul Davis
2014-03-01ardour now requires export visibility macros for all added classesPaul Davis
2014-03-01when mingw is mingw64, it appears that we need to use __declspec() and not __...Paul Davis
2014-03-01re-work VST paths configuration.Robin Gareus
2014-03-01change code that is never used into assert()s.Robin Gareus
2014-02-28fix semantics of button press -> leave button -> button release, to match typ...Paul Davis
2014-02-28remove debug messages, for nowPaul Davis
2014-02-28change implementation of ArdourCanvas::Curve to use GIMP-inspired ideas.Paul Davis
2014-02-28change latency calibration button from "record enable button" to "generic but...Paul Davis
2014-02-28add generic button style for ArdourButtonsPaul Davis
2014-02-28fix problem with splash window on OS X: requesting a redraw of a hidden windo...Paul Davis
2014-02-28remove splash message/window at shutdown - it is just irritating and unnecess...Paul Davis
2014-02-28fix typo in docRobin Gareus
2014-02-28make custom lxvst path work..Robin Gareus
2014-02-28change default value for plugin scan progress windowRobin Gareus
2014-02-28path-dialogue: check for and disallow duplicatesRobin Gareus
2014-02-28break out ARDOUR::PluginTypeRobin Gareus
2014-02-27do not crash when considering a directory called midi (with any case) as an a...Paul Davis
2014-02-28display policy of plugin-scan progress popup-windowRobin Gareus
2014-02-28move Paths Dialog to libgtkmm2extRobin Gareus
2014-02-27glib only allows <glib.h> these days; typedef enum in C++ code is redundantPaul Davis
2014-02-27remove unneeded extra methods in ArdourCanvas::CurvePaul Davis
2014-02-27add back color definitions that were removed in cd68ae78f9Paul Davis
2014-02-26fix transparent waveform outlinePaul Davis
2014-02-26use Canvas::Curve for drawing xfadesPaul Davis
2014-02-26increase number of steps in xfade curves (where applicable) from about 9 to 32Paul Davis
2014-02-26tweak a few colors, add options and missing colorsPaul Davis
2014-02-26don't waste time and effort deleting GUI components in ~ARDOUR_UI - the OS ta...Paul Davis
2014-02-27treat linux and windows VST plugins equivalent on session loadRobin Gareus
2014-02-26"cancel" only cancels [new VST] discovery, not index-cache-readingRobin Gareus
2014-02-26properly handle VST scan/discover cancellation.Robin Gareus
2014-02-26add note to filesystem pathsRobin Gareus
2014-02-26user-configurable VST search paths (basic UI)Robin Gareus
2014-02-26user-configurable VST search paths (backend)Robin Gareus
2014-02-26make PBD's path-scanner OS agnostic (use glib)Robin Gareus
2014-02-26fix typosRobin Gareus
2014-02-26severe rationalization (still incomplete) of behaviour of cut + copy.Paul Davis
2014-02-26fix display of time selection rect(s) when switching mouse modesPaul Davis
2014-02-26convert canvas_event_frame() and window_event_frame() to canvas_event_sample(...Paul Davis
2014-02-26fix lack of range selection when moving verticallyPaul Davis
2014-02-25amending dc38ec88342219005ee9bde850ff62ac168ba284 so that an empty rubber ban...Paul Davis
2014-02-25range selection drag ensures that selected tracks include all tracks within t...Paul Davis
2014-02-25ensure that track selection operations call ::set_selected() for tracks, allo...Paul Davis
2014-02-25add ::covered_by_y_range() to TimeAxisViewPaul Davis
2014-02-25fix canvas enter/leave bug when point is over a group/ignore-event item and w...Paul Davis
2014-02-25add DEBUG::CanvasEnterLeave to allow runtime toggling of canvas enter/leave e...Paul Davis
2014-02-25a rubber-band drag or other selection op that actually selects nothing should...Paul Davis
2014-02-25fix height of time axis item view trim frame handlesPaul Davis
2014-02-25option to en/dis-able VST plugin discovery on startupRobin Gareus
2014-02-25indent/alignPaul Davis