summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-07Fix midi region split, trim and move operations.nick_m
2016-06-07Region always sets position before length.nick_m
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-06there is no remote model choice anymore - ordering is determined by the GUIPaul Davis
2016-06-06fix version reference in beta page/dialogPaul Davis
2016-06-06MSVC won't allow floating point types to be mapped directly to enumsJohn Emmas
2016-06-06Accommodate newly introduced source(s) in our MSVC project (ardour_osc)John Emmas
2016-06-05OSC: More controls in /select/*, off by one fixedLen Ovens
2016-06-06Consolidate notifications when MidiRegion changes length due to position change.nick_m
2016-06-05use, or mostly use PresentationInfo for selection status of Routes.Paul Davis
2016-06-05fix Session::get_remote_nth_stripable() to use zero-based numberingPaul Davis
2016-06-05extend/modify PresentationInfo to make searching for routes via Session::get_...Paul Davis
2016-06-05AxisView does not need to initialize Selectable::_selectedPaul Davis
2016-06-05tweak API of SelectablePaul Davis
2016-06-05OS X specific fix, to match new mixer TreeModel structurePaul Davis
2016-06-05OS X clang build issue fixPaul Davis
2016-06-05fix switching from generic to custom plugin UIRobin Gareus
2016-06-05use PresentationInfo color to set route colors. GUI appears to respond as exp...Paul Davis
2016-06-05don't connect to individual PresentationInfo signals per Stripable; we only r...Paul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
2016-06-05substantive redesign of Gtk::TreeModel used inside Mixer_UI to hold both VCAs...Paul Davis
2016-06-05catch up on change in definition of various AxisView {set,is}_selected() impl...Paul Davis
2016-06-05catch up on change in definition of various AxisView {set,is}_selected() impl...Paul Davis
2016-06-05catch up on change in definition of various AxisView {set,is}_selected() impl...Paul Davis
2016-06-05cleanup API for RouteUIPaul Davis
2016-06-05Stripable signals moved to PresentationInfoPaul Davis
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