summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.cc
AgeCommit message (Expand)Author
2012-10-18if a session is altered, ask about saving it BEFORE moving on to the new sess...Paul Davis
2012-10-14fix matching TC color assignment (rev13264)Robin Gareus
2012-10-12tweaks to be ready for more information timecode display in Timecode clock modePaul Davis
2012-10-12move TC FPS up into status bar, use lower right of timecode audioclock mode f...Paul Davis
2012-10-11move the external sync source selection tobe a global config parameter, not p...Paul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-07-23forward-port generic MIDI and transport controllable changes from 2.XPaul Davis
2012-07-15i18n detailPaul Davis
2012-07-13dramatic overhaul of automation. too long to explain here. this work is not f...Paul Davis
2012-07-10OS X-based fixes for splash screen mgmtPaul Davis
2012-07-09cleaner version of splash display changesPaul Davis
2012-07-09some hacks to try to get the splash to function reliably, particularly on OS XPaul Davis
2012-06-27first pass at the big rethink of managing sort order keys for editor and mixe...Paul Davis
2012-06-23Use std::string and Glib::build_filename in gtk2_ardourTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2012-06-22provide an easier way to add mixed (audio+MIDI) tracks to a session, to facil...Paul Davis
2012-06-21smooth 0.5 second fade out during quit, plus MIDI panic to turn everything of...Paul Davis
2012-06-12Handle failure of statfs to return available disc space on Samba shares mount...Carl Hetherington
2012-06-01tweak splash destructionPaul Davis
2012-06-01destroy splash when hiding it to workaround odd bug on OS X where the window ...Paul Davis
2012-05-31Move delta-to-edit-point options to the main clock context menus (#4472).Carl Hetherington
2012-05-31Remove unused method.Carl Hetherington
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
2012-05-22remove, convert, comment several cerr statementsPaul Davis
2012-05-02a variety of mostly unused parameter errors from OS X Lion's compilerPaul Davis
2012-04-25remove the apparently unnecessary "ui_bind()" macro from entire source basePaul Davis
2012-04-23Remove long-commented-out code; formatting tweaks; other no-ops.Carl Hetherington
2012-04-23Fix a couple of missing PROGRAM_NAMEs, and remove some jargon from the sample...Carl Hetherington
2012-04-17force small screen profile if ARDOUR_NARROW_SCREEN is set in the environmentPaul Davis
2012-03-16hide splash window under certain error conditionsPaul Davis
2012-03-15patch from colinf to handle default session dir a little betterPaul Davis
2012-03-10Patch from colinf to put a tooltip in the recent sessionCarl Hetherington
2012-03-10Remove RemoveLastCapture action which duplicates remove-last-capture.Carl Hetherington
2012-03-06show loop markers when looping is initiatedBen Loftis
2012-03-05Remove some unused code.Carl Hetherington
2012-03-05Remove some unused code.Carl Hetherington
2012-02-29fix a few dangling uses of Ardour as program name, in favor of PROGRAM_NAMEPaul Davis
2012-02-07fix coloring of global rec-enable button when actively recording; fix related...Paul Davis
2012-02-07remove additional "mid" color from ArdourButton; replace Active/Mid widget st...Paul Davis
2012-02-06tweak "joined" buttons to have no border colorPaul Davis
2012-02-03separate header dependencies on button joiner, and make each button joiner lo...Paul Davis
2012-02-03use button joiner to link play range/roll for "always play range" option. col...Paul Davis
2012-02-02add a way to create a new MIDI track with an instrument pre-selectedPaul Davis
2012-01-30many changes, large and small, related to smart mode editing, range/region se...Paul Davis
2012-01-25some improvements to the add track/bus dialog to make it more obvious how to ...Paul Davis
2012-01-20Simple approach to putting plugin controls into theCarl Hetherington
2012-01-19if creating the splash fails for any reason, don't crash later when trying to...Paul Davis
2012-01-10Reinstate command line option to hide splash screen.Carl Hetherington
2012-01-10the return of the splash, with a few changes to help with window layering a l...Paul Davis
2011-12-09Patch from colinf to use session_name_is_legal for snapshots too (#4548).Carl Hetherington