summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ui_config_vars.h
AgeCommit message (Collapse)Author
2020-04-14Change default for embedding files via DnDRobin Gareus
Man new users drag/drop files onto the canvas without being aware that Ardour only references external files. This can break sessions when those files [re]moved.
2020-01-15Change default preferences as discussed on IRC todayBen Loftis
2019-12-19Vkeybd simplificationRobin Gareus
* remove Y-axis dependent velocity (difference between black/white keys made this not very usable * remove Bank/Patch selector (there are already three other Bank/Patch UIs * move keyboard-layout selection into Preferences > MIDI
2019-12-04Allow using ArdourSans as optional default fontRobin Gareus
2019-11-09Preview video frame when draggingRobin Gareus
2019-09-29Add Latency Control Toolbar WidgetsRobin Gareus
2019-09-26Backport sensible ui-config defaults for MixbusRobin Gareus
2019-09-25Remove ui-config mixbus ifdef'sRobin Gareus
2019-08-12Add Pref to write mixer-screenshot post-exportRobin Gareus
2019-08-11Allow to inhibit screensaver/system sleepRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
Copyright-holder and year information is extracted from git log. git history begins in 2005. So (C) from 1998..2005 is lost. Also some (C) assignment of commits where the committer didn't use --author.
2019-06-21Show some Lua script buttons by defaultRobin Gareus
This improves discoverability of edior action scripts
2019-06-12mixbus should always copy imported filesNikolaus Gullotta
2019-05-29add option to show/hide region namesPaul Davis
2019-04-11Ardour/Mixbus codebase unification - ui configRobin Gareus
2019-04-10Add option to leave vertical gap below audio regionsRobin Gareus
This is a backport from Mixbus, to leave are 4 "open" pixels at the bottom of the track so one can see the grid-lines between tracks. This is useful with low region-transparency. grid-lines behind opaque regions are not visible.
2018-11-19Use libardour video-tool path (2/2)Robin Gareus
2018-10-31Allow to limit strip-inline controls (GUI optimization)Robin Gareus
2018-10-02Add a GUI option to enable boxy button styleRobin Gareus
2018-07-27Allow to disable smart ruler changes.Robin Gareus
2018-07-27new_grid: Add options for rulers_follow_grid and grid_follows_internalBen Loftis
2018-07-03permit editing velocity bars optionPaul Davis
2018-07-03set up core stuff for velocity display optionPaul Davis
2018-02-17Move cpu and disk gauges into the status bar at top.Ben Loftis
2018-02-14Default snap-to-grid TRUEBen 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-11-23Implement clock delta modesRobin Gareus
* use new config variable * update GUI to select delta-modes * delegate delta-calculation to MainClock * save offset to calculate absolute-time
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-06-18Add option add automation-lane points on the line -- #7397Robin Gareus
2017-06-13Restore the state of the autoplay button in the import dialogTim Mayberry
2017-05-08Limit clock displays to 30days (720hours) by default.Robin Gareus
This prevents various edge-cases of selection-clocks (eg. unbound range selection after start-range; and makes it near impossible to roll-over 2^63 using GUI operations)
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-19Use int32_t type instead of long for font-scale UI configuration variableTim Mayberry
long type can not be used with PBD::to_string/string_to
2017-03-26Add option to disable blinking alert buttons.Robin Gareus
2017-03-13Default to a pastel color tetrad palette.Robin Gareus
2017-03-11Allow to customize color-picker-paletteRobin Gareus
2017-01-16Configurable toolbar rec/punch & monitoring buttonsRobin Gareus
2016-12-28Allow fine grained control over localeRobin Gareus
2016-12-21Add option to hide the 2ndary clockRobin Gareus
2016-12-20Allow to customize parts of the main toolbarRobin Gareus
2016-12-13Add option to Zoom to Selection on double clickTim Mayberry
Currently implemented for Region and Range selections. The new option is false/off by default to maintain existing behaviour. I'm not sure it should require another option, perhaps Zoom to Selection should be the default and accessing the region properties dialog can be via Modifier+double click, but further changes can be made on user feedback etc. Related: #7112
2016-11-11Add option to zoom using button press in the time rulers and dragging verticallyTim Mayberry
This is a common operation used for zooming in other DAWs like Ableton Live and Cubase. To support such a usage pattern without changing the existing behaviour of the ruler area I've made it an option that is false by default. The behaviour of RulerDragZoom is intentionally different than a CursorDrag that occurs in the rest of the ruler area in that it doesn't follow the snap to grid setting and no locate related stuff occurs until button release. There are some issues with responsiveness with more than a few hundred regions or a large amount of MIDI events/notes. Implements feature #6768
2016-06-21fix default color file name in code default definitionPaul Davis
2016-06-07provide GUI option to control WM visibility info usePaul Davis
2016-05-31reflect inclusion of appname in theme file namePaul Davis
2016-05-31it is probably a mistake to rename dark -> Dark at this particular point in timePaul Davis