summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-30Move EventRingBuffer to libardour.David Robillard
2014-11-30Add missing namespace qualifiers.David Robillard
2014-11-30Clean up state tracking of raw MIDI.David Robillard
2014-11-30Factor out duplicated track automation code.David Robillard
2014-11-30Save mute automation state.David Robillard
2014-12-01update interface for processor-box faders step/pageRobin Gareus
2014-11-30CLA approved consistent fine-grained scale modifierRobin Gareus
2014-11-30Process 'default_ui_config.in' when building with MSVCJohn Emmas
2014-11-30gtk interface update for controller step/page sizeRobin Gareus
2014-11-30consistent step+page sizes for fader+spinboxRobin Gareus
2014-11-30use update_steps() instead of custom functionRobin Gareus
2014-11-30update_steps(), properly handle integer rangesRobin Gareus
2014-11-30fix ladpsa default value.Robin Gareus
2014-11-30fix LV2 default port value.Robin Gareus
2014-11-29Fix write for boolean automation.David Robillard
2014-11-29don't move faders on click.Robin Gareus
2014-11-29show values on faders (fixes bug in 55c6165)Robin Gareus
2014-11-29change ownership of processor window-proxyRobin Gareus
2014-11-29Set discrete by default for boolean parameters.David Robillard
2014-11-29Somewhat working gain automation.David Robillard
2014-11-28Show discrete/toggled automation as stepped line.David Robillard
2014-11-28Fix crash when deleting all points from a line.David Robillard
2014-11-28Use a button as controller for toggled parameters.David Robillard
2014-11-28Remove redundant calls to start/end_touch.David Robillard
2014-11-28Set the toggled default metadata of parameters.David Robillard
2014-11-28Add some newly introduced header files to our MSVC project (gtk2_ardour)John Emmas
2014-11-28Add some newly introduced source files to our MSVC project (cairocanvas)John Emmas
2014-11-28change extention of linux installers to .runRobin Gareus
2014-11-27Remove dead code.David Robillard
2014-11-27Fix calculation using uninitialized value.David Robillard
2014-11-26remove "port sources" management from MidiControlUI and Mackie support.Paul Davis
2014-11-26variable name change for slightly increased clarityPaul Davis
2014-11-26get correct ::distance() and ::delta() implementations for cases involving ac...Paul Davis
2014-11-26continue tweaks on the color roadPaul Davis
2014-11-26newly generated, quantized-hue relative color definitionsPaul Davis
2014-11-26add back graysPaul Davis
2014-11-26add default values for base colors (configurable colors) to default_ui_config.inPaul Davis
2014-11-26save base colors (configurable colors) in normal way (code had been removed)Paul Davis
2014-11-26massive reworking of color selection implementationPaul Davis
2014-11-26move creation of UIConfiguration object to precede creation of ArdourUI.Paul Davis
2014-11-26ensure that Ardour recognizes its own MMC device ID as "all-call" when set to...Paul Davis
2014-11-26Replace individual waf options for enabling backends with one --with-backends...Tim Mayberry
2014-11-26With printf() / snprintf() etc "%f" actually requests a double, not a floatJohn Emmas
2014-11-25Add test for Evoral::coverage()Colin Fletcher
2014-11-25Fix build of evoral testsColin Fletcher
2014-11-25Fix order of parameters to stop_touch() in Mackie::ControlColin Fletcher
2014-11-25Revert "Don't add non-clang flag regardless of platform."Robin Gareus
2014-11-25fix indentation nightmare from 9559cf3947Paul Davis
2014-11-25fix case of included header filePaul Davis
2014-11-25[Summary] Fixing behavior of the FloatingTextEntryVKamyshniy