summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-24Modify some initialization slightly to keep MSVC happyJohn Emmas
2014-03-24fix return in ::drop_device()Paul Davis
2014-03-24call AudioBackend::drop_device() when dropping a backend.Paul Davis
2014-03-24add ::drop_device() method to ARDOUR::AudioBackendPaul Davis
2014-03-23add needed separatorBen Loftis
2014-03-23files for ArdourMenuBen Loftis
2014-03-23New theme for editor window using ArdourMenuharrison
2014-03-23proper vpab speaker constraintsRobin Gareus
2014-03-23prepare for the day when there can be TimeAxisView's that are not RouteTimeAx...Robin Gareus
2014-03-23just bail out (to prevent further harm) if no panners are found.Robin Gareus
2014-03-23fix undefined value, support netjack2Robin Gareus
2014-03-23fix yet another possible memory leakRobin Gareus
2014-03-23catch OOMRobin Gareus
2014-03-23assure midi patch ID is set before assigning itRobin Gareus
2014-03-23remove dead code (PIChaser has been superseded with PLL,DLL)Robin Gareus
2014-03-23fix timecode initializationRobin Gareus
2014-03-23fix some memory leaksRobin Gareus
2014-03-23fix mismatch typo in sizeofRobin Gareus
2014-03-23fix edge case (partial write of LV2 worker message size)Robin Gareus
2014-03-22remove unused header fileRobin Gareus
2014-03-22replace use of Gio:: for plugin stateRobin Gareus
2014-03-22replace use of Gio:: with primitives (fix for #5889 part 1)Robin Gareus
2014-03-22merge with master, primarily for adrian's maximise-mixer changePaul Davis
2014-03-21fix thinkoPaul Davis
2014-03-21Minor visibility changes to libevoral (template objects can be exported in li...John Emmas
2014-03-21Avoid some ambiguous calls to 'floor()' which were upsetting MSVCJohn Emmas
2014-03-21String object for Greek locale testing should have been Glib::ustring, rather...John Emmas
2014-03-21check if session dir is writable (needed for .bak files, undo, etc)Robin Gareus
2014-03-21Keybindings for maximising the mixer windowAdrian Knoth
2014-03-21Add option to display the mixer in fullscreenAdrian Knoth
2014-03-21Implement 'fixup_bundle_environment()' for the MSVC buildJohn Emmas
2014-03-21When finding the control surface DLLs (MSVC built), make sure we only find on...John Emmas
2014-03-21fix editor full-screen state when re-loading sessionRobin Gareus
2014-03-21latest tweaks to autoscroll: symmetrical boundary on both sides, stop runaway...Paul Davis
2014-03-21tweak meter-peak hold when using LED-striped metersRobin Gareus
2014-03-21first pass at quantizing vertical scroll to whole tracks.Paul Davis
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2014-03-20big rework of scrolling, horizontal part considered almost 100% done.Paul Davis
2014-03-20videotimeline: fix black-frame generation (sample aspect ratio) on exportRobin Gareus
2014-03-20tweak A/V import logicRobin Gareus
2014-03-20clarify A/V import optionsRobin Gareus
2014-03-19videotimeline: fix black-frame generation (sample aspect ratio) on exportRobin Gareus
2014-03-19tweak A/V import logicRobin Gareus
2014-03-19clarify A/V import optionsRobin Gareus
2014-03-19Use glibmm to simplify my earlier efforts with 'user_config_directory()' and ...John Emmas
2014-03-19Modify 'ardour_config_search_path()' and 'ardour_data_search_path()'John Emmas
2014-03-18fixed a few warnings from clang static analysisRobin Gareus
2014-03-18fix potential uninitialized object pointer.Robin Gareus
2014-03-18Re-validate our iterator after SessionEventManager removes an eventJohn Emmas
2014-03-18When finding (MSVC built) panner DLLs, make sure we only find ones that match...John Emmas