ardour.git
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...
2007-09-04 Tim MayberryUse ARDOUR::create_backup_file in Session::save_state
2007-09-04 Tim MayberryUse ARDOUR::create_backup_file in Session::remove_state
2007-09-04 Tim MayberryAdd function ARDOUR::create_backup_file in new header...
2007-09-04 Tim MayberryRemove unused function PBD::copy_file
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse PBD::sys::path instead of PBD::copy_file in Session...
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryUse PBD::sys::copy_file instead of PBD::copy_file in...
2007-09-04 Tim MayberryAdd function PBD::sys::copy_file intended to replace...
2007-09-04 Tim MayberryUse functions in pbd/filesystem.h in Session::save_stat...
2007-09-04 Tim MayberryUse functions from pbd/filesystem.h in Session::remove_...
2007-09-04 Tim MayberryUse sys::remove instead of ::unlink in Session::remove_...
2007-09-04 Tim MayberryAdd function PBD::sys::remove as a wrapper to g_unlink
2007-09-04 Tim MayberryUse PBD::sys::path and SessionDirectory in Session...
2007-09-04 Tim MayberryUse sys::path and SessionDirectory in Session::create_s...
2007-09-04 Tim MayberryRename PBD::SearchPath::get_string to PBD::SearchPath...
2007-09-04 Tim MayberryUse sys::path and SessionDirectory classes in Session...
2007-09-04 Tim MayberryUse PBD::sys::exists instead of Glib::file_test in...
2007-09-03 David RobillardMove CC/Automation regions with parent correctly.
2007-08-31 David RobillardFix CC region view length.
2007-08-31 David RobillardReading of MIDI CC from MIDI regions (MidiModel). ...
2007-08-28 David RobillardSplit MidiModel::Note out to ARDOUR::Note in it's own...
2007-08-27 Tim MayberryRestrict template filechooser to displaying only templa...
2007-08-27 Tim MayberryAdd contact information to the contribution page in...
2007-08-19 Tim MayberryRemove any backup files resulting from formatting the...
2007-08-19 Tim MayberryModify the format make target to correctly find all...
2007-08-19 Tim MayberryFix the formatting of appendix elements in the manual
2007-08-17 David RobillardPer-region MIDI CC "automation".
2007-08-16 Tim MayberryAdd warning to manual help target about running scons...
2007-08-16 Tim MayberryFix the ARDOUR_COMMAND entity in manual entities file
2007-08-16 Tim MayberryUse scons to generate manual entities so the manual...
2007-08-16 David RobillardMake SMFSource suck significantly less.
2007-08-15 Doug McLainfix invisible tearoff arrow for light theme
next