summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-11efficiency is overrated - don't cache the return value of user_config_directo...Paul Davis
2015-03-11global ARDOUR signal to ask GUI to copy configuration files across versionsPaul Davis
2015-03-11only create user configuration directory if no explicit version was givenPaul Davis
2015-03-12Metadata windows are no longer transient windows.nick_m
2015-03-12Add route dialog is never a transient window.nick_m
2015-03-11hide user_config_dir_name; alter API for user_config_dir() to allow specifica...Paul Davis
2015-03-11mingw: all code is position independentRobin Gareus
2015-03-11NOOP, midi-auditioner clean API usageRobin Gareus
2015-03-11remove duplicate codeRobin Gareus
2015-03-11reasonably sized CoreMidi BuffersRobin Gareus
2015-03-11Fix windows compilation for merged waveview branch.nick_m
2015-03-11coreaudio backend: switch threads earlyRobin Gareus
2015-03-11fix “no per-thread pool” abortRobin Gareus
2015-03-10NOOP, re-indent.Robin Gareus
2015-03-10yet unheard of edge-case.Robin Gareus
2015-03-10audio interpolation is really privateRobin Gareus
2015-03-10MIDI vari-speed playbackRobin Gareus
2015-03-10prototype basic midi varispeedRobin Gareus
2015-03-10Groups created from the (edit,mix) windows should share the same default prop...Ben Loftis
2015-03-11Fix compilation for osx.nick_m
2015-03-11Manual merge of the backend (peakfile reading) part of waveview branch.nick_m
2015-03-10fix OSX/Clang optimized buildsRobin Gareus
2015-03-10Manual merge of the drawing component of waveview branch.nick_m
2015-03-10windows package: pick up major versionRobin Gareus
2015-03-10increase shuttle speed display granularity.Robin Gareus
2015-03-10dramatically reduce ShuttleControl CPU usageRobin Gareus
2015-03-10throttle TransportStateChange signal emissionsRobin Gareus
2015-03-10clean up and refine shuttle control rendering.Robin Gareus
2015-03-10circles and circles and circles, again my friendRobin Gareus
2015-03-10tweak OS X packaging for 10.9Robin Gareus
2015-03-10disk-space calc is windows (not MSVC) specific.Robin Gareus
2015-03-1010ms = 1e7 nsecRobin Gareus
2015-03-09rework/optimize CoreMidiRobin Gareus
2015-03-09NOOP, add header-guards and namespace to CA backendRobin Gareus
2015-03-09more work to remove hard coding of major version number for linux packagingPaul Davis
2015-03-09more work to remove hard coding of major version number for linux packagingPaul Davis
2015-03-09Move 'poor_mans_glob()' into libpbdJohn Emmas
2015-03-09attempt to remove major version hard-coding from linux packaging toolsPaul Davis
2015-03-09Revert "explicitly shutdown engine at exit"Robin Gareus
2015-03-10Tearoff windows are utility windows rather than toolbars.nick_m
2015-03-09ALSA: fix thinko in sample time calc.Robin Gareus
2015-03-09implement samples_since cycle start.Robin Gareus
2015-03-09Fix a couple of issues when displaying the 'Preferences' dialog on Windows:-John Emmas
2015-03-10Add route dialog responds to enter key being pressed.nick_m
2015-03-10Introduce theme preference "transients follow front" which, when enabled,nick_m
2015-03-09Define NO_JACK_METADATA when building the jack backend with MSVCJohn Emmas
2015-03-09fix typo in 72ed785Robin Gareus
2015-03-09some backends can handle incorrectly ordered midi events.Robin Gareus
2015-03-09fix ‘pure virtual’ crash at exit.Robin Gareus
2015-03-09explicitly shutdown engine at exitRobin Gareus