summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2007-10-23Fix uninitialised variable spotted by valgrind.Carl Hetherington
2007-10-19Fix spelling of Busses to match the rest of the UICarl Hetherington
2007-10-19Patch from mantis user 'lincoln'; add support for FreeBoB in the audio settin...Carl Hetherington
2007-10-19Various work on bundles. We now have a Bundle Manager dialogue, and hopefull...Carl Hetherington
2007-10-17new internal port type, round I, plus tiny fix for legalize_for_xml() (also f...Paul Davis
2007-10-16virtualize Port object; clean up automation tracks from track deletionPaul Davis
2007-10-14Fix displaying of notes in auto-created MIDI region when it's the first regio...David Robillard
2007-10-13Fix some bugs with visiblity of groups.Carl Hetherington
2007-10-13Put row labels on both sides of the grid.Carl Hetherington
2007-10-13Check buttons to select visibility of destination groups.Carl Hetherington
2007-10-13Considerable re-work to allow scrolling of the checkbutton area of the dialog...Carl Hetherington
2007-10-12Fix missing return.David Robillard
2007-10-12fixup keybinding editor binding action; restore some menu items lost in the t...Paul Davis
2007-10-12Better support for MIDI tracks in the IO selector.Carl Hetherington
2007-10-12Group destination ports by track / buss / system etc.Carl Hetherington
2007-10-12fixes for varispeed playback, mackie control compilation, new odd color for t...Paul Davis
2007-10-12add keybinding editorPaul Davis
2007-10-12added filePaul Davis
2007-10-12added filesPaul Davis
2007-10-11merge from 2.0-ongoing by hand, minus key binding editorPaul Davis
2007-10-10New matrix-style IO selector dialogue. Should allow you to do the same thing...Carl Hetherington
2007-10-10Make theme manager dialog's title similar in style to the others on the same ...Carl Hetherington
2007-10-10A couple of capitalisation and space fixes for the main menu.Carl Hetherington
2007-10-09Few cleanups related to signed-ness of minimum/maximum port counts.Carl Hetherington
2007-10-08Various work on Bundles, especially dynamic ones so that you can, for example...Carl Hetherington
2007-10-07Re-work edit group selection in line with suggestions from Paul.Carl Hetherington
2007-10-07Fix several MIDI timestamp related problems:David Robillard
2007-10-06Make edit groups effective with lassoo selections.Carl Hetherington
2007-10-06Make split region work across edit groups even if the region is not selected ...Carl Hetherington
2007-10-06Add some comments to the RegionSelection class.Carl Hetherington
2007-10-06Fix things so that selecting a region always selects equivalent regions in th...Carl Hetherington
2007-10-05Add a label to the add midi port button in the options editor. Give the Add ...Carl Hetherington
2007-10-04Fix to stacked layering for the case when a region is dragged to overlap anot...Carl Hetherington
2007-10-04Merge the two separate 'add notes to midi region' interfaces (note and midiev...David Robillard
2007-10-02Make hide all automation work again.Carl Hetherington
2007-10-01Prevent plugins appearing twice on the automation submenu.Carl Hetherington
2007-10-01Remove some apparently out-of-date code which was causing a segfault on show ...Carl Hetherington
2007-09-19Fix for incorrect directory being chosen in which to create session directory...Tim Mayberry
2007-09-13Fix GTK warning.Carl Hetherington
2007-09-11Always show CC region, whether empty or not (ie whether MidiModel contains an...David Robillard
2007-09-11Fix note range menu item initial value (it probably should be saved and resto...David Robillard
2007-09-10Fix note separator lines adaptation to changing track height.David Robillard
2007-09-10Avoid dereferencing invalidated iterator when removing selected regions. Fixe...Tim Mayberry
2007-09-06Fix automation region stacking.David Robillard
2007-09-06Deep "automation regions" support.David Robillard
2007-09-05dont fill the initial gm rec, since it gets overdrawn by the metrics pixmap a...Doug McLain
2007-09-05Fix opening session when manually entering path in the file chooser. Fixes bu...Tim Mayberry
2007-09-04Use PBD::find_file_in_search_path instead of PathScanner in ARDOUR_UI::instal...Tim Mayberry
2007-09-04Only show child rows for session snapshots when there is more than 1 snapshot...Tim Mayberry
2007-09-04Use ardour/session_state_utils.h in Editor::redisplay_snapshotsTim Mayberry