summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2014-11-19fix range selection of mixer strips; shift+selecting a single strip would se...Ben Loftis
2014-11-19also load hotspot file (if it exists) for default cursorsRobin Gareus
2014-11-18drop hotspot info when changing cursors.Robin Gareus
2014-11-18add square cursors (for windows)Robin Gareus
2014-11-18tabs are tabs and spaces are spacesRobin Gareus
2014-11-18assert no null pointer dereferenceRobin Gareus
2014-11-18Plugin Automation All: Fix bug where Switches weren't being changed.Jeremy Carter
2014-11-18Make MIDI channel selector rows/col constraints actually do something.David Robillard
2014-11-18Avoid possible use of uninitialized values.David Robillard
2014-11-18Remove obviously dead/redundant code.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-18silence clang "dead assignment" warningsRobin Gareus
2014-11-18synchronize preferences and monitor-sectionRobin 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-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-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-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-15Only create MIDI regions on click when in draw mode.David Robillard
2014-11-14Implement "multi-paste" for notes, regions, and automation.David Robillard
2014-11-14Fix missing return statement in deleted region scenario.David Robillard
2014-11-14Fix MIDI note cut/copy/paste.David Robillard
2014-11-14add Jeremy Carter to the about authors listPaul Davis
2014-11-14fix up some suboptimal and crash-prone aspects of 7c263f3bc4f3bddd8094c9baecf...Paul Davis
2014-11-14Merge remote-tracking branch 'upstream/master'Jeremy Carter
2014-11-14add abort() to non-reached codeRobin Gareus
2014-11-14Fix various sticky/broken cursor issues.David Robillard
2014-11-14Fix wonky note length when create-dragging notes backwards.David Robillard
2014-11-14Fix error when create-dragging note backwards past start of region (#5934).David Robillard
2014-11-13Don't make MIDI regions in note mode completely invisible.David Robillard