summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2019-10-15Show max # of output for re-configurable I/O pluginsRobin Gareus
2019-10-15Fix/amend previous commitRobin Gareus
2019-10-15Disambiguate instrument plugin names:Robin Gareus
2019-10-13Show (# outs) in instrument-selector menu when the instrument is multi-out.Ben Loftis
2019-10-13Prototype categorized preset browserRobin Gareus
2019-10-12remove Session::AudioMidiSetupRequired signal (no longer necessary)Paul Davis
2019-10-12reintroduce code that can automatically connect to JACK under the right condi...Paul Davis
2019-10-11interface range generated by internal_to_interface() may not span 0..1, so re...Paul Davis
2019-10-11add missing casePaul Davis
2019-10-11do not accidentally re-create splashPaul Davis
2019-10-11enforce singleton nature of Splash a little more rigorously, and slightly rat...Paul Davis
2019-10-11call parent ::on_response()Paul Davis
2019-10-11Theme-ing: Use sensible names instead of color 1..NBen Loftis
2019-10-10goto preferred over reentrancyPaul Davis
2019-10-10fix error in startup sequence when command line argument is given and pre-rel...Paul Davis
2019-10-10move pre-release dialog into StartupFSM (and enlarge font sizing)Paul Davis
2019-10-10center all(?) early-startup dialogsPaul Davis
2019-10-10fix up handling of audio/MIDI setup dialog and remove debug outputPaul Davis
2019-10-10make EngineDialog behavior more appropriate for use in both startup and non-s...Paul Davis
2019-10-10changes to get startupFSM working (more) correctlyPaul Davis
2019-10-10remove unused label and simplify return value/return pathPaul Davis
2019-10-10NOOP: move bracePaul Davis
2019-10-10make ARDOUR_UI::load_session_from_startup_fsm() return a value, and use itPaul Davis
2019-10-10fix decl of method with const argPaul Davis
2019-10-10add StartupFSM::end() (empty for now) and remove unused statesPaul Davis
2019-10-10use const argument when calling ::build_session()Paul Davis
2019-10-10remove unused assignmentPaul Davis
2019-10-10remove two unused variablesPaul Davis
2019-10-10NSM startup needs to call a different method due to API changesPaul Davis
2019-10-10move copying demo sessions into NewUserWizardPaul Davis
2019-10-10changes to ARDOUR_UI to reflect new startupFSM and non-modal SessionDialog ha...Paul Davis
2019-10-10modify API of SessionDialog to reflect that it is never used with command lin...Paul Davis
2019-10-10add initial version of StartupFSM along with its owners/usersPaul Davis
2019-10-10add SessionDialog::clear_name()Paul Davis
2019-10-10change SessionDialog::meta_master_bus_profile() to be a static methodPaul Davis
2019-10-10engine dialog should emit response and handle it, not just call its own respo...Paul Davis
2019-10-10rename ArdourStartup to NewUserWizard and rename source file(s)Paul Davis
2019-10-10provide ArdourStartup with a Gtk::Dialog-like signal_response()Paul Davis
2019-10-11Show preset-browser button if annoted presets are availableRobin Gareus
2019-10-11Add a plugin-preset browser windowRobin Gareus
2019-10-10Preset-Browser: highlight only unmodified presetsRobin Gareus
2019-10-10Add API to check for plugin-presets with descriptionRobin Gareus
2019-10-07fix compiler warning about possible buffer size issuePaul Davis
2019-10-07Stem-export: pre-select selected tracks/bussesRobin Gareus
2019-10-07Fix a translation issue (default value session-archive dropdown)Robin Gareus
2019-10-07Special case horizontal faders (pan to right)Robin Gareus
2019-10-06Configure UI scale as first start stepRobin Gareus
2019-10-06Cleanup unused includesRobin Gareus
2019-10-03factor out NSM startup codePaul Davis
2019-10-02remove all use of NO_PLUGIN_STATE #ifdefPaul Davis