Vkeybd: add a mod-wheel
[ardour.git] / gtk2_ardour / startup_fsm.cc
2019-12-14 Robin GareusFirst batch of MessageDialog replacements
2019-12-14 Paul Daviscleanup and recomment StartupFSM::load_from_application...
2019-12-14 Paul Davisremove unnecessary calls to Application::ready
2019-12-12 Paul Davisfix startup FSM handling when pre-release dialog is...
2019-12-09 Ben LoftisAutostart must {try to} use the session sample-rate...
2019-11-07 Paul Davismove all responsibility for autostart into StartupFSM...
2019-11-06 Paul Davisimplement intended auto-start logic for startupFSM
2019-11-06 Paul Davisif user uses Ctrl/Cmd-w to close a dialog during startu...
2019-10-25 Robin GareusShow PluginScanDialog only if needed (cancel VST scan)
2019-10-25 Paul Davismake logic for creation of startup plugin scan a little...
2019-10-25 Paul Davisfix deletion/pointer error
2019-10-25 Paul Davissomewhat substantial changes to StartupFSM to try to...
2019-10-18 Paul Davisfix two thinkos with startup sequence
2019-10-12 Paul Davisreintroduce code that can automatically connect to...
2019-10-11 Paul Davisenforce singleton nature of Splash a little more rigoro...
2019-10-11 Paul Davisgoto preferred over reentrancy
2019-10-11 Paul Davisfix error in startup sequence when command line argumen...
2019-10-11 Paul Davismove pre-release dialog into StartupFSM (and enlarge...
2019-10-11 Paul Daviscenter all(?) early-startup dialogs
2019-10-10 Paul Davisfix up handling of audio/MIDI setup dialog and remove...
2019-10-10 Paul Davischanges to get startupFSM working (more) correctly
2019-10-10 Paul Davisadd StartupFSM::end() (empty for now) and remove unused...
2019-10-10 Paul Davisadd initial version of StartupFSM along with its owners...