summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-01remove un-used name_hbox widget from TimeAxisViewPaul Davis
2016-06-01remove unneeded widget style definitionPaul Davis
2016-06-01remove unnecessary wildcard GTK widget=>style mappingPaul Davis
2016-06-02add Open Target Folder button to Export DialogRobin Gareus
2016-06-01OSC: Fixed some button type commands to have path only as well as path fLen Ovens
2016-06-01fix OS X bundling to include theme filesPaul Davis
2016-06-01save version string with session for informational purposesRobin Gareus
2016-06-01only show "Pin Connections..." in mixer-strip if there are pluginsRobin Gareus
2016-06-01fix crash during session deletion while removing VCA mastersPaul Davis
2016-06-01isspaceRobin Gareus
2016-06-01strip trailing whitespace from lv2 log messageRobin Gareus
2016-06-01port 7e716d27 to XFadeCurveRobin Gareus
2016-06-02Fix conditional on uninitialised idx (via n_samples) in framed curve.nick_m
- possibly fixes drawing artefacts in the tempo curve.
2016-06-01Class 'VCAManager' needs to be visible from outside libardourJohn Emmas
2016-06-01MSVC itself defines a class called CheckMenuItem - so make sure we know to ↵John Emmas
use the one from Gtk
2016-06-01Accommodate recently introduced/removed source(s) in our MSVC project ↵John Emmas
(libardour)
2016-06-01Accommodate recently introduced source(s) in our MSVC project (ardour_osc)John Emmas
2016-06-01Accommodate recently introduced source(s) in our MSVC project (gtkmm2ext)John Emmas
2016-06-01Accommodate recently removed source(s) in our MSVC project (libpbd)John Emmas
2016-06-01Accommodate recently introduced source(s) in our MSVC project (gtk2_ardour)John Emmas
2016-06-01new api - update e0ff70cfRobin Gareus
2016-06-01update lua bindings (tempo-ramps, VCA,...)Robin Gareus
2016-06-01add lua/C++ dynamic_cast<>Robin Gareus
2016-06-01remove duplicate call: MeterSection is-a MetricSectionRobin Gareus
2016-06-01fix windows builds & remove cruftRobin Gareus
There's no mkstemp() for windows -> use Glib::file_open_tmp() also ofstream should not be used (on windows it does not support UTF8 fn) strstream + Glib::file_set_contents ()
2016-05-31OSC: finish /set_surface group of commands.Len Ovens
2016-06-01fix windows/lua bindingsRobin Gareus
...this needs a better solution...
2016-06-0132bit compatibilityRobin Gareus
2016-05-31fix incorrect value in default_ui_configPaul Davis
2016-06-01allow StripWidth icon to draw properly on non-square buttonsRobin Gareus
2016-06-01update system-configRobin Gareus
use [new] defaults from rc_configuration_vars.h as exatracted by ./arcfg
2016-05-31update lua script to use new remote_id lookup APIRobin Gareus
2016-05-31update lua bindings for API changesRobin Gareus
luaBridge implicit inheritance uses a single direct parent (other parents object need casts). This motivates Route -> Stripable -> SessionObject
2016-05-31allow lua binding functions with up to 9 parametersRobin Gareus
e.g new_midi_track()
2016-05-31comment out a DEBUG_TRACE statement that causes issues for clang, reasons ↵Paul Davis
are unclear
2016-05-31OSC: Paths changed, feedback added, etc.Len Ovens
2016-05-31Surfaces: Metering could only handle one surface at a time.Len Ovens
2016-05-31fix install of color theme files for linux and OS XPaul Davis
2016-05-31change install target dir for color theme files5.0-pre0Paul Davis
2016-05-31show color theme file search path when a file is not foundPaul Davis
2016-05-31clean up some dangling code from ThemeManagerPaul Davis
2016-05-31reflect inclusion of appname in theme file namePaul Davis
2016-05-31do not strip appname from color theme filesPaul Davis
2016-05-31code to install color themes for linux + OS X buildsPaul Davis
2016-05-31improved, functioning regexp for revisionsPaul Davis
2016-05-31more useful regexp to allow 5.x-preN version tagsPaul Davis
2016-05-31fix conditional used to decide whether to copy old config filesPaul Davis
2016-05-31adjust theme search pathPaul Davis
2016-05-31rename color files to be program specific, and rename cainelton as cainevillePaul Davis
2016-05-31install program-specific color filesPaul Davis