summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
AgeCommit message (Expand)Author
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-10-04globally remove all trailing whitespace from ardour code base.Paul Davis
2015-09-11Have GUI Option reflect current state (in case toggle fails)Robin Gareus
2015-05-05fix some gtk filechooser issuesRobin Gareus
2015-03-09Move 'poor_mans_glob()' into libpbdJohn Emmas
2015-03-09Fix a couple of issues when displaying the 'Preferences' dialog on Windows:-John Emmas
2014-12-24Fix OSX build.David Robillard
2014-12-24fix clang compilationRobin Gareus
2014-12-22move ARDOUR::Configuration and ARDOUR::ConfigVariable into libpbdPaul Davis
2014-12-15move theme manager into preferences windowPaul Davis
2014-11-01Slider Controller API ChangeRobin Gareus
2014-09-02add a special bool option that prevents redrawingRobin Gareus
2014-09-02prepare Slider API cleanupRobin Gareus
2014-07-01left-align all pref/option labels for consistency.Robin Gareus
2014-06-26accept text-entry-change w/o enter and add filter_text optionRobin Gareus
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-01-21ditto for clock in session properties dialogRobin Gareus
2013-07-10Revert "replace "-inf" with UTF8 infinity symbol"Robin Gareus
2013-07-10replace "-inf" with UTF8 infinity symbolRobin Gareus
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-01-23part two of allow markup to be used in BoolOption items in an option editorPaul Davis
2013-01-17fix size of FaderOption's faderPaul 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-09make timecode offset workRobin Gareus
2012-06-19Clarify the meaning of the show-region-gain-envelopes option.Carl Hetherington
2012-06-05Marginal cleanup.Carl Hetherington
2012-06-01Make faders visually desensitised when their tracks are in automation-play.Carl Hetherington
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
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-17all new implementation of audio clocks, with entirely new editing model. not ...Paul Davis
2011-11-07fix widget namePaul Davis
2011-11-04Add option to set default-session-parent-dir (#4438).Carl Hetherington
2011-06-19much ado about nothing when it comes to gain controlPaul Davis
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
2010-12-01Re-expose timecode offset in the session option editor.Carl Hetherington
2010-11-10Tidy up a couple of bits in the session option editor.Carl Hetherington
2010-08-17forward port 2.X changes up to and including rev 6767Paul Davis
2010-05-20Remove debug output.Carl Hetherington
2010-05-20A few cleanups and rearrangements in the RC options. Add options for default...Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis