ardour.git
2015-09-16 Robin Gareusadd datetime to snapshot sidebar
2015-09-16 Robin Gareusunify recent session dialogs
2015-09-16 Robin Gareusfix d6029f9 (recent sort-order)
2015-09-16 Robin Gareusadd Hour:Minute to last-modified.
2015-09-16 Robin Gareusremeber recent-session sort-column
2015-09-16 Robin Gareushighlight default sort column
2015-09-16 Robin Gareusdisable even/odd row highlight for GtKTreeview.
2015-09-16 Robin Gareusupdate reported DSP load for ALSA & Dummy
2015-09-16 Robin GareusCoreAudio: use libardour provided DSP load calc.
2015-09-16 Robin Gareusfix DSP load bounds 0..1 and add unbound API
2015-09-16 Robin Gareususer-sortable recent session list
2015-09-16 Robin Gareusadd "last modified" column to session-dialog
2015-09-16 Robin Gareuspartially revert de53fac (pre-sort session list)
2015-09-16 Tim MayberryAdd PBD::QPC::initialize to initialize timer and call...
2015-09-16 Tim MayberryMake sure the QPC frequency is cached so the timer...
2015-09-16 Tim MayberryDon't try and split a region when dragging, should...
2015-09-16 Tim MayberryUse ARDOUR::DSPLoadCalculator in DummyBackend
2015-09-16 Tim MayberryUse PBD::get_microseconds() from pbd/windows_timer_util...
2015-09-16 Tim MayberrySet max time of DSPLoadCalculator in every cycle in...
2015-09-16 Tim MayberryUse ARDOUR::DSPLoadCalculator in ALSA Backend
2015-09-16 Tim MayberryAdd test for DSPLoadCalculator to libardour tests
2015-09-16 Tim MayberryAdd DSPLoadCalculator::set_max_time() to set max time...
2015-09-16 Tim MayberryPut functions inside anonymous namespace and use static...
2015-09-16 Tim MayberryMark strings intended for developers/debugging as not...
2015-09-16 Tim MayberryDe/Initialize MMCSS on windows in PBD::init/cleanup...
2015-09-16 Tim MayberryMove Windows MMCSS related utility functions into libpbd
2015-09-16 Tim MayberryAdd PBD::DebugBit for debugging thread related debuggin...
2015-09-16 Tim MayberryMove MMCSS related utility functions into PBD namespace
2015-09-16 Tim MayberryPerform QPC timer check on windows in PBD::init when...
2015-09-16 Tim MayberryRename PBD::QPC::get_timer_valid to check_timer_valid...
2015-09-16 Tim MayberryAdd windows specific test for pbd/windows_timer_utils...
2015-09-16 Tim MayberryFix PBD::MMTIMER::reset_resolution and add some documen...
2015-09-16 Tim MayberryRemove glib timer test from pbd testsuite
2015-09-16 Tim MayberryMove Windows timer utility functions from PA backend...
2015-09-16 Tim MayberryPut Windows timer functions into PBD namespace in prepa...
2015-09-16 Tim MayberryUpdate timestamp types in CycleTimer class to be signed
2015-09-16 Tim MayberryMove implementation for DSPLoadCalculator back into...
2015-09-16 Tim MayberryUse same algorithm as CA and ALSA backends in DSPLoadCa...
2015-09-16 Tim MayberryAdd check for invalid timer values from the DummyBackend
2015-09-16 Tim MayberryChange types in DSPLoadCalculator to signed integer...
2015-09-16 Tim MayberryCheck return value of windows timer functions and handl...
2015-09-15 Robin Gareusprepare time column in recent session
2015-09-15 Robin Gareusinspect snapshot for its info (not parent)
2015-09-15 Robin Gareuspre-sort recent-sessions by modification time - #6575
2015-09-15 Paul Davismove speed quietning code into Delivery, where it belongs.
2015-09-15 Paul Davisexpose the new use monitor fades option
2015-09-15 Paul Davisadd an Amp to Delivery, remove it from Send, make use...
2015-09-15 Robin Gareusremove unused variable
2015-09-15 Robin Gareusdon't allow to focus sidebar checkboxes - fixes #6445
2015-09-15 Robin Gareusanother note-off fix.
2015-09-15 Robin Gareusdisplay active peak-builds
2015-09-15 Robin Gareusprepare displaying peakfile queue-len
2015-09-15 Paul Davislogic rearrangement to avoid unnecessary call to Route...
2015-09-15 Paul DavisNO-OP: comment clarification
2015-09-15 Paul DavisNO-OP: parenthesis and brace style
2015-09-15 Paul Davisexpose transport fade option
2015-09-15 Paul Davisonly apply transport declicking if requested to do...
2015-09-15 Paul Davisadd 2 new session properties related to implicit fades...
2015-09-15 Paul Davisuse an explicit black list of route names that require...
2015-09-15 Robin GareusGUI part: cleanup peak-files
2015-09-15 Robin Gareusprepare peak-file cleanup/recreate.
2015-09-15 John EmmasRemove ifstream / ofstream when accessing session templ...
2015-09-15 Robin Gareuspending-peaks: checker pattern.
2015-09-14 Robin Gareusvisually indicate peak-file rebuild
2015-09-14 Robin Gareusamend previous commit.
2015-09-14 Robin Gareusfix short x-fade rendering
2015-09-14 Robin Gareusnote-off ordering - fixes #6340
2015-09-14 Robin Gareusfix bundled LV2 plugin deployment.
2015-09-13 Robin Gareushack around a bug in cppunit/mingw/windows.
2015-09-13 Robin Gareusadjust precision to specified value, avoid "0".
2015-09-13 Robin Gareusallow to run unit-test under wine from srcdir.
2015-09-13 Robin GareusRevert inadvertently pushed commit
2015-09-13 Robin Gareusfix mismatched delete/free
2015-09-13 Robin Gareuscenter, don't expand plugin widgets
2015-09-12 Tim MayberryFix typo in DSPLoadCalculator causing assertions on...
2015-09-12 Robin Gareusvalgrind: only use objc supression file on OSX
2015-09-12 Robin GareusGUI part of memleak fixes
2015-09-12 Robin Gareusplug some memory leaks in libs
2015-09-12 Robin Gareusremove cruft
2015-09-12 Robin Gareustrick ardour to print main-thead mem-pool stats.
2015-09-12 Robin GareusEvent Pool usage debugging, see also 6ade16b38
2015-09-11 Paul Davisspelling error fixes (notably "overriden" => "overidden...
2015-09-11 Robin GareusHave GUI Option reflect current state (in case toggle...
2015-09-11 Robin Gareusfail to create Monitor section if port-names are not...
2015-09-11 Robin Gareusadd gcc5 ABI test tool
2015-09-10 Paul Davisqueue disk buffer overwrite when playlist layering...
2015-09-10 Paul Davisuse PortManager::port_name_prefix_is_unique to check...
2015-09-10 Paul Davisadd PortManager::port_name_prefix_is_unique()
2015-09-10 Robin Gareussession->path() returns a dir (not the session file)
2015-09-10 Robin Gareusditto for the announcement message
2015-09-10 Robin Gareusfix recent session loading.
2015-09-10 Robin Gareusfix a small memleak.
2015-09-10 Robin Gareuscatch mem-leaks more easily.
2015-09-10 Paul Daviswhen removing routes, don't do potentially expensive...
2015-09-10 Paul Davisfix deadlock when removing routes and using JACK1.
2015-09-10 Robin Gareususe FileSource::within_session() for peak-files
2015-09-10 Paul Davisremove duplicate enum registration
2015-09-10 Colin FletcherCheck that a route has a track before trying to insert...
2015-09-10 John EmmasMake sure that the DSPLoadCalculator class is exportable
2015-09-10 John EmmasAdd support for newly introduced class ARDOUR::DSPLoadC...
next