summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui.h
AgeCommit message (Expand)Author
2007-06-01merge denormal handling work from 2.0-ongoingPaul Davis
2007-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain
2007-05-18Change the return type of ARDOUR_UI::build_session to bool to indicate succes...Tim Mayberry
2007-05-18Remove unused variable and the accessor methods for it from ARDOUR_UITim Mayberry
2007-05-18Use bool return type for ARDOUR_UI::unload_session to indicate success/failure.Tim Mayberry
2007-05-18Whitespace fixes in gtk2_ardour/ardour_ui.hTim Mayberry
2007-05-14add new A/B comparison for plugins, plus ways of disabling all plugins quickl...Paul Davis
2007-05-14Add 'delta edit cursor' option to primary and secondary clocks. When in this...Doug McLain
2007-04-29Merged with trunk R1761David Robillard
2007-04-22Merged with trunk R1736.David Robillard
2007-04-12Merged with trunk R1705.David Robillard
2007-03-18Merged with trunk R1612.David Robillard
2007-01-28Merged with trunk R1393.David Robillard
2007-01-09Merged with trunk R1283.David Robillard
2006-11-19Merged with trunk R1141David Robillard
2006-10-21Merged with trunk R992.David Robillard
2006-08-31Merged with trunk R879David Robillard
2006-08-31Merged with trunk R874.David Robillard
2006-08-29Merged with trunk R861David Robillard
2006-08-24Merged with trunk R846David Robillard
2006-08-01Mostly Cosmetic/Design changes to bring trunk and midi branch closerDavid Robillard
2006-07-28Merged with trunk R708David Robillard
2006-07-19Work towards removal of Session's Diskstream list.David Robillard
2006-07-14Merge big changes (mostly Controllable) from trunkDavid Robillard
2006-07-05Merged with trunk, and a few trivial GUI updates etc.David Robillard
2006-06-30Complete edit toolbar overhaulDavid Robillard
2006-06-26Large nasty commit in the form of a 5000 line patch chock-full of completelyDavid Robillard
2006-06-15Merged with trunk revision 600David Robillard
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