summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_options.cc
AgeCommit message (Expand)Author
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2010-12-23Use MTC instead of MIDI Timecode as the string for the external sync button. ...Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-10-18if a clock is in delta-edit, it should be set to show a duration. this matter...Paul Davis
2010-08-31mostly fix 3409 by making it impossible to sync to JACK if video pull up/down...Paul Davis
2010-07-23Patch from dx9s to rearrange the View/Window menus a bit and add an option to...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-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...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-12-01now that MTC can cause a timecode format change, make sure that our handling ...Paul Davis
2009-11-10lots of tweaks relating to GUI sync managementPaul Davis
2009-11-0990% done with external sync design changes (GUI now has toggle switch for ext...Paul Davis
2009-10-30make 3.0 catch up with transport and other changes in 2.X (hand applied, not ...Paul Davis
2009-10-26change the use of "SMPTE" to "Timecode" to reflect the global economy and the...Paul Davis
2009-10-20Ensure that the loop/punch ruler is always visible when punch in/out is enabl...Carl Hetherington
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-16Nearly remove Options menu.Carl Hetherington
2009-05-16Remove preferences menu options that have been moved into one or other prefer...Carl Hetherington
2009-05-16Move some sync-related options to being session variables.Carl Hetherington
2009-05-16Add session preferences dialog.Carl Hetherington
2009-05-14First stage of options rework.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2008-12-12most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_ca...Paul Davis
2008-11-26* added Menu for sending midi clockHans Baier
2008-10-25* fixed jitter problems for midi clock and removed superfluous UI elementsHans Baier
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-08-04* first implementation of MIDI Clock Slave supportHans Baier
2008-04-11merge 3.0 from 2.0-ongoing@3243Paul Davis
2008-03-17merge with 2.0-ongoing @ rev 3147Paul Davis
2008-02-17Merge with 2.0-ongoing R3077.David Robillard
2008-02-16Merge with 2.0-ongoing R3071.David Robillard
2008-01-10Merge with 2.0-ongoing R2883.David Robillard
2008-01-10Merge libs/ardour and gtk2_ardour with 2.0-ongoing R2837.David Robillard
2007-12-20Port level meters to trunkDoug McLain
2007-12-15Fix compile for when LIBLO=0Tim Mayberry
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-07-16support for 16 bit native filesPaul Davis
2007-06-01merge denormal handling work from 2.0-ongoingPaul Davis
2007-05-14Add 'delta edit cursor' option to primary and secondary clocks. When in this...Doug McLain
2007-04-26Merged changes from trunk 1699:1751 into 2.1-stagingPaul Davis
2007-04-11merged with 1697 revision of trunk (which is post-rc1 but pre-rc2Paul Davis
2007-01-24add GUI control for use-overlap-equivalencyPaul Davis
2007-01-17prevent x-thread calling of ARDOUR_UI::parameter_changed()2.0beta11Paul Davis
2007-01-17merge by hand changes from mtaht to fix up export behaviour, and gcc warnings...Paul Davis
2007-01-17fix ordering of cut/copied regions when pasting; ctrl-click now does the righ...Paul Davis
2007-01-03* added max peak hold state to IO so that the true held peaks can be displayedJesse Chappell
2007-01-02General SMPTE fixes mostly relating to non-integer frame rates. Please Test. ...Nick Mainsbridge