summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-18add vsprops filesunknown
2014-04-18fix VST GUI swallowing for windowsRobin Gareus
2014-04-17account for MS version of std::isalnum() - fixes assert on UTF8Robin Gareus
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of ↵Paul Davis
the "play loop" button. If enabled, then the button simply changes the behaviour of the "play" button rather than actually starting playback. If disabled transport behaviour should be unchanged from before.
2014-04-16fix lack of region trimming when not displaying name highlight barPaul Davis
2014-04-16improve comment textPaul Davis
2014-04-16add preferences item for show-name-highlight (does not take effect till next ↵Paul Davis
instance)
2014-04-16fix logic for Config->show_name_highlight (reversed from inital experiments)Paul Davis
2014-04-16use new config option to control name highlight and name placementPaul Davis
2014-04-16add new config parameter controlling visibility of name highlights in regions.Paul Davis
This also affects region name placement.
2014-04-16add a transparent rect that is always located at the bottom of the track canvasPaul Davis
This gives us an event/drag-n-drop/click target for things "at the bottom"
2014-04-16not that anyone ever runs with the SAE profile and not that we want to ↵Paul Davis
support it, but don't crash if they do
2014-04-16make our intentions even clearer when call ↵Paul Davis
Editor::track_canvas_viewport_size_allocated()
2014-04-16make our intentions clear when call ↵Paul Davis
Editor::track_canvas_viewport_size_allocated()
2014-04-15remove pointless assert (since condition is if-tested just before it was used)Paul Davis
2014-04-15Ensure that 'fixup_bundle_environment()' returns a suitable localedir (msvc)John Emmas
2014-04-15hopefully fix issue with Editor::set_canvas_cursor_for_region_view() which ↵Paul Davis
was incorrectly switching to trim cursors. This started happening more frequently after this function started to be called more often (which was the right thing to do, but had this side effect (now fixed).
2014-04-15fix ridiculous spelling errorPaul Davis
2014-04-15explicitly create MIDNAM folder in OS X app packagingPaul Davis
2014-04-15Add some stuff that's needed for an MSVC built target:-John Emmas
1) Make sure we create or open any files in binary mode 2) Make sure the user can see an error message of we fail to parse the command line 3) Make sure that the call to 'windows_vst_gui_init()' matches its declaration (i.e. only applicable when NOT on PLATFORM_WINDOWS)
2014-04-15Make sure that the preprocessor directive in 'winmain.cc' matches the one in ↵John Emmas
'main.cc' (also, some minor housekeeping)
2014-04-14Make sure that the input string doesn't go out of scope when using ↵John Emmas
boost::tokenizer
2014-04-14fix prev commit (MSVC release builds)Robin Gareus
2014-04-14fun with the c-preprocessor. platform dependent VST support.Robin Gareus
2014-04-14Now that we can build with VST support, make sure our MSVC build knows about itJohn Emmas
2014-04-14Make sure that when building with MSVC, a Release build will launch without ↵John Emmas
an annoying, floating console window
2014-04-14remove code intended for use with basename(), fix memory leak since ↵Robin Gareus
g_path_get_basename() returns a newly allocated string.
2014-04-14clean up 6cc2812f2e8 (interim vst fixes)Robin Gareus
2014-04-14despite what MSVC thinks, C is not C++.Robin Gareus
2014-04-14make frame/trim handles transparent for now.Paul Davis
This is a new GUI feature that will not be completed for the 3.6 release, so just hide them.
2014-04-14more work on linking file existence and removabilityPaul Davis
2014-04-14check whether a source with the same path exists in session list not just on ↵Paul Davis
disk. This is intended to catch a potential wierd condition where a source exists as a stub, but has not yet been written to disk, and then a new source is created with the same path. Currently it is not understood how/when this might happen
2014-04-14further code simplification and rationalization related to MIDI source/file ↵Paul Davis
renaming
2014-04-14dramatic change in logic and naming for operations related to adding a MIDI ↵Paul Davis
region on demand and cloning/unlinking Existing code would cause data loss due to creation of two Source objects referring the same path, one with removable flags and one without. Careful code review suggested a variety of thinkos, function naming problems and other confusion that caused this. I have tried ot extensively comment what is going on with these operations, because it is one key area in which MIDI differs from audio: with audio, capture is the only way to add a new audio region, but for MIDI there are GUI input events that can add a new region.
2014-04-12remove unnecessary includeRobin Gareus
2014-04-11another stab at a working vst on windowsunknown
2014-04-11more vst tweaksunknown
2014-04-11interim vst fixesunknown
2014-04-11amend previous commit, remove cruft, no more extern function pointersRobin Gareus
2014-04-11export fst functions (for MSVC)Robin Gareus
2014-04-11Oops - correct some typos in my previous commitJohn Emmas
(accidentally used G_DIR_SEPARATOR instead of G_SEARCHPATH_SEPARATOR)
2014-04-11Make sure we use the correct style of filepath separator on WindowsJohn Emmas
('libs/ardour/file_source.cc' still to be investigated)
2014-04-11Remove 'pipex' from my pbd.vcproj as it's not needed for Ardour3John Emmas
2014-04-11final eradication of jack header files from anything except the JACK backendPaul Davis
2014-04-10fix tetris-ized mixer strips AND return option to have group button in mixer ↵Paul Davis
strip
2014-04-10fix borked cpp directives in trx menu filePaul Davis
2014-04-10first pass hiding/rearrangement of UI elements related to trxPaul Davis
2014-04-10parameterize install target directories based on --program-name configure optionPaul Davis
2014-04-10language correction in option description (in => using)Paul Davis
2014-04-10remove reference to JACK constantPaul Davis