summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
AgeCommit message (Collapse)Author
2014-05-01Add ComboOption configuration for default-fade-shapeAdrian Knoth
Let the user choose the preferred default fade shape in the editor section of the preference menu.
2014-04-28Fix some capitalisation in the preferences dialog.Carl Hetherington
2014-04-20add missing "Path" to label, re-order VST preferencesRobin Gareus
2014-04-17new transport option, "loop-is-mode" which optionally changes the role of ↵Paul Davis
the "play loop" button. If enabled, then the button simply changes the behaviour of the "play" button rather than actually starting playback. If disabled transport behaviour should be unchanged from before.
2014-04-16add preferences item for show-name-highlight (does not take effect till next ↵Paul Davis
instance)
2014-04-15fix ridiculous spelling errorPaul Davis
2014-04-10fix tetris-ized mixer strips AND return option to have group button in mixer ↵Paul Davis
strip
2014-03-23add needed separatorBen Loftis
2014-03-09default plugin scan timeout preferenceRobin Gareus
2014-03-01re-work VST paths configuration.Robin Gareus
environment vars provide the "default", but are no longer relevant once ardour-internal paths are configured.
2014-02-28make custom lxvst path work..Robin Gareus
2014-02-28display policy of plugin-scan progress popup-windowRobin Gareus
Only show scan-progress when discovering new plugins (discovery can be cancelled) and optionally also show it during 'scanning index only' (with insensitive cancel button)
2014-02-28move Paths Dialog to libgtkmm2extRobin Gareus
2014-02-26user-configurable VST search paths (basic UI)Robin Gareus
2014-02-25option to en/dis-able VST plugin discovery on startupRobin Gareus
2014-02-24plugin scan progress-display & preferencesRobin Gareus
2014-02-10replace a few creeping instances of the string "Ardour" with PROGRAM_NAMEPaul Davis
2014-01-23fix merge conflict with masterPaul Davis
2014-01-22configurable midi audition synthRobin Gareus
2014-01-14merge (with conflict fixes) with master (even against rgareus' recommendation)Paul Davis
2014-01-13add preference -- link-send-and-route-panner defaultRobin Gareus
2014-01-10Merge windows+cc branch into cairocanvas branch. Not finished, need to now ↵Paul Davis
merge windows branch to get changes from there
2013-12-30add preferences slider for waveview clip level (not working just right yet)Paul Davis
2013-12-23fix redrawing of canvas with an optimized buildPaul Davis
Best guess right now is that optimization does something bad when ceil() is called twice on a very large dbl-precision number, which results in a zero (empty) redraw area. Without the removal of the redundant ceil & floor functions, no expose events would be delivered to the canvas in an optimized build during drags (and maybe more).
2013-12-21new ControlProtocolManager API, and proper handling of view/model changes in ↵Paul Davis
the RC options (prefs) editor
2013-10-22merge from masterPaul Davis
2013-10-21Unify editor / mixer ordering.nick_m
2013-10-16merge with master and fix 2 conflictsPaul Davis
2013-10-06Merge branch 'master' into windows+ccJohn Emmas
Conflicts (hopefully resolved): gtk2_ardour/ardour_ui.cc gtk2_ardour/ardour_ui.h gtk2_ardour/ardour_ui_options.cc
2013-10-03'gtk2_ardour' - Add namespaces + casting where necessary + general bits of ↵John Emmas
'correctness' to keep MSVC happy
2013-09-17more excision of "JACK" from labels, menu items, etc.Paul Davis
NOTE: users will lose the sample rate/latency display in the status bar display. Not yet sure what to do about this
2013-09-14fix merge conflicts with masterPaul Davis
2013-08-08make master-meter in toolbar optionalRobin Gareus
2013-08-08add dedicated line-up level for IEC1/DIN meter (15dbFS)Robin Gareus
2013-08-08make LED meter style optionalRobin Gareus
2013-08-08fix typo for 0VU = 8dBu in configRobin Gareus
2013-08-08add "0VU = +8dBu" VU meter configRobin Gareus
2013-08-08clarify meter preference optionsRobin Gareus
2013-08-08implement meter-lineup and VU standard preferencesRobin Gareus
2013-08-08fix typoRobin Gareus
2013-08-07major redesign of MIDI port heirarchy and management (part 2)Paul Davis
2013-08-05fix conflicts after merge with masterPaul Davis
2013-08-04make master-meter in toolbar optionalRobin Gareus
2013-07-30remove compile errors (still will not link and JACKPortEngine is not close ↵Paul Davis
to done)
2013-07-28add dedicated line-up level for IEC1/DIN meter (15dbFS)Robin Gareus
2013-07-28make LED meter style optionalRobin Gareus
2013-07-25fix typo for 0VU = 8dBu in configRobin Gareus
2013-07-23add "0VU = +8dBu" VU meter configRobin Gareus
2013-07-23clarify meter preference optionsRobin Gareus
2013-07-23implement meter-lineup and VU standard preferencesRobin Gareus