summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-28finish unfinished work at basing all install paths on the program namePaul Davis
2014-04-28add another missing filePaul Davis
2014-04-28add missing filePaul Davis
2014-04-28do not package anything but explicitly listed backends for the bundle(s) (OS X)Paul Davis
2014-04-28do not package anything but explicitly listed backends for the bundle(s) (Linux)Paul Davis
2014-04-28merge (squash) with scenechange topic branch to provide MIDI-driven scene cha...Paul Davis
2014-04-28DummyAudioBackend: port-engine, midi-buffers and the rest of itRobin Gareus
2014-04-28DummyAudioBackend: basic process threads and support structureRobin Gareus
2014-04-28skeleton dummy audio-engineRobin Gareus
2014-04-24NOOP, no whitespace at EOFRobin Gareus
2014-04-24fix packing of LXVST UIs (minimum size, border)Robin Gareus
2014-04-24try get_win_special_folder() for harvid & xjadeo (if registry fails)Robin Gareus
2014-04-24query windows registry for xjadeo & harvid pathRobin Gareus
2014-04-23fix xjadeo on windows (directly use xjadeo.exe)Robin Gareus
2014-04-22dynamically adjust open-video-dialog layout depending on configurationRobin Gareus
2014-04-21increase LXVST GUI idle call regularity, aim for 25HzRobin Gareus
2014-04-21vtl: fix leftover typo in request URL (noop)Robin Gareus
2014-04-21really fix vsrv.php script. support new A3.5-CC (BGRA images, CSV)Robin Gareus
2014-04-21update video server API prototyping script (CSV)Robin Gareus
2014-04-20close stdin as first attempt to terminate process cleanly.Robin Gareus
2014-04-20fix issue with duplicate entry in "Recent" menu after re-naming a sessionRobin Gareus
2014-04-20fix SystemExec for windowsRobin Gareus
2014-04-20update GUI while waiting for video server to respondRobin Gareus
2014-04-20add missing "Path" to label, re-order VST preferencesRobin Gareus
2014-04-19Save any cached fonts into our dedicated cache folder (msvc)John Emmas
2014-04-19videotimeline: path related fixes for windowsRobin Gareus
2014-04-19no vfork wrapper on windowsRobin Gareus
2014-04-18Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasunknown
2014-04-18add vsprops filesunknown
2014-04-18correct fix to OS X build script for patchfiles (spelling error)Paul Davis
2014-04-18put back bottom line of region views if name highlight is not shown.Paul Davis
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 the...Paul Davis
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
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
2014-04-16add a transparent rect that is always located at the bottom of the track canvasPaul Davis
2014-04-16not that anyone ever runs with the SAE profile and not that we want to suppor...Paul Davis
2014-04-16make our intentions even clearer when call Editor::track_canvas_viewport_size...Paul Davis
2014-04-16make our intentions clear when call Editor::track_canvas_viewport_size_alloca...Paul Davis
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 wa...Paul Davis
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