summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
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
2007-06-01potential fix for ctrl-middleclick crashPaul Davis
2007-06-01round 2 of denormal handling changes - detect DAZ support at runtime, and use...Paul Davis
2007-06-01merge denormal handling work from 2.0-ongoingPaul Davis
2007-05-31Rewrote MidiRingBuffer to more efficiently pack data (flat pack stamps, sizes...David Robillard
2007-05-31fixup botched xfade-as-audioregion; apply work from 2.0-ongoingPaul Davis
2007-05-30(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all? not likely) problems wit...Paul Davis
2007-05-28make ARDOUR2_UI_RC work againDoug McLain
2007-05-26add missing png files for 2 new crossfade presets per r1889Doug McLain
2007-05-26Better method for redrawing gain meter pixmaps upon theme changeDoug McLain
2007-05-25New theme manager, with option to select between dark and light theme. Clea...Doug McLain
2007-05-23(merge from 2.0-ongoing -r1911:1912) fix audio clock handling of key press; f...Paul Davis
2007-05-21virtualize audioregion, make crossfade IS-A audioregionPaul Davis
2007-05-18Rename ARDOUR::Connection to ARDOUR::Bundle, a few minor cleanups along the way.Carl Hetherington