summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-02-12add accessor methods for single_exposureBen Loftis
2015-02-12_single_exposure is now a member variable for each GtkCanvas.Ben Loftis
2015-02-12Fix whitespace in pbd/debug.hTim Mayberry
2015-02-12Add local PwdReset class to reset pwd in event of test failureTim Mayberry
2015-02-12Add some more test assertions so that tests fail when they shouldTim Mayberry
2015-02-11remove naive attempt to avoid drawing first vertical pixel line of Canvas::Wa...Paul Davis
2015-02-11simplify Canvas::Rectangle rendering to avoid unnecessary nonsense, and remov...Paul Davis
2015-02-11Canvas::Rect::contains() should treat its right/left coordinates as exclusivePaul Davis
2015-02-12fix midi-capture filterRobin Gareus
2015-02-10infrastructure to allow tracing of all MIDI portsPaul 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 boot message always sticking on the last loaded route; it looked like an ...Ben 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-09put function into namespacePaul Davis
2015-02-09Fix sending out of bounds events to LV2 plugins.David Robillard
2015-02-07Properly deallocate memory when clearing selection_op_history andnick_m
2015-02-06fix 192k rateBen 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-05do not attempt to call an empty/null boost functor in clear_events()Paul 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-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-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-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
2015-01-30clarify sync-lock and disable it by default.Robin Gareus
2015-01-30amend 070818fRobin Gareus
2015-01-29stop transport when process_routes fails, even when using the parallel graph ...Paul Davis
2015-01-29fix incorrect return value from sndfile_data_width()Paul Davis
2015-01-30take down backend specific threads with backendRobin Gareus
2015-01-30fix jack thread joiningRobin Gareus
2015-01-29return to old default disk chunk read sizePaul Davis
2015-01-29fix -Wreorder in 6377fe89Robin Gareus
2015-01-29allow bundling of lv2coreRobin Gareus
2015-01-28ALSA-backend separate report for error and x-runRobin Gareus
2015-01-28ALSA-Backend prefer ppoll()Robin Gareus
2015-01-28fix #6117 - fader prelightRobin Gareus
2015-01-27towards fixing #5711Robin Gareus
2015-01-27[Summary] Adding missing initialization of the date &time formats. “Init tr...Valeriy Kamyshniy