summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2007-07-05change bus gainmeter text for light theme to black in trunk tooDoug McLain
2007-07-05Scale MIDI track vertical range to match widgest range of notes in child regi...David Robillard
2007-07-04Display correct value for verbose control point cursor for Midi CC (int) and ...David Robillard
2007-07-04Add AutomationControl::parameter() for terseness.David Robillard
2007-07-03remove static Pango::FontDescriptions, they cause glib errors because of init...Paul Davis
2007-07-03s/ParamID/Parameter/David Robillard
2007-07-03Pan automation/serialization fixes.David Robillard
2007-06-30Pan automation work. Almost, but not quite, working.David Robillard
2007-06-30Another not-quite-there-but-better commit.David Robillard
2007-06-29only do the widget packing style hack once, instead of everytime there is a t...Doug McLain
2007-06-29fix compiler warningDoug McLain
2007-06-29remove color.hDoug McLain
2007-06-29fixed typoDoug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config syst...Doug McLain
2007-06-29Moved canvas colors and theme file selection into new ui specific config systemDoug McLain
2007-06-29quick fix for weird colorselection bug where alpha gets set to 0 if it wasnt ...Doug McLain
2007-06-29Reduce overhead of multi-type-ness (last Summer's SoC):David Robillard
2007-06-29Further automation refactoring - bring in the concept of Controllable, work t...David Robillard
2007-06-28add basic support for the griffin powermate (a control surface) (from ben lof...Paul Davis
2007-06-28Use the file name as the track name when importing audio files, as per bug #1622Tim Mayberry
2007-06-27allow user tweaking of everything that might have inherent latency; add GUI f...Paul Davis
2007-06-27Added missing AddMidiCCTrackDialog files.David Robillard
2007-06-27Added dialog to allow adding any Midi CC track.David Robillard
2007-06-27plugin_automation_line.[h|cc] -> processor_automation_line.[h|cc]David Robillard
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