summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2011-08-14Fix a couple of minor typos.Carl Hetherington
2011-07-14initial pass at session-renaming functionalityPaul Davis
2011-07-07introduce GUIObjectState; massive, pervasive changes in visibility and height...Paul Davis
2011-07-03Display audio file format in the menu bar (#4016).Carl Hetherington
2011-07-02Fix some set-but-not-used variable warnings from gcc 4.6Carl Hetherington
2011-06-09split style files apart to better maintain consistency (generates a useless e...Paul Davis
2011-06-08move punch in/out buttons into time info box; remove rounded corners on clocksPaul Davis
2011-06-07remove "Off" as a clock mode, make it a state instead; track editor mouse mod...Paul Davis
2011-06-02audio clock switchover part2: remove most egregious include-time dependency o...Paul Davis
2011-06-01Delete trailing whitespaceDavid Robillard
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