summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-08-28Add an extra folder to get searched (on Windows only) when looking for config...John Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ...John Emmas
2014-08-27Standardize drawing of PixFader and BarController; implement flat_buttons and...Ben Loftis
2014-08-27refactor flat_buttons into cairowidget, and add a canvas-like convenience fun...Ben Loftis
2014-08-22refactor _grabbed into cairo_widgetBen Loftis
2014-08-14Add backwards compatibility for instant.xml changes.nick_m
2014-08-14Move ExportProfile xml from Session instant.xml to session file.nick_m
2014-08-08fix new backends wscript to work correctly in the Ardour casePaul Davis
2014-08-08use some structured code to decide which backends to build (should have cherr...Paul Davis
2014-08-06More fixes for range-based automation editing.Ben Loftis
2014-08-05Initial steps towards usable range-based automation editing.Ben Loftis
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-08-01Enforce mixer strip widths, more case fixes, and minor theme changesBen Loftis
2014-08-01consistently use mixed-case labelsBen Loftis
2014-07-30Use text to specify combo box padding for better font/display tolerance.David Robillard
2014-07-28grouped faders should have relative gain by defaultBen Loftis
2014-07-28clean up cruft in some config variablesBen Loftis
2014-07-28disallow selection of the fader and meter processor entriesBen Loftis
2014-07-27Add provision for 'PROGRAM_VERSION' (MSVC libardour project)John Emmas
2014-07-27Minor change to 'pbd/controllable.h'John Emmas
2014-07-27Add the MSVC project file for building libs/surfaces/oscJohn Emmas
2014-07-23Cut and Copy should remember the white space at the end of a range.Ben Loftis
2014-07-22Changes needed for building surfaces/osc (control surface protocol) with MSVCJohn Emmas
2014-07-223 monitor tweaks for the_CLA. shift+click to default, and new preset valsBen Loftis
2014-07-18Merge branch 'waveview_hacks' of https://github.com/nmains/ardour into cairoc...Paul Davis
2014-07-18more canvas debugging for current item tracingPaul Davis
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2014-07-16LV2: don't leave active plugins deactivated after latency-compute-runRobin Gareus
2014-07-16parameterize the version number used to define the config directory namePaul Davis
2014-07-15monitor knobs tweaked to better match the theme of other buttonsBen Loftis
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-07-15Support saving LV2 presets multiple times (fix #0005949).David Robillard
2014-07-15Support midnam files with a channel (not patch) NoteNameList.David Robillard
2014-07-15Render waveview components onto alpha masks to simplify drawing.nick_m
2014-07-14Group the Rec and Monitor buttons together. Group the Solo Isolate and Lock ...Ben Loftis
2014-07-11DummyBackend: add Uniform White Noise Generator.Robin Gareus
2014-07-11possible fix for win SystemExec::wait()Robin Gareus
2014-07-11fatal error if vfork-exec-wrapper cannot be found (on unix systems).Robin Gareus
2014-07-11Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2014-07-11catch null vfork_exec_wrapper before it is too latePaul Davis
2014-07-11Make our 'libs/timecode' project dependent on libpbdJohn Emmas
2014-07-11Add newly introduced (MD5) sources to our MSVC project (also, add visibility ...John Emmas
2014-07-10add Gtkmm2ext::Keyboard::reset_bindings()Paul Davis
2014-07-10add libardour infrastructure for "fade range" edit operationPaul Davis
2014-07-10do not call basename_nosuffix() before using matching_unsuffixed_filename_exi...Paul Davis
2014-07-09add std::string variant of set_size_request_to_display_given_string()Paul Davis
2014-07-09add mixbus profile which removes the tearoffsBen Loftis
2014-07-09make sure that copy constructors and operator= for ControlList pass along the...Paul Davis
2014-07-09make AutomationList::operator==() private and abort() as its core, because it...Paul Davis
2014-07-09remove debug outputPaul Davis