13
0
livetrax/gtk2_ardour
Paul Davis 15c13f1369 range selection drag ensures that selected tracks include all tracks within the vertical height spanned by the drag.
Older code looked at the track under the motion event coordinates. With rapid mouse motion, tracks could be "skipped" - no motion event
would be reported within their vertical coordinate range.
2014-02-25 21:55:25 -05:00
..
export
glade
icons
pixmaps
po i18n updates (specifically .de from edgar a, but also contains results of ./waf i18n 2014-02-10 12:19:43 -05:00
about.cc credit where credit is due for speaker-config and VBAP fixes inspiration 2014-01-13 09:38:24 -05:00
about.h
actions.cc
actions.h
add_route_dialog.cc
add_route_dialog.h
add_video_dialog.cc
add_video_dialog.h
ambiguous_file_dialog.cc
ambiguous_file_dialog.h
analysis_window.cc
analysis_window.h
arcall
ardbg
ardbg-scons
ardev
ardev_common.sh.in fix inadvertent breakage in ardev and friends caused by extension to LD_LIBRARY_PATH as pat of backend additions 2014-02-24 17:05:00 -05:00
ardour2_ui_dark_sae.rc.in
ardour2_ui_light_sae.rc.in
ardour2_ui_sae.conf
ardour3_fonts.rc.in
ardour3_styles.rc.in
ardour3_ui_dark.rc.in
ardour3_ui_default.conf fix up double definition of waveform fill in default canvas conf file 2014-02-14 14:03:24 -05:00
ardour3_ui_light.rc.in
ardour3_widget_list.rc
ardour3.desktop.in
ardour3.xml
ardour_button.cc some changes to ArdourButton to allow custom colors to be set (e.g. based on track colors), via Valeriy 2014-02-14 15:32:30 -05:00
ardour_button.h some changes to ArdourButton to allow custom colors to be set (e.g. based on track colors), via Valeriy 2014-02-14 15:32:30 -05:00
ardour_dialog.cc
ardour_dialog.h
ardour_ui2.cc
ardour_ui_dependents.cc
ardour_ui_dialogs.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
ardour_ui_ed.cc
ardour_ui_mixer.cc
ardour_ui_options.cc
ardour_ui.cc implement plugin-scan cancel-button sensitivity 2014-02-25 14:57:59 +01:00
ardour_ui.h implement plugin-scan cancel-button sensitivity 2014-02-25 14:57:59 +01:00
ardour_window.cc
ardour_window.h
ardour-sae.menus
ardour.menus.in first stab at send+route panner link 2014-01-13 23:21:30 +01:00
ardour.sh.in
ArdourMono.ttf
arldd
arprof-scons
artest Add unit test runner (artest) and a config option to run tests after builds 2014-01-08 22:00:34 +02:00
arval
arval-scons
au_pluginui.h
au_pluginui.mm
audio_clock.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
audio_clock.h
audio_region_editor.cc
audio_region_editor.h
audio_region_view.cc fiddle with single pixel adjustments to time axis view item heights; fix region gain envelope visibility 2014-02-25 12:02:50 -05:00
audio_region_view.h add the with-guard-point distinction to region gain lines 2014-02-20 14:01:40 -05:00
audio_streamview.cc
audio_streamview.h
audio_time_axis.cc Enforce const correctness for a couple of iterators 2014-01-30 16:30:48 +00:00
audio_time_axis.h
automation_controller.cc
automation_controller.h
automation_line.cc fiddle with single pixel adjustments to time axis view item heights; fix region gain envelope visibility 2014-02-25 12:02:50 -05:00
automation_line.h fix merge with master 2014-01-11 15:19:18 -05:00
automation_region_view.cc reverse default behaviour for adding control points to automation with mouse clicks. unmodified click adds new control point without guard points; ctrl-click adds new point with a guard point (old behaviour) 2014-02-25 12:02:50 -05:00
automation_region_view.h manually applied equivalent of 1d82f4ca07 in master (git could not apply successfully) 2014-02-19 23:37:46 -05:00
automation_selection.h
automation_streamview.cc fix thinko related to streamview construction that caused bad placement/display of MIDI automation/CC tracks 2014-01-10 12:08:17 -05:00
automation_streamview.h
automation_time_axis.cc manually applied equivalent of 1d82f4ca07 in master (git could not apply successfully) 2014-02-19 23:37:46 -05:00
automation_time_axis.h manually applied equivalent of 1d82f4ca07 in master (git could not apply successfully) 2014-02-19 23:37:46 -05:00
axis_view.cc
axis_view.h
big_clock_window.cc
big_clock_window.h
bundle_manager.cc
bundle_manager.h
button_joiner.cc
button_joiner.h
canvas_patch_change.cc
canvas_vars.h
canvas-simpleline.c
canvas-simplerect.c
canvas-waveview.c
canvas-waveview.h
clock_group.cc
clock_group.h
cocoacarbon.mm
configinfo.cc
configinfo.h
control_point_dialog.cc
control_point_dialog.h
control_point.cc fill control points 2014-01-07 20:55:26 -05:00
control_point.h
crossfade_edit.cc
crossfade_edit.h
crossfade_view.h
crossfade_xpms.h
curvetest.cc
debug.cc
debug.h
edit_note_dialog.cc
edit_note_dialog.h
editing_syms.h
editing.cc
editing.h
editor_actions.cc the forgotten second (amend to prev commit) 2014-02-25 12:01:14 -05:00
editor_audio_import.cc resolve gtk + VST threading issues 2014-02-22 03:11:48 +01:00
editor_audiotrack.cc
editor_canvas_events.cc
editor_canvas.cc reorder (in source only) positioning of ruler/marker canvas groups 2014-02-25 12:02:50 -05:00
editor_component.cc
editor_component.h
editor_cursors.cc convert canvas items that compose the playhead (EditorCursor, more generally) to pointers, since canvas items are owned by the group they belong to. This avoids a double-free during deletion 2014-02-12 15:13:11 -05:00
editor_cursors.h convert canvas items that compose the playhead (EditorCursor, more generally) to pointers, since canvas items are owned by the group they belong to. This avoids a double-free during deletion 2014-02-12 15:13:11 -05:00
editor_drag.cc range selection drag ensures that selected tracks include all tracks within the vertical height spanned by the drag. 2014-02-25 21:55:25 -05:00
editor_drag.h
editor_enums.h
editor_export_audio.cc
editor_group_tabs.cc
editor_group_tabs.h
editor_items.h
editor_keys.cc
editor_locations.cc
editor_locations.h
editor_markers.cc various work to make loop/punch display work better (including fixes for bugs present in master also) 2014-01-27 21:27:13 -05:00
editor_mixer.cc Merge branch 'master' into cairocanvas 2014-01-07 21:37:48 -05:00
editor_mouse.cc ctrl-click when adding automation points no longer adds guard points 2014-02-25 11:59:02 -05:00
editor_ops.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
editor_regions.cc
editor_regions.h
editor_route_groups.cc
editor_route_groups.h
editor_routes.cc
editor_routes.h
editor_rulers.cc indent/align 2014-02-25 12:02:51 -05:00
editor_selection.cc a rubber-band drag or other selection op that actually selects nothing should cancel the current selection 2014-02-25 15:24:41 -05:00
editor_snapshots.cc
editor_snapshots.h
editor_summary.cc
editor_summary.h
editor_tempodisplay.cc make measure line positioning use Editor::sample_to_pixel() and avoid extra 0.5 pixel shift 2014-02-12 15:14:19 -05:00
editor_timefx.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
editor_videotimeline.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
editor_xpms
editor.bindings
editor.cc various work to make loop/punch display work better (including fixes for bugs present in master also) 2014-01-27 21:27:13 -05:00
editor.h various work to make loop/punch display work better (including fixes for bugs present in master also) 2014-01-27 21:27:13 -05:00
engine_dialog.cc
engine_dialog.h
enums.cc add canvas item types to enum system 2014-01-16 10:51:21 -05:00
enums.h
ergonomic-us.bindings.in
evtest.cc
export_channel_selector.cc
export_channel_selector.h
export_dialog.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
export_dialog.h
export_file_notebook.cc
export_file_notebook.h
export_filename_selector.cc
export_filename_selector.h
export_format_dialog.cc
export_format_dialog.h
export_format_selector.cc
export_format_selector.h
export_preset_selector.cc
export_preset_selector.h
export_range_markers_dialog.cc
export_range_markers_dialog.h
export_timespan_selector.cc
export_timespan_selector.h
export_video_dialog.cc
export_video_dialog.h
export_video_infobox.cc
export_video_infobox.h
fft_graph.cc
fft_graph.h
fft_result.cc
fft_result.h
fft.cc
fft.h
fix_carbon.h
gain_meter.cc fix meter(s) when mixer-strip is switched to AuxSend 2014-02-19 23:25:08 -05:00
gain_meter.h
generic_pluginui.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
gettext.h
ghostregion.cc fiddle with single pixel adjustments to time axis view item heights; fix region gain envelope visibility 2014-02-25 12:02:50 -05:00
ghostregion.h
global_port_matrix.cc
global_port_matrix.h
global_signals.h
gprofhelper.c
group_tabs.cc
group_tabs.h
gtk_pianokeyboard.c Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
gtk_pianokeyboard.h
gtk-custom-hruler.c
gtk-custom-hruler.h
gtk-custom-ruler.c
gtk-custom-ruler.h
gui_object.cc
gui_object.h
gui_thread.h
hit.cc
hit.h
i18n.h
insert_time_dialog.cc
insert_time_dialog.h
interthread_progress_window.cc
interthread_progress_window.h
io_selector.cc
io_selector.h
keyboard.cc
keyboard.h
keyeditor.cc
keyeditor.h
latency_gui.cc
latency_gui.h
led.cc
led.h
level_meter.cc fix meter(s) when mixer-strip is switched to AuxSend 2014-02-19 23:25:08 -05:00
level_meter.h
linux_vst_gui_support.cc
location_ui.cc
location_ui.h
logmeter.h
lv2_external_ui.h
lv2_plugin_ui.cc
lv2_plugin_ui.h
lxvst_plugin_ui.cc
lxvst_plugin_ui.h
main_clock.cc
main_clock.h
main.cc finished merge of cairocanvas with windows and windows+cc branches 2014-01-10 17:11:10 -05:00
marker_selection.h
marker.cc clamp marker name text appropriately 2014-01-13 09:49:09 -05:00
marker.h
meter_patterns.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
meter_patterns.h
meter_strip.cc
meter_strip.h
meterbridge.cc
meterbridge.h
midi_automation_line.cc Support midnam controller value labels. 2014-01-10 20:51:54 -05:00
midi_automation_line.h Support midnam controller value labels. 2014-01-10 20:51:54 -05:00
midi_channel_dialog.cc
midi_channel_dialog.h
midi_channel_selector.cc
midi_channel_selector.h
midi_cut_buffer.cc
midi_cut_buffer.h
midi_export_dialog.cc
midi_export_dialog.h
midi_list_editor.cc
midi_list_editor.h
midi_port_dialog.cc
midi_port_dialog.h
midi_region_view.cc passthrough unhandled motion events in MIDI region views because we may be dragging non-note objects like patch changes 2014-02-11 22:46:21 -05:00
midi_region_view.h
midi_scroomer.cc
midi_scroomer.h
midi_selection.cc
midi_selection.h
midi_streamview.cc a few coding style cleanups 2014-01-09 11:54:01 -05:00
midi_streamview.h
midi_time_axis.cc Enforce const correctness for a couple of iterators 2014-01-30 16:30:48 +00:00
midi_time_axis.h merge with master 2014-01-15 14:29:32 -05:00
midi_tracer.cc
midi_tracer.h
midi_util.h
midi_velocity_dialog.cc
midi_velocity_dialog.h
missing_file_dialog.cc
missing_file_dialog.h
missing_plugin_dialog.cc
missing_plugin_dialog.h
mixer_actor.cc
mixer_actor.h
mixer_group_tabs.cc
mixer_group_tabs.h
mixer_strip.cc manually apply d697a31abf from master (git could not apply cleanly) 2014-02-19 23:44:53 -05:00
mixer_strip.h rework panning -- Squashed commit of the following: 2014-01-09 00:18:45 +01:00
mixer_ui.cc
mixer_ui.h
mixer.bindings
mnemonic-us.bindings.in
monitor_section.cc
monitor_section.h
mono_panner_editor.cc
mono_panner_editor.h
mono_panner.cc merge with master 2014-01-14 21:13:21 -05:00
mono_panner.h update panGUI connections (panner-shell vs pannable vs panner) 2014-01-15 02:51:52 +01: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_base.cc
note_base.h
note_player.cc
note_player.h
note.cc move construction point 2014-01-20 10:52:45 -05:00
note.h
nsm.cc
nsm.h
nsmclient.cc
nsmclient.h
option_editor.cc ditto for clock in session properties dialog 2014-01-21 23:24:58 +01:00
option_editor.h
opts.cc
opts.h
panner2d.cc VBAP GUI convention: top == front ^= azimuth == .5 2014-01-15 09:37:20 +01:00
panner2d.h update panGUI connections (panner-shell vs pannable vs panner) 2014-01-15 02:51:52 +01:00
panner_editor.cc
panner_editor.h
panner_interface.cc
panner_interface.h
panner_ui.cc merge with master, with minor conflict fixes 2014-02-07 19:00:44 -05:00
panner_ui.h panner UI: check URI and #of channels on re-configuration 2014-02-07 18:05:47 +01:00
patch_change_dialog.cc
patch_change_dialog.h
patch_change.cc delete canvas Flag object when deleting a PatchChange, and provide a canvas debug name for PatchChanges 2014-02-11 22:48:18 -05:00
patch_change.h
piano_roll_header.cc
piano_roll_header.h
pingback.cc
pingback.h
playlist_selection.h
playlist_selector.cc
playlist_selector.h
plugin_eq_gui.cc fix issues with isnan/isinf on OS X where <cmath> hides isnan/isinf and forces std::isnan/std::isinf 2014-01-11 15:02:10 -05:00
plugin_eq_gui.h
plugin_interest.h
plugin_selector.cc refresh plugin list on signal 2014-02-24 23:57:28 +01:00
plugin_selector.h refresh plugin list on signal 2014-02-24 23:57:28 +01:00
plugin_ui.cc merge (w/fix) with master 2014-02-04 14:21:35 -05:00
plugin_ui.h
point_selection.h
port_group.cc
port_group.h
port_insert_ui.cc ProcessorWindowProxy::processor_going_away takes care of deletion 2014-01-13 09:39:50 -05:00
port_insert_ui.h ProcessorWindowProxy::processor_going_away takes care of deletion 2014-01-13 09:39:50 -05:00
port_matrix_body.cc
port_matrix_body.h
port_matrix_column_labels.cc
port_matrix_column_labels.h
port_matrix_component.cc
port_matrix_component.h
port_matrix_grid.cc
port_matrix_grid.h
port_matrix_labels.cc
port_matrix_labels.h
port_matrix_row_labels.cc
port_matrix_row_labels.h
port_matrix_types.h
port_matrix.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
port_matrix.h
processor_box.cc Use round() instead of rintf() when building with MSVC 2014-01-30 18:37:36 +00:00
processor_box.h first stab at send+route panner link 2014-01-13 23:21:30 +01:00
processor_selection.h
progress_reporter.cc
progress_reporter.h
prompter.cc
prompter.h
public_editor.cc
public_editor.h
quantize_dialog.cc
quantize_dialog.h
rc_option_editor.cc option to en/dis-able VST plugin discovery on startup 2014-02-25 19:17:04 +01:00
rc_option_editor.h
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 regionviews used for (MIDI) automation (CC) should not show a name highlight 2014-01-10 11:55:19 -05:00
region_view.h
return_ui.cc ProcessorWindowProxy::processor_going_away takes care of deletion 2014-01-13 09:39:50 -05:00
return_ui.h ProcessorWindowProxy::processor_going_away takes care of deletion 2014-01-13 09:39:50 -05:00
rgb_macros.h
rhythm_ferret.cc
rhythm_ferret.h
route_group_dialog.cc
route_group_dialog.h
route_group_menu.cc
route_group_menu.h
route_params_ui.cc
route_params_ui.h
route_processor_selection.cc
route_processor_selection.h
route_sorter.h
route_time_axis.cc Merge windows+cc branch into cairocanvas branch. Not finished, need to now merge windows branch to get changes from there 2014-01-10 16:07:57 -05:00
route_time_axis.h
route_ui_selection.h
route_ui.cc manually apply d697a31abf from master (git could not apply cleanly) 2014-02-19 23:44:53 -05:00
route_ui.h
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 ensure that track selection operations call ::set_selected() for tracks, allowing faster lookups of selected status during drags 2014-02-25 21:53:52 -05:00
selection.h
send_ui.cc merge (with conflict fixes) with master (even against rgareus' recommendation) 2014-01-14 10:56:17 -05:00
send_ui.h ProcessorWindowProxy::processor_going_away takes care of deletion 2014-01-13 09:39:50 -05:00
session_dialog.cc
session_dialog.h
session_import_dialog.cc
session_import_dialog.h
session_metadata_dialog.cc
session_metadata_dialog.h
session_option_editor.cc
session_option_editor.h
sfdb_freesound_mootcher.cc
sfdb_freesound_mootcher.h
sfdb_ui.cc Merge branch 'master' into cairocanvas 2014-01-29 16:08:52 -05:00
sfdb_ui.h audition: resampler use same quality as import 2014-01-19 00:45:08 +01:00
shuttle_control.cc
shuttle_control.h
small-splash.png
speaker_dialog.cc
speaker_dialog.h
splash.cc avoid apple gcc warning 2014-01-11 15:01:29 -05:00
splash.h
splash.png
startup.cc
startup.h
step_editing.bindings
step_editor.cc
step_editor.h
step_entry.cc
step_entry.h
stereo_panner_editor.cc
stereo_panner_editor.h
stereo_panner.cc merge with master, with minor conflict fixes 2014-02-07 19:00:44 -05:00
stereo_panner.h update panGUI connections (panner-shell vs pannable vs panner) 2014-01-15 02:51:52 +01:00
streamview.cc prevent a compiler warning 2014-01-20 10:52:59 -05:00
streamview.h fix thinko related to streamview construction that caused bad placement/display of MIDI automation/CC tracks 2014-01-10 12:08:17 -05:00
strip_selection.h
strip_silence_dialog.cc
strip_silence_dialog.h
sys_ex.cc
sys_ex.h
tape_region_view.cc
tape_region_view.h
tempo_dialog.cc
tempo_dialog.h
tempo_lines.cc make measure line positioning use Editor::sample_to_pixel() and avoid extra 0.5 pixel shift 2014-02-12 15:14:19 -05:00
tempo_lines.h make measure line positioning use Editor::sample_to_pixel() and avoid extra 0.5 pixel shift 2014-02-12 15:14:19 -05:00
theme_manager.cc
theme_manager.h
time_axis_view_item.cc fix height of time axis item view trim frame handles 2014-02-25 13:38:05 -05:00
time_axis_view_item.h fix up details of time axis view item drawing. 2014-02-13 18:18:19 -05:00
time_axis_view.cc add ::covered_by_y_range() to TimeAxisView 2014-02-25 21:53:04 -05:00
time_axis_view.h add ::covered_by_y_range() to TimeAxisView 2014-02-25 21:53:04 -05:00
time_fx_dialog.cc
time_fx_dialog.h
time_info_box.cc
time_info_box.h
time_selection.cc
time_selection.h
timecode_tester.cc
track_selection.cc
track_selection.h
track_view_list.cc
track_view_list.h
transcode_ffmpeg.cc
transcode_ffmpeg.h move SystemExec to libpbd 2014-02-19 03:38:43 +01:00
transcode_video_dialog.cc
transcode_video_dialog.h
transpose_dialog.cc
transpose_dialog.h
ui_config_vars.h
ui_config.cc
ui_config.h
utils_videotl.cc
utils_videotl.h
utils.cc
utils.h
verbose_cursor.cc
verbose_cursor.h
video_image_frame.cc
video_image_frame.h
video_monitor.cc
video_monitor.h move SystemExec to libpbd 2014-02-19 03:38:43 +01:00
video_server_dialog.cc
video_server_dialog.h
video_timeline.cc replace a few creeping instances of the string "Ardour" with PROGRAM_NAME 2014-02-10 10:53:01 -05:00
video_timeline.h
visibility_group.cc
visibility_group.h
volume_controller.cc
volume_controller.h
vst_plugin_ui.cc fix minimum VST GUI window size (gtk padding) 2014-02-22 03:11:49 +01:00
vst_plugin_ui.h first part of merging windows and wine VST 2014-02-22 03:11:48 +01:00
window_manager.cc
window_manager.h
windows_vst_plugin_ui.cc Windows VST GUI related rework 2014-02-22 03:11:48 +01:00
windows_vst_plugin_ui.h
wscript consolidate lxVST & winVST file-info code into libardour 2014-02-23 05:51:58 +01:00