summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-05-21clean up ArdourWindowRobin Gareus
- gtk callbacks are protected, not public - virtual d'tor (destroy window by ArdourWindow ptr)
2016-05-20lua inline display error reportingRobin Gareus
2016-05-19towards an Instrument Setup/Replace workflowRobin Gareus
2016-05-19...use shared backend function insteadRobin Gareus
2016-05-18initialize snap-mode dropdown textRobin Gareus
"SnapOff" is the default, so no change is triggered when calling set_active() and initially the dropdown/ardour-button remains blank.
2016-05-18Don't save instant while loading instant.xmlRobin Gareus
opening a recent session from a session can result in: Editor::constructed and session_loaded() being true. A partial instant_save can occur (not to mention: invalid XMLnode iterators)
2016-05-17some more mixbus backports (NO-OP for ardour)Robin Gareus
2016-05-17move ancient icon source files away from the top-levelRobin Gareus
This also resolves an ambiguity with "icons/" when running ardour from the source dir
2016-05-17prepare moving top-level icons/ -- move MSVC filesRobin Gareus
2016-05-17remove more ancient iconsRobin Gareus
2016-05-17remove unused iconsRobin Gareus
2016-05-17nobody cares about xpm anymoreRobin Gareus
2016-05-17remove cruftRobin Gareus
2016-05-17ARDOUR_PATH is no longer usedRobin Gareus
2016-05-17group Product/App specific resourcesRobin Gareus
* only install icons relevant to product * use program-name (as-is) as prefix * keep icons/* for all products
2016-05-17waf's "copy" feature does not installRobin Gareus
2016-05-17break live-loop if there's no next region - fixes #6848Robin 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-16move unused option heading inside profile-conditionRobin Gareus
2016-05-16cleanup menu file, backport Mixbus #ifdef'sRobin 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-14action script GUI details (sensitivity + tooltip)Robin Gareus
2016-05-14clarify loudness analysis/normalizationRobin Gareus
2016-05-10remove wrongly copy/pasted codeRobin Gareus
2016-05-10remove cruftRobin Gareus
2016-05-10add route-ui pin-managerRobin 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-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-07make boost shared_ptr debugging a little easier to turn on/offPaul Davis
2016-05-07GUI part of LocaleGuard optimization.Robin Gareus
2016-05-07fix LocaleGuard contstructor (3dc77280)Robin 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-06separate Preset + Favorite DnD TargetsRobin Gareus
Sidebar is a source of "Favorites" and a destination for Presets.
2016-05-06fix a -WreorderRobin Gareus
2016-05-06use WindowManager toggle API for script-managerRobin Gareus
2016-05-06NO-OP whitespaceRobin Gareus
2016-05-06re-introduce "add track/bus" from mixer windowRobin Gareus
2016-05-05we always only use the "C" locale when saving.Robin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-05fix another menu typo in fda03d1Robin Gareus
2016-05-05fix ppc buildsRobin Gareus
2016-05-04don't bother compiling nsview code swizzling for PPCPaul Davis
The platform has no support for libdispatch which is handy when setting up an objective C block, and also has no Retina, which means it doesn't suffer the problem this code is intended to fix
2016-05-04add option to limit track-header meters to stereoRobin Gareus