summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
AgeCommit message (Collapse)Author
2018-09-21Fix --no-nls (3/5), prefer #if in gtk2_ardourRobin Gareus
This is for consistency with system-wide gettext.h which is used by some 3rd party libs. system-wide gettext uses `#if ENABLE_NLS`, not #ifdef
2018-09-20Fix metronome emphasis preference (#7666)Robin Gareus
2018-09-18new transport slave/master implementation, gui editionPaul Davis
2018-09-13Implement new Enclosed region equivalence modeColin Fletcher
2018-08-04Fix preference ID for MIDI-inputRobin Gareus
2018-07-27new_grid: Add options for rulers_follow_grid and grid_follows_internalBen Loftis
2018-07-19Fix Ctrl-Surface UI/Edit button sensitivityRobin Gareus
Only enable button if the surface has an editor-GUI.
2018-07-03move velocity display options under Appearance/EditorPaul Davis
2018-07-03permit editing velocity bars optionPaul Davis
2018-02-26Add missing checkbox: Snap to Marker.Ben Loftis
2018-02-17Tweak the text of 2 snap options.Ben Loftis
2018-02-17Move cpu and disk gauges into the status bar at top.Ben 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_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-01-14Add Toolbar disk-space widget.Robin Gareus
2017-12-28Add DSP-load & x-run widget to the toolbar.Robin Gareus
2017-12-07Drop the "Lua" in Lua Action Buttons:Ben Loftis
Removed the term "Lua", because users were turned off by something they didn't understand. A special-case Lua script ("Shortcut") allows the user to select an arbitrary Action. The "Shortcut" script is selected by default, and in this case there is no "Type" or "Author" displayed. Action-Buttons may still trigger Lua scripts, as a secondary function.
2017-10-22Update rc_option_editor.ccOlivier Humbert
2017-09-18globally change all use of "frame" to refer to audio into "sample".Paul Davis
Generated by tools/f2s. Some hand-editing will be required in a few places to fix up comments related to timecode and video in order to keep the legible
2017-08-27Editor zoom: add 2hour and 24hour zoom limits.Ben Loftis
2017-08-26Editor zooming: Config preference to define how much zooming will be easily ↵Ben Loftis
allowed beyond the session_ui_extents()
2017-08-26Editor zooming:Ben Loftis
Add config setting for playhead-scroll-speed. Default to 100% for now, but for new users we might later default it to something slower. If you want to scroll quickly, it is preferred to zoom out first, then scroll.
2017-07-17Purify libcanvas, remove libardour dependencyRobin Gareus
A canvas is just a canvas. Move WaveView into its own library.
2017-07-17Move more Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Move Gtkmm2ext widgets into libwidgetRobin Gareus
2017-07-17Separate Ardour UI widgets into dedicated libraryRobin Gareus
2017-07-01Fix some typos (closes GH PR #356)Thomas Brand
2017-06-30Fix a typoRobin Gareus
2017-06-18Add option add automation-lane points on the line -- #7397Robin Gareus
2017-05-13Fix typos (thanks edogawa)Robin Gareus
2017-04-21Update preferences when Ctrl-surfaces change with session.Robin Gareus
2017-04-20Do not set C++ locale.Robin Gareus
Ardour translations and GUI string formatting only depends on the C locale. Modifying the C++ locale may produce erratic results on various systems (in particular OSX and macOS) and cause incompatibilies with plugins.
2017-04-01GUI options for rec-only metronomeRobin Gareus
2017-03-26Add option to disable blinking alert buttons.Robin Gareus
2017-03-08Pop down dialog before re-scanning VSTsRobin Gareus
2017-02-25Don't use upper-case in options (only headings)Robin Gareus
2017-02-25Tweak preferences textRobin Gareus
2017-02-25Tweak metering prefs: clarify default type behaviorRobin Gareus
2017-02-25NO-OP, re-arrange codeRobin Gareus
2017-02-23remove explicit line-break (rely on wrap)Robin Gareus
2017-02-23Clarify prefsRobin Gareus
2017-02-21fix typo in prev commitRobin Gareus
2017-02-20MB: prefs are detached initiallyRobin Gareus
2017-02-19Consistent dialog title (match "Show Protocol Settings" button)Robin Gareus
2017-02-17Allow to re-scan VST plugins after changing VST-pathsRobin Gareus
2017-01-24re-fine preferences dialog part 13 of 27 (probably):Robin Gareus
* expose try-autostart engine * move Session settings to sub-menu (general was getting to large)
2017-01-21consistent capitalizationRobin Gareus
2017-01-19Fix metronome level preference displayRobin Gareus
click-level fader is not a component added to the top-level, the page intercepts the parameter_changed signal
2017-01-18Promote the preroll_seconds config option to include musical time:Robin Gareus
Interpret negative preroll time as bars
2017-01-16Configurable toolbar rec/punch & monitoring buttonsRobin Gareus