summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2018-02-17Move cpu and disk gauges into the status bar at top.Ben Loftis
2018-02-17GTKOSX is not a valid check. Use __APPLE__Ben Loftis
2018-02-17Fix a few warningsBen Loftis
2018-02-17MacOS: Move status info to top, just like win+linux. (but no menu up there ↵Ben Loftis
of course.)
2018-02-17Remove display_message(); No more scary log message popups on osx.Ben Loftis
2018-02-14Shrink the peak_display button to avoid blowing-up the vertical spacing of ↵Ben Loftis
the toolbar.
2018-02-14Return a value for blinking.Ben Loftis
2018-02-14If the gauges arent clickable, perhaps they look best with hard edges, ↵Ben Loftis
matching the master-bus meters in the toolbar.
2018-02-14Re-pack the master meters (in the toolbar) so the editor_meter_peak_display ↵Ben Loftis
button is more clickable.
2018-02-14Re-pack dsp_load_indicator next to feedback_indicator et al.Ben Loftis
2018-02-14Blink disk+dsp gauges on major errors ( disk out of space or ↵Ben Loftis
xrun-while-recording )
2018-02-14Revert TRIANGLE_WIDTH for mac. Must be a pango/cairo issue on mac.Ben Loftis
2018-02-14Default snap-to-grid TRUEBen Loftis
2018-02-13COMBO_TRIANGLE_WIDTH should be an odd value.Ben Loftis
2018-02-13Dont delete&create add_vca_buton every time the vca list is updated.Ben Loftis
2018-02-13Fix mixer left/right scroll, snap to strip boundary.Robin Gareus
Ignore add-button (packed at end, start of list) when iterating over strip_packer.children.
2018-02-13Remove cruftRobin Gareus
2018-02-12Users struggle with Pane Dividers. Make them larger, and set a min-size on ↵Ben Loftis
the mixer list pane.
2018-02-12...and also for VCA strips.Ben Loftis
2018-02-12Remove track-adder button from the mixer-list, and add an obvious one at end ↵Ben Loftis
of strips.
2018-02-12Re-pack Editor Toolbar:Ben Loftis
Move zoom tools to right of toolbar. Tweak numeric (mode) keybindings to more closely match the order they appear in the UI. Add some new default keybindings.
2018-02-12Timecode instead of SMPTE.Ben Loftis
2018-02-12Tweak combo-box sizing to match actual triangle size. Tweak size of ↵Ben Loftis
grid_type_selector.
2018-02-11Fix potential crash in snap_to_grid (grid-mark list is empty).Ben Loftis
2018-02-11SoloSelection: gui part.Ben Loftis
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