summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2013-12-19move portable copyfile function into tools/autowaf.py and use it in both ↵Paul Davis
gtk2_ardour and taglib
2013-12-05fix platform portability issues caused by use of shell cp(1) command and ↵Paul Davis
perl script
2013-12-05fix another instance of the horrible "interface" keyword collisionPaul Davis
2013-12-04Merge branch 'master' into windowsPaul Davis
2013-12-04change "cpu" in cpu load backend functionsPaul Davis
2013-12-03switch from using Sleep/usleep to Glib::usleep() (and remember that we need ↵Paul Davis
to make Glib::usleep() actually work on windows one day)
2013-11-29merge and resolve conflict with masterPaul Davis
2013-11-29add explicit linkage to libtimecodePaul Davis
2013-11-27do not push new state to backend from audio/MIDI setup until OK or Apply are ↵Paul Davis
clicked (i.e. do not do this when device is changed)
2013-11-26Merge branch 'master' into windowsPaul Davis
2013-11-26resolve merge with master (?)Paul Davis
2013-11-23Hande export initialization exceptions gracefullySakari Bergen
2013-11-23fix for toolbar master-meter w/o master bus and/or detached toolbarRobin Gareus
2013-11-22fix crash @ session-restore of plugins windowsRobin Gareus
The question is: why is _owner not set [yet], when the window is restored. This rather smells like a race condition.
2013-11-20reset time-axis peak when meter-point changes - fixes #5771Robin Gareus
2013-11-19Distinguish Save-as and Snapshot dialog windowRobin Gareus
2013-11-11fix audio-clock sample entry, handle empty entry as NOOPRobin Gareus
2013-11-09allow to include In/Disk button on MeterbridgeRobin Gareus
2013-11-05really no reason to support ARDOUR_EN anymore ... we have a preference ↵3.5.74Paul Davis
dialog item to enable/disable translation
2013-11-05on OS X 10.7 at least, LANG is set by the system, so do not bail out of ↵Paul Davis
language stuff early just because it is set
2013-11-05update .po files with --no-fuzzy-matching in usePaul Davis
2013-11-05keep processing LV2 Ringbuffer once it is allocatedRobin Gareus
Discard messages in LV2PluginUI::write_to_ui() if the ringbuffer exists but the UI is not active. This fixes "[ERROR]: Error writing from plugin to UI" messages if the UI was once active but has been closed since. This is a hotfix solution, eventually the LV2 backend should be updated and a function LV2Plugin::disable_ui_emmission() implemented.
2013-10-29Fix thinko in setting order hint.nick_m
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
(libltc, rubberband, taglib, vamp-sdk)
2013-10-28gtk2_ardour: link fftw3f directlyNils Philippsen
This is needed to be able to unbundle some libraries.
2013-10-27give those who insist on seeing the mixer window and/or editor mixer on ↵Paul Davis
stupidly small screens the chance to do so
2013-10-27further fixes for NSM-based startupPaul Davis
Most, move initialization of Audio/MIDI setup window before NSM initialization, to make sure it is available if/when needed
2013-10-27add error checking and return from attempted NSM-based initializationPaul Davis
2013-10-26Fix french translation of "meterbridge" -- closes #5744Robin Gareus
2013-10-25Don't allow loop, punch, or session range markers to be renamed.Colin Fletcher
Don't allow loop, punch, or session range markers to be renamed, even when double-clicked.
2013-10-25Edit tempo & meter markers on double-click.Colin Fletcher
2013-10-25Double-click on region pops up region properties.Colin Fletcher
2013-10-25Mark session dirty when a marker is renamed.Colin Fletcher
2013-10-25Make double-click on marker pop up rename dialogue.Colin Fletcher
2013-10-25Add a double-click handler for items in the editor window.Colin Fletcher
2013-10-26Use add_route_dialog's transient_for() window to determine track selection ↵nick_m
for order_hint.
2013-10-23remove fuzzy and obsolete translationsRobin Gareus
2013-10-24New routes are placed after highest selected route.nick_m
2013-10-23fix merge conflicts with masterPaul Davis
2013-10-23fix midi quantization - part oneRobin Gareus
subtract offset if region was truncated at the beginning.
2013-10-22Merge branch 'unify_display_ordering' of https://github.com/nmains/ardourPaul Davis
2013-10-22Merge branch 'miscfix' of https://github.com/mojofunk/ardourPaul Davis
2013-10-22honor LV2 units:midiNote: display Note name instead of integer3.5.14Robin Gareus
2013-10-22fix locale path in OS X bundlesPaul Davis
2013-10-21use new default SR + bufsize values in engine dialogPaul Davis
2013-10-21Forward declare NSM_Client class in ardour_ui.hTim Mayberry
nsm.h pulls in winsock2.h and with the mingw build and it causes endless warnings from the compiler
2013-10-21Fix check button handling in Memory Warning DialogTim Mayberry
2013-10-21Fix two minor memory leaks in pending state dialogTim Mayberry
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-19replace rather than append to SUIL_MODULE_DIRRobin Gareus
should fix http://tracker.ardour.org/view.php?id=5679