ardour/gtk2_ardour
Julien "_FrnchFrgg_" RIVAUD ce9bdd1db0 Generalise heuristic for user-intended main type of a route's IO
The heuristic currently used to display port connections in a
compact user-friendly way only considers Audio and MIDI data types.

Replace it by a better heuristic that does essentially the same thing
with all DataTypes, assuming they are ordered by likeliness of usage.
Currently the result is the same since there are only two DataTypes.
2017-08-23 22:59:38 +02:00
..
appdata/po Update Japanese translation 2017-01-22 22:03:55 +01:00
icons FP8: Configuration UI layout & design (add image, separators) 2017-04-15 15:19:58 +02:00
macosx/tracks.xcodeproj copy all XCode project files from Tracks. 2015-06-29 14:18:10 -04:00
msvc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
po Fix spacing in french usage strings 2017-08-21 19:46:04 +02:00
resources group Product/App specific resources 2016-05-17 13:12:05 +02:00
themes Update clear_gray-ardour.colors 2017-08-02 14:42:45 -04:00
win32 Remove some Windows icons which I'm told we don't need any more... 2016-06-13 11:35:19 +01:00
about.cc Add johmue to authors list 2017-07-14 20:01:45 +02:00
about.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
actions.cc some structure/code for managing menu sensitivity now that VCAs are selectable 2017-08-07 12:04:11 -04:00
actions.h some structure/code for managing menu sensitivity now that VCAs are selectable 2017-08-07 12:04:11 -04:00
add_route_dialog.cc Track Templates: Add verbose descriptions for the built-in track types. 2017-08-22 16:20:26 -05:00
add_route_dialog.h Track Templates: Add verbose descriptions for the built-in track types. 2017-08-22 16:20:26 -05:00
add_video_dialog.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
add_video_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
ambiguous_file_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ambiguous_file_dialog.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
analysis_window.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
analysis_window.h overhaul region/range spectrum analysis 2016-05-22 19:33:00 +02:00
arcall Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
arcanvas valgrind option (commented) for canvas tester 2017-02-01 21:58:20 +01:00
ardbg Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
ardbg-core add a script to read core files in gdb/lldb 2016-03-26 15:51:56 +01:00
ardev Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
ardev-win Tweaked build and run for windows 2015-08-16 18:01:28 +02:00
ardev_common.sh.in Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
ardour-mime-info.xml set executable and icon name in desktop-file 2015-10-22 18:09:16 +02:00
ardour-sae.menus First draft of a template management dialog 2017-07-12 16:15:03 +02:00
ardour.appdata.xml.in.in Add project version to AppData file. 2015-11-22 15:32:07 +01:00
ardour.desktop.in set executable and icon name in desktop-file 2015-10-22 18:09:16 +02:00
ardour.keys.in Use dedicated "show editor/mixer" actions 2017-03-10 17:52:42 +01:00
ardour.menus.in Main Menu: some re-organization of session- and global-centric windows. 2017-07-21 14:44:37 -05:00
ardour.sh.in Fix ldd(1) parsing on NetBSD 2016-10-04 22:15:33 +02:00
ardour2_ui_dark_sae.rc.in
ardour2_ui_light_sae.rc.in
ardour2_ui_sae.conf
ardour_dialog.cc Fix another crash at exit. 2017-07-03 14:03:10 +02:00
ardour_dialog.h Fix another crash at exit. 2017-07-03 14:03:10 +02:00
ardour_http.cc Allow to query HTTP headers 2016-09-16 01:39:04 +02:00
ardour_http.h Allow to query HTTP headers 2016-09-16 01:39:04 +02:00
ardour_ui.cc Reset RouteDialog: name edited by-user 2017-08-22 17:07:42 +02:00
ardour_ui.h Let the user add a template description on saving session templates 2017-08-20 21:09:30 +02:00
ardour_ui2.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
ardour_ui_dependents.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
ardour_ui_dialogs.cc some structure/code for managing menu sensitivity now that VCAs are selectable 2017-08-07 12:04:11 -04:00
ardour_ui_ed.cc some structure/code for managing menu sensitivity now that VCAs are selectable 2017-08-07 12:04:11 -04:00
ardour_ui_mixer.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ardour_ui_options.cc Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
ardour_window.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
ardour_window.h Remove duplicate header includes in gtk2_ardour 2016-09-13 14:55:02 +10:00
ArdourMono.ttf
arhell fun with valgrind 2015-10-27 11:15:34 +01:00
arldd Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
arlua add debug facilities to arlua (valgrind, callgrind) to test libardour 2016-04-24 14:43:18 +02:00
arluadoc add lua script to test channel-mapping, update doc 2016-03-26 01:06:33 +01:00
armass Elaborate valgrind options 2017-01-20 13:54:15 +01:00
arprof Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
arrr ardour runs fine in rr version 4.4.0, add scripts 2017-01-21 23:10:33 +01:00
arrr-replay ardour runs fine in rr version 4.4.0, add scripts 2017-01-21 23:10:33 +01:00
arscan add a wrapper to launch the vst-scanner manually 2016-08-03 19:56:22 +02:00
artest allow to run single tests from ./artest 2016-10-11 00:03:18 +02:00
arval Elaborate valgrind options 2017-01-20 13:54:15 +01:00
au_pluginui.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
au_pluginui.mm Fix OSX builds in the wake of the source-tree layout changes 2017-07-18 18:29:22 +02:00
audio_clock.cc Remove unused sources & includes 2017-07-17 21:06:04 +02:00
audio_clock.h Separate Ardour UI widgets into dedicated library 2017-07-17 21:06:04 +02:00
audio_region_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
audio_region_editor.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
audio_region_view.cc Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
audio_region_view.h Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
audio_streamview.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
audio_streamview.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
audio_time_axis.cc Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
audio_time_axis.h Remove unused sources & includes 2017-07-17 21:06:04 +02:00
automation_controller.cc Remove unused "mark" parameter from stop_touch() API 2017-07-24 01:59:18 +02:00
automation_controller.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
automation_line.cc Drags are such a drag. 2017-07-24 01:59:13 +02:00
automation_line.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
automation_region_view.cc only button 1 click in mouse draw mode on MIDI automation regions should add events 2017-08-15 17:36:50 -04:00
automation_region_view.h Use color modifiers for dynamic region styles. 2014-12-18 20:23:34 -05:00
automation_selection.h
automation_streamview.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
automation_streamview.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
automation_time_axis.cc expose automation state controls in AutomationTimeAxisView when used for MIDI CC 2017-08-12 14:40:21 -04:00
automation_time_axis.h expose automation state controls in AutomationTimeAxisView when used for MIDI CC 2017-08-12 14:40:21 -04:00
axis_provider.h -Wnon-virtual-dtor 2017-05-06 15:52:32 +02:00
axis_view.cc Remove unused sources & includes 2017-07-17 21:06:04 +02:00
axis_view.h Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
big_clock_window.cc use moved version of reset_focus() 2016-09-06 16:17:39 -04:00
big_clock_window.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
bundle_env.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
bundle_env_cocoa.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
bundle_env_linux.cc ArdourCurl: prepare to unify various curl calls 2016-07-18 16:46:59 +02:00
bundle_env_mingw.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
bundle_env_msvc.cc Some paths weren't getting set up correctly for the MSVC build 2017-02-04 12:54:19 +00:00
bundle_manager.cc remove close buttons from Bundle Manager (rely on WM provided button) 2016-08-21 23:02:37 +02:00
bundle_manager.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
canvas_test.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
canvas_vars.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
clearlooks.rc.in Templates: Dim the border around template description text. 2017-08-17 13:28:41 -05:00
clock_group.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
clock_group.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
cocoacarbon.mm fix missing API for no-app-nap when building on OS X < 10.9 2016-08-19 13:19:37 -04:00
color_aliases.h fixed merge conflict 2014-12-14 09:36:01 -05:00
color_theme_manager.cc Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
color_theme_manager.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
configinfo.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
configinfo.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
control_point.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
control_point.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
control_point_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
control_point_dialog.h
control_slave_ui.cc Separate Ardour UI widgets into dedicated library 2017-07-17 21:06:04 +02:00
control_slave_ui.h Separate Ardour UI widgets into dedicated library 2017-07-17 21:06:04 +02:00
crossfade_edit.h Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
crossfade_view.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
crossfade_xpms.h
cursor_context.cc Fix various cursor problems. 2014-12-20 01:13:25 -05:00
cursor_context.h Fix various cursor problems. 2014-12-20 01:13:25 -05:00
curvetest.cc
debug.cc Add debug bit for selection debugging output 2016-01-14 20:41:43 +10:00
debug.h Add debug bit for selection debugging output 2016-01-14 20:41:43 +10:00
default_ui_config.in update default config (see also 5ec21347a) 2016-11-27 23:00:42 +01:00
duplicate_routes_dialog.cc Modify playlist option labels in Duplicate Track/Bus dialog 2017-01-05 23:16:27 +10:00
duplicate_routes_dialog.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
edit_note_dialog.cc Fix both note length setting and display in EditNoteDialog 2017-07-22 02:15:20 +10:00
edit_note_dialog.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
editing.cc Remove duplicate header includes in gtk2_ardour 2016-09-13 14:55:02 +10:00
editing.h classify all region actions based on how they get a list of regions to operate on; use this in Editor::sensitize_the_right_region_actions() 2017-02-15 20:07:49 +01:00
editing_convert.h Add PBD::to_string/string_to template specialisations for types in editing.h 2017-04-19 09:36:55 +10:00
editing_syms.h NO-OP: enums implicitly start at zero 2016-01-14 19:10:27 +01:00
editor.cc Add Lua bindings to set toggle-actions 2017-08-09 16:29:24 +02:00
editor.h Add Lua bindings to set toggle-actions 2017-08-09 16:29:24 +02:00
editor_actions.cc some structure/code for managing menu sensitivity now that VCAs are selectable 2017-08-07 12:04:11 -04:00
editor_audio_import.cc Remove redundant beat arg from TempoMap::add_meter 2017-07-22 02:15:20 +10:00
editor_audiotrack.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_canvas.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
editor_canvas_events.cc CursorZoomDrag rework: 2017-07-20 09:51:26 -05:00
editor_component.cc
editor_component.h
editor_cursors.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
editor_cursors.h Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
editor_drag.cc Calculate clamped tempo stretch ratios using the correct (musical) domain 2017-07-22 02:15:20 +10:00
editor_drag.h Disable tempo end/twist drag for meter-locked tempi 2017-07-22 02:15:20 +10:00
editor_export_audio.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
editor_group_tabs.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
editor_group_tabs.h Scaleable group-tabs: use Pango to layout text, scale with UI #7331 2017-05-04 19:15:18 +02:00
editor_items.h Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constraint modifier dilates previous tempo. 2016-05-27 23:38:16 +10:00
editor_keys.cc rework snap 2017-02-04 22:57:36 +11:00
editor_locations.cc Save/restore location clock mode 2017-02-14 17:15:16 +01:00
editor_locations.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
editor_markers.cc Rework tempo marker editing menu functions 2017-07-22 02:15:20 +10:00
editor_mixer.cc Use StripableTAV to inform Ctrl surfaces about selection. 2017-08-06 23:22:27 +02:00
editor_mouse.cc Only add a new tempo or meter on click if the primary modifier is pressed 2017-07-22 02:15:20 +10:00
editor_ops.cc Use new separate_by_channel API 2017-08-23 21:33:29 +02:00
editor_pt_import.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
editor_regions.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
editor_regions.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
editor_route_groups.cc Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
editor_route_groups.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
editor_routes.cc Hide TrackList "Active" toggle for VCAs 2017-08-08 01:49:05 +02:00
editor_routes.h Hide TrackList "Active" toggle for VCAs 2017-08-08 01:49:05 +02:00
editor_rulers.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
editor_selection.cc some structure/code for managing menu sensitivity now that VCAs are selectable 2017-08-07 12:04:11 -04:00
editor_snapshots.cc Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
editor_snapshots.h Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10:00
editor_summary.cc Remove an unused variable 2017-07-30 02:42:55 +02:00
editor_summary.h Editor Summary: Don't require user to re-click to scroll + zoom. 2017-07-20 14:15:40 -05:00
editor_tempodisplay.cc Remove redundant beat arg from TempoMap::add_meter 2017-07-22 02:15:20 +10:00
editor_timefx.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
editor_videotimeline.cc Fix another crash at exit. 2017-07-03 14:03:10 +02:00
editor_xpms
engine_dialog.cc Populate the buffer size combo when connecting to jack that is already running. 2017-08-10 09:49:22 -05:00
engine_dialog.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
enums.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
enums.h
enums_convert.h Add PBD::to_string/string_to template specialisations for types in enums.h 2017-04-19 09:36:55 +10:00
ergonomic-us.bindings.in Add several new categories and re-sort some keybindings so they display more nicely in html printout. 2017-02-06 18:05:53 -06:00
evtest.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
export_channel_selector.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
export_channel_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_dialog.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_file_notebook.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
export_file_notebook.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_filename_selector.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_filename_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_format_dialog.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_format_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_format_selector.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_format_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_preset_selector.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_preset_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_range_markers_dialog.cc
export_range_markers_dialog.h
export_report.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
export_report.h Keep Dialogs which report process around. 2017-04-20 19:03:52 +02:00
export_timespan_selector.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_timespan_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_video_dialog.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_video_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_video_infobox.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_video_infobox.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
fft.cc Fix a crash when we display the 'Plugin Analysis' window (in a generic plugin GUI window) and then close the GUI 2016-08-28 10:23:57 +01:00
fft.h
fft_graph.cc workaround changes in glibmm 2.49.x 2016-08-04 09:52:22 +02:00
fft_graph.h rework FFT-graph, add pointer-position annotations 2016-07-24 13:00:15 +02:00
fft_result.cc overhaul region/range spectrum analysis 2016-05-22 19:33:00 +02:00
fft_result.h add missing include 2016-05-23 03:50:43 +02:00
fix_carbon.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
floating_text_entry.cc Fix edit-cursor in TextEntry 2017-07-29 02:05:37 +02:00
floating_text_entry.h Fix edit-cursor in TextEntry 2017-07-29 02:05:37 +02:00
gain_meter.cc Remove unused "mark" parameter from stop_touch() API 2017-07-24 01:59:18 +02:00
gain_meter.h Add automation button to VCA strip 2017-07-21 02:10:29 +02:00
generic_pluginui.cc Indicate whether to show plugin's inline display in GUI 2017-07-31 21:31:23 +02:00
gettext.h
ghostregion.cc Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
ghostregion.h Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
global_port_matrix.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
global_port_matrix.h
gprofhelper.c NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
group_tabs.cc Name New VCAs from Selection 2017-08-07 16:46:35 +02:00
group_tabs.h Name New VCAs from Selection 2017-08-07 16:46:35 +02:00
gtk_pianokeyboard.c NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
gtk_pianokeyboard.h volatile means hardware-volatile. 2016-02-22 15:25:28 -05:00
gui_object.cc Use XMLNode::set_property API in GUIObject class 2017-04-19 09:36:56 +10:00
gui_object.h Use XMLNode::set_property API in GUIObject class 2017-04-19 09:36:56 +10:00
gui_thread.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
hit.cc add header required when boost shared ptr debugging is in use 2016-05-31 15:30:44 -04:00
hit.h MusicalTime => Beats. 2015-01-07 00:12:07 -05:00
idleometer.cc fix windows builds 2017-03-15 12:52:16 +01:00
idleometer.h Tweak idle-o-meter: reset-button & acquisition time display 2017-03-15 12:38:11 +01:00
insert_remove_time_dialog.cc Track Insert/Remove Time dialog: 2016-10-20 16:18:19 -05:00
insert_remove_time_dialog.h Track Add/Remove Time dialog improvements: 2016-10-20 16:02:18 -05:00
instrument_selector.cc Prefer General MIDI Synth as default instrument 2017-01-30 16:42:11 +01:00
instrument_selector.h Prefer General MIDI Synth as default instrument 2017-01-30 16:42:11 +01:00
interthread_progress_window.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
interthread_progress_window.h fix import-thread SNAFU 2016-05-21 23:30:11 +02:00
io_selector.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
io_selector.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
item_counts.h
keyboard.cc Remove some debug output (gtk2_ardour) 2017-08-06 14:50:45 +02:00
keyboard.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
keyeditor.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
keyeditor.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
latency_gui.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
latency_gui.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
led.cc Towards a consistent render() API. 2017-03-20 17:12:08 +01:00
led.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
level_meter.cc Move Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
level_meter.h Move Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
linux_vst_gui_support.cc Don't use VST ->user points, prefer host-reserved ptr 2017-07-08 18:13:42 +02:00
location_ui.cc Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
location_ui.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
lua_script_manager.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
lua_script_manager.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
luadialog.cc Backwards compatible LuaDialog layout (+new colspan option) 2017-08-19 03:12:28 +02:00
luadialog.h Backwards compatible LuaDialog layout (+new colspan option) 2017-08-19 03:12:28 +02:00
luadoc.cc Complete Lua-binding dump (after 8eb3b9d34b) 2017-08-16 21:00:23 +02:00
luainstance.cc Add Lua bindings for ArdourUI's translate_order() 2017-08-22 03:12:07 +02:00
luainstance.h Fix MSVC builds (binding external static members) 2017-08-11 18:01:28 +02:00
luasignal.h Add Editor/UI Lua Scripting and Action/Callback Script 2016-02-23 15:41:35 +01:00
luasignal_syms.h Add a Lua SetSession signal/hook 2017-08-10 02:25:58 +02:00
luawindow.cc Lua may call C++ functions with throw. Catch them 2017-08-19 01:06:44 +02:00
luawindow.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
lv2_external_ui.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
lv2_plugin_ui.cc Remove unused "mark" parameter from stop_touch() API 2017-07-24 01:59:18 +02:00
lv2_plugin_ui.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
lxvst_plugin_ui.cc VST UI sizeing rework 2017-03-08 13:03:46 +01:00
lxvst_plugin_ui.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
mac_vst_plugin_ui.h MacVST UI resizing 2016-11-15 18:17:47 +01:00
mac_vst_plugin_ui.mm MacVST UI resizing 2016-11-15 18:17:47 +01:00
main.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
main_clock.cc Commence transport tool bar re-layout 2016-12-17 02:43:42 +01:00
main_clock.h Commence transport tool bar re-layout 2016-12-17 02:43:42 +01:00
marker.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
marker.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
marker_selection.h turn MarkerSelection into a class (bindings) 2016-04-12 18:13:31 +02:00
meter_patterns.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
meter_patterns.h Move UIConfiguration Singleton into UIConfiguration header 2015-09-16 16:55:17 -04:00
meter_strip.cc Separate Ardour UI widgets into dedicated library 2017-07-17 21:06:04 +02:00
meter_strip.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
meterbridge.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
meterbridge.h Use Stripable::Sorter in meterbridge 2017-07-01 21:25:01 +02:00
midi_automation_line.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_automation_line.h Trim the include tree. 2014-11-30 23:56:19 -05:00
midi_channel_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_channel_dialog.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
midi_channel_selector.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
midi_channel_selector.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
midi_cut_buffer.cc MusicalTime => Beats. 2015-01-07 00:12:07 -05:00
midi_cut_buffer.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
midi_export_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_export_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
midi_list_editor.cc Support note name editing in midi list editor 2017-05-14 18:16:24 +02:00
midi_list_editor.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
midi_region_view.cc Call Editor::abort_reversible_command() in MidiRegionView::abort_command() 2017-07-22 02:15:20 +10:00
midi_region_view.h Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
midi_scroomer.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
midi_scroomer.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
midi_selection.cc
midi_selection.h
midi_streamview.cc Fix rec-box w/count-in 2017-06-08 13:34:23 +02:00
midi_streamview.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
midi_time_axis.cc Properly propagate TAV TimeSelection 2017-07-21 15:49:28 +02:00
midi_time_axis.h Remove unused sources & includes 2017-07-17 21:06:04 +02:00
midi_tracer.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_tracer.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
midi_util.h
midi_velocity_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_velocity_dialog.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
mini_timeline.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
mini_timeline.h Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
missing_file_dialog.cc GUI support to re-locate missing external (abs-path) files 2017-02-22 10:51:13 +01:00
missing_file_dialog.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
missing_plugin_dialog.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
missing_plugin_dialog.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
mixer.bindings Add select-all-tracks mixer-shortcut (following editor) 2017-07-08 16:07:42 +02:00
mixer_group_tabs.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
mixer_group_tabs.h Scaleable group-tabs: use Pango to layout text, scale with UI #7331 2017-05-04 19:15:18 +02:00
mixer_strip.cc Generalise heuristic for user-intended main type of a route's IO 2017-08-23 22:59:38 +02:00
mixer_strip.h Generalise heuristic for user-intended main type of a route's IO 2017-08-23 22:59:38 +02:00
mixer_ui.cc remove debug output 2017-08-22 02:11:56 +02:00
mixer_ui.h Allow to select VCAs 2017-08-06 22:17:42 +02:00
monitor.bindings fix capitalization of sections of key editor 2016-03-15 21:25:07 -04:00
monitor_section.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
monitor_section.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
monitor_selector.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
monitor_selector.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
mono_panner.cc Add control-focus notifications from bindable GUI widgets. 2017-07-02 18:19:13 +02:00
mono_panner.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
mono_panner_editor.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
mono_panner_editor.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
mouse_cursors.cc Free some one time alloc of the UI (cleaner valgrind output) 2017-01-20 13:53:37 +01:00
mouse_cursors.h Free some one time alloc of the UI (cleaner valgrind output) 2017-01-20 13:53:37 +01:00
mtest.menus
mtest_other.menus
mtest_shared.menu
nag.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
nag.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
new_plugin_preset_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
new_plugin_preset_dialog.h refine add preset/favorite dialog 2015-12-28 17:23:45 +01:00
normalize_dialog.cc add RMS region normalization option 2016-08-13 14:50:59 +02:00
normalize_dialog.h Keep Dialogs which report process around. 2017-04-20 19:03:52 +02:00
note.cc fix OSX compilation (flat namespace) 2016-07-11 13:42:42 +02:00
note.h Add Note::set (Rect) for optimisation purposes (minimise begin/end changes) 2016-07-10 02:18:37 +10:00
note_base.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
note_base.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
note_player.cc
note_player.h MusicalTime => Beats. 2015-01-07 00:12:07 -05:00
note_select_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
note_select_dialog.h
nsm.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
nsm.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
nsmclient.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
nsmclient.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
option_editor.cc Move Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
option_editor.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
opts.cc Fix typos (thanks edogawa) 2017-05-13 20:33:04 +02:00
opts.h Change actions to -A and use -b to output keybindings 2017-04-28 08:19:20 -07:00
panner2d.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
panner2d.h prepare 2d-panner theme 2015-08-08 17:42:43 +02:00
panner_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
panner_editor.h Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10:00
panner_interface.cc Add control-focus notifications from bindable GUI widgets. 2017-07-02 18:19:13 +02:00
panner_interface.h Add control-focus notifications from bindable GUI widgets. 2017-07-02 18:19:13 +02:00
panner_ui.cc Remove unused "mark" parameter from stop_touch() API 2017-07-24 01:59:18 +02:00
panner_ui.h Move Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
paste_context.h Support paste between automation lanes. 2014-12-06 12:20:52 -05:00
patch_change.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
patch_change.h Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
patch_change_dialog.cc Add gcc suggested parentheses 2017-02-17 23:29:12 +01:00
patch_change_dialog.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
piano_roll_header.cc Scale scommer and piano-keyboard width with GUI 2017-05-04 17:22:43 +02:00
piano_roll_header.h Highlight note in piano roll - #6510 2015-08-15 03:08:55 +02:00
pingback.cc squelch "curl failed: No Error" 2017-04-21 00:12:20 +02:00
pingback.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
playlist_selection.h
playlist_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
playlist_selector.h Remove unused sources & includes 2017-07-17 21:06:04 +02:00
plugin_display.cc Simplify code of PluginDisplay::update_height_alloc() 2017-08-15 19:13:05 +02:00
plugin_display.h Make PluginDisplay::update_height_alloc() virtual 2017-08-15 18:23:34 +02:00
plugin_eq_gui.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
plugin_eq_gui.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
plugin_interest.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
plugin_pin_dialog.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
plugin_pin_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
plugin_selector.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
plugin_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
plugin_setup_dialog.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
plugin_setup_dialog.h Separate Ardour UI widgets into dedicated library 2017-07-17 21:06:04 +02:00
plugin_ui.cc Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
plugin_ui.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
point_selection.h
port_group.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
port_group.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
port_insert_ui.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
port_insert_ui.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
port_matrix.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
port_matrix.h
port_matrix_body.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
port_matrix_body.h
port_matrix_column_labels.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
port_matrix_column_labels.h
port_matrix_component.cc
port_matrix_component.h desaturate port matrix colors 2015-03-14 22:59:07 +01:00
port_matrix_grid.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
port_matrix_grid.h
port_matrix_labels.cc
port_matrix_labels.h
port_matrix_row_labels.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
port_matrix_row_labels.h
port_matrix_types.h
processor_box.bindings make new action to bind BackSpace to in processors box 2016-06-02 14:46:35 -04:00
processor_box.cc Fix some GUI side XML node mem-leaks 2017-08-20 22:26:54 +02:00
processor_box.h Some abstractions to make the display look good in the plugin gui 2017-07-31 21:31:22 +02:00
processor_selection.cc part two of add missing files from selection development branch(es) 2017-05-05 19:26:10 +01:00
processor_selection.h use CoreSelection for track selection 2017-05-05 18:56:25 +01:00
progress_reporter.cc fix progress reporter, use idle callback. 2015-09-19 19:00:42 +02:00
progress_reporter.h
public_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
public_editor.h Add Lua bindings to set toggle-actions 2017-08-09 16:29:24 +02:00
quantize_dialog.cc Fix quantization end-grid size. 2017-08-18 12:49:34 +02:00
quantize_dialog.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
rc_option_editor.cc Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
rc_option_editor.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
region_editor.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
region_editor.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
region_gain_line.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
region_gain_line.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
region_layering_order_editor.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
region_layering_order_editor.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
region_selection.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
region_selection.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
region_view.cc Indicate musical position lock style of regions and locations using BEAMED EIGHTH NOTES in name 2017-07-22 02:15:20 +10:00
region_view.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
return_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
return_ui.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
rgb_macros.h
rhythm_ferret.cc Keep the RhythmFerret dialog window around after using an action. 2017-04-07 00:29:21 +02:00
rhythm_ferret.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
route_dialogs.h factor out "new route insertion point" enums so they can be shared by relevant dialogs 2016-08-22 08:40:12 -04:00
route_group_dialog.cc Remove another explicit Close button. 2017-06-15 16:06:05 +02:00
route_group_dialog.h Consistent Color Selection Dialog (incl RouteGroups) 2017-03-30 15:21:06 +02:00
route_group_menu.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
route_group_menu.h stop AddRouteDialog from being modal and from using a recursive run loop 2016-06-12 14:54:01 -04:00
route_params_ui.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
route_params_ui.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
route_processor_selection.cc Honor groups for mixer selection 2017-07-12 06:55:44 +02:00
route_processor_selection.h Honor groups for mixer selection 2017-07-12 06:55:44 +02:00
route_sorter.h Use Stripable::Sorter in GUI consistently. 2017-06-17 04:36:39 +02:00
route_time_axis.cc Remove old destructive API (non layered is a dynamic mode) 1/2 2017-08-18 20:59:52 +02:00
route_time_axis.h Remove old destructive API (non layered is a dynamic mode) 1/2 2017-08-18 20:59:52 +02:00
route_ui.cc Fix Route-template file suffix 2017-08-23 21:33:29 +02:00
route_ui.h Let user add a route template description on saving route templates 2017-08-20 21:09:30 +02:00
route_ui_selection.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
ruler_dialog.cc Remove old special case (ArdourDialog::on_response hides the dialog) 2017-04-25 03:55:51 +02:00
ruler_dialog.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
SAE-de-keypad.bindings.in
SAE-de-nokeypad.bindings.in
SAE-us-keypad.bindings.in
SAE-us-nokeypad.bindings.in
save_as_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
save_as_dialog.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
save_template_dialog.cc Fix Route-template file suffix 2017-08-23 21:33:29 +02:00
save_template_dialog.h Name tweak (more consistent with other code) 2017-08-20 21:09:30 +02:00
script_selector.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
script_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
search_path_option.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
search_path_option.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
selectable.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
selection.cc Update Selection API to include all Stripables 2017-08-06 22:17:58 +02:00
selection.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
selection_memento.cc Use XMLNode::get/set_property API in SelectionMemento class 2017-04-19 09:36:57 +10:00
selection_memento.h Add editor selection state to session history via a SelectionMemento, which 2014-12-18 11:03:10 -05:00
selection_templates.h
send_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
send_ui.h
session_archive_dialog.cc Enable session-archive feature 2016-12-27 18:33:47 +01:00
session_archive_dialog.h Keep Dialogs which report process around. 2017-04-20 19:03:52 +02:00
session_dialog.cc Cont'd work on route-templates 2017-08-20 00:18:58 +02:00
session_dialog.h SessionDialog: hide created-with column in Ardour, use a tooltip. 2017-08-17 16:47:27 +02:00
session_import_dialog.cc Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
session_import_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
session_metadata_dialog.cc Session Metadata: add a Description field. 2017-08-14 14:08:17 -05:00
session_metadata_dialog.h Session Metadata: add a Description field. 2017-08-14 14:08:17 -05:00
session_option_editor.cc Clarify session property (now that there's an action) 2017-02-13 23:01:11 +01:00
session_option_editor.h fix inheritance/class design to get both SessionOptionEditor and RCOptionEditor to work correctly 2016-02-22 15:31:25 -05:00
sfdb_freesound_mootcher.cc Rename Struct defined in freesound header to be less generic 2016-09-13 14:55:02 +10:00
sfdb_freesound_mootcher.h Rename Struct defined in freesound header to be less generic 2016-09-13 14:55:02 +10:00
sfdb_ui.cc Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
sfdb_ui.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
shuttle_control.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
shuttle_control.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
simple_progress_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
soundcloud_export_selector.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
soundcloud_export_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
speaker_dialog.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
speaker_dialog.h
splash.cc Tweak/fix splash screen event-loop 2017-05-11 14:20:56 +02:00
splash.h Tweak/fix splash screen event-loop 2017-05-11 14:20:56 +02:00
startup.cc remove cruft 2017-02-22 10:47:59 +01:00
startup.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
step_editing.bindings fix capitalization of sections of key editor 2016-03-15 21:25:07 -04:00
step_editor.cc rework snap 2017-02-04 22:57:36 +11:00
step_editor.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
step_entry.cc Separate Ardour UI widgets into dedicated library 2017-07-17 21:06:04 +02:00
step_entry.h Fix indentation 8 whitespaces to tab 2016-12-21 23:09:40 +01:00
stereo_panner.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
stereo_panner.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
stereo_panner_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
stereo_panner_editor.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
streamview.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
streamview.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
strip_selection.h
strip_silence_dialog.cc Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
strip_silence_dialog.h Keep Dialogs which report process around. 2017-04-20 19:03:52 +02:00
stripable_colorpicker.cc Hide eyedropper color-picker on mac 2017-03-31 02:21:38 +02:00
stripable_colorpicker.h Add ColorButton drop-in replacement with palette support 2017-03-30 15:20:48 +02:00
stripable_time_axis.cc Prepare VCA Automation Lanes -- refactor TAV 2017-06-15 16:06:32 +02:00
stripable_time_axis.h Prepare VCA Automation Lanes -- refactor TAV 2017-06-15 16:06:32 +02:00
stripable_treemodel.cc Use Stripable::Sorter in GUI consistently. 2017-06-17 04:36:39 +02:00
stripable_treemodel.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
sys_ex.cc improve sysex data display. 2017-02-04 22:57:36 +11:00
sys_ex.h clean up patch change/sysex headers. 2017-02-04 22:57:36 +11:00
tape_region_view.cc Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
tape_region_view.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
template_dialog.cc Fix some GUI side XML node mem-leaks 2017-08-20 22:26:54 +02:00
template_dialog.h TemplateDialog: keep private things private and header files simple 2017-08-20 21:09:30 +02:00
tempo_curve.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
tempo_curve.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
tempo_dialog.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
tempo_dialog.h Update Tempo Tapping: 2017-05-04 16:13:10 +02:00
tempo_lines.cc Fix incorrect positioning of tempo line subdivisions if first meter is non-zero 2017-06-09 11:05:56 +10:00
tempo_lines.h Fix incorrect positioning of tempo line subdivisions if first meter is non-zero 2017-06-09 11:05:56 +10:00
time_axis_view.cc Allow to rename VCAs in the editor 2017-07-28 02:12:19 +02:00
time_axis_view.h Allow to rename VCAs in the editor 2017-07-28 02:12:19 +02:00
time_axis_view_item.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
time_axis_view_item.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
time_fx_dialog.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
time_fx_dialog.h Drop region references when hiding the TimeFX dialog. 2017-07-07 17:30:37 +02:00
time_info_box.cc Time info box updates its length display correctly over a tempo change 2017-07-22 02:15:20 +10:00
time_info_box.h Rework time info box updates on region selection change 2017-07-22 02:15:20 +10:00
time_selection.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
time_selection.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
timers.cc RAII Timer Suspend wrapper 2015-10-30 15:55:27 +01:00
timers.h RAII Timer Suspend wrapper 2015-10-30 15:55:27 +01:00
toolbar_test.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
track_selection.cc use CoreSelection for track selection 2017-05-05 18:56:25 +01:00
track_selection.h use CoreSelection for track selection 2017-05-05 18:56:25 +01:00
track_view_list.cc convenient API to access track and region selection 2016-04-10 20:56:53 +02:00
track_view_list.h convenient API to access track and region selection 2016-04-10 20:56:53 +02:00
transcode_ffmpeg.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
transcode_ffmpeg.h
transcode_video_dialog.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
transcode_video_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
transform_dialog.cc MIDI Transform channel-count 1..16 (not 0..15) 2017-08-22 04:09:19 +02:00
transform_dialog.h MIDI Transform channel-count 1..16 (not 0..15) 2017-08-22 04:09:19 +02:00
transpose_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
transpose_dialog.h
trx.menus.in Remove internal edit mode and add "content" tool. 2014-12-18 20:21:01 -05:00
ui_config.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
ui_config.h Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
ui_config_vars.h Add option add automation-lane points on the line -- #7397 2017-06-18 22:13:02 +02:00
ui_light.rc.in
utils.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
utils.h Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
utils_videotl.cc Remove LocaleGuard from VideoUtils::video_query_info 2017-06-22 10:48:38 +10:00
utils_videotl.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
vca_master_strip.cc Allow to select VCAs 2017-08-06 22:17:42 +02:00
vca_master_strip.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
vca_time_axis.cc VCA TimeAxis Context Menu 2017-08-06 22:48:38 +02:00
vca_time_axis.h VCA TimeAxis Context Menu 2017-08-06 22:48:38 +02:00
verbose_cursor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
verbose_cursor.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
video_image_frame.cc remove old a3_curl API and switch some curl calls 2016-07-18 16:46:59 +02:00
video_image_frame.h
video_monitor.cc Use XMLNode::set_property API in VideoMonitor class 2017-04-19 09:36:57 +10:00
video_monitor.h
video_server_dialog.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
video_server_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
video_timeline.cc Remove LocaleGuards from VideoTimeLine class 2017-06-22 10:48:38 +10:00
video_timeline.h Prepare for windows video support on all drive-letters. 2017-01-10 22:38:43 +01:00
video_tool_paths.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
video_tool_paths.h consolidate video-tool filepaths - step one 2014-12-23 23:43:24 +01:00
visibility_group.cc Revert "consistent use of context-menu popups" 2017-03-24 14:48:46 +01:00
visibility_group.h show/hide VCA assign buttons depending on VCA existence 2016-05-31 15:30:42 -04:00
vst_plugin_ui.cc VST UI sizeing rework 2017-03-08 13:03:46 +01:00
vst_plugin_ui.h VST UI sizeing rework 2017-03-08 13:03:46 +01:00
vstdbg Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
window_manager.cc fix issue with WM close/delete ("X") button not working for window proxied dialogs (e.g. add route dialog) 2016-08-16 13:57:00 -04:00
window_manager.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
windows_vst_plugin_ui.cc VST UI sizeing rework 2017-03-08 13:03:46 +01:00
windows_vst_plugin_ui.h VST UI sizeing rework 2017-03-08 13:03:46 +01:00
wscript Let the user add a template description on saving session templates 2017-08-20 21:09:30 +02:00