summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-04after cloning a MIDI region, mark the source file as non-removable. Fixes ↵Paul Davis
reports about missing MIDI files on the forums and IRC
2014-04-04fix conceptual error/thinko in EnvironmentalProtectionAgency when using ↵Paul Davis
unsetenv() while iterating over char** environ
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
(also, move a #included file to keep MSVC happy)
2014-03-27Add the code for 'load_custom_fonts()' (though not entirely sure if it's ↵John Emmas
actually doing enything...)
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
inset jeweled look. changed name to match
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
of visible tracks". function to follow shortly, this is the control widget part
2014-03-25brownish zoom buttonsBen Loftis
2014-03-24add optional arg to Editor::ensure_time_axis_view_is_visible() to "force" ↵Paul Davis
"make it visible as the top track" behaviour
2014-03-24comment tweakPaul Davis
2014-03-24fix a race condition between the death of a thread that communicates with an ↵Paul Davis
UI event loop and the event loop itself. The comment tries to explain it all. There may be a better solution, but I believe that this one is (a) safe (b) better than the old approach.
2014-03-24selecting a track/bus in the editor list now selects it in the canvas, and ↵Paul Davis
also ensures that it is visible Visibility is done with Editor::ensure_time_axis_view_is_visible(), and ctrl-click in the editor list was also modified to use the same method.
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
It is not clear that ::drop_device() is part of the same semantic operation as ::stop(), so we call them separatey
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 ↵Robin Gareus
RouteTimeAxisViews.
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 ↵John Emmas
libevoral because they're always instantiated in the actual DLL).
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, ↵John Emmas
rather than std::string (see my previous commit)
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
This is useful for dual-head setups.
2014-03-21Implement 'fixup_bundle_environment()' for the MSVC buildJohn Emmas