summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-05missing mod to MonitorSection declaration, per previous commitPaul Davis
2016-06-05remove duplicate name_label widget from TimeAxisView (AxisView provides it)Paul Davis
2016-06-05RouteUI connects to Route's PropertyChange signal; derived types implement ro...Paul Davis
2016-06-05don't add routes+VCAs separately to editor routes during startup; merge into ...Paul Davis
2016-06-05remove unused sort objectPaul Davis
2016-06-05use PresentationInfo API to mark Stripable elements hidden (from editor)Paul Davis
2016-06-05update use of PresentationInfo/Stripable APIPaul Davis
2016-06-05fix initialization in MidiTimeAxisViewPaul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-05new color utility functions to convert between uint32_t and Gdk::ColorPaul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-05use modified PresentationInfo/Stripable APIPaul Davis
2016-06-05when adding a list of Stripables, sort them into PresentationInfo order firstPaul Davis
2016-06-05no-op: one line not 3Paul Davis
2016-06-05there is no PresentationInfo::global_order_t any morePaul Davis
2016-06-05RouteUI is no longer an AxisView so use ARDOUR_UI::instance()->gui_object_sta...Paul Davis
2016-06-05add bracesPaul Davis
2016-06-05use new RouteGroup property namesPaul Davis
2016-06-05bring back the beta release warning for users new to 5.x-preNPaul Davis
2016-06-05RouteUI is now also derived from SessionHandlePtr but NOT AxisView. Fix initi...Paul Davis
2016-06-05change AxisView color API to be virtual and implement per-type variantsPaul Davis
2016-06-05adjust color API for RouteUI to use PresentationInfo's colorPaul Davis
2016-06-05make AxisView::marked_for_display() be virtual so we can use the a Stripable'...Paul Davis
2016-06-05extensive changes to PresentationInfo APIPaul Davis
2016-06-05fix registration of PresentationInfo enumsPaul Davis
2016-06-05extend comments to avoid unused-variable warnings from commented codePaul Davis
2016-06-05change property names (not quark/strings) for RouteGroup properties to avoid ...Paul Davis
2016-06-06Use non-magic widths for the now fixed-width mode region list.nick_m
2016-06-05generic plugin UI: insensitive NotAutomatableRobin Gareus
2016-06-06Midi regions recalculate their length in frames when moved/copied.nick_m
2016-06-05plugin support for Controllable::NotAutomatableRobin Gareus
2016-06-05OSC: Added feedback for /selectLen Ovens
2016-06-05prepare for LV2 non-automatable control portsRobin Gareus
2016-06-05refine self-automating plugin interfaceRobin Gareus
2016-06-05Fix ignored note_type in TempoMap::frames_per_beat_at().nick_m
2016-06-04show existing automation lanes regardless if they were visible before.Robin Gareus
2016-06-04OSC: Bug fix for no monitor, bug fix heart beat on turned global feedback on.Len Ovens
2016-06-04Clamp tempo curve height.nick_m
2016-06-03allow latent self-automating pluginsRobin Gareus
2016-06-03update session-utilsRobin Gareus
2016-06-04Fix FramedCurve Outside fill for curve.nick_m
2016-06-04More FramedCurve render worknick_m
2016-06-03NO-OP: add blank line to make comments clearerPaul Davis
2016-06-03fix both canvas scrolling and interleaving of VCA + Routes in editorPaul Davis
2016-06-04Fix framed curve thinko.nick_m
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::orderPaul Davis
2016-06-03simplify PresentationInfo concept of order so that it is always globalPaul Davis
2016-06-03fix a -WreorderRobin Gareus
2016-06-02NOOP: space requiredPaul Davis