ardour/gtk2_ardour
Carl Hetherington 712d7fd5e4 Update mixer strip colours when route active state changes
(#4439).


git-svn-id: svn://localhost/ardour2/branches/3.0@10429 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-11-03 17:49:12 +00:00
..
export
glade
icons new solo safe/lock button image from oofus (a tad ugly, dare might i say) 2011-11-02 18:47:36 +00:00
pixmaps
po new norwegian translation from Eivind Ødegård 2011-09-13 18:56:49 +00:00
.cvsignore
about.cc credit where credit is due 2011-10-21 23:11:20 +00:00
about.h
actions.cc
actions.h
add_midi_cc_track_dialog.cc
add_midi_cc_track_dialog.h
add_route_dialog.cc
add_route_dialog.h
ambiguous_file_dialog.cc
ambiguous_file_dialog.h
analysis_window.cc
analysis_window.h
arcall Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00
ardbg Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00
ardbg-scons
ardev Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00
ardev_common.sh.in Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00
ardev-scons
ardour_button.cc fix crash when ArdourButton has its text set to empty 2011-11-03 14:51:23 +00:00
ardour_button.h allow addition of images to ArdourButtons (always centered) 2011-11-02 18:47:14 +00:00
ardour_dialog.cc
ardour_dialog.h
ardour_image_compositor_socket.h
ardour_ui_dependents.cc new ArdourButton class, to start to provide more control over how our buttons work and appear; use ArdourButtons for monitor, solo isolate and solo safe buttons, and in the processor box; don't save UI config file (canvas colors) to the user's home dir unless one or more parameters were modified by the user 2011-10-26 21:01:14 +00:00
ardour_ui_dialogs.cc Spruce up info bar a bit using Chris' suggestions (#4238). 2011-10-23 00:15:35 +00:00
ardour_ui_ed.cc Use general VisibilityGroup class to manage visibility 2011-10-29 20:07:00 +00:00
ardour_ui_mixer.cc
ardour_ui_options.cc Remove some unused code. 2011-07-03 23:52:03 +00:00
ardour_ui.cc Allocate some thread-local buffers for the GUI thread so that the PluginEqGui impulse analysis can use them (fixes #4418). 2011-11-01 23:19:03 +00:00
ardour_ui.h Allocate some thread-local buffers for the GUI thread so that the PluginEqGui impulse analysis can use them (fixes #4418). 2011-11-01 23:19:03 +00:00
ardour_ui2.cc pack up the click/metronome button a little more attractively 2011-06-09 21:51:15 +00:00
ardour-sae.menus
ardour.menus.in initial pass at session-renaming functionality 2011-07-14 17:41:06 +00:00
ardour.sh.in @LIBDIR@ apparently now includes @INSTALL_PREFIX@, so just use that on its own (#4344). 2011-10-02 23:17:59 +00:00
ardour2_ui_dark_sae.rc.in
ardour2_ui_light_sae.rc.in
ardour2_ui_sae.conf
ardour3_fonts.rc.in split style files apart to better maintain consistency (generates a useless error during program startup - thanks GTK); metronome icon for (moved) click button; move punch in/out buttons around 2011-06-09 15:44:09 +00:00
ardour3_styles.rc.in Try bright_color instead of somewhat_bright_indicator for warning messages in the log window. 2011-11-01 19:26:56 +00:00
ardour3_ui_dark_sae.rc.in
ardour3_ui_dark.rc.in change CairoWidget API to be a more logical/intuitive for setting widget state, to differentiate between active state and visual state (prelight, insensitive etc) 2011-10-27 11:24:43 +00:00
ardour3_ui_default.conf rec-enable buttons are now ArdourButtons, but with a minor graphical glitch that will be solved/fixed soon-ish 2011-11-02 19:51:59 +00:00
ardour3_ui_light_sae.rc.in
ardour3_ui_light.rc.in change CairoWidget API to be a more logical/intuitive for setting widget state, to differentiate between active state and visual state (prelight, insensitive etc) 2011-10-27 11:24:43 +00:00
ardour3_widget_list.rc solo buttons are now ArdourButtons 2011-11-02 18:48:32 +00:00
ardour3.desktop.in
ardour3.xml
arldd Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00
arprof-scons
arval Upgrade to waf 1.6.7 and autowaf r52. 2011-09-29 19:17:54 +00:00
arval-scons
au_pluginui.h
au_pluginui.mm fix AU plugin creation by changing packing of preset combo/box 2011-10-19 17:11:53 +00:00
audio_clock.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
audio_clock.h don't use selection clocks show MIDI selection when in internal edit mode; remove "Off" as an option for all AudioClocks because it makes no sense 2011-06-08 13:44:18 +00:00
audio_region_editor.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
audio_region_editor.h
audio_region_view.cc
audio_region_view.h
audio_streamview.cc no need for DropReferences usage in last commit 2011-10-27 21:04:05 +00:00
audio_streamview.h
audio_time_axis.cc solo buttons are now ArdourButtons 2011-11-02 18:48:32 +00:00
audio_time_axis.h introduce GUIObjectState; massive, pervasive changes in visibility and height management for track displays in the editor 2011-07-07 00:37:13 +00:00
automation_controller.cc
automation_controller.h
automation_line.cc Fix problems with selecting control points in AutomationRegionViews with non-zero region start. Firstly, determine_visible_control_points considers a subset of the AutomationLine's points if start is non-zero, and this must be taken into account when matching up AutomationLine points with AutomationList points. Secondly, _offset should not part of the calculation when converting model position to session frames. Fixes #4338. 2011-09-28 00:36:30 +00:00
automation_line.h Fix problems with selecting control points in AutomationRegionViews with non-zero region start. Firstly, determine_visible_control_points considers a subset of the AutomationLine's points if start is non-zero, and this must be taken into account when matching up AutomationLine points with AutomationList points. Secondly, _offset should not part of the calculation when converting model position to session frames. Fixes #4338. 2011-09-28 00:36:30 +00:00
automation_range.h
automation_region_view.cc Trim include tree. 2011-10-19 21:53:09 +00:00
automation_region_view.h add braces and move a destructor into its .cc file 2011-07-10 15:28:36 +00:00
automation_selection.h
automation_streamview.cc add braces and move a destructor into its .cc file 2011-07-10 15:28:36 +00:00
automation_streamview.h
automation_time_axis.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
automation_time_axis.h Don't create new regions on clicks on MIDI plugin automation 2011-09-07 13:45:52 +00:00
axis_view.cc Fix visibility of MIDI CC automation lanes (#4356). 2011-10-07 19:30:44 +00:00
axis_view.h Tidy up route colouring a bit so that colours are the 2011-08-30 15:44:00 +00:00
bundle_manager.cc Hopefully fix crash with empty IO matrix bundles 2011-08-19 14:45:08 +00:00
bundle_manager.h Trim the include tree. 2011-10-19 03:34:02 +00:00
cairo_widget.cc make CairoWidget respond to gtk_widget_set_state (INSENSITIVE) 2011-11-03 14:50:42 +00:00
cairo_widget.h make CairoWidget respond to gtk_widget_set_state (INSENSITIVE) 2011-11-03 14:50:42 +00:00
canvas_impl.h
canvas_patch_change.cc Primary-(scroll|up|down) on patch/bank change event changes bank number; change format of verbose cursor when inside patch/bank change 2011-07-27 19:11:39 +00:00
canvas_patch_change.h
canvas_vars.h mute and send-alert buttons are now ArdourButtons 2011-11-02 16:46:49 +00:00
canvas-curve.h
canvas-flag.cc
canvas-flag.h
canvas-hit.cc
canvas-hit.h
canvas-imageframe.c
canvas-imageframe.h
canvas-noevent-text.h
canvas-note-event.cc
canvas-note-event.h
canvas-note.cc
canvas-note.h
canvas-simpleline.c fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
canvas-simpleline.h
canvas-simplerect.c
canvas-simplerect.h
canvas-sysex.cc
canvas-sysex.h
canvas-waveview.c
canvas-waveview.h
canvas.h
clock_group.cc
clock_group.h
cocoacarbon.mm
configinfo.cc
configinfo.h
control_point_dialog.cc Allow enter to be pressed to apply. 2011-07-17 20:11:37 +00:00
control_point_dialog.h
control_point.cc
control_point.h
crossfade_edit.cc Use a MementoCommandBinder for Crossfades so that the undo record can contain details for crossfades that are subsequently deleted (#4325). 2011-09-21 15:54:19 +00:00
crossfade_edit.h
crossfade_view.cc
crossfade_view.h
crossfade_xpms.h
curvetest.cc
debug.cc
debug.h
diamond.cc
diamond.h
edit_note_dialog.cc Trim include tree. 2011-10-19 21:53:09 +00:00
edit_note_dialog.h
editing_syms.h
editing.cc
editing.h implement a delete operation that works like "cut" but doesn't put the deleted items in the cut buffer. you will not be able to access this from your keyboard (Delete keyunless you remove your existing ~/.config/ardour3/ardour.bindings file 2011-06-12 15:50:47 +00:00
editor_actions.cc add new editor actions for solo, mute, solo-isolate toggle (of selected tracks) for use by MIDI bindings 2011-08-14 16:01:07 +00:00
editor_audio_import.cc allow import to selected MIDI tracks (note that this gets confused if the MIDI file contains multiple MetaTracks - each track ends up in the same track, which may or may not be the right thing) 2011-07-26 17:22:10 +00:00
editor_audiotrack.cc
editor_canvas_events.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
editor_canvas.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
editor_component.cc
editor_component.h
editor_cursors.cc
editor_cursors.h
editor_drag.cc Fix snap of note drags when the region position is not itself snapped to the grid (#4322). 2011-10-22 23:18:54 +00:00
editor_drag.h Cope with drags of selections that include regions on hidden tracks (#3493). 2011-10-22 18:11:40 +00:00
editor_enums.h
editor_export_audio.cc Trim include tree. 2011-10-19 21:53:09 +00:00
editor_group_tabs.cc Give route groups their own colour, settable from the route 2011-08-30 09:48:53 +00:00
editor_group_tabs.h
editor_imageframe.cc
editor_items.h
editor_keys.cc
editor_locations.cc
editor_locations.h
editor_markers.cc Save marker selection state in instant.xml (#4203). 2011-10-20 00:05:31 +00:00
editor_mixer.cc
editor_mouse.cc Trim includes. 2011-10-31 21:16:32 +00:00
editor_nudge.cc
editor_ops.cc Trim includes. 2011-10-31 21:16:32 +00:00
editor_regions.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
editor_regions.h
editor_route_groups.cc Tidy up style of a few toggle buttons (#4319). 2011-09-19 21:14:59 +00:00
editor_route_groups.h Tidy up style of a few toggle buttons (#4319). 2011-09-19 21:14:59 +00:00
editor_routes.cc solo buttons are now ArdourButtons 2011-11-02 18:48:32 +00:00
editor_routes.h solo buttons are now ArdourButtons 2011-11-02 18:48:32 +00:00
editor_rulers.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
editor_scrub.cc
editor_selection_list.cc
editor_selection.cc Implement range selecting for MIDI notes (#4087). 2011-10-07 21:11:19 +00:00
editor_snapshots.cc
editor_snapshots.h
editor_summary.cc Add an option to disable editor update during drags of the 2011-11-01 12:19:11 +00:00
editor_summary.h Add an option to disable editor update during drags of the 2011-11-01 12:19:11 +00:00
editor_tempodisplay.cc
editor_timefx.cc
editor_xpms
editor.cc Trim includes. 2011-10-31 21:16:32 +00:00
editor.h Save marker selection state in instant.xml (#4203). 2011-10-20 00:05:31 +00:00
engine_dialog.cc remove needless message from log window when a system has no ALSA-capable devices 2011-08-30 13:41:36 +00:00
engine_dialog.h
enums.cc Use general VisibilityGroup class to manage visibility 2011-10-29 20:07:00 +00:00
enums.h Use general VisibilityGroup class to manage visibility 2011-10-29 20:07:00 +00:00
ergonomic-us.bindings.in
evtest.cc
export_channel_selector.cc Use shared_ptr for Port in the AudioEngine; improves thread-safety of the audio engine's port list as a writer cannot destroy a port in one thread while the port list is being iterated in another. 2011-10-28 17:04:09 +00:00
export_channel_selector.h Use shared_ptr for Port in the AudioEngine; improves thread-safety of the audio engine's port list as a writer cannot destroy a port in one thread while the port list is being iterated in another. 2011-10-28 17:04:09 +00:00
export_dialog.cc Tidy up overwritten files dialogue slightly. 2011-10-18 00:24:34 +00:00
export_dialog.h
export_file_notebook.cc
export_file_notebook.h
export_filename_selector.cc
export_filename_selector.h
export_format_dialog.cc Typedef all globally used export smart pointer types in one file. 2011-06-11 14:14:24 +00:00
export_format_dialog.h Typedef all globally used export smart pointer types in one file. 2011-06-11 14:14:24 +00:00
export_format_selector.cc
export_format_selector.h
export_multiplicator.cc
export_multiplicator.h
export_preset_selector.cc
export_preset_selector.h Typedef all globally used export smart pointer types in one file. 2011-06-11 14:14:24 +00:00
export_range_markers_dialog.cc (native) Linux VST support from LinuxDSP 2011-09-20 20:29:47 +00:00
export_range_markers_dialog.h
export_timespan_selector.cc Remove erroneous setup of single export timespan selector's height (#3941). 2011-10-18 00:24:40 +00:00
export_timespan_selector.h Typedef all globally used export smart pointer types in one file. 2011-06-11 14:14:24 +00:00
fft_graph.cc
fft_graph.h
fft_result.cc
fft_result.h
fft.cc
fft.h
gain_meter.cc fix unused variable warning 2011-10-20 11:42:55 +00:00
gain_meter.h Use a ARDOUR::DataType rather than a bool. 2011-10-19 09:56:00 +00:00
generic_pluginui.cc Set up ControlUI::combo_map correctly to fix drop-down boxes 2011-09-07 14:42:25 +00:00
gettext.h
ghostregion.cc
ghostregion.h
global_port_matrix.cc Use shared_ptr for Port in the AudioEngine; improves thread-safety of the audio engine's port list as a writer cannot destroy a port in one thread while the port list is being iterated in another. 2011-10-28 17:04:09 +00:00
global_port_matrix.h
global_signals.h
gprofhelper.c
group_tabs.cc Set group tabs dirty when their membership changes. 2011-11-03 17:18:51 +00:00
group_tabs.h Update route colours when they are added to / removed 2011-09-07 11:56:23 +00:00
gtk_pianokeyboard.c fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
gtk_pianokeyboard.h
gtk-custom-hruler.c
gtk-custom-hruler.h
gtk-custom-ruler.c
gtk-custom-ruler.h
gui_object.cc Fix non visibility of previously-visible MIDI automation 2011-07-13 17:13:30 +00:00
gui_object.h Fix non visibility of previously-visible MIDI automation 2011-07-13 17:13:30 +00:00
gui_thread.h
i18n.h
imageframe_p.h
imageframe_socket_handler.cc
imageframe_socket_handler.h
imageframe_time_axis_group.cc
imageframe_time_axis_group.h
imageframe_time_axis_view.cc
imageframe_time_axis_view.h
imageframe_time_axis.cc introduce GUIObjectState; massive, pervasive changes in visibility and height management for track displays in the editor 2011-07-07 00:37:13 +00:00
imageframe_time_axis.h
imageframe_view.cc
imageframe_view.h
imageframe.cc
imageframe.h
insert_time_dialog.cc Fix style of the clock in the insert time dialogue. 2011-09-06 09:43:57 +00:00
insert_time_dialog.h Add option to insert time on all a track's playlists (#4304). 2011-09-05 23:38:18 +00:00
interthread_progress_window.cc
interthread_progress_window.h
io_selector.cc Use shared_ptr for Port in the AudioEngine; improves thread-safety of the audio engine's port list as a writer cannot destroy a port in one thread while the port list is being iterated in another. 2011-10-28 17:04:09 +00:00
io_selector.h
itest.cc
keyboard.cc
keyboard.h
keyeditor.cc
keyeditor.h
latency_gui.cc Latency dialog is already instant-apply, so remove OK / 2011-07-12 21:12:22 +00:00
latency_gui.h
led.cc catchup on previous commit relating to who owns ActiveState and VisualState 2011-11-01 01:22:08 +00:00
led.h Ever so slightly less memory and better field alignment per CairoWidget. 2011-10-27 20:10:49 +00:00
level_meter.cc remove commented out debug output 2011-07-25 18:06:12 +00:00
level_meter.h
lineset.cc
lineset.h
location_ui.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
location_ui.h
logmeter.h
lv2_external_ui.h
lv2_plugin_ui.cc Remove LV2 support via SLV2 (Lilv only now). 2011-10-03 18:10:05 +00:00
lv2_plugin_ui.h
lv2_ui.h
lxvst_plugin_ui.h (native) Linux VST support from LinuxDSP 2011-09-20 20:29:47 +00:00
lxvst_pluginui.cc Set up LXVST preset combo after starting the editor up, as 2011-10-17 18:24:00 +00:00
main.cc
marker_selection.h
marker_time_axis_view.cc
marker_time_axis_view.h
marker_time_axis.cc introduce GUIObjectState; massive, pervasive changes in visibility and height management for track displays in the editor 2011-07-07 00:37:13 +00:00
marker_time_axis.h
marker_view.cc
marker_view.h
marker.cc
marker.h
midi_automation_line.cc
midi_automation_line.h
midi_channel_dialog.cc add MIDI channel editing for current note selection, bound to "c" by default 2011-06-13 14:48:48 +00:00
midi_channel_dialog.h add MIDI channel editing for current note selection, bound to "c" by default 2011-06-13 14:48:48 +00:00
midi_channel_selector.cc
midi_channel_selector.h add MIDI channel editing for current note selection, bound to "c" by default 2011-06-13 14:48:48 +00:00
midi_cut_buffer.cc
midi_cut_buffer.h
midi_list_editor.cc Trim include tree. 2011-10-19 21:53:09 +00:00
midi_list_editor.h Trim include tree. 2011-10-19 21:53:09 +00:00
midi_port_dialog.cc
midi_port_dialog.h
midi_region_view.cc Fix up some comments. 2011-10-22 23:18:59 +00:00
midi_region_view.h Trim include tree. 2011-10-19 21:53:09 +00:00
midi_scroomer.cc
midi_scroomer.h
midi_selection.h
midi_streamview.cc remove unused static function 2011-10-20 11:43:08 +00:00
midi_streamview.h
midi_time_axis.cc solo buttons are now ArdourButtons 2011-11-02 18:48:32 +00:00
midi_time_axis.h Save position of MIDI scroomers (#4140). 2011-08-14 18:40:57 +00:00
midi_tracer.cc Tweak spacing. 2011-11-02 01:12:53 +00:00
midi_tracer.h
midi_util.h
missing_file_dialog.cc
missing_file_dialog.h
missing_plugin_dialog.cc
missing_plugin_dialog.h
mixer_group_tabs.cc Give route groups their own colour, settable from the route 2011-08-30 09:48:53 +00:00
mixer_group_tabs.h
mixer_strip.cc Update mixer strip colours when route active state changes 2011-11-03 17:49:12 +00:00
mixer_strip.h Update mixer strip colours when route active state changes 2011-11-03 17:49:12 +00:00
mixer_ui.cc Some limited control of mixer strip component 2011-10-29 20:08:48 +00:00
mixer_ui.h Put session-modified asterix in mixer window title as well 2011-09-07 15:07:02 +00:00
mnemonic-us.bindings.in add new editor actions for solo, mute, solo-isolate toggle (of selected tracks) for use by MIDI bindings 2011-08-14 16:01:07 +00:00
monitor_section.cc mute and send-alert buttons are now ArdourButtons 2011-11-02 16:46:49 +00:00
monitor_section.h mute and send-alert buttons are now ArdourButtons 2011-11-02 16:46:49 +00:00
mono_panner.cc Implement reset() in panners, and use it from the GUI (fixes #4196). 2011-10-22 16:19:27 +00:00
mono_panner.h Implement reset() in panners, and use it from the GUI (fixes #4196). 2011-10-22 16:19:27 +00:00
mouse_cursors.cc
mouse_cursors.h
mtest_other.menus
mtest_shared.menu
mtest.cc
mtest.menus
nag.cc
nag.h
new_plugin_preset_dialog.cc
new_plugin_preset_dialog.h
normalize_dialog.cc
normalize_dialog.h
note_player.cc Add missing copyright headers. 2011-10-19 15:33:18 +00:00
note_player.h Add missing copyright headers. 2011-10-19 15:33:18 +00:00
option_editor.cc much ado about nothing when it comes to gain control 2011-06-19 23:02:55 +00:00
option_editor.h
opts.cc
opts.h
panner_ui.cc next/last missing piece of previous panner UI commit 2011-10-29 14:58:49 +00:00
panner_ui.h fix leak of Panner,Pannable and MonoPanner (UI) 2011-10-29 12:57:07 +00:00
panner2d.cc fixes for 98% of all the warnings/errors reported by OS X gcc on tiger 2011-09-30 17:55:14 +00:00
panner2d.h Move panner bypass state up to the PannerShell so that it is preserved even when new Panners are dropped in (refixes #4185). 2011-07-14 22:17:43 +00:00
patch_change_dialog.cc always expose channel in patch change dialog (why was this ever dependent on a time converter?) 2011-07-28 13:27:04 +00:00
patch_change_dialog.h
piano_roll_header.cc
piano_roll_header.h
playlist_selection.h
playlist_selector.cc
playlist_selector.h
plugin_eq_gui.cc Allocate some thread-local buffers for the GUI thread so that the PluginEqGui impulse analysis can use them (fixes #4418). 2011-11-01 23:19:03 +00:00
plugin_eq_gui.h
plugin_interest.h
plugin_selector.cc changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remove PluginInsert call to IO::PortCountChanged, remove use of explicit Carbon linkage, fix up AudioUnit internals to actually work (Cocoa GUIs still currently broken) 2011-10-18 15:08:42 +00:00
plugin_selector.h (native) Linux VST support from LinuxDSP 2011-09-20 20:29:47 +00:00
plugin_ui.cc Remove LV2 support via SLV2 (Lilv only now). 2011-10-03 18:10:05 +00:00
plugin_ui.h changes for OS X support: change waf config define to COREAUDIO_SUPPORT, remove PluginInsert call to IO::PortCountChanged, remove use of explicit Carbon linkage, fix up AudioUnit internals to actually work (Cocoa GUIs still currently broken) 2011-10-18 15:08:42 +00:00
point_selection.h
port_group.cc Don't show busses tab in MIDI connection managers, since 2011-10-31 22:44:01 +00:00
port_group.h
port_insert_ui.cc Tidy up style of a few toggle buttons (#4319). 2011-09-19 21:14:59 +00:00
port_insert_ui.h Tidy up style of a few toggle buttons (#4319). 2011-09-19 21:14:59 +00:00
port_matrix_body.cc Stop bundles disappearing from the port matrix when they 2011-08-13 20:19:39 +00:00
port_matrix_body.h
port_matrix_column_labels.cc Fix a few SNAFUs with the port matrix after recent changes. 2011-08-14 18:12:33 +00:00
port_matrix_column_labels.h
port_matrix_component.cc Stop bundles disappearing from the port matrix when they 2011-08-13 20:19:39 +00:00
port_matrix_component.h Stop bundles disappearing from the port matrix when they 2011-08-13 20:19:39 +00:00
port_matrix_grid.cc Fix assertion failure on clicking on bundles whose channels are all of the wrong type. 2011-09-27 20:15:49 +00:00
port_matrix_grid.h
port_matrix_labels.cc
port_matrix_labels.h
port_matrix_row_labels.cc Stop bundles disappearing from the port matrix when they 2011-08-13 20:19:39 +00:00
port_matrix_row_labels.h
port_matrix_types.h
port_matrix.cc Re-allow adding ports to empty bundles (#4408), and fix disassociation (disconnection) menu options as well. 2011-11-02 00:10:27 +00:00
port_matrix.h Stop bundles disappearing from the port matrix when they 2011-08-13 20:19:39 +00:00
processor_box.cc forward non-used keys from mixer (strip) to "everything else" (editor, really), and add stubs for processors_up and processors_down in mixer strip 2011-11-03 16:19:14 +00:00
processor_box.h forward non-used keys from mixer (strip) to "everything else" (editor, really), and add stubs for processors_up and processors_down in mixer strip 2011-11-03 16:19:14 +00:00
processor_selection.h
progress_reporter.cc
progress_reporter.h
prompter.cc
prompter.h
public_editor.cc
public_editor.h Save marker selection state in instant.xml (#4203). 2011-10-20 00:05:31 +00:00
quantize_dialog.cc
quantize_dialog.h
rc_option_editor.cc add_option() after addings its choices so that it gets 2011-11-02 13:03:15 +00:00
rc_option_editor.h Some limited control of mixer strip component 2011-10-29 20:08:48 +00:00
region_editor.cc
region_editor.h
region_gain_line.cc
region_gain_line.h
region_layering_order_editor.cc
region_layering_order_editor.h
region_selection.cc
region_selection.h
region_view.cc Trim includes. 2011-10-31 21:16:32 +00:00
region_view.h Snap new automation points in AutomationRegionViews (#4297). 2011-09-06 23:28:55 +00:00
return_ui.cc
return_ui.h
rgb_macros.h
rhythm_ferret.cc
rhythm_ferret.h
route_group_dialog.cc add route group support for monitoring choices 2011-10-21 15:47:50 +00:00
route_group_dialog.h add route group support for monitoring choices 2011-10-21 15:47:50 +00:00
route_group_menu.cc
route_group_menu.h
route_params_ui.cc Trim includes. 2011-10-31 21:16:32 +00:00
route_params_ui.h
route_processor_selection.cc
route_processor_selection.h
route_selection.h
route_time_axis.cc remove lock icon from track header solo button when appropriate 2011-11-03 16:17:58 +00:00
route_time_axis.h Tidy up route colouring a bit so that colours are the 2011-08-30 15:44:00 +00:00
route_ui.cc fix some bugs with solo state display 2011-11-03 14:51:56 +00:00
route_ui.h Tidy up send-to button handling a bit, should fix #4426 and #4427. 2011-11-03 00:42:16 +00:00
SAE-de-keypad.bindings.in
SAE-de-nokeypad.bindings.in
SAE-us-keypad.bindings.in
SAE-us-nokeypad.bindings.in
search_path_option.cc
search_path_option.h
selectable.h
selection_templates.h
selection.cc Save marker selection state in instant.xml (#4203). 2011-10-20 00:05:31 +00:00
selection.h Small comment. 2011-07-08 15:28:19 +00:00
send_ui.cc
send_ui.h
session_import_dialog.cc
session_import_dialog.h
session_metadata_dialog.cc
session_metadata_dialog.h
session_option_editor.cc catchup on previous commit relating to who owns ActiveState and VisualState 2011-11-01 01:22:08 +00:00
session_option_editor.h
sfdb_freesound_mootcher.cc
sfdb_freesound_mootcher.h
sfdb_ui.cc allow import to selected MIDI tracks (note that this gets confused if the MIDI file contains multiple MetaTracks - each track ends up in the same track, which may or may not be the right thing) 2011-07-26 17:22:10 +00:00
sfdb_ui.h allow import to selected MIDI tracks (note that this gets confused if the MIDI file contains multiple MetaTracks - each track ends up in the same track, which may or may not be the right thing) 2011-07-26 17:22:10 +00:00
shuttle_control.cc make Stateful::_id private and provide appropriate methods to set it, and use them throughout ardour 2011-10-18 13:18:47 +00:00
shuttle_control.h make Stateful::_id private and provide appropriate methods to set it, and use them throughout ardour 2011-10-18 13:18:47 +00:00
simpleline_p.h
simpleline.cc
simpleline.h
simplerect_p.h
simplerect.cc
simplerect.h
speaker_dialog.cc
speaker_dialog.h
splash.cc
splash.h
splash.png
startup.cc fix button label in new session dialog when backing up (from david halter) 2011-08-09 19:05:29 +00:00
startup.h
step_editing.bindings
step_editor.cc attempt to fix deep confusion in GUI code about converting between musical and audio time (should have beneficial effects on #4257); change ghost note drawing when in MIDI note draw/add mode so that its start is aligned with the mouse cursor 2011-08-16 14:24:41 +00:00
step_editor.h
step_entry.cc
step_entry.h
stereo_panner.cc Implement reset() in panners, and use it from the GUI (fixes #4196). 2011-10-22 16:19:27 +00:00
stereo_panner.h
streamview.cc Fix warning. 2011-10-23 21:31:21 +00:00
streamview.h Allow route groups to color their tracks (remainder of 2011-08-31 19:14:12 +00:00
strip_selection.h
strip_silence_dialog.cc
strip_silence_dialog.h
tape_region_view.cc
tape_region_view.h
tempo_dialog.cc
tempo_dialog.h
tempo_lines.cc
tempo_lines.h
theme_manager.cc new ArdourButton class, to start to provide more control over how our buttons work and appear; use ArdourButtons for monitor, solo isolate and solo safe buttons, and in the processor box; don't save UI config file (canvas colors) to the user's home dir unless one or more parameters were modified by the user 2011-10-26 21:01:14 +00:00
theme_manager.h
time_axis_view_item.cc make Stateful::_id private and provide appropriate methods to set it, and use them throughout ardour 2011-10-18 13:18:47 +00:00
time_axis_view_item.h
time_axis_view.cc add a little spacing about track header control buttons 2011-11-03 15:40:11 +00:00
time_axis_view.h Fix editor track heights (m/s/etc. buttons being cut off at Normal height). 2011-08-31 15:07:44 +00:00
time_fx_dialog.cc
time_fx_dialog.h
time_info_box.cc split style files apart to better maintain consistency (generates a useless error during program startup - thanks GTK); metronome icon for (moved) click button; move punch in/out buttons around 2011-06-09 15:44:09 +00:00
time_info_box.h split style files apart to better maintain consistency (generates a useless error during program startup - thanks GTK); metronome icon for (moved) click button; move punch in/out buttons around 2011-06-09 15:44:09 +00:00
time_selection.cc
time_selection.h
track_selection.cc
track_selection.h
track_view_list.cc
track_view_list.h
transpose_dialog.cc
transpose_dialog.h
ui_config_vars.h
ui_config.cc solo buttons are now ArdourButtons 2011-11-02 18:48:32 +00:00
ui_config.h new ArdourButton class, to start to provide more control over how our buttons work and appear; use ArdourButtons for monitor, solo isolate and solo safe buttons, and in the processor box; don't save UI config file (canvas colors) to the user's home dir unless one or more parameters were modified by the user 2011-10-26 21:01:14 +00:00
utils.cc Give route groups their own colour, settable from the route 2011-08-30 09:48:53 +00:00
utils.h Give route groups their own colour, settable from the route 2011-08-30 09:48:53 +00:00
verbose_cursor.cc
verbose_cursor.h
visibility_group.cc Fix the fix to #4431; make overrides to visibility actually 2011-11-03 16:52:53 +00:00
visibility_group.h Allow overrides of the user-set visibility stuff and use it to make sure the master bus doesn't get solo isolate etc. (#4431). 2011-11-03 01:44:17 +00:00
visual_time_axis.cc
visual_time_axis.h
volume_controller.cc an entire freakin' day working on 1 working function, VolumeController::adjust() ... probably not done, but better ... gain control that occurs via this function occurs in discrete, fixed dB steps 2011-06-21 01:36:20 +00:00
volume_controller.h much ado about nothing when it comes to gain control 2011-06-19 23:02:55 +00:00
vst_pluginui.cc
vst_pluginui.h
waveview_p.h
waveview.cc
waveview.h
window_proxy.cc
window_proxy.h
wscript Use general VisibilityGroup class to manage visibility 2011-10-29 20:07:00 +00:00