summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2009-03-02allow dragging of automation lines (Ben Loftis, backported from 2.X)Paul Davis
2009-03-01Allow running from any directory.Carl Hetherington
2009-02-28Fix #2559; crash when doing end_grab on an already-deleted canvas item.Carl Hetherington
2009-02-27Remove some unused code.Carl Hetherington
2009-02-27Set thread done flag when freeze completes.Carl Hetherington
2009-02-27tweaks to get a VST-supporting 3.0 to build & startupPaul Davis
2009-02-27Fix up ardev etc. scripts so that they can be run from any directory.Carl Hetherington
2009-02-27vestige-based VST support, back-ported from 2.0-ongoingPaul Davis
2009-02-27Waf: install stuffDavid Robillard
2009-02-27Remove apparently unnecessary friend declarations.David Robillard
2009-02-27Split TimeFXDialog from Editor.David Robillard
2009-02-27Step towards having both rubberband and soundtouch compiled in at once.David Robillard
2009-02-27Tidy.David Robillard
2009-02-26fix ardbg scripts after cd .. was removedPaul Davis
2009-02-26remove silly cd .. in ard* scriptsPaul Davis
2009-02-262nd part of fix for botched shared-fixup of ard* scriptsPaul Davis
2009-02-26Less weird name.David Robillard
2009-02-26Fix running with ard*.sh scripts with waf build.David Robillard
2009-02-26unify ard* scripts for both scons & waf buildsPaul Davis
2009-02-26Use stdin/stdout for menu file generation so waf picks up on the dependency.David Robillard
2009-02-26Waf: build UI/RC files, menu files, keybinding files, and fix paths in wrappe...David Robillard
2009-02-26Version file building stuff.David Robillard
2009-02-26Build VAmp plugins.David Robillard
2009-02-26Waf building of rubberband.David Robillard
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-26Remove useless checks.David Robillard
2009-02-25Add missing gtk2_ardour wscript.David Robillard
2009-02-25Wrapper scripts for waf built version.David Robillard
2009-02-25Waf building of gtk2_ardour.David Robillard
2009-02-25Quote includes for control_protocol.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-19Fix crash when using pencil on empty track areas while zoomer is fully zoomed...David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-19Remove clear button from automation track headers so controller isn't cut off...David Robillard
2009-02-19Fix insane formatting (how did this even happen? copy paste from an email dif...David Robillard
2009-02-19I am become death, destroyer of boilerplate.David Robillard
2009-02-18Fix 'sticky' sliders when MIDI control feedback is enabled.David Robillard
2009-02-18Fix MIDI controller feedback.David Robillard
2009-02-18Fix ardour2 -> ardour3 stuff in po files.David Robillard
2009-02-18Fix ardour2 -> ardour3 issues.David Robillard
2009-02-17Make range selection context menu work again.Carl Hetherington
2009-02-17Remove unnecessary/unused template parameter from canvas sysex flags.David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2009-02-17Fix for visual glitch due to race between Editor::update_current_screen being...Carl Hetherington
2009-02-16Fix crash on audio record (time converter segfault wackiness).David Robillard
2009-02-16Move duplicated AudioFileSource::Flags and SMFSource::Flags into Source.David Robillard
2009-02-16* First prototype of SysEx GUIHans Baier