summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-21Implement 'fixup_bundle_environment()' for the MSVC buildJohn Emmas
2014-03-21When finding the control surface DLLs (MSVC built), make sure we only find on...John Emmas
2014-03-21fix editor full-screen state when re-loading sessionRobin Gareus
2014-03-21latest tweaks to autoscroll: symmetrical boundary on both sides, stop runaway...Paul Davis
2014-03-21tweak meter-peak hold when using LED-striped metersRobin Gareus
2014-03-21first pass at quantizing vertical scroll to whole tracks.Paul Davis
2014-03-20change the meters into CairoWidget, add expose_area to CairoWidget::render()Robin Gareus
2014-03-20big rework of scrolling, horizontal part considered almost 100% done.Paul Davis
2014-03-19videotimeline: fix black-frame generation (sample aspect ratio) on exportRobin Gareus
2014-03-19tweak A/V import logicRobin Gareus
2014-03-19clarify A/V import optionsRobin Gareus
2014-03-19Use glibmm to simplify my earlier efforts with 'user_config_directory()' and ...John Emmas
2014-03-19Modify 'ardour_config_search_path()' and 'ardour_data_search_path()'John Emmas
2014-03-18fixed a few warnings from clang static analysisRobin Gareus
2014-03-18fix potential uninitialized object pointer.Robin Gareus
2014-03-18Re-validate our iterator after SessionEventManager removes an eventJohn Emmas
2014-03-18When finding (MSVC built) panner DLLs, make sure we only find ones that match...John Emmas
2014-03-17g_close() is only available in select versions of glib; fix up non-standard u...Paul Davis
2014-03-17add helper binaries to bundlesRobin Gareus
2014-03-17Make sure that windows_search_path() is 'visible' in Windows (will be needed ...John Emmas
2014-03-15Close a temporary file as soon as we know we've created it (the function whic...John Emmas
2014-03-15Move '++next' (when sorting marker labels) so there's absolutely no chance of...John Emmas
2014-03-14small cleanup.Robin Gareus
2014-03-14comment libardour functions that are not used in external scanner.Robin Gareus
2014-03-14removed duplicated (and dangerous) call to close(2)Paul Davis
2014-03-14fix compile of libs/vfork with slightly older(?) glibc headersPaul Davis
2014-03-14fix thinko when relabelling markersPaul Davis
2014-03-14call BaseUI::quit() from inside the MIDI Control UI destructor, to properly s...Paul Davis
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-13do not use Item::move() when dragging notes since this resets the Item's posi...Paul Davis
2014-03-13remove debug outputPaul Davis
2014-03-13fix up button selection operation so that fade drags work againPaul Davis
2014-03-12updated version of boost shared ptr debugging patchPaul Davis
2014-03-12finally put this patch into git, where it belongPaul Davis
2014-03-12fix #ifdef in localtime_r header (from Valeriy)Paul Davis
2014-03-12A few days ago a #define got changed because the relevant section of code was...John Emmas
2014-03-12more error messages if session renaming fails, and remove stupid use of RENAM...Paul Davis
2014-03-11fixes, hopefully, for canvas cursor misbehaviour near/in regionviewsPaul Davis
2014-03-11prototype vfork exec-wrapper.Robin Gareus
2014-03-11fix error in height computation of MIDI region views (FUDGE!) use Rectangle::...Paul Davis
2014-03-11use and wrap Rectangle::set_outline_all() methodPaul Davis
2014-03-11avoid multiple requests for redraws when resetting a TimeAxisViewItem name hi...Paul Davis
2014-03-11don't queue redraws when various canvas item properties are "reset" to the sa...Paul Davis
2014-03-10fix up waf build in wake of search path changes earlier todayPaul Davis
2014-03-10use buf_index_in() to identify VST MIDI bufferPaul Davis
2014-03-10use PBD::downcase() rather than non-portable MS-based strlwr()Paul Davis
2014-03-10required header for new search_paths.hPaul Davis
2014-03-10add PBD::downcase() functions to libpbdPaul Davis
2014-03-10Just noticed a small problem with my previous commit. Windows config files sh...John Emmas
2014-03-10Modify 'user_config_directory()' and 'user_cache_directory()' so that (on Win...John Emmas