summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
AgeCommit message (Expand)Author
2010-12-10don't show monitor bus inputs in matrix(es); relabel tabs in port matrix; cha...Paul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-09-09Copy-edit.Carl Hetherington
2010-08-24add GUI config support for seamless loop optionPaul Davis
2010-08-17forward port 2.X various changes (not all, but i have a list) ending with 6928Paul Davis
2010-08-12Modify option text to reflect the fact that MIDI automation is always moved w...Carl Hetherington
2010-07-20Copy-edit.Carl Hetherington
2010-07-19Adjust caption to reflect the fact that auto connection of inputs doesn't hap...Carl Hetherington
2010-07-15Copy-edit.Carl Hetherington
2010-07-09Move all sync in / out options out of the menus and into the options dialogue.Carl Hetherington
2010-07-07Setup fixed ports for MIDI control data; hence remove configuration of those ...Carl Hetherington
2010-07-06Remove non-JACK midi++ ports.Carl Hetherington
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-06-09GUI control of playback & buffer sizes, but not dynamic (i.e. requires a rest...Paul 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-05-05make "exclusive solo" apply to listen as well as SiPPaul Davis
2010-05-05rename latched solo option and reverse its meaning; add exclusive solo button...Paul Davis
2010-04-28remove "ardourBuffering" file creation (it was useless, sadly); editor region...Paul Davis
2010-04-26Reword gain-reduce-during-fast-wind option.Carl Hetherington
2010-04-25Fix slider appearance for solo mute cut.Carl Hetherington
2010-04-25Make attenutation during fast forward/rewind configurable again. Fixes #3089.Carl Hetherington
2010-04-19Move toggle-waveforms-while-recording into RC options.Carl Hetherington
2010-03-30handle deletion of UI objects between the time that a callback is queued with...Paul Davis
2010-03-25use correct (RCConfig-based) name for MIDI port in generic MIDI control stuff...Paul Davis
2010-03-15finalize PROGRAM_NAME change for ardour3Paul Davis
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-01-27add control for sending MTC (or not)Paul Davis
2010-01-06screw up MIDI control "automation" tracks quite a bit while trying to improve...Paul Davis
2010-01-04add a way to see (most of) the waf config used to build ardour at run time (f...Paul Davis
2009-12-29editors for control protocols (generalized); editor for Generic MIDI that all...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-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-07better, cleaner, more generic version of real-time ping pong, still just for ...Paul Davis
2009-12-04Make processor box send faders adjust their size correctly.Carl Hetherington
2009-11-28add MMC/MIDI feedback options to rc prefs dialogPaul Davis
2009-11-16Neaten up option editor layouts a bit.Carl Hetherington
2009-11-13fix stupid MIDI::Manager design to properly handle multiple MIDI ports with t...Paul Davis
2009-11-10lots of tweaks relating to GUI sync managementPaul Davis
2009-10-31allowup to 12 buttons in prefs editor, and allow for unmodified button ops therePaul Davis
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-08-24Alter snap modifier so that it turns the grid on when it's off as well as vic...Carl Hetherington
2009-08-22Introduce an accurate version of coefficient_to_dB and use it in non speed-cr...Carl Hetherington
2009-07-21Fix some unused parameter warnings.Carl Hetherington
2009-07-01separate solo & listen. some minor fixes and additional related fixes still t...Paul Davis
2009-06-24add visual display of solo cut, change labels for solo stuffPaul Davis
2009-06-23make solo-in-front controllable. a few tweaks left to do.Paul Davis