summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2014-11-16Don't add origin value to MIDI controller regions on initial insert.David Robillard
2014-11-16Add "maybe" rounding modes for rounding only if necessary.David Robillard
2014-11-16Use an enum for RoundMode instead of magic numbers.David Robillard
2014-11-16Make ControlList::paste const-correct.David Robillard
2014-11-17prevent segfault if in/out property is missingRobin Gareus
2014-11-17add some assert() messages.Robin Gareus
2014-11-15Fix MIDI region keyboard editing (add key handling to canvas).David Robillard
2014-11-14Fix crash when copying MIDI regions with midi-copy-is-fork is on (#6002).David Robillard
2014-11-14Fix out of order event errors on save with overlapping notes.David Robillard
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-13Fix crashes on various MIDI editing operations.David Robillard
2014-11-13yet another copy/paste typo :(Robin Gareus
2014-11-13fix typo in b9fc616538Robin Gareus
2014-11-13auto-initialize weak-jackRobin Gareus
2014-11-13prepare for JACK meta-data APIRobin Gareus
2014-11-13make new jack thread API functions optionalRobin Gareus
2014-11-13add symbol debug information to weak-jackRobin Gareus
2014-11-13install all additional binaries in $libdirRobin Gareus
2014-11-13fix defineRobin Gareus
2014-11-13Don't iterate in 'ARDOUR::Route::get_control()' unless a ReaderLock was succe...John Emmas
2014-11-13Make sure we can't execute 'ARDOUR::Route::meter()' unless a ReaderLock was s...John Emmas
2014-11-13yet another build fixRobin Gareus
2014-11-12add popup message and error log for AU crash reportsRobin Gareus
2014-11-12Prepare AU-discovery crashlog.Robin Gareus
2014-11-12failsafe AU scanning part one:Robin Gareus
2014-11-10refactor MIDISceneChange color property addition by moving it into SceneChang...Paul Davis
2014-11-10when creating a new MIDI scene change, check existing scene changes for equal...Paul Davis
2014-11-10serialize/deserialize MIDISceneChange color; put out of bounds color into sta...Paul Davis
2014-11-10add color property to MIDISceneChangePaul Davis
2014-11-10add operator== to ARDOUR::MidiSceneChangePaul Davis
2014-11-10tweak canvas on_expose_event() handler to avoid unnecessary save/paint/restorePaul Davis
2014-11-10further work on new color manipulation codePaul Davis
2014-11-10fix signed/unsigned compiler warningRobin Gareus
2014-11-10improve random seed (for dummy generators)Robin Gareus
2014-11-10add required header for compilationPaul Davis
2014-11-10add background color property to Canvas::Canvas ; rearrange expose handling a...Paul Davis
2014-11-09Modifications needed to build ReasonableSynth with MSVCJohn Emmas
2014-11-08Add some newly introduced source files to our MSVC project (cairocanvas)John Emmas
2014-11-07Just rename problematic Variant::VOID type.David Robillard
2014-11-07use new canvas colors header as necessaryPaul Davis
2014-11-07move canvas colors code into its own file(s)Paul Davis
2014-11-07when drawing only part of a Canvas::Rectangle outline, we only need to do the...Paul Davis
2014-11-07VOID is a windows define (not MSVC specific)Robin Gareus
2014-11-07tentative fix for canvas background/image surfaceRobin Gareus
2014-11-07another hack for windows timers, DSP load calculationRobin Gareus
2014-11-06add API to extract color from ArdourCanvas::Text and tidy up member declarationsPaul Davis
2014-11-06changing the clamp_width of an ArdourCanvas::Text needs to potentially provok...Paul Davis
2014-11-06possible fix for DSP load calculation on windowsRobin Gareus
2014-11-06raising/lowering canvas items should trigger a redrawPaul Davis
2014-11-05correct the rendering of Rectangle outlines, and the computation of their bou...Paul Davis