summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2011-12-12fundamentally alter how we compute frames_per_beat(). this follows much discu...Paul Davis
2011-12-12Set up region BBT time when frame position changes, if the region is glued to...Carl Hetherington
2011-12-11Similar hacks to framepos_minus_beats to handle -veCarl Hetherington
2011-12-11Save templates as directories with plugin state, ifCarl Hetherington
2011-12-11Minor fix to error message.Carl Hetherington
2011-12-11Clarify stop-at-session-end behaviour; should fix #4033.Carl Hetherington
2011-12-11Keep track of MIDI region's start positions in beats, toCarl Hetherington
2011-12-11Sessions loaded from 2.X don't have a diskstream (yet)Carl Hetherington
2011-12-10Fix framewalk_to_beats when it traverses more than oneCarl Hetherington
2011-12-10fix for most (all? we can dream ...) issues involved in #4399 (editing multip...Paul Davis
2011-12-10Slightly simpler implementation of framewalk_to_beats.Carl Hetherington
2011-12-10Comments.Carl Hetherington
2011-12-10Don't try to process_input() if an IO has no ports; fixesCarl Hetherington
2011-12-10Add fixed-up framepos_plus_beats() and use it for the BeatsFramesConverter, s...Carl Hetherington
2011-12-10Compute delta time correctly when appending events; the converter must be use...Carl Hetherington
2011-12-09Clean up test slightly.Carl Hetherington
2011-12-09Fix framewalk_to_beats with non-beat-aligned starting positions.Carl Hetherington
2011-12-09Add simple framewalk_to_beats test and normalise namingCarl Hetherington
2011-12-09Support new URIs for LV2 presets.David Robillard
2011-12-09Fix whitespace.David Robillard
2011-12-09Remove unnecessary silencing of unused plugin inputs; unnecessary as (LADSPA/...Carl Hetherington
2011-12-09Re-add erroneously-removed configure_io method.Carl Hetherington
2011-12-09centralize legal-session-name-checkng and include : and ; in characters that ...Paul Davis
2011-12-08Remove unused buffers and associated support code fromCarl Hetherington
2011-12-07improved WORKING fix for search path issuesPaul Davis
2011-12-07Check that adding a port to an IO is ok with the processorsCarl Hetherington
2011-12-07fix up some logic so that we don't replicate the session dir path twice in th...Paul Davis
2011-12-07add visible() method to Tearoff so we can check whether or not it is hiddenPaul Davis
2011-12-07remove visible "sound notes" button,add Config parameter to control this (whi...Paul Davis
2011-12-07move CairoWidget into gtkmm2ext, add CairoPacker, made the time info box use ...Paul Davis
2011-12-07switch to benjamin otte's implemention of fit_to_pixels() but leave uncomment...Paul Davis
2011-12-07send correct PropertyChange for RouteGroup::set_route_activePaul Davis
2011-12-07send PropertyChange for RouteGroup::set_editPaul Davis
2011-12-07send PropertyChange messages when changing RouteGroup propertiesPaul Davis
2011-12-06if color property is not yet set, don't renderPaul Davis
2011-12-06add a new simple cell renderer to be used to allow color display/editing in t...Paul Davis
2011-12-05when doing a pure copy of a region, which resets the position, reset the posi...Paul Davis
2011-12-04use the correct display for key acceleratorsPaul Davis
2011-12-04be consistent in the way we merge environment-set search paths and pre-define...Paul Davis
2011-12-04probably fix failure to find export formats in packagesPaul Davis
2011-12-04some more package debugging to help find out why export formats are not foundPaul Davis
2011-12-04some package debugging to help find out why export formats are not foundPaul Davis
2011-12-04Remove unused variables.Carl Hetherington
2011-12-02add PAINT_VERTA_GR and PAINT_BOX_GR to rgba macros (from Mike Dawes)Paul Davis
2011-12-02Make Carbon GUI support for AU's optional at compile time (from Robin)Paul Davis
2011-12-02use compiler-generated _LP64 macro to detect x86_64 rather than USE_X86_64_ASMPaul Davis
2011-12-02revert recent change to Evoral::Event, and use static_cast<> to get from Even...Paul Davis
2011-12-02build changes from robin gareus for OS X, changing AU support to be used appr...Paul Davis
2011-12-02catch up with is_silent changePaul Davis
2011-12-02rename a Buffer/BufferSet method to be a little clearer as to its intent (is_...Paul Davis