ardour.git
2007-10-23 Carl HetheringtonFix uninitialised variable spotted by valgrind.
2007-10-19 Carl HetheringtonFix spelling of Busses to match the rest of the UI
2007-10-19 Carl HetheringtonPatch from mantis user 'lincoln'; add support for FreeB...
2007-10-19 Carl HetheringtonVarious work on bundles. We now have a Bundle Manager...
2007-10-17 Paul Davisnew internal port type, round I, plus tiny fix for...
2007-10-17 David RobillardFix compilation.
2007-10-17 Paul Davisadded file
2007-10-16 Paul Davisvirtualize Port object; clean up automation tracks...
2007-10-14 David RobillardFix displaying of notes in auto-created MIDI region...
2007-10-13 Carl HetheringtonFix up physical port bundles.
2007-10-13 Carl HetheringtonFix some bugs with visiblity of groups.
2007-10-13 Carl HetheringtonPut row labels on both sides of the grid.
2007-10-13 Carl HetheringtonCheck buttons to select visibility of destination groups.
2007-10-13 Carl HetheringtonConsiderable re-work to allow scrolling of the checkbut...
2007-10-12 David RobillardFix missing return.
2007-10-12 Paul Davisfixup keybinding editor binding action; restore some...
2007-10-12 Carl HetheringtonBetter support for MIDI tracks in the IO selector.
2007-10-12 Paul Davisfix peakfile/sourcefactory botch
2007-10-12 Carl HetheringtonGroup destination ports by track / buss / system etc.
2007-10-12 Paul Davisfixes for varispeed playback, mackie control compilatio...
2007-10-12 Paul Davisadd keybinding editor
2007-10-12 Paul Davisadded file
2007-10-12 Paul Davisadded files
2007-10-11 Paul Davisadd missing file
2007-10-11 Paul Davismerge from 2.0-ongoing by hand, minus key binding editor
2007-10-10 Carl HetheringtonNew matrix-style IO selector dialogue. Should allow...
2007-10-10 Carl HetheringtonMake sure we notice when an IO's port count is reduced...
2007-10-10 Carl HetheringtonMake theme manager dialog's title similar in style...
2007-10-10 Carl HetheringtonA couple of capitalisation and space fixes for the...
2007-10-09 Carl HetheringtonRemove a file that should have been removed a few commi...
2007-10-09 Carl HetheringtonFew cleanups related to signed-ness of minimum/maximum...
2007-10-08 Carl HetheringtonVarious work on Bundles, especially dynamic ones so...
2007-10-07 Carl HetheringtonRe-work edit group selection in line with suggestions...
2007-10-07 David RobillardFix several MIDI timestamp related problems:
2007-10-06 Carl HetheringtonMake edit groups effective with lassoo selections.
2007-10-06 Carl HetheringtonMake split region work across edit groups even if the...
2007-10-06 Carl HetheringtonAdd some comments to the RegionSelection class.
2007-10-06 Carl HetheringtonFix things so that selecting a region always selects...
2007-10-05 Sampo SavolainenFix crash with tracks/busses with more outputs than...
2007-10-05 Carl HetheringtonAdd a label to the add midi port button in the options...
2007-10-04 Carl HetheringtonFix to stacked layering for the case when a region...
2007-10-04 David RobillardMerge the two separate 'add notes to midi region' inter...
2007-10-02 Carl HetheringtonMake hide all automation work again.
2007-10-01 Carl HetheringtonPrevent plugins appearing twice on the automation submenu.
2007-10-01 Carl HetheringtonRemove some apparently out-of-date code which was causi...
2007-09-27 Sampo SavolainenMake sure plugins are activated at least once before...
2007-09-25 Sampo SavolainenMake sure activate() and deactivate() are never run...
2007-09-19 Tim MayberryFix for incorrect directory being chosen in which to...
2007-09-13 Carl HetheringtonFix GTK warning.
2007-09-11 Paul Davisclick reset error fixed, plus some older work on sends...
2007-09-11 Paul Davismake sure that AudioRegion::set_live_state() notifies...
2007-09-11 Paul Davismake OSC thread register with GUI
2007-09-11 David RobillardAlways show CC region, whether empty or not (ie whether...
2007-09-11 David RobillardFix note range menu item initial value (it probably...
2007-09-10 David RobillardFix crash on playhead relocate in MIDI regions w/o...
2007-09-10 David RobillardFix note separator lines adaptation to changing track...
2007-09-10 Tim MayberryAvoid dereferencing invalidated iterator when removing...
2007-09-09 Tim MayberryFix a misdefinition in ardour/recent_sessions.h
2007-09-09 Tim MayberryIf sys::copy_file fails, try and remove the target...
2007-09-09 Tim MayberryUse sys::path and sys::rename in Session::rename_state...
2007-09-09 Tim MayberryModify Session::load_history for portability
2007-09-09 Tim MayberryModify Session::save_history for portability
2007-09-09 Tim MayberryAdd function sys::rename to pbd/filesystem.h/cc. Rename...
2007-09-09 Tim MayberryAdd history_suffix to ardour/filename_extensions.cc
2007-09-09 Tim MayberryUse std::transform with sys::basename in ARDOUR::get_fi...
2007-09-06 David RobillardFix automation region stacking.
2007-09-06 David RobillardDeep "automation regions" support.
2007-09-05 Doug McLaindont fill the initial gm rec, since it gets overdrawn...
2007-09-05 Tim MayberryFix opening session when manually entering path in...
2007-09-05 Tim MayberryFix source directory paths so that the session name...
2007-09-04 Tim MayberryRemove unused header includes from ardour/session_direc...
2007-09-04 Tim MayberryUse PBD::sys::operator/ instead of PBD::sys::path:...
2007-09-04 Tim MayberryAdd PBD::sys::operator/ to pbd/filesystem for convenien...
2007-09-04 Tim MayberryUse sys::remove instead of ::unlink in Session::remove_...
2007-09-04 Tim MayberryAdd ARDOUR::TapeFileMatcher class for matching filename...
2007-09-04 Tim MayberryUse PBD::get_files_in_directory instead of PBD::Scanner...
2007-09-04 Tim MayberryUse path::leaf instead of sys::basename in SessionDirec...
2007-09-04 Tim MayberryUse path::leaf in sys::basename and sys::extension
2007-09-04 Tim MayberryAdd path::leaf method function to the PBD::sys::path...
2007-09-04 Tim MayberryAdd PBD::sys::extension for getting the filename extens...
2007-09-04 Tim MayberryModify PBD::sys::basename to match boost::filesystem...
2007-09-04 Tim MayberryAdd path::branch_path to the PBD::sys::path class
2007-09-04 Tim MayberryFix to avoid overwriting the backup file of a 0.99...
2007-09-04 Tim MayberryAdd some documentation regarding the PBD::sys namespace...
2007-09-04 Tim MayberryChange the SessionDirectory constructor to take a sys...
2007-09-04 Tim MayberryUse sys::exists instead of g_file_test in session.cc
2007-09-04 Tim MayberryRemove unused utility function elapsed_time_to_str
2007-09-04 Tim MayberryRemove declaration of unused and undefined method in...
2007-09-04 Tim MayberryUse Session::_session_dir instead of Session::_path...
2007-09-04 Tim MayberryUse PBD::find_file_in_search_path instead of PathScanne...
2007-09-04 Tim MayberryRemove inclusion of unused header file
2007-09-04 Tim MayberryRemove inclusion of unused header file
2007-09-04 Tim MayberryRemove unused constant max_layer, which is also incorre...
2007-09-04 Tim MayberryOnly show child rows for session snapshots when there...
2007-09-04 Tim MayberryRemove unused functions Session::possible_states
2007-09-04 Tim MayberryUse ardour/session_state_utils.h in Editor::redisplay_s...
2007-09-04 Tim MayberryUse functions from ardour/session_state_utils.h instead...
2007-09-04 Tim MayberryUse functions in ardour/session_state_utils.h instead...
2007-09-04 Tim MayberryAdd ARDOUR::get_state_files_in_directory and ARDOUR...
2007-09-04 Tim MayberryRemove three unused temporary variables from Session...
next