summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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
2019-09-30No more doxygen warnings for gtk2_arodur/*Robin Gareus
2019-09-30Fix some UI doxygen warningsRobin Gareus
2019-09-29Fix a duplicate layout parent issueRobin Gareus
2019-09-29NO-OP: whitespaceRobin Gareus
2019-09-29Fix External Send GUIRobin Gareus
2019-09-29Fix gtk-table-packing error (redundant packing)Ben Loftis
2019-09-29Remove unused modal LatencyGUI DialogRobin Gareus
2019-09-29Remove defunct Route "Adjust Latency" GUIRobin Gareus
2019-09-29Show pre-release dialog also for source-tree self-buildsRobin Gareus
2019-09-29New region opacity rules. (final part of 973e9a)Ben Loftis
2019-09-29Allow the Cut tool to appear in Mixbus.Ben Loftis
2019-09-29Amend 4f41367836: fix show/hide latency labelRobin Gareus
2019-09-29Fix Region-list column layout.Ben Loftis
2019-09-29Theme latency-disable-buttonRobin Gareus
2019-09-29Add Latency Control Toolbar WidgetsRobin Gareus
2019-09-29Use samples_as_time_string APIRobin Gareus
2019-09-29Helper function to format sample-count as durationRobin Gareus
2019-09-27Ctrl+shift is a pretty strong convention for Invert-Selection; plus we try to...Ben Loftis