summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2017-08-09Add Lua bindings to set toggle-actionsRobin Gareus
2017-08-08SystemExec Lua bindings (vfork, fire+forget)Robin Gareus
2017-08-08Hide TrackList "Active" toggle for VCAsRobin Gareus
2017-08-07slight tweak for more code consistency between ::toggle_solo() and ↵Paul Davis
::toggle_mute()
2017-08-07some structure/code for managing menu sensitivity now that VCAs are selectablePaul Davis
2017-08-07Name New VCAs from SelectionRobin Gareus
2017-08-07Improve Track > Toggle Solo/Mute, include VCAsRobin Gareus
2017-08-07Fix Windows builds (amend 7009ff03)Robin Gareus
2017-08-06More RouteTAV -> StripableTAV updates (Editor List)Robin Gareus
2017-08-06Use StripableTAV to inform Ctrl surfaces about selection.Robin Gareus
2017-08-06VCA TimeAxis Context MenuRobin Gareus
NB. This calls for a vca_ui (alike route_ui) to consolidate common methods like choose_color, assign/drop slaves etc)
2017-08-06Update Selection API to include all StripablesRobin Gareus
2017-08-06Update Remove Track(s) dialog to include VCAsRobin Gareus
2017-08-06Allow to select VCAsRobin Gareus
2017-08-06Remove some debug output (gtk2_ardour)Robin Gareus
2017-08-06Yet another blind copy/paste issue fix.Robin Gareus
2017-08-05Fix Clock Font on OSX (fixes Big Clock Window Size)Robin Gareus
Meanwhile libpango was fixed and we use CTFontManagerRegisterFontsForURL() on OSX >=10.6
2017-08-05Fix Track/Bus dialog name-entry defaultRobin Gareus
Changing the track-type to add changes the name which marked the name-entry as "edited by user", even though it was Ardour itself which changed the name.
2017-08-04SNAFU. Allow changing engine buffer-size while runningRobin Gareus
2017-08-03Update sv.poKristoffer Grundström
2017-08-03Updated Swedish languageKristoffer Grundström
Signed-off-by: Kristoffer Grundström <hamnisdude@gmail.com>
2017-08-03Fix Session > New (cancel retains the current session if any)Robin Gareus
2017-08-02Update clear_gray-ardour.colorscooltehno
2017-08-02Update caineville-ardour.colorscooltehno
2017-08-01Fix ATAV GUI property cleanupRobin Gareus
AutomationTimeAxisView::state_id() requires a stripable (stripable == automatable + parameter OR stripable + control)
2017-07-31More Russian translation updatesPetr Semiletov
2017-07-31Fix erroneous changes in the previous updates, translate more into RussianAlexandre Prokoudine
2017-07-31Indicate whether to show plugin's inline display in GUIJohannes Mueller
This is currently done by an extension data similarly to LV2_INLINEDISPLAY__interface.
2017-07-31Some abstractions to make the display look good in the plugin guiJohannes Mueller
2017-07-31Display the inline display in the generic plugin guiJohannes Mueller
2017-07-31Put plugin inline display into a freely available class ...Johannes Mueller
... and let ProcessorBox::PluginInlineDisplay inherit from it.
2017-07-30More Russian translation updated and fixesPetr Semiletov
2017-07-30Update Russian translationAlexandre Prokoudine
2017-07-30VCA master-strip: drop gain-control referenceRobin Gareus
2017-07-30Remove an unused variableRobin Gareus
2017-07-29Russian po updates, typo in automation_time_axis.cc fixPetr Semiletov
2017-07-29Fix edit-cursor in TextEntryRobin Gareus
Gtk::WINDOW_POPUP cannot be used for windows that require focus. A gtk-entry without focus does not show an edit-cursor.
2017-07-28Allow to rename VCAs in the editorRobin Gareus
2017-07-27Fix pasting automation at 0Robin Gareus
2017-07-27Fix ATAV hide button for VCA lanesRobin Gareus
2017-07-26Ask user to save when using save-as or snapshot+switch.Robin Gareus
2017-07-25Fix #6280 – region (first_frame()==0) selectable with SnapRegionBoundaryJohannes Mueller
Issue #6280 states that when selecting ranges using SnapToRegionBoundary it's not possible to select regions with first_frame() == 0. This is because Playlist::find_next_region() does not consider region boundaries == pos but only > pos. Thus it never considers pos == 0 to be a region boundary. This solution tries to be as little invasive as possible without changing the semantics of PlayList::find_next_region(). Therefore position 0 is added to the region boundary cache if there's a region starting at position 0 in any track.
2017-07-24update japanese translation (Hiroki Inagaki)Paul Davis
2017-07-24Add touch to trim-controlRobin Gareus
2017-07-24Remove unused "mark" parameter from stop_touch() APIRobin Gareus
2017-07-24Drags are such a drag.Robin Gareus
2017-07-24Start/end touch for generic-UI knob and proc-box inline ctrlsRobin Gareus
2017-07-23Initialize some uninitialized variablesRobin Gareus
Editor::redisplay_tempo() is called early on, before Editor::set_timecode_ruler_scale() and Editor::compute_bbt_ruler_scale () are called. That is a bug which needs fixing (initial tempo+grid display) . Still, uninitialized vars are not good.
2017-07-22Update zh.po for v5.10 Chinese LanguageYQ-YSY
2017-07-21Hide VTAV header controls for small heightRobin Gareus