summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
AgeCommit message (Expand)Author
2007-01-07fix startup order (ARDOUR::init() vs. AudioEngine creation); start work on cl...Paul Davis
2007-01-03prevent massive, multiple, pointless keybindings saves during startupPaul Davis
2007-01-03massive changes to clean up what happens during session destruction when an e...Paul Davis
2006-12-19Removed SoundFileBrowser from Windows menu.Taybin Rutkin
2006-12-19save keybindings to file used at startup; allow keybindings file to be cmdlin...Paul Davis
2006-12-15write session file to alternate name before, then rename; auditioner defaults...Paul Davis
2006-11-30timecode clock info patch from oofus, big clock mods from oofus, rec-sensitiv...Paul Davis
2006-11-04Fix closing the about dialog for gtk 2.10Sampo Savolainen
2006-10-31disk space reflects number of inputs per track; more libsndfile debugginPaul Davis
2006-10-29Remove some unused function definitions.Sampo Savolainen
2006-10-13session export starts from session start marker; add tooltips for rude solo +...Paul Davis
2006-10-09fix abort-capture path, including many subtle issues with shared_ptr<>; remov...Paul Davis
2006-09-29many important changes to configuration system and specific parametersPaul Davis
2006-09-28fixes for destructive track offsets of various kinds; move from jack_nframes_...Paul Davis
2006-09-26VST support now builds a useful script and installs correctly; fix leftovers ...Paul Davis
2006-09-25the BIG CONFIG patchPaul Davis
2006-08-31merge changes from harrison branch back into trunk, by handPaul Davis
2006-08-30** requires svn jack ** Hardware monitoring should work, some canvas scrollin...Nick Mainsbridge
2006-08-29used shared_ptr<Source>, somewhat successfullyPaul Davis
2006-08-17further optimizations for multiple-track-at-once addition. as in "whoah!"Paul Davis
2006-08-16make adding multiple tracks more efficient (a *lot* more efficient)Paul Davis
2006-08-16RCU-ification of AudioEngine port list, and DiskStreams. not well tested, but...Paul Davis
2006-08-01Heavy-duty abstraction work to split type-specific classes intoDavid Robillard
2006-07-19Removed unused midicontrollable.ccTaybin Rutkin
2006-07-07id_t becomes a fully-fledged object, UUID's used for IDs, generic MIDI now ow...Paul Davis
2006-06-14use libsndfile for all audio file i/o, and rename DiskStream AudioDiskStreamPaul Davis
2006-05-17Remove CannotRecordNoInput signal (allowing recording without input connectio...Nick Mainsbridge
2006-05-12Convert NSD from glade to gtkmm objectDoug McLain
2006-04-24New session dialog now opens as well as makes new sessions. Avoid seeing an u...Nick Mainsbridge
2006-04-10a) moved metering and meter falloff code into libardourPaul Davis
2006-04-10Reinstate mouse scroll actions (audio clocks, shuttle wheel, faders), clearin...Nick Mainsbridge
2006-03-31a) persist whether the end marker should move at first capture in the session...Paul Davis
2006-03-30dbl-click on a recent session completes dialog; start work on saving modified...Paul Davis
2006-03-28 a) fix problems with multichannel tape tracksPaul Davis
2006-03-12remove varispeed control; shuttle controller now has a context menu with max ...Paul Davis
2006-03-12create xpm files from hard coded pixmaps, added function get_xpm() to make su...Doug McLain
2006-03-11start marker implemented, along with GotoZero command for old behaviour; R bi...Paul Davis
2006-03-05export range markers patch (revisited), change selection model, copy-drag tem...Paul Davis
2006-02-14new color management design starts to take shape (canvas color only for now)Paul Davis
2006-01-19F11 now toggles maximal editor spacePaul Davis
2006-01-19add GUI support to create tape/destructive tracksPaul Davis
2006-01-19latched rec-enablePaul Davis
2006-01-09"Run plugins while recording" -> "Do not run plugins while recording"Sampo Savolainen
2006-01-08add destructive outlines, more action usage and state fixups in GUIPaul Davis
2006-01-08a metric ton of changesPaul Davis
2006-01-01fix segvPaul Davis
2005-12-31many options moved to menus, region list context menu sort of operationalPaul Davis
2005-12-22s/stringcr_t/const string &/Karsten Wiese
2005-12-21button hacks and morePaul Davis
2005-12-16use stringcr_t and gain 1/1000 binary size reduction. not thaat much...Karsten Wiese