summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
AgeCommit message (Expand)Author
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
2009-12-12remove using namespace sigc everywhere to ensure clarity over which bind/mem_...Paul Davis
2009-12-11make all use of bind/mem_fun be explicitly sigc:: Paul Davis
2009-11-16Neaten up option editor layouts a bit.Carl Hetherington
2009-05-16Add session preferences dialog.Carl Hetherington
2009-05-15Fix some warnings.Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-04-15first half of the mega-by-hand-commit-by-commit merge from 2.XPaul Davis
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-01-20New matrix-based editor for connections and bundles, based on thorwil's design.Carl Hetherington
2009-01-03Remove some duplicated code. GNOME HIG compliance.Carl Hetherington
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-12-08partial patch/partial by-hand merge of 2.X commits 3169&3170 to 3.X codebasePaul Davis
2008-10-09add global region fade toggle; fixup (?) reload of MIDI config state (both po...Paul Davis
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-08-04* first implementation of MIDI Clock Slave supportHans Baier
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-10-05Add a label to the add midi port button in the options editor. Give the Add ...Carl Hetherington
2007-08-06merge changes to libmidi++ API from 2.0-ongoingPaul Davis
2007-03-18fix rect redraw problem(s); make zoom range rect visible again at the right t...Paul Davis
2007-02-22destructive->sndfile changePaul Davis
2007-02-22remove all lines to avoid recompiles after commitsPaul Davis
2007-02-20make MMC work again, make tracing MIDI input work again, add GUI control for ...Paul Davis
2007-02-09strip X specific from keyboard.cc; fix up many buttons to avoid prelight (mos...Paul Davis
2007-02-01add a persistent folder variable so that every time the sfdb_ui is created, i...Paul Davis
2007-01-08save and restore clock modesPaul Davis
2006-12-20small but major fix for Controllable state storage (do not create illegal XML...Paul Davis
2006-12-19save keybindings to file used at startup; allow keybindings file to be cmdlin...Paul Davis
2006-12-01PBD::strip_whitespace_edges() returns the empty string if the passed string isTaybin Rutkin
2006-11-17fixes for MIDI port setup; options editor now sets trace options correctly (s...Paul Davis
2006-11-03move all destructive functionality into SndFileSource as a mode, and drop Des...Paul Davis
2006-11-03do not allow NSD to quit ardour if the user presses "Quit" with a session alr...Paul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-09-18first attempt at adding new SMPTE formats, moving SMPTE options to menu, addi...Ben Loftis
2006-07-26Minor updates for PathList and OptionEditor.Taybin Rutkin