summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2018-02-10Copy+Paste thinko: use passed-in variable instead of member variable. Maybe ↵Ben Loftis
fix potential crash.
2018-02-10Cairo-fix cursor lines so they align perfectly with Rulers, Grids, and ↵Ben Loftis
region edges.
2018-02-09Remove unused code.Ben Loftis
2018-02-09Fix potential crash with EditAtSelectedMarker, when no marker is selected.Ben Loftis
2018-02-09new_grid: Add grid_lines.ccBen Loftis
2018-02-09new_grid: Rewrite of Snap and Grid. (squashed commit)Ben Loftis
Separate Snap from Grid. Lots of naming changes. Multiple simultaneous snap options allowed. Grid is one of the possible Snap options. Grid uses the same data as the rulers. Replace complicated tempo_lines with simple grid_lines. The Grid is zoom-scale-sensitive along with the rulers. If you are zoomed out, grid becomes coarser.
2018-02-09new_grid: MidiRegionView::motion should propagate thru RegionView, so ↵Ben Loftis
snapped_cursor is updated. This probably fixes other bugs as well.
2018-02-09new_snap: Snapped Cursor ( squashed commit )Ben Loftis
Snapped Cursor is a line that follows the edit point, and indicates where the operation will occur. This replaces and extends the line that appears with the Cut tool. New associated preferences: snap_threshold and show_snap_cursor.
2018-02-02Further defer changes of plugin Tags+Status, and consolidate code to call ↵Ben Loftis
PluginListChanged only once.
2018-01-31Revert "Clean up help-text, use multi-line single labels"Robin Gareus
This reverts commit 17cdc8114c0efa568f4a2f6f5eefb43c747f3b0c. Using table row-pacing between labels provides a nicer layout (less vertical blank space)
2018-01-31Only list hidden plugins with "Show hidden only"Robin Gareus
2018-01-31Use new tag-search APIRobin Gareus
This fixes an issue where "By Tag" dropdown contained empty menu-items, in case a hidden plugin is the only one with a given tag.
2018-01-31Clean up help-text, use multi-line single labelsRobin Gareus
2018-01-31Fix sensitivity of Tag-reset-button and row activationRobin Gareus
2018-01-30Plugin-Selector: Use ArdourButton instead of Gtk::CheckButtonRobin Gareus
2018-01-30Remove GUI-side LADSPA author-name tweaks.Robin Gareus
2018-01-30Plugin-Selector replace Gtk::ComboBox with ArdourDropdownRobin Gareus
2018-01-30Use backend-API to reset tags, remove unused categoryRobin Gareus
2018-01-30Don't automatically open plugin-GUI if there are no controlsRobin Gareus
2018-01-30Further tweaks to Plugin-Selector:Robin Gareus
* update current search when toggling search_ignore_checkbox * take filter-view into account when changing plugin-status, immediately hide hidden or un-favorerd plugins from view. * default to "effects only"
2018-01-29Plugin Selector: ui tweaks.Ben Loftis
2018-01-30Major overhaul of plugin-selector: tag-management & filterRobin Gareus
This is a squashed commit of various 'nutag' topic branch commits: * re-layout plugin-manager * remove category, add tags * combine I/O columns in list. * update filter to search name and tags
2018-01-30Add plugin tag-filter to Mixer-favorites sidebarRobin Gareus
2018-01-30New PluginStatusesChanged APIRobin Gareus
2018-01-30Prepare for PluginStatusesChanged API changeRobin Gareus
2018-01-30LuaInstance: prepare for 3 argument signal/slot callbacksRobin Gareus
2018-01-27Emit a single change when changing track selection in the mixer.Robin Gareus
Previously changing track-selection emitted 2 "stripable_selection_changed" events: select (nil); select (new). This fixes an issue with the FaderPort ctrl surface when editing plugins: Switching from one track to another follows selection, but if no track is selected, the FP switches from "Edit Plugins" to "Track" mode.
2018-01-27remove accidentally commited fileRobin Gareus
2018-01-27Fix some small memory leaks (GUI)Robin Gareus
2018-01-25Add tooltip to markers so they can be found without zooming in.Ben Loftis
2018-01-23Update Japanese translationHiroki Inagaki
2018-01-21Fix ffmpeg/ffprobe parser (sample/frame 30b087ab) - #7544Robin Gareus
2018-01-21Use "frame" for video-frames, fixes video-monitor state.Robin Gareus
revert/amend/undo 30b087ab for video-related units
2018-01-21Fix Export-format timecode spec (frames: timecode frames)Robin Gareus
undo/fix 30b087ab3d
2018-01-21Fix video preview request - #7544Robin Gareus
see also 2e9fcceb1e and 30b087ab3
2018-01-14fix DSP load indicator colorRobin Gareus
2018-01-14Add Toolbar disk-space widget.Robin Gareus
2018-01-14Separate DSP load indicator into generic gauge widgetRobin Gareus
2018-01-01amend a954dca1: Prost Neujahr!Robin Gareus
2018-01-01Bonne année 2018Robin Gareus
2017-12-31Keep Script Window on top.Robin Gareus
Compare to f83dbf83. We cannot use an ArdourWindow here (which would do this automatically) since we don't want any keyboard-event forwarding from this editor-window. It's also a main window, not a WM::ProxyTemporary.
2017-12-31Don't use a timer to update panner-UIs, rely on Changed signalRobin Gareus
2017-12-28Fix initial transport-window state displayRobin Gareus
2017-12-28Add DSP-load & x-run widget to the toolbar.Robin Gareus
2017-12-23Add Panic-button sensitivity for consistencyRobin Gareus
2017-12-23Add keyboard-shortcuts to Transport WindowRobin Gareus
2017-12-22Backport Mixbus transport-button profileRobin Gareus
2017-12-22Update Japanese translationHiroki Inagaki
2017-12-22Add a separate, dedicated transport-control windowRobin Gareus
2017-12-22Separate and consolidate Transport-Control-UI codeRobin Gareus