summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2016-01-12Comment remaining unsolved bug.André Nusser
2016-01-12Don't show a ghost note when draw mode is entered over a note.André Nusser
2016-01-12Clean enter_internal and leave_internal in MidiRegionView.André Nusser
2016-01-12Fix two ghost note drawing problems.André Nusser
A ghost note could appear: 1) above the region. 2) inside another note even though we haven't yet entered it.
2016-01-12Hide MIDI ghost note when over existing note.André Nusser
2016-01-12Hide ghost note when switching from draw to internal edit mode.André Nusser
Before it was only hidden after moving the mouse.
2016-01-12Fix appearing ghost note after drag select in internal edit mode.André Nusser
2016-01-10check sidebar re-order constrains early on.Robin Gareus
2016-01-10retain expansion-state when reordering plugins in the sidebarRobin Gareus
2016-01-09fix compiler argument order (ldflags/loadlibes) - patch from Rodney DawesRobin Gareus
2016-01-09GUI update for plugin-preset-list API changeRobin Gareus
2016-01-08index plugins before loading state (favorite order)Robin Gareus
2016-01-08better version than prev. commit (avoid name ambiguity)Robin Gareus
2016-01-08fix favorite plugin sort (after plugin-scan)Robin Gareus
2016-01-08indicate monitor-stateRobin Gareus
2016-01-08use config value to avoid race on session-setup.Robin Gareus
2016-01-08monitor-section: re-connect to static actionsRobin Gareus
2016-01-08Update Russian translationAlexandre Prokoudine
2016-01-07don't allow to delete factory presetsRobin Gareus
2016-01-07use new API to query presetsRobin Gareus
2016-01-07only show plugin context-menu if there is a selectionRobin Gareus
2016-01-07remove debug outputRobin Gareus
2016-01-06binding expects BackSpace not BackspaceBen Loftis
2016-01-05Update zh.poYQ-YSY
translate english -> chinese all done.
2016-01-05safe default button focus for deleting playlistsRobin Gareus
2016-01-03fix monitor-section state restore.Robin Gareus
Start counting at zero, no weird +1 here, -1 there, action names are GUI internal anyway.
2016-01-03UI port-events are not limited to outputs.Robin Gareus
2016-01-03fall back to use video-duration from container if stream duration is n/aRobin Gareus
this fixes issues with some .mkv files encoded with libebml v1.2.0 + libmatroska v1.1.0
2016-01-02change Controllable::set_value() API to include grouped control consideration.Paul Davis
This also removes Route::group_gain_control() and associated machinery. Not yet tested with Mackie or other surfaces. More work to done to start using the group capabilities, and also potentially to add or derive more controls as RouteAutomationControls
2016-01-01Processors: separate drag-sources and drop-targetsRobin Gareus
2016-01-01kunterbunte Monitor-SektionRobin Gareus
reduce color diversity and clean up color definitions of the monitor section: mute, solo: use mixer-colors, prefix all MS-colors with "monitor section"
2015-12-30fix typoRobin Gareus
2015-12-30small VST code cleanup: mostly NO-OP. thread attributes and static varsRobin Gareus
2015-12-30set DnD targets per processorRobin Gareus
This prevents DnD of non-processors to the sidebar
2015-12-29keep VST path editor on top of preferences.Robin Gareus
2015-12-29the return of the proper GUI window titlesRobin Gareus
2015-12-29LinuxVST window re-sizing: forward event to child window.Robin Gareus
2015-12-28save users who like to suffix snapshot names some typing.Robin Gareus
2015-12-28plugin-sidebar: select on right-click (before context-menu)Robin Gareus
2015-12-28refine add preset/favorite dialogRobin Gareus
dedicated "Add to Favorites only" mode.
2015-12-28redesign cross-thread registration/signalling systemPaul Davis
This new design will work even when threads that need to receive messages from RT threads are created *after* the RT threads. The existing design would fail because the RT thread(s) would never be known the later created threads, and so signals emitted by the RT thread and causing call_slot() in the receiver would end up being enqueued using a lock-protected list. The new design ensures that communication always uses a lock-free FIFO instead
2015-12-28keep plugin-manager presets in syncRobin Gareus
2015-12-28allow creating plugin-presets by dragging a plugin to the sidebarRobin Gareus
2015-12-28add preset-delete to context menuRobin Gareus
2015-12-27allow to hide monitor-section processor box with processorsRobin Gareus
indicate processors by coloring the button instead.
2015-12-27add "remove from favorites" context menuRobin Gareus
2015-12-27plugin-sidebar: fix PostFader insertRobin Gareus
2015-12-27plugin-sidebar: right click implies select.Robin Gareus
2015-12-27Ardour 4.5 is later than planned.Robin Gareus
Revert "quick hack: hide unfinished processor sidebar for 4.5 release" This reverts commit 20521bad20655a7f4b57b26270ae4d983b6da9a7.
2015-12-27add context-menu for processor-sidebarRobin Gareus