summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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-06Use non-magic widths for the now fixed-width mode region list.nick_m
2016-06-05generic plugin UI: insensitive NotAutomatableRobin Gareus
2016-06-04show existing automation lanes regardless if they were visible before.Robin Gareus
2016-06-04Clamp tempo curve height.nick_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-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-06-03fix a -WreorderRobin Gareus
2016-06-02there is no explicit "Remote Control ID" control anymore - all done by orderi...Paul Davis
2016-06-02Remove references to a "master faders" window. We went the other way.Paul Davis
2016-06-02make new action to bind BackSpace to in processors boxPaul Davis
2016-06-02make all TimeAxisView derived types return PresentationInfo for sortingPaul Davis
2016-06-03Actions - make set-tempo-from-edit-range sensitive to time selection.nick_m
2016-06-02various safety checks for the result of dynamic_cast-ing a TimeAxisView to Ro...Paul Davis
2016-06-02part three of using LocaleGuard with pane sizesPaul Davis
2016-06-02the second half of using LocaleGuard with pane sizesPaul Davis
2016-06-02add LocaleGuards to 2 places where we save pane sizes (which are floating poi...Paul Davis
2016-06-01fix styling of pane dividers (the original reason for the "*Pane*" widget=>st...Paul Davis
2016-06-01remove un-used name_hbox widget from TimeAxisViewPaul Davis
2016-06-01remove unneeded widget style definitionPaul Davis
2016-06-01remove unnecessary wildcard GTK widget=>style mappingPaul Davis
2016-06-02add Open Target Folder button to Export DialogRobin Gareus
2016-06-01only show "Pin Connections..." in mixer-strip if there are pluginsRobin Gareus
2016-06-01MSVC itself defines a class called CheckMenuItem - so make sure we know to us...John Emmas
2016-06-01new api - update e0ff70cfRobin Gareus
2016-06-01fix windows builds & remove cruftRobin Gareus
2016-05-31fix incorrect value in default_ui_configPaul Davis
2016-05-31change install target dir for color theme files5.0-pre0Paul Davis
2016-05-31show color theme file search path when a file is not foundPaul Davis
2016-05-31clean up some dangling code from ThemeManagerPaul Davis
2016-05-31reflect inclusion of appname in theme file namePaul Davis