summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2015-08-25fix processor paste location - fixes #6536Robin Gareus
2015-08-24allow file-browser in generic-plugin-GUI to expand.Robin Gareus
2015-08-23fix mixer-strip input button updateRobin Gareus
2015-08-22Add 100% shuttle controls option - closes #6537Robin Gareus
2015-08-20fix typo in prev commitRobin Gareus
2015-08-20fix "locked" + "locked to video" bug.Robin Gareus
2015-08-19Add missing actions from MB2 for Mike:Ben Loftis
2015-08-19provisional processor control-box tweaks - possible fix for #6519Robin Gareus
2015-08-19Fix undo/redo when changing fade out lengthTim Mayberry
2015-08-18Change return type and name of get_win_special_folderTim Mayberry
2015-08-18Remove unused function in bundle_env_mingw.ccTim Mayberry
2015-08-18Fix crash when clicking on tempo or meter in main clock to edit with no SessionTim Mayberry
2015-08-18Change interface to reset click sounds to default in PreferencesTim Mayberry
2015-08-17Install cursor hotspot file with --dist-target=mingwTim Mayberry
2015-08-16Tweaked build and run for windowsGuy Sherman
2015-08-16rework processor box: handle n/a pluginsRobin Gareus
2015-08-15prepare UI for missing pluginsRobin Gareus
2015-08-15cont'd work on piano roll highlighting.Robin Gareus
2015-08-15Highlight note in piano roll - #6510Robin Gareus
2015-08-15fix locate to wallclock fix for PM (>= 2^31 samples)Robin Gareus
2015-08-14Fix bug #6337, clicking in canvas without session loaded causes crashTim Mayberry
2015-08-14save-as: default to current session name.Robin Gareus
2015-08-14don't allow save-as to write to an existing dir.Robin Gareus
2015-08-13updated russian translation (from Alexandre Prokoudine)4.2Paul Davis
2015-08-13update german translation (from Edgar Aichinger)Paul Davis
2015-08-13fix two oddities in stringsPaul Davis
2015-08-12remove auto-return-target stuff from preferences; Ardour exposes this via aut...Paul Davis
2015-08-12add buffering preset combo selector to preferences dialogPaul Davis
2015-08-12add damo22 to authors (ptformat)Robin Gareus
2015-08-13Fix state restoration in EngineControl dialog for backends with driver selectionTim Mayberry
2015-08-11use new FPU singleton pattern in gtk2_ardourPaul Davis
2015-08-12hide “Midi Setup” button on OSX and Windows.Robin Gareus
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
2015-08-11update driver selection sensitivityRobin Gareus
2015-08-11refine "Running" message.Robin Gareus
2015-08-11don't allow to change devices while engine is running.Robin Gareus
2015-08-11allow to stop engine for re-configureRobin Gareus
2015-08-11consolidate engine-dialog widget sensitivity logic.Robin Gareus
2015-08-11Engine Dialog: use new APIRobin Gareus
2015-08-11Fix to ensure there are always sample rates and buffer sizes in the dropdownTim Mayberry
2015-08-11Extract two utility methods from EngineControl::set_samplerate/bufferize_popd...Tim Mayberry
2015-08-11Use a union of all sample rates and buffer sizes for all devices in EngineCon...Tim Mayberry
2015-08-11Check the default SR is available for a device when setting SR in EngineControlTim Mayberry
2015-08-11Remove unnecesary clearing of local variable in EngineControlTim Mayberry
2015-08-11Fix state restoration in EngineControl dialog for backends with driver selectionTim Mayberry
2015-08-11Use the current backend device names to set active text in device dropdowns i...Tim Mayberry
2015-08-11Remove Unwinder instances in EngineControl::set_*_device_popdown_stringsTim Mayberry
2015-08-11Compare the string returned by backend->driver_name() against driver names in...Tim Mayberry
2015-08-11Remove Unwinder instance from EngineControl::set_driver_popdown_stringsTim Mayberry
2015-08-11Reimplement method using code extracted from EngineDialog::backend_changedTim Mayberry