summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui_options.cc
AgeCommit message (Expand)Author
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2011-12-07fix, or at least improve, management of the editor toolbar when maximising ed...Paul Davis
2011-11-18fix transition in and out of delta clock modePaul Davis
2011-11-11put JACK time master option into Session -> Properties -> Timecode, and fully...Paul Davis
2011-11-10more ardour-button-ization; fix transparency of selection rects; use "correct...Paul Davis
2011-07-03Remove some unused code.Carl Hetherington
2011-07-03Display audio file format in the menu bar (#4016).Carl Hetherington
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
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