summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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
2014-11-13Fix crash after deleting automation region views (#4718).David Robillard
2014-11-13Fix crash when deleting overlapped regions.David Robillard
2014-11-13fix compilation with gcc-4.9.1Robin Gareus
2014-11-12add popup message and error log for AU crash reportsRobin Gareus
2014-11-12add AU plugin scan to Preferences UIRobin Gareus
2014-11-11fixed automation *_all button crashJeremy Carter
2014-11-11Added Write All, Play All, etc. automation buttons to generic plugin UIJeremy Carter
2014-11-11add 512px iconRobin Gareus
2014-11-10redraw entire canvas when ColorsChanged is emittedPaul Davis
2014-11-10set canvas background colorPaul Davis
2014-11-10add new color variable for arrange canvas backgroundPaul Davis
2014-11-07use new canvas colors header as necessaryPaul Davis
2014-11-07remove TimeAxisViewItem::RIGHT_EDGE_SHIFT; fix up x-coordinate for right edge...Paul Davis
2014-11-07simplify removal of outline from streamview base rectPaul Davis
2014-11-07simplify removal of outline from automation time axis base rectPaul Davis
2014-11-07fix up dimensions of ghostregion colored rectPaul Davis
2014-11-07don't created vestigial frame canvas item for TimeAxisViewItem unless actuall...Paul Davis
2014-11-05add a selection frame to TimeAxisViewItem along with a slew of other height/p...Paul Davis
2014-11-05various positional fixes for TimeAxisView, including moving the separator lin...Paul Davis
2014-11-05streamview no longer outlines any part of its canvas rect (we leave that to t...Paul Davis
2014-11-05permit initial contents of a FloatingTextEntryPaul Davis
2014-11-03use ArdourCanvas::TimeRectangle for regions, notes, markersPaul Davis
2014-11-03move start of a time axis view back to 0.0 on the x-axis, not 1.0Paul Davis
2014-11-03Check whether frequency controls are audible or low and provide appropriate c...David Robillard
2014-11-03Add menu to set frequency controls in beats, and half or double current value.David Robillard
2014-11-03Note selector dialog for note controls.David Robillard
2014-11-03Reduce coupling between Plugin and PluginInsert.David Robillard
2014-11-02Fix crash when showing UI for plugins with output control ports.David Robillard
2014-11-02repropagate button press event outside of FloatingTextEntry so that the click...Paul Davis
2014-11-02use modal grab and event_is_inside_widget_window() to provide "expected" beha...Paul Davis
2014-11-02slightly increased debugging output for -D acceleratorsPaul Davis
2014-11-02Display gain and midiNote plugin parameters/properties nicely.David Robillard
2014-11-02Automation of LV2 plugin properties.David Robillard
2014-11-02Move ParameterDescriptor from Plugin to its own header.David Robillard
2014-11-02Decouple ControlUI from port index.David Robillard
2014-11-02Don't complain about properties with plugins that do not support them.David Robillard