fix compiler warning
[ardour.git] / gtk2_ardour /
2007-06-29 Doug McLainfix compiler warning
2007-06-29 Doug McLainremove color.h
2007-06-29 Doug McLainfixed typo
2007-06-29 Doug McLainMoved canvas colors and theme file selection into new...
2007-06-29 Doug McLainMoved canvas colors and theme file selection into new...
2007-06-29 Doug McLainquick fix for weird colorselection bug where alpha...
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-06-29 David RobillardFurther automation refactoring - bring in the concept...
2007-06-28 Paul Davisadd basic support for the griffin powermate (a control...
2007-06-28 Tim MayberryUse the file name as the track name when importing...
2007-06-27 Paul Davisallow user tweaking of everything that might have inher...
2007-06-27 David RobillardAdded missing AddMidiCCTrackDialog files.
2007-06-27 David RobillardAdded dialog to allow adding any Midi CC track.
2007-06-27 David Robillardplugin_automation_line.[h|cc] -> processor_automation_l...
2007-06-27 David RobillardRenamed Insert to Processor and Redirect to IOProcessor.
2007-06-27 David RobillardBig ol' automation refactor.
2007-06-27 Tim MayberryUse PBD::find_file_in_search_path and ardour/filesystem...
2007-06-27 Tim MayberryRemove two directories from ARDOUR_PATH that now longer...
2007-06-27 Tim MayberryUse PBD::find_file_in_search_path and ardour/filesystem...
2007-06-27 Tim MayberryUse PBD::find_file_in_search_path and ardour/filesystem...
2007-06-27 Tim MayberryUse signal_toggled instead of signal_clicked in ThemeMa...
2007-06-27 Tim MayberryMove some code from ARDOUR_UI::setup_theme to ThemeMana...
2007-06-27 Tim MayberryUse PBD::find_file_in_search_path instead of ARDOUR...
2007-06-27 Tim MayberryMove ARDOUR_UI::ThemeChanged signal into Gtkmm2ext::UI
2007-06-27 Tim MayberryUse PBD::find_file_in_search_path in ThemeManager to...
2007-06-27 Tim MayberryUse PBD::find_file_in_search_path instead of find_confi...
2007-06-27 Tim MayberryReplace code for finding ControlProtocols/Surface plugi...
2007-06-27 Tim MayberryRemove inclusion of an unused header file
2007-06-26 Jesse Chappell* Added (let's call it revealed) ability to record...
2007-06-24 David RobillardDisable excessive colour debugging print statements.
2007-06-23 David RobillardInsert/Redirect refactoring, towards better MIDI suppor...
2007-06-20 David RobillardSplit PortInsert and PluginInsert into their own files.
2007-06-20 David RobillardMade plugin input/output counts multi-typed (towards...
2007-06-17 David RobillardRemove references to ardour.colors.
2007-06-17 Tim MayberryUse ARDOUR::system/user_template_directory in NewSessio...
2007-06-17 Tim MayberryMake Stateful::*instant_xml methods protected and non...
2007-06-17 Tim MayberryMove Stateful class declared in pbd/stateful.h into...
2007-06-17 Tim MayberryUse Session::session_directory in ARDOUR_UI::display_cl...
2007-06-17 Tim MayberryUse Session::session_directory to access the export...
2007-06-17 Tim MayberryUse Session::session_directory to access the sound...
2007-06-17 Tim MayberryUse Session::session_directory and sys::path in Editor...
2007-06-16 David RobillardFix time canvas separator lines.
2007-06-16 David RobillardRemove unused controls_hbox.
2007-06-16 David RobillardMove (default) colours from code to rc file.
2007-06-15 Doug McLainadd missing header
2007-06-15 Doug McLainMajor Theme Manager changes, see ardour-dev
2007-06-15 Doug McLainMajor Theme Manager changes, see ardour-dev
2007-06-15 David RobillardUse boost::shared_ptr instead of raw pointers for Route...
2007-06-15 David RobillardExtend time canvas to use available space to the rigt...
2007-06-15 David RobillardRemoved panner UI from MIDI track mixer strip.
2007-06-15 David RobillardUser toggling of editor region/route/etc list, ala...
2007-06-09 David RobillardRedraw MIDI region views on zoom and track height changes.
2007-06-09 David RobillardUse double MIDI timestamps (towards tempo based time...
2007-06-08 David RobillardFix time skew after MIDI recording (added missing conve...
2007-06-07 Tim MayberryUse ARDOUR::templates_dir_name in the NewSessionDialog...
2007-06-07 David RobillardFixed MIDI crash bug.
2007-06-05 David RobillardSave MIDI files to interchange/sessionname/midifiles...
2007-06-04 David RobillardMIDI metering.
2007-06-04 David RobillardShow selected MIDI track in editor mixer.
2007-06-03 David RobillardMoved some colours from hardcoded to ardour.colour...
2007-06-03 David RobillardFix MIDI region loading.
2007-06-02 David RobillardFix note heights to be consistent.
2007-06-02 David RobillardFix vertical order of MIDI notes.
2007-06-01 David RobillardPreliminary visible MIDI notes in MidiRegionView.
2007-06-01 Paul Davispotential fix for ctrl-middleclick crash
2007-06-01 Paul Davisround 2 of denormal handling changes - detect DAZ suppo...
2007-06-01 Paul Davismerge denormal handling work from 2.0-ongoing
2007-05-31 David RobillardRewrote MidiRingBuffer to more efficiently pack data...
2007-05-31 Paul Davisfixup botched xfade-as-audioregion; apply work from...
2007-05-30 Paul Davis(MERGED FROM rev 1924 on 2.0-ongoing) fix some (all...
2007-05-28 Doug McLainmake ARDOUR2_UI_RC work again
2007-05-26 Doug McLainadd missing png files for 2 new crossfade presets per...
2007-05-26 Doug McLainBetter method for redrawing gain meter pixmaps upon...
2007-05-25 Doug McLainNew theme manager, with option to select between dark...
2007-05-23 Paul Davis(merge from 2.0-ongoing -r1911:1912) fix audio clock...
2007-05-21 Paul Davisvirtualize audioregion, make crossfade IS-A audioregion
2007-05-18 Carl HetheringtonRename ARDOUR::Connection to ARDOUR::Bundle, a few...
2007-05-18 Carl HetheringtonRemove region raise() and lower(). Try to do region...
2007-05-18 Tim MayberryChange the return type of ARDOUR_UI::build_session...
2007-05-18 Tim MayberryMove Session::find_session into a session_utils.h header
2007-05-18 Tim MayberryRemove unused variable and the accessor methods for...
2007-05-18 Tim MayberryRename NewSessionDialog::get_current_page to on_new_ses...
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/ardour_ui.cc
2007-05-18 Tim MayberryUse bool return type for ARDOUR_UI::unload_session...
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/ardour_ui.h
2007-05-18 Tim MayberryWhitespace fixes in gtk2_ardour/new_session_dialog.cc
2007-05-17 Carl HetheringtonAdd stacked lanes mode which displays regions on differ...
2007-05-16 Paul Davistim mayberry's patches to fix middle-click pastingina...
2007-05-16 Paul Davisadd alternate filters for soundfile browser
2007-05-14 Sampo SavolainenMake DEBUG=1 default and make ardour.sh, ardev and...
2007-05-14 Paul Davisadd new "lock position" feature for regions
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-14 Paul Davisadd new A/B comparison for plugins, plus ways of disabl...
2007-05-14 Doug McLaincode readability change I forgot to add before committi...
2007-05-14 Doug McLainAdd 'delta edit cursor' option to primary and secondary...
2007-05-11 Carl HetheringtonAdd some comments.
2007-05-11 Paul Davisanother redirect dialog fix
2007-05-11 Tim MayberryConditionally compile CMT additions, enabled by default.
2007-05-10 David RobillardSwitched some missed .get(DataType::AUDIO) -> n_audio.
2007-05-10 Carl HetheringtonRe-work main right-click context menu to operate on...
next