summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.h
AgeCommit message (Expand)Author
2016-12-30Shrink some spinnersRobin Gareus
2016-12-29Consolidate Preferences/OptionEditorRobin Gareus
2016-12-28Further preference-dialog re-layout work in progress..Robin Gareus
2016-12-28Prefs Dialog: consistent headings, spacing, reduce width,..Robin Gareus
2016-12-28Add Locale config preferences and rearrange UI prefsRobin Gareus
2016-07-26Factor out and simplify the search by components in options treeJulien "_FrnchFrgg_" RIVAUD
2016-06-07a better solution to the inheritance issue fixed in the previous commitPaul Davis
2016-06-07fix up inheritance heirarchy and constructors so that the Session Properties ...Paul Davis
2016-03-06change OptionEditor to use a left-hand-side treeview to navigate the notebookPaul Davis
2016-02-22fix inheritance/class design to get both SessionOptionEditor and RCOptionEdit...Paul Davis
2016-02-22the basics of tabbedPaul Davis
2015-12-12add rc-config widget to display text-config/paths (read only)Robin Gareus
2015-12-08add Action-Button for rc-config dialogRobin Gareus
2015-11-04Let Entry of FaderOption react on ENTER and allow only numerical input.André Nusser
2015-10-05NOOP, remove trailing tabs/whitespace.Robin Gareus
2015-05-05fix some gtk filechooser issuesRobin Gareus
2015-03-09Fix a couple of issues when displaying the 'Preferences' dialog on Windows:-John Emmas
2015-03-05Add MIDI readahead to options editor.David Robillard
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-15move theme manager into preferences windowPaul Davis
2014-09-02add a special bool option that prevents redrawingRobin Gareus
2014-06-29add a generic Option Editor Component for stateless widgetsRobin Gareus
2014-06-26accept text-entry-change w/o enter and add filter_text optionRobin Gareus
2014-06-25expose Gtk::HScale member of OptionEditor::HSliderOptionPaul Davis
2013-09-26Deliberately specify 'Gtk::manage' where necessary (avoids creating ambiguiti...John Emmas
2013-09-26'gtk2_ardour (msvc)' - Some changes needed before anything at all will compileJohn Emmas
2013-07-10fix HSlider OptionRobin Gareus
2013-07-10proper peak-indicator threshold config widgetRobin Gareus
2013-01-23allow markup to be used in BoolOption items in an option editorPaul Davis
2013-01-10goodbye pixmaps and pixbufs (no longer) used by Gtkmm2ext::PixFaderPaul Davis
2012-11-13implement TC offset for slave&generator.Robin Gareus
2012-11-11add support for using - as prefix keys to enter a negative value in an audio ...Paul Davis
2012-11-09make timecode offset workRobin Gareus
2012-10-23LTC generator configRobin Gareus
2012-10-15create and manage a new config parameter that defines where LTC originates (s...Paul Davis
2012-10-10add the notion of a "tip widget" for all option editor elements, allowing us ...Paul Davis
2012-06-19Clarify the meaning of the show-region-gain-envelopes option.Carl Hetherington
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-01-27tweak appearance of a FaderOption in the option editor(s)Paul Davis
2012-01-22For now, only use the multi-threaded process code if we areCarl Hetherington
2011-11-19Wrestle a little more with the comedy FileChooserButton APICarl Hetherington
2011-11-19Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.David Robillard
2011-11-04Add option to set default-session-parent-dir (#4438).Carl Hetherington
2011-06-01Delete trailing whitespaceDavid Robillard
2011-02-17Bring up the click tab of the RC options window when right-clicking on the cl...Carl Hetherington
2011-01-04Disable solo-controls-are-listen-controls if we don't have a monitor bus. Sh...Carl Hetherington
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis
2010-05-20A few cleanups and rearrangements in the RC options. Add options for default...Carl Hetherington
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis