summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-10infrastructure to allow tracing of all MIDI portsPaul Davis
2015-02-10skip drawing the first pixel of waves in an audio region view.Paul Davis
2015-02-10add a sort-of hack to allow us to avoid drawing the first pixel of a waveview...Paul Davis
2015-02-10fix previous commitBen Loftis
2015-02-10Track Mode is too vague; rename to Record ModeBen Loftis
2015-02-10flip the priority of input and output buttons and menusBen Loftis
2015-02-10fix boot message always sticking on the last loaded route; it looked like an ...Ben Loftis
2015-02-10fixed collision with <SECONDARY>n bindingBen Loftis
2015-02-09correct drawing of rectangle borders.Paul Davis
2015-02-09canvas items must be able to use fractional positions when rendering.Paul Davis
2015-02-09fix last cherry-pickPaul Davis
2015-02-09fix color and alpha of timestretch rectPaul Davis
2015-02-09put function into namespacePaul Davis
2015-02-09Fix sending out of bounds events to LV2 plugins.David Robillard
2015-02-09After dragging from multiple tracks to the dropzone, create the right number ...Paul Davis
2015-02-07Properly deallocate memory when clearing selection_op_history andnick_m
2015-02-06fix 192k rateBen Loftis
2015-02-06when the user changes devices, notify the backendBen Loftis
2015-02-06fix (and comment) on subtle bug with audio file data width functionPaul Davis
2015-02-06Make undo/redo work for:nick_m
2015-02-05fixup cherry-picked changes from Waves Tracks, and fix for ArdourPaul Davis
2015-02-05implement RangeMarkerBarDrag::abortPaul Davis
2015-02-05implement MarkerDrag::abort()Paul Davis
2015-02-05do not attempt to call an empty/null boost functor in clear_events()Paul Davis
2015-02-05fix issue with region dragging while mouse pointer is in rulers/marker lanesPaul Davis
2015-02-05fix bad fix for cherry-pick conflictPaul Davis
2015-02-05make two obvously const methods actually be constPaul Davis
2015-02-05modify behaviour of session when updating skips to use new SessionEvent APIPaul Davis
2015-02-05add SessionEvent::Action to libs/ardour enums registrationPaul Davis
2015-02-05expand SessionEvent API to allow ::clear_events() to work correctly.Paul Davis
2015-02-05expand PBD::Pool API and add additional DEBUG_TRACE output.Paul Davis
2015-02-05set name of GUI event loop threadPaul Davis
2015-02-05ContentEdit drag on empty MIDI track should not create new midi regionsBen Loftis
2015-02-06Rework previous commit to avoid extra property lookup (fwiw).nick_m
2015-02-06Make sure we have the property rather than the value of patch change id.nick_m
2015-02-05Clean up Session's _current_trans when aborting a drag.nick_m
2015-02-05Make redo action insensitive after new command.nick_m
2015-02-04remove duplicate callbackRobin Gareus
2015-02-03tweak to help with uncoalesced rendersBen Loftis
2015-02-03render canvas using the GDK region rather than the GDK area.Paul Davis
2015-02-03Add an extra test to prevent 'PBD::path_is_within()' from looping infinitely ...John Emmas
2015-02-02OSX packaging: fix disk-image "Resource busy"Robin Gareus
2015-02-01Remove remaining LEVEL4 bindingsBen Loftis
2015-02-01Fix Session Export keybinding to call correct action (ExportAudio).Ben Loftis
2015-01-30make it possible to bundle harrison plugins; osx version (disabled for now)Ben Loftis
2015-01-30fix cursor color for text entriesBen Loftis
2015-01-30remove locate before loop, which was causing intermittent loop behaviorBen Loftis
2015-01-30use Gtkmm2ext::possibly_translate_mod_to_make_legal_accelerator() in all case...Paul Davis
2015-01-30If 'force' is TRUE (when using 'Location::set_start()' or 'Location::set_end(...John Emmas
2015-01-30fix “invalid use of incomplete type jack_client_t”Robin Gareus