Implement "multi-paste" for notes, regions, and automation.
[ardour.git] / gtk2_ardour /
2014-11-15 David RobillardImplement "multi-paste" for notes, regions, and automation.
2014-11-15 David RobillardFix missing return statement in deleted region scenario.
2014-11-15 David RobillardFix MIDI note cut/copy/paste.
2014-11-14 Paul Davisadd Jeremy Carter to the about authors list
2014-11-14 Paul Davisfix up some suboptimal and crash-prone aspects of 7c263...
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-11-14 David RobillardFix various sticky/broken cursor issues.
2014-11-14 David RobillardFix wonky note length when create-dragging notes backwards.
2014-11-14 David RobillardFix error when create-dragging note backwards past...
2014-11-14 David RobillardDon't make MIDI regions in note mode completely invisible.
2014-11-14 David RobillardFix crash after deleting automation region views (...
2014-11-14 David RobillardFix crash when deleting overlapped regions.
2014-11-12 Robin Gareusfix compilation with gcc-4.9.1
2014-11-12 Robin Gareusadd popup message and error log for AU crash reports
2014-11-12 Robin Gareusadd AU plugin scan to Preferences UI
2014-11-12 Jeremy CarterMerge branch 'plugin-automation'
2014-11-12 Jeremy Carterfixed automation *_all button crash
2014-11-11 Jeremy CarterMerge branch 'plugin-automation'
2014-11-11 Jeremy CarterAdded Write All, Play All, etc. automation buttons...
2014-11-11 Robin Gareusadd 512px icon
2014-11-10 Paul Davisredraw entire canvas when ColorsChanged is emitted
2014-11-10 Paul Davisset canvas background color
2014-11-10 Paul Davisadd new color variable for arrange canvas background
2014-11-07 Paul Davisuse new canvas colors header as necessary
2014-11-07 Paul Davisremove TimeAxisViewItem::RIGHT_EDGE_SHIFT; fix up x...
2014-11-07 Paul Davissimplify removal of outline from streamview base rect
2014-11-07 Paul Davissimplify removal of outline from automation time axis...
2014-11-07 Paul Davisfix up dimensions of ghostregion colored rect
2014-11-07 Paul Davisdon't created vestigial frame canvas item for TimeAxisV...
2014-11-06 Paul Davisadd a selection frame to TimeAxisViewItem along with...
2014-11-06 Paul Davisvarious positional fixes for TimeAxisView, including...
2014-11-06 Paul Davisstreamview no longer outlines any part of its canvas...
2014-11-05 Paul Davispermit initial contents of a FloatingTextEntry
2014-11-04 Paul Davisuse ArdourCanvas::TimeRectangle for regions, notes...
2014-11-04 Paul Davismove start of a time axis view back to 0.0 on the x...
2014-11-03 David RobillardCheck whether frequency controls are audible or low...
2014-11-03 David RobillardAdd menu to set frequency controls in beats, and half...
2014-11-03 David RobillardNote selector dialog for note controls.
2014-11-03 David RobillardReduce coupling between Plugin and PluginInsert.
2014-11-02 David RobillardFix crash when showing UI for plugins with output contr...
2014-11-02 Paul Davisrepropagate button press event outside of FloatingTextE...
2014-11-02 Paul Davisuse modal grab and event_is_inside_widget_window()...
2014-11-02 Paul Davisslightly increased debugging output for -D accelerators
2014-11-02 David RobillardDisplay gain and midiNote plugin parameters/properties...
2014-11-02 David RobillardAutomation of LV2 plugin properties.
2014-11-02 David RobillardMove ParameterDescriptor from Plugin to its own header.
2014-11-02 David RobillardDecouple ControlUI from port index.
2014-11-02 David RobillardDon't complain about properties with plugins that do...
2014-11-01 Robin Gareusone off by one off - red-selection outline
2014-11-01 Robin GareusNOOP, just whitespace/indenting
2014-11-01 Robin GareusSlider Controller API Change
2014-11-01 Robin Gareusretain selection on track-height change
2014-11-01 Robin Gareusconvert interface <> internal values for all automation
2014-11-01 David RobillardMore generic RT-safe implementation of LV2 properties.
2014-11-01 David RobillardFix spelling error.
2014-11-01 David RobillardRemove unused variable.
2014-10-31 Paul Davisadd new floating text entry class (ported from Tracks)
2014-10-31 Robin Gareusplug memory leak
2014-10-31 Robin Gareusprototype [LV2]patch-change support for generic plugin...
2014-10-29 Robin Gareusfix "Session Setup" dialog obscures "File Open" dlg...
2014-10-29 Robin Gareusfix typo in 58fec98a
2014-10-29 Robin Gareusredraw summary when theme preference changes & consolid...
2014-10-29 Robin GareusKind of Blue
2014-10-29 Robin Gareusfix vertical canvas scrolling
2014-10-29 Robin Gareusfix summary display (offset on-canvas rulers)
2014-10-29 Robin Gareusfix summary re-size
2014-10-29 Paul Davisugly hacks to make the peak display widget not act...
2014-10-29 Paul DavisRevert "change the peak display widget from Gtkmm2ext...
2014-10-28 Robin Gareusdon't show x-fade menu when right-clicking on frame...
2014-10-28 Robin Gareusadd win IRC channel
2014-10-27 Robin Gareusfix potential crash at session close (when port-matrix...
2014-10-26 Robin Gareusfile binary compat is for windows in general (not msvc)
2014-10-25 Robin Gareuscombine short periodic timeout functions for windows.
2014-10-24 Paul Davisport changes to ARDOUR::Location and ARDOUR::Locations...
2014-10-23 Robin Gareusshow meter-bridge context-menu on mouse-down
2014-10-23 Robin GareusDon't show meter-type menu for MIDI-only meters
2014-10-23 Robin Gareusanother round of compiler warning fixes
2014-10-23 Robin Gareusavoid name conflict with Note (gtk2_ardour/note.h)
2014-10-23 Robin Gareussmall round of compiler warning fixes
2014-10-22 Paul Davisprevent negative playhead positions from entering code...
2014-10-22 Robin Gareuswindows: allow loading session with absolute path
2014-10-22 Robin Gareushide splash screen on Windows
2014-10-22 Paul Davisremove "canvasvar_" from all functions related to obtai...
2014-10-21 Ben Loftissome keyboard layouts have KP_Separator instead of...
2014-10-21 Paul Davisslightly closer to correct color for peak display butto...
2014-10-21 Paul Davisset correct font for peak display button
2014-10-21 Paul Davisadd ::set_layout_font (const Pango::FontDescription...
2014-10-21 Paul Davischange the peak display widget from Gtkmm2ext::FocusEnt...
2014-10-21 Paul Davisa few tweaks to zoom computations so that zoom-to-range...
2014-10-21 Paul Davisremove mouse zoom mode; bind z to zoom-to-range
2014-10-21 Paul Davisfix note 15897 on #5589 - only use fader cursor for...
2014-10-21 Paul Davisadd mouse mode enums to enums.cc (just for utility...
2014-10-21 Robin GareusDisallow midi-note duration changes beyond region bound...
2014-10-21 Robin Gareusfix midi-ghost region y-scale
2014-10-21 Robin Gareusfix track height resizing on OSX.
2014-10-21 Robin Gareusfix region drag/drop from region list
2014-10-21 Robin Gareusfix stuck key-grab/scrolling.
2014-10-21 Robin GareusMidi Region: pass unhandled scroll events to regionview
2014-10-20 Robin Gareustrack height fixes:
next