summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2007-06-27Renamed Insert to Processor and Redirect to IOProcessor.David Robillard
2007-06-27Big ol' automation refactor.David Robillard
2007-06-27Use PBD::find_file_in_search_path and ardour/filesystem_paths.h to find splas...Tim Mayberry
2007-06-27Remove two directories from ARDOUR_PATH that now longer need to be included e...Tim Mayberry
2007-06-27Use PBD::find_file_in_search_path and ardour/filesystem_paths.h to find iconsTim Mayberry
2007-06-27Use PBD::find_file_in_search_path and ardour/filesystem_paths.h to find pixmapsTim Mayberry
2007-06-27Use signal_toggled instead of signal_clicked in ThemeManager so a theme is on...Tim Mayberry
2007-06-27Move some code from ARDOUR_UI::setup_theme to ThemeManager::setup_themeTim Mayberry
2007-06-27Use PBD::find_file_in_search_path instead of ARDOUR::find_config_file to find...Tim Mayberry
2007-06-27Move ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UITim Mayberry
2007-06-27Use PBD::find_file_in_search_path in ThemeManager to find the rc file.Tim Mayberry
2007-06-27Use PBD::find_file_in_search_path instead of find_config_file in ActionManage...Tim Mayberry
2007-06-27Replace code for finding ControlProtocols/Surface plugins with a portable equ...Tim Mayberry
2007-06-27Remove inclusion of an unused header fileTim Mayberry
2007-06-26* Added (let's call it revealed) ability to record while the transport is loo...Jesse Chappell
2007-06-24Disable excessive colour debugging print statements.David Robillard
2007-06-23Insert/Redirect refactoring, towards better MIDI support in mixer strip, andDavid Robillard
2007-06-20Split PortInsert and PluginInsert into their own files.David Robillard
2007-06-20Made plugin input/output counts multi-typed (towards MIDI plugins, instrument...David Robillard
2007-06-17Remove references to ardour.colors.David Robillard
2007-06-17Use ARDOUR::system/user_template_directory in NewSessionDialog for portabilityTim Mayberry
2007-06-17Make Stateful::*instant_xml methods protected and non-virtualTim Mayberry
2007-06-17Move Stateful class declared in pbd/stateful.h into the PBD namespaceTim Mayberry
2007-06-17Use Session::session_directory in ARDOUR_UI::display_cleanup_results for port...Tim Mayberry
2007-06-17Use Session::session_directory to access the export path for a session instea...Tim Mayberry
2007-06-17Use Session::session_directory to access the sound path of the session in Edi...Tim Mayberry
2007-06-17Use Session::session_directory and sys::path in Editor::embed_sndfile to crea...Tim Mayberry
2007-06-16Fix time canvas separator lines.David Robillard
2007-06-16Remove unused controls_hbox.David Robillard
2007-06-16Move (default) colours from code to rc file.David Robillard
2007-06-15add missing headerDoug McLain
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain
2007-06-15Major Theme Manager changes, see ardour-devDoug McLain
2007-06-15Use boost::shared_ptr instead of raw pointers for RouteUI track (etc) accesso...David Robillard
2007-06-15Extend time canvas to use available space to the rigt (and line up nicely).David Robillard
2007-06-15Removed panner UI from MIDI track mixer strip.David Robillard
2007-06-15User toggling of editor region/route/etc list, ala editor mixer.David Robillard
2007-06-09Redraw MIDI region views on zoom and track height changes.David Robillard
2007-06-09Use double MIDI timestamps (towards tempo based time, and more-than-sample-ac...David Robillard
2007-06-08Fix time skew after MIDI recording (added missing conversion from delta time ...David Robillard
2007-06-07Use ARDOUR::templates_dir_name in the NewSessionDialog classTim Mayberry
2007-06-07Fixed MIDI crash bug.David Robillard
2007-06-05Save MIDI files to interchange/sessionname/midifiles (instead of audiofiles).David Robillard
2007-06-04MIDI metering.David Robillard
2007-06-04Show selected MIDI track in editor mixer.David Robillard
2007-06-03Moved some colours from hardcoded to ardour.colour (hopefully for canvas them...David Robillard
2007-06-03Fix MIDI region loading.David Robillard
2007-06-02Fix note heights to be consistent.David Robillard
2007-06-02Fix vertical order of MIDI notes.David Robillard
2007-06-01Preliminary visible MIDI notes in MidiRegionView.David Robillard