summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2011-05-25Fix a couple of uninitialised variables (should fix #4059).Carl Hetherington
2011-05-23Remove some unused code.Carl Hetherington
2011-05-22another translation fix for silly gendered-noun languages :)Paul Davis
2011-05-22fix translation issue with verb substitution in quit/close dialogPaul Davis
2011-05-04Remove some unused code.Carl Hetherington
2011-05-04Fix problems with sessions being saved as foo.ardour.ardour when loaded using...Carl Hetherington
2011-05-02Tinker with text related to clean-up.Carl Hetherington
2011-04-20reinstate MIDI binding for shuttle controllerPaul Davis
2011-04-20factor out shuttle controller to its own class, new designPaul Davis
2011-03-30Untick speaker dialog in menu when it is closed (#3898).Carl Hetherington
2011-03-14Fix broken indentation.David Robillard
2011-03-14reinstate code that prevents GUI control from talking to backend if session i...Paul Davis
2011-03-04basic adoption of new mouse binding facilityPaul Davis
2011-03-01slightly improve text of cleanup results dialogPaul Davis
2011-02-27Allow naming of new tracks/busses in the add route dialogue (#3376).Carl Hetherington
2011-02-25add space to a stringPaul Davis
2011-02-20Use an action's tooltip in the key editor if its label is empty; add some too...Carl Hetherington
2011-02-20Prevent infinite loop if JACK is disconnected during startup.Carl Hetherington
2011-02-17Just call a template a template (as in the menu) rather than a mix template.Carl Hetherington
2011-02-17preparations for a working speaker editing dialogPaul Davis
2011-02-05Fix crash on startup with a new Ardour install.Carl Hetherington
2011-01-30Start new sessions with the playhead at 0 and the editor scrolled fully left ...Carl Hetherington
2011-01-09patch from lincoln to fix failure to leave loop play mode at transort stopPaul Davis
2011-01-05Remove direct busses so that all busses have internal returns.Carl Hetherington
2010-12-14EXPERIMENTAL: allow GUI button clicks on transport controls to drive transpor...Paul Davis
2010-12-14Add dialogue to ask user about ambiguous source files. Fixes #3603.Carl Hetherington
2010-12-10Remove menu bar clock in fullscreen mode until someone comes up with an agree...Carl Hetherington
2010-12-03use PRId64 for a framecnt_t printfPaul Davis
2010-12-03Remove all use of nframes_t.Carl Hetherington
2010-11-30first basic pass at a single widget stereo pannerPaul Davis
2010-11-30add GUI elements to control 2in/2out panning. Probably not perfect. REQUIRES ...Paul Davis
2010-11-26Handle unknown plugins on loading sessions by hiding them from the user and t...Carl Hetherington
2010-11-25Fix some messed up code (spacey tabs).David Robillard
2010-11-14Add a clock to the menu bar in full-screen mode. Fixes #1273.Carl Hetherington
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-10allow a way to exit when session loading fails, rather than being stuck in an...Paul Davis
2010-11-09initial pass at a missing file dialog and "relocatable" source files. lots mo...Paul Davis
2010-11-04Fix roll after locate from the audio clock context menu. Restore Go buttons ...Carl Hetherington
2010-10-07Respond to JACK session quit request. Fixes #3491.Carl Hetherington
2010-09-22Tidy up Window menu a bit; use ToggleActions for all relevant things, cleanup...Carl Hetherington
2010-09-17megaopus patch #2 for today: remove nframes64_t and sframes_t from sourcePaul Davis
2010-09-17megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags fo...Paul Davis
2010-09-15fix crash on first-run of ardour3, caused by trying to add non-existent XML n...Paul Davis
2010-09-14remove Glib::ustring from gtk2_ardourPaul Davis
2010-09-14remove Glib::ustring from libardour; allow any characters except '/' and '\' ...Paul Davis
2010-08-29Give new sessions the default GUI state. Fixes #3423.Carl Hetherington
2010-08-202.X commits up to and including 7519Paul Davis
2010-08-18Plugin UI state should of course be saved per-session rather than globally.Carl Hetherington
2010-08-18First go at saving window visibility and position state across saves.Carl Hetherington
2010-08-17Continue rolling after goto-wallclock if appropriate. Fixes #3402.Carl Hetherington