summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2016-07-13use Session::cancel_all_solo()Paul Davis
2016-07-13fix odd double conditionalPaul Davis
2016-07-04stop-and-forget-capture should not toggle transport state, only stop itPaul Davis
2016-06-29Revert "remove unnecessary duplicate loading of GTK RC file"Paul Davis
2016-06-29remove unnecessary duplicate loading of GTK RC filePaul Davis
2016-06-26BSD portabilityRobin Gareus
2016-06-21use running_from_source_tree()Paul Davis
2016-06-12stop AddRouteDialog from being modal and from using a recursive run loopPaul Davis
2016-06-07use contextual translation macro for "Locations"Paul Davis
2016-06-06add pre-release warning dialog. It wil not be shown when running via ardev etc.Paul Davis
2016-06-03move from PresentationInfo::global_order() to PresentationInfo::order, and fi...Paul Davis
2016-05-31use new record safe control in GUIPaul Davis
2016-05-31add route dialog should always show up wherever the mouse is, not in its last...Paul Davis
2016-05-31manually fix rebase/merge issues caused by addition of plugin presets to meth...Paul Davis
2016-05-31fix dialog message shown when a backup of an old session file is madePaul Davis
2016-05-31first vaguely working version using PresentationInfoPaul Davis
2016-05-31some tweaks for solo logic to get things working as they were before (correctly)Paul Davis
2016-05-31universal change in the design of the way Route/Track controls are designed a...Paul Davis
2016-05-31initial part of vca assignment via context menuPaul Davis
2016-05-31first pass at making the GUI for a VCA visiblePaul Davis
2016-05-31extend add route dialog to include VCA mastersPaul Davis
2016-05-31remove the entire idea of a tabbable for VCA master fadersPaul Davis
2016-05-31most of the changes required to add a new master faders tabbablePaul Davis
2016-05-17group Product/App specific resourcesRobin Gareus
2016-05-10add visibility tracking for main windowPaul Davis
2016-05-06amend baca1fd3 (actually use preset)Robin Gareus
2016-05-06Create new track by dragging an instrument from the favorites sidebarRobin Gareus
2016-05-06re-introduce "add track/bus" from mixer windowRobin Gareus
2016-05-04OMNIBUS COMMIT: prefer const XMLNode::property method (and provide a real one)Paul Davis
2016-05-01fix a Wsigncompare and 2 -WuninitializedRobin Gareus
2016-04-26remove the splash-screen when changing sessionsRobin Gareus
2016-04-23save-as/snapshot tweaks:Robin Gareus
2016-04-22Clarify my XML error printout from yesterday (see previous commit)John Emmas
2016-04-21When logging XML error messages, make sure we don't accidentally log an empty...John Emmas
2016-04-19GUI part of 00169f1da (TRY_AUTOSTART_ENGINE)Robin Gareus
2016-04-18GUI samplerate Mismatch notificationRobin Gareus
2016-04-18add a try-autostart-engine option (most recently used settings)Robin Gareus
2016-04-13show window title in DEBUG::Accelerator debug tracePaul Davis
2016-03-28add option to create new routes with strict-i/o enabled.Robin Gareus
2016-03-23Hide lua script selector before showing lua parameter dialog.Robin Gareus
2016-03-23UI part of lua code/header consolidation.Robin Gareus
2016-03-16Midi Busses? why yes!Robin Gareus
2016-03-15fix capitalization of sections of key editorPaul Davis
2016-03-15fix segfaults/crashes when quitting under valgrindPaul Davis
2016-03-15fix carelesslly deleted line that caused endless loop when missingPaul Davis
2016-03-15when handling a keyboard event, if the current focus widget has ardour bindin...Paul Davis
2016-02-28Rewrite commit 68e81a6, prefer forward declaration and includes in cc.Robin Gareus
2016-02-27Move our #inclusions for "lua_script_manager.h"John Emmas
2016-02-24fix compilation on OSX/PPC (old coreaudio)Robin Gareus
2016-02-23Editor Actions Scripts & ManagerRobin Gareus