summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-16fix windows builds - rc file needs to be present at build callRobin Gareus
2016-05-16splash is the day that you got in my systemRobin Gareus
2016-05-16icon-name follows program-nameRobin Gareus
so that derivative products don't need to replace binary image/icon files in the source (use ./waf configure --program-name=...)
2016-05-16updated .de translation from edogawaPaul Davis
2016-05-16updated .de translation from edogawaPaul Davis
2016-05-16updated .de translation from edogawaPaul Davis
2016-05-16move unused option heading inside profile-conditionRobin Gareus
2016-05-16cleanup menu file, backport Mixbus #ifdef'sRobin Gareus
2016-05-16Mixbus32 and 32C packagingRobin Gareus
2016-05-16peak_amplitude_thread fix - #6807Robin Gareus
On windows AudioRegionEditor d'tor never returns, stalling or crashing in pthread_join() after pthread_cancel(). Crashes happen if two thread pools with the same name exist. (but since the thread has no event loop, no pool is needed) After showing Region Properties any operation that would close the dialog will either cause the application to hang indefinitely or terminate. This also consolidates code: CrossThreadChannel works on windows these days
2016-05-15fix typo, restore preference tabSven Gestegård Robertz
2016-05-14refine wording for loudness normalizationRobin Gareus
2016-05-14some love for session-scripts.Robin Gareus
2016-05-14add some location and transport related lua bindingsRobin Gareus
2016-05-14whitelist libardour bindings as rt-safe for session-scriptsRobin Gareus
2016-05-14upper parameter limit is inclusive.Robin Gareus
2016-05-14action script GUI details (sensitivity + tooltip)Robin Gareus
2016-05-14clarify loudness analysis/normalizationRobin Gareus
2016-05-14Modify the MSVC project for ptformat (which now needs to link to libglib)John Emmas
2016-05-10libptfformat: use g_fopen() to avoid i18n errors with file paths/namesPaul Davis
2016-05-10use g_fopen() to avoid i18n errors with file paths/namesPaul Davis
2016-05-10remove wrongly copy/pasted codeRobin Gareus
2016-05-10remove cruftRobin Gareus
2016-05-10add route-ui pin-managerRobin Gareus
2016-05-10prepare route pin display (shared mixer + editor-mixer window proxy)Robin Gareus
2016-05-10turn Pin GUI into Widget.Robin Gareus
2016-05-10use main window visibility when toggling between editor + mixerPaul Davis
2016-05-10add visibility tracking for main windowPaul Davis
2016-05-10track geometry via configure events for tabbable own-windowsPaul Davis
2016-05-09copy-n-paste the ARDOUR_UI toggle-roll code into BasicUI (for Faderport and ↵Paul Davis
others)
2016-05-08Fix bug 6833 in bugzillaJohn Emmas
http://tracker.ardour.org/view.php?id=6833 When searching for our keyboard bindings file, ArdourKeyboard::find_bindings_files() was trying to find files with the wrong extension:- "..keys" rather than ".keys" (note the extra period). Fortunately, some later code was masking the problem (so we were eventually finding the file correctly). However we might as well fix the problem here, just in case we ever need to call ArdourKeyboard::find_bindings_files() from somewhere else in the future.
2016-05-08Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-05-07fix shared_ptr<Route> management in Mackie support so that deleted routes ↵Paul Davis
are destroyed
2016-05-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-07GUI part of LocaleGuard optimization.Robin Gareus
2016-05-07a few strategic LocaleGuards..Robin Gareus
..to prevent switching forth and back during individual ::state(), ::set_state() when loading/saving the session or locating.
2016-05-07fix LV2 locale guard (missed in 6d343ba search/replace)Robin Gareus
2016-05-07Revert "Add a global state localeguard (and one for route templates)"Robin Gareus
This reverts commit 2b7a047e92bc5ebe3287860ff9c9f2fb0acb193c.
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin Gareus
2016-05-07locale debuggingRobin Gareus
2016-05-07trying to get to the bottom of the decimal comma.Robin Gareus
2016-05-07Add a global state localeguard (and one for route templates)Robin Gareus
2016-05-07add a locale-guard to panner stateRobin Gareus
2016-05-06add missing includeRobin Gareus
2016-05-06convert WinMME Device names to UTF-8Robin Gareus
2016-05-06amend baca1fd3 (actually use preset)Robin Gareus
2016-05-06Create new track by dragging an instrument from the favorites sidebarRobin Gareus
2016-05-06allow lua to construct PresetRecordsRobin Gareus
2016-05-06add API to load Instrument Preset when creating a Midi trackRobin Gareus
2016-05-06separate Preset + Favorite DnD TargetsRobin Gareus
Sidebar is a source of "Favorites" and a destination for Presets.