summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
(modifies the appropriate entry in 'fonts.conf')
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
Also remove redundant line that replicated the one we modified.
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