summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
AgeCommit message (Expand)Author
2014-05-10Bug fix imported from Mixbus2 (SVN r11025)John Emmas
2014-03-09[VST] scan timeout display and per plugin timeout override.Robin Gareus
2014-02-25option to en/dis-able VST plugin discovery on startupRobin Gareus
2014-02-25implement plugin-scan cancel-button sensitivityRobin Gareus
2014-02-24prepare GUI notifications for plugin scanRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now me...Paul Davis
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-10-09merge with master, fixing conflicts in 3 wscript filesPaul Davis
2013-10-07change return type on ARDOUR::cleanup() since nobody cares what it returnsPaul Davis
2013-09-19switch from JACK_Slave to Engine_SlavePaul Davis
2013-09-18'libs/ardour' - Further platform specific changesJohn Emmas
2013-09-12incomplete merge of master into windows (requires upcoming changes to master ...Paul Davis
2013-09-06Rename SearchPath class SearchpathTim Mayberry
2013-08-24fix merge conflicts from masterPaul Davis
2013-08-14fix merge issues with masterPaul Davis
2013-08-14provide clock_gettime() implementation for lovely OSX, which doesn't have itPaul Davis
2013-08-13Call Gio::init from PBD::init instead of ARDOUR::initTim Mayberry
2013-08-13Call PBD::init in ARDOUR::init and PBD::cleanup in ARDOUR::cleanupTim Mayberry
2013-08-13Prevent libardour from being initialized more than onceTim Mayberry
2013-08-13Change ARDOUR::init return type to bool type for success/failureTim Mayberry
2013-08-09remove use of jack_get_time() from ARDOUR::get_microseconds(), use clock_gett...Paul Davis
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-04'libs/ardour' - Platform specific changes and includesJohn Emmas
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-08-03add tim's jack_utils code to rationalize setup of JACK configPaul Davis
2013-08-03audioengine branch can now load and run at least one test session.Paul Davis
2013-08-01start code reorganization needed to deal with backend choices. compiles, link...Paul Davis
2013-07-24part-way through getting the audioengine changes to compilePaul Davis
2013-07-11Don't require liblrdf on windowsPaul Davis
2013-07-11Disable increasing open file limit on windowsPaul Davis
2013-01-23make trnslation option actually toggle back and forthPaul Davis
2013-01-23new logic for enabling translation in bundled releases of ardourPaul Davis
2013-01-23more i18n fixes, this time removing a hack that broke i18n in bundles, and al...Paul Davis
2013-01-21start passing around the (possibly-bundle-modified) localedir so that we call...Paul Davis
2012-12-14merge robin gareus' libltc into ardour source tree for conveniencePaul Davis
2012-12-13reinstate the windows way for GUIIdle's but limit the scope of the connection...Paul Davis
2012-12-12because sometimes there are good reasons for not doing things the way a windo...Paul Davis
2012-12-12sometimes, you just have to do what a windows programmer would do. add a glob...Paul Davis
2012-11-14change message displayed when there is an open file limitPaul Davis
2012-10-12skeleton framework for LTC-slaveRobin Gareus
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis
2012-07-23another fix for apple's absurd un-namespaced global Carbon macros like "check"Paul Davis
2012-07-11try to fix crashes due to not-enough-per-thread-buffers by just using more of...Paul Davis
2012-06-26correctly(?) set number of process thread buffers based on run-time-discover...Paul Davis
2012-06-24Revert to using SSE mix-buffers-with-gain rather than simpleCarl Hetherington
2012-06-23Use giomm in PBD::sys::copy_file and change function signatureTim Mayberry
2012-06-23Replace use of PBD::sys::path in ARDOUR::find_bindings_filesTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-16Add new SharedStatefulProperty which manages a shared_ptr toCarl Hetherington
2012-06-06Call PBD::EnumWriter::destroy in ARDOUR::cleanup (fromCarl Hetherington