summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
2014-04-07Make tests build again (fix linker issues)Sakari Bergen
2014-04-04after cloning a MIDI region, mark the source file as non-removable. Fixes rep...Paul Davis
2014-04-04fix conceptual error/thinko in EnvironmentalProtectionAgency when using unset...Paul Davis
2014-04-04clarify comments for SndFileSource constructorsPaul Davis
2014-04-04fix typo in commentPaul Davis
2014-04-01comment editPaul Davis
2014-03-27Add internationalization support for my newly committed 'bundle_env_msvc.cc'John Emmas
2014-03-27Add the code for 'load_custom_fonts()' (though not entirely sure if it's actu...John Emmas
2014-03-26rename ArdourMenu to ArdourDropdownBen Loftis
2014-03-26the FlatFace element is no longer relevant. instead it was being used for an ...Ben Loftis
2014-03-25add back track shrink/expand buttonsPaul Davis
2014-03-25most of the support for save/restore of visible track countPaul Davis
2014-03-25actually resize track heights to follow visible-tracks choicePaul Davis
2014-03-25revert to use red border to indicate rec-arm instead of pink colorBen Loftis
2014-03-25first part of switch from shrink/expand tracks to pyramix-style "pick number ...Paul Davis
2014-03-25brownish zoom buttonsBen Loftis
2014-03-24add optional arg to Editor::ensure_time_axis_view_is_visible() to "force" "ma...Paul Davis
2014-03-24comment tweakPaul Davis
2014-03-24fix a race condition between the death of a thread that communicates with an ...Paul Davis
2014-03-24selecting a track/bus in the editor list now selects it in the canvas, and al...Paul Davis
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