summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2013-12-19move portable copyfile function into tools/autowaf.py and use it in both gtk2...Paul Davis
2013-12-05fix platform portability issues caused by use of shell cp(1) command and perl...Paul Davis
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 t...Paul Davis
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
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
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 dialog...3.5.74Paul Davis
2013-11-05on OS X 10.7 at least, LANG is set by the system, so do not bail out of langu...Paul Davis
2013-11-05update .po files with --no-fuzzy-matching in usePaul Davis
2013-11-05keep processing LV2 Ringbuffer once it is allocatedRobin Gareus
2013-10-29Fix thinko in setting order hint.nick_m
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
2013-10-28gtk2_ardour: link fftw3f directlyNils Philippsen
2013-10-27give those who insist on seeing the mixer window and/or editor mixer on stupi...Paul Davis
2013-10-27further fixes for NSM-based startupPaul Davis
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
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 fo...nick_m
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
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
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