summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-18Remove unused variable and redundant arithmetic.David Robillard
2014-11-18Gracefully avoid importing audio that somehow has 0 channels.David Robillard
2014-11-18Fix potential use of uninitialized value.David Robillard
2014-11-18Fix NULL pointer dereference on malformed Playlist XML.David Robillard
2014-11-18Avoid potential division by zero.David Robillard
2014-11-18Fix broken logic and possible NULL pointer dereference for Bundle XML.David Robillard
2014-11-18Fix incredibly unlikely NULL pointer dereference.David Robillard
2014-11-18Fix Region::verify_length() so it actually does something.David Robillard
2014-11-18Fix incredibly unlikely NULL pointer dereference.David Robillard
2014-11-18Fix zoom out limiting logic to actually limit minimum zoom.David Robillard
2014-11-18Fix mismatched note resize drag cursor and behaviour.David Robillard
2014-11-18Fix edit point selector on Mixbus.David Robillard
2014-11-18remove cruftRobin Gareus
2014-11-18amend 484e38053Robin Gareus
2014-11-18silence clang "dead assignment" warningsRobin Gareus
2014-11-18synchronize preferences and monitor-sectionRobin Gareus
2014-11-18files should have at least one channel.Robin Gareus
2014-11-18remove cruft (monitor section knobs are cairo now)Robin Gareus
2014-11-18NOOP, re-indent and remove trailing whitespaceRobin Gareus
2014-11-18remove dead assignmentRobin Gareus
2014-11-18remove superfluous if-branch (_session is checked a few lines above)Robin Gareus
2014-11-17Fix "maybe" rounding bug.David Robillard
2014-11-17waves/coreaudio PPC supportRobin Gareus
2014-11-17OSX packaging:Robin Gareus
2014-11-17check alsa midi ringbufferRobin Gareus
2014-11-17Fix visibility of MIDI controller automation tracks across saves.David Robillard
2014-11-16Don't hide selected control points.David Robillard
2014-11-16Support cut/copy/paste of MIDI notes and controllers at the same time.David Robillard
2014-11-16Support cut/copy/paste of several regions and lines at once.David Robillard
2014-11-16Don't add spurious points when copy/pasting automation.David Robillard
2014-11-16Reset repeated paste state on cut/copy.David Robillard
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 selected control points bright red rather than vice-versa.David Robillard
2014-11-16Make ControlList::paste const-correct.David Robillard
2014-11-16Use symbol for paste operation like everywhere else.David Robillard
2014-11-16Fix crash when splitting regions in internal edit mode.David Robillard
2014-11-17prevent segfault if in/out property is missingRobin Gareus
2014-11-17NULL pointer dereference?Robin Gareus
2014-11-17add some assert() messages.Robin Gareus
2014-11-17fix logic (and possible segfault if !editor)Robin Gareus
2014-11-15round control-scroll offsets towards zeroRobin Gareus
2014-11-15fix compilation with --no-nlsRobin Gareus
2014-11-15Fix selection in automation regions (MIDI controllers).David Robillard
2014-11-15Fix entering/editing MIDI region "automation" (controllers).David Robillard
2014-11-15Fix MIDI region keyboard editing (add key handling to canvas).David Robillard
2014-11-15Only create MIDI regions on click when in draw mode.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