ardour/gtk2_ardour
nick_m ccb51a8ddb rework tempo editing.
most changes are due to a new design where tempo discontinuities at the
beginning of a ramped section may be set.
this allows easier mapping of live performance, especially in
the common case of a ramped ritard before the beginning of a new section.

feature summary:

holding constraint modifier (shift) while dragging the BBT ruler area
drags the tempo lines by changing the start tempo (as before)

holding copy modifier (control) while dragging the BBT ruler area
drags the tempo lines by changing the end tempo (ahem. not quite there)

dragging a tempo mark while holding constraint (shift) will change the
previous end tempo to match the marker position *worth trying*.

holding constraint and copy modifier (control + shift) while dragging
the BBT ruler area attempts to'pinch' or twist the surrounding tempi
sp that later ones are not repositioned (currently suffereng from
rounding errors)
2017-02-27 20:16:10 +01:00
..
appdata/po Update Japanese translation 2017-01-22 22:03:55 +01:00
icons Fix windows builds, rename icons following 4e96285ba5 2017-02-26 14:26:13 +01: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 Update Japanese translation 2017-02-12 11:59:40 +01:00
resources group Product/App specific resources 2016-05-17 13:12:05 +02:00
themes update alternate themes with automation-line-fill opacity 2017-01-12 15:21:21 -06: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 update email address 2017-02-13 22:10:18 +01:00
about.h Use PBD::open_uri in about dialog to open website, should fix #6463 2015-09-17 11:55:22 +10:00
actions.cc add ActionManager::rec_sensitive_actions and put "add track/bus" in this group, which is disabled during active recording 2016-09-06 16:56:51 -04:00
actions.h add ActionManager::rec_sensitive_actions and put "add track/bus" in this group, which is disabled during active recording 2016-09-06 16:56:51 -04:00
add_route_dialog.cc backport/minimize difference to mixbus branch 2016-12-21 12:14:44 +01:00
add_route_dialog.h factor out "new route insertion point" enums so they can be shared by relevant dialogs 2016-08-22 08:40:12 -04:00
add_video_dialog.cc Windows/Videotimeline: support all drives (no fixed docroot/drive-letter) 2017-01-11 03:55:04 +01:00
add_video_dialog.h Fix collision between keyword interface used in glibmm and windows headers 2014-05-14 09:47:40 +10: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 Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10:00
analysis_window.cc fix typo 2016-08-07 20:29:21 +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
arcfg add a startup wrapper script for cfgtool 2015-03-30 21:51:55 +02: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 adjustments to build nascent push2 surface support 2016-09-27 14:59:29 -05:00
ardour-mime-info.xml set executable and icon name in desktop-file 2015-10-22 18:09:16 +02:00
ardour-sae.menus Remove internal edit mode and add "content" tool. 2014-12-18 20:21:01 -05: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 Move Select-All-Tracks into the Selection category. Currently used only when printing keybindings. But we should also use this for categorizing the keybindings dialog IMHO. 2017-02-22 18:15:55 -06:00
ardour.menus.in Update menu for Lua 2017-02-19 01:29:08 +01: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_button.cc Fix button sizing for IconRenderCallback 2017-02-17 20:51:15 +01:00
ardour_button.h Implement icon-render callback in ArdourButton 2017-02-17 18:58:11 +01:00
ardour_dialog.cc when destroying an ArdourDialog, be sure the Keyboard object knows about it. 2016-06-07 18:28:32 -04:00
ardour_dialog.h Window focus handling fixes. 2015-04-02 02:41:49 +11:00
ardour_display.cc Make ArdourDisplay a subclass of ArdourDropdown 2016-08-07 19:44:54 +02:00
ardour_display.h Make ArdourDisplay a subclass of ArdourDropdown 2016-08-07 19:44:54 +02:00
ardour_dropdown.cc Replace positioning function with popup helper 2016-08-17 01:45:47 +02:00
ardour_dropdown.h Replace positioning function with popup helper 2016-08-17 01:45:47 +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_knob.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ardour_knob.h extend ArdourKnob ToolTips 2016-07-11 03:45:13 +02:00
ardour_spacer.h Simplify spacer code 2016-12-18 21:39:36 +01:00
ardour_spinner.cc towards a generic plugin grid layout 2016-07-08 18:19:31 +02:00
ardour_spinner.h add an ArdourButton/SpinButton Widget 2016-07-04 00:20:11 +02:00
ardour_ui.cc Allow to switch master-meter type in the toolbar-meter 2017-02-24 23:41:22 +01:00
ardour_ui.h Allow to switch master-meter type in the toolbar-meter 2017-02-24 23:41:22 +01:00
ardour_ui2.cc Toolbar spacing: Add back one pixel of vertical padding, and preserve it regardless of which button sections are hidden. 2017-02-16 14:37:56 -06:00
ardour_ui_dependents.cc Consolidate ActionChanged callbacks, add tooltips 2017-02-18 16:14:41 +01:00
ardour_ui_dialogs.cc Allow to switch master-meter type in the toolbar-meter 2017-02-24 23:41:22 +01:00
ardour_ui_ed.cc Remove unused ArdourUI code to add/remove Lua Session Scripts. 2017-02-19 01:29:08 +01: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 mark loop button insensitive when there's no loop-range 2017-01-28 12:05:50 +01:00
ardour_window.cc fix use of DIALOG/UTILITY window type hint on OS X. 2016-04-13 13:00:05 -04:00
ardour_window.h Remove duplicate header includes in gtk2_ardour 2016-09-13 14:55:02 +10:00
ArdourMono.ttf OSX CoreText font loading, updated ArdourMono font-family name 2013-01-31 07:41:37 +00:00
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 tweak AU redrawing blocking heuristics 2016-05-01 20:02:22 +02:00
au_pluginui.mm add a "Pin Management" button to the plugin UI-header 2016-08-05 02:35:51 +02:00
audio_clock.cc Potential clock info-text color-glitch fix <span color> 2017-01-31 11:44:40 +01:00
audio_clock.h mark session dirty when dragging tempo markers. 2017-01-27 03:05:32 +11: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 peak_amplitude_thread fix - #6807 2016-05-16 02:49:18 +02:00
audio_region_view.cc rework snap 2017-02-04 22:57:36 +11:00
audio_region_view.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
audio_streamview.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
audio_streamview.h Automation selection fixes. 2015-06-21 05:27:45 +10:00
audio_time_axis.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
audio_time_axis.h Remove internal edit mode and add "content" tool. 2014-12-18 20:21:01 -05:00
automation_controller.cc PBD::Signal<...>::connect() is already thread safe, so drop intermediate proxy/call_slot() invocation in handling Controllable::Changed within AutomationController 2017-02-21 18:45:29 +01:00
automation_controller.h PBD::Signal<...>::connect() is already thread safe, so drop intermediate proxy/call_slot() invocation in handling Controllable::Changed within AutomationController 2017-02-21 18:45:29 +01:00
automation_line.cc allow automation line fill opacity to be theme-able 2017-01-12 15:21:21 -06:00
automation_line.h Fix various snap issues when dragging control points (AutomationRegionView). 2016-10-16 03:47:10 +11:00
automation_region_view.cc midi note drags are music-based. 2017-02-05 05:02:01 +11:00
automation_region_view.h Use color modifiers for dynamic region styles. 2014-12-18 20:23:34 -05:00
automation_selection.h Support cut/copy/paste of several regions and lines at once. 2014-11-16 22:35:45 -05:00
automation_streamview.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
automation_streamview.h fix select-all-regions-within (it used to select everything overlapped) 2015-01-09 12:21:10 -06:00
automation_time_axis.cc rework snap 2017-02-04 22:57:36 +11:00
automation_time_axis.h Fix indentation 8 whitespaces to tab 2016-12-21 23:09:40 +01:00
axis_view.cc Fix indentation 8 whitespaces to tab 2016-12-21 23:09:40 +01:00
axis_view.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
big_clock_window.cc use moved version of reset_focus() 2016-09-06 16:17:39 -04:00
big_clock_window.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +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 add code to disable AppNap on OS X/MacOS 2016-08-19 11:12:35 -04: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 Remove dead code. 2014-11-25 02:11:44 -05:00
button_joiner.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
button_joiner.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
canvas-simpleline.c
canvas-simplerect.c
canvas-waveview.c NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
canvas-waveview.h initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
canvas_test.cc canvas tester tweak 2017-02-02 14:16:27 +01:00
canvas_vars.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
clearlooks.rc.in Allow editor toolbar and background to be themeable. 2017-01-18 18:25:25 -06:00
clock_group.cc
clock_group.h
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 re-group preferences part eight and nine of 27 (probably) 2016-12-30 17:04:50 +01:00
color_theme_manager.h re-group preferences part eight and nine of 27 (probably) 2016-12-30 17:04:50 +01:00
configinfo.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
configinfo.h make config-window suitable for small[er] screens 2013-08-08 15:23:08 -04: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 NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +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 Consistent VCA naming (Ardour/Mixbus) 2017-02-20 16:50:42 +01:00
control_slave_ui.h color management and handling for VCAs 2016-06-09 16:03:14 -04:00
crossfade_edit.h initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
crossfade_view.h more canvas refactoring. 2014-06-22 11:41:05 -04: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 Move curve test file handling in main() until after ARDOUR::init is called 2013-08-13 20:15:47 +10:00
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 Modify playlist option labels in Duplicate Track/Bus dialog 2017-01-05 23:16:27 +10:00
edit_note_dialog.cc son't try to select non-existent notes after editing (and thus crash). 2016-11-23 04:55:56 +11: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_syms.h NO-OP: enums implicitly start at zero 2016-01-14 19:10:27 +01:00
editor.cc remove method no longer needed 2017-02-26 18:24:56 +01:00
editor.h remove method no longer needed 2017-02-26 18:24:56 +01:00
editor_actions.cc Update menu for Lua 2017-02-19 01:29:08 +01:00
editor_audio_import.cc use centralized SMF tempo method in both places where we show it 2017-02-08 19:07:28 +01: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 simplify arguments to Editor::sensitize_the_right_region_actions() 2017-02-15 20:07:49 +01:00
editor_canvas_events.cc rework tempo editing. 2017-02-27 20:16:10 +01:00
editor_component.cc
editor_component.h
editor_cursors.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
editor_cursors.h Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10:00
editor_drag.cc rework tempo editing. 2017-02-27 20:16:10 +01:00
editor_drag.h rework tempo editing. 2017-02-27 20:16:10 +01:00
editor_enums.h
editor_export_audio.cc Use the new do_export() method when asked to export 2016-07-20 02:01:40 +02:00
editor_group_tabs.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_group_tabs.h Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10: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 Save/restore location clock mode 2017-02-14 17:15:16 +01:00
editor_markers.cc rework tempo editing. 2017-02-27 20:16:10 +01:00
editor_mixer.cc remove editor/mixer selection change signals; make editor and mixer use PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection 2017-01-27 22:17:53 +01:00
editor_mouse.cc rework tempo editing. 2017-02-27 20:16:10 +01:00
editor_ops.cc rework tempo editing. 2017-02-27 20:16:10 +01:00
editor_pt_import.cc PT import: Add MIDI import functionality 2017-02-17 15:36:02 +01:00
editor_regions.cc correctly display region sync points in the editor region list, when they change 2017-01-10 10:26:23 +00:00
editor_regions.h Editor region list only updates columns that have changed, 2016-07-10 02:18:37 +10:00
editor_route_groups.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_route_groups.h Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10:00
editor_routes.cc remove method no longer needed 2017-02-26 18:24:56 +01:00
editor_routes.h remove editor/mixer selection change signals; make editor and mixer use PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection 2017-01-27 22:17:53 +01:00
editor_rulers.cc Clarify "frames" (video, timecode) vs "samples" (audio) 2016-12-08 12:45:44 +01:00
editor_selection.cc make sure that when extending the selection in the editor and mixer, the clicked-upon track gets set_selected() called last 2017-02-26 18:24:56 +01:00
editor_snapshots.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04: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 Minimise duplicate calls to CairoWidget::set_dirty() in the editor summary. 2016-07-10 02:18:38 +10:00
editor_summary.h use PresentationInfo color to set route colors. GUI appears to respond as expected 2016-06-05 17:16:20 -04:00
editor_tempodisplay.cc rework tempo editing. 2017-02-27 20:16:10 +01:00
editor_timefx.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_videotimeline.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_xpms
engine_dialog.cc Further tweaks to EngineDialog z-axis stacking 2016-12-07 14:50:17 +01:00
engine_dialog.h Further tweaks to EngineDialog z-axis stacking 2016-12-07 14:50:17 +01:00
enums.cc shorten enum/string for icons by avoiding Gtkmm2ext namespace 2017-02-02 14:09:42 +01:00
enums.h initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04: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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_channel_selector.h export RT support as Timespan option 2016-07-16 02:15:56 +02:00
export_dialog.cc Normalize API rename part 2 2016-07-18 17:37:13 +02:00
export_dialog.h export RT support as Timespan option 2016-07-16 02:15:56 +02:00
export_file_notebook.cc Save changes when toggling checkboxes in ExportDialog 2016-09-17 22:03:16 +10:00
export_file_notebook.h Save changes when toggling checkboxes in ExportDialog 2016-09-17 22:03:16 +10:00
export_filename_selector.cc GUI to select export session/snapshot name 2017-02-02 12:44:08 +01:00
export_filename_selector.h GUI to select export session/snapshot name 2017-02-02 12:44:08 +01:00
export_format_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_format_dialog.h Export format GUI updates for loudness normalization 2016-05-02 15:44:13 +02:00
export_format_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_format_selector.h Prompt the user for confirmation before removing an export format. 2013-06-19 18:52:06 +02:00
export_preset_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_preset_selector.h
export_range_markers_dialog.cc switch from using Sleep/usleep to Glib::usleep() (and remember that we need to make Glib::usleep() actually work on windows one day) 2013-12-03 10:24:34 -05:00
export_range_markers_dialog.h Remove unused files. 2013-10-07 10:48:48 +01:00
export_report.cc move "logmeter.h" from gtk2_ardour into libs/ardour 2016-09-27 14:59:32 -05:00
export_report.h allow to re-use export-report UI 2016-03-11 17:26:42 +01:00
export_timespan_selector.cc export RT support as Timespan option 2016-07-16 02:15:56 +02:00
export_timespan_selector.h export RT support as Timespan option 2016-07-16 02:15:56 +02:00
export_video_dialog.cc Normalize API rename part 2 2016-07-18 17:37:13 +02:00
export_video_dialog.h Window focus handling fixes. 2015-04-02 02:41:49 +11:00
export_video_infobox.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_video_infobox.h move video export info to online-manual, allow to open it. 2013-06-19 20:26:53 +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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
floating_text_entry.h stop playing silly games with widget packing when editing a route name in the edito 2016-05-31 15:30:44 -04:00
gain_meter.cc Snap-back fader on release (follow-up to e8cebac6a3) 2017-02-24 23:55:55 +01:00
gain_meter.h Meter point toggle button now uses a popup menu instead of toggling 2017-01-24 13:38:23 +01:00
generic_pluginui.cc This commit breaks generic GUIs for many LV2 plugins. 2016-12-20 11:33:30 +00:00
gettext.h
ghostregion.cc speed up midi ghost region update 2017-01-30 01:46:38 +11:00
ghostregion.h speed up midi ghost region update 2017-01-30 01:46:38 +11: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 Change/improve enum as IN and OUT are defined via windows.h 2013-07-11 15:22:33 -04:00
gprofhelper.c
group_tabs.cc Group-Tabs keyboard shortcuts 2017-02-21 00:11:38 +01:00
group_tabs.h Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10:00
gtk_pianokeyboard.c Revert "Fix compilation warnings. (gtk2_ardour part)" 2016-02-22 15:21:50 -05:00
gtk_pianokeyboard.h volatile means hardware-volatile. 2016-02-22 15:25:28 -05:00
gui_object.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
gui_object.h fix crash when loading a saved visual state 2016-07-05 23:49:50 +02: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
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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
io_selector.h
item_counts.h Support cut/copy/paste of MIDI notes and controllers at the same time. 2014-11-16 22:35:45 -05:00
keyboard.cc Version keybindings file. 2017-02-17 00:59:48 +01:00
keyboard.h Resolve potential ambiguity between the constraint modifier and the copy modifier when beginning a drag. 2016-08-14 03:04:54 +10:00
keyeditor.cc Minor tweak to bindings editor layout 2017-01-12 20:53:20 +01:00
keyeditor.h Un-bunch the bunched-up Keybindings editor widgets. 2017-01-05 14:31:27 -06:00
latency_gui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
latency_gui.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
led.cc change the meters into CairoWidget, add expose_area to CairoWidget::render() 2014-03-20 23:50:40 +01:00
led.h change the meters into CairoWidget, add expose_area to CairoWidget::render() 2014-03-20 23:50:40 +01:00
level_meter.cc NO-OP resolve an ambiguity, just because. 2017-02-24 23:41:21 +01:00
level_meter.h NO-OP resolve an ambiguity, just because. 2017-02-24 23:41:21 +01:00
linux_vst_gui_support.cc consolidate VST UI code 2016-11-15 17:10:13 +01:00
location_ui.cc Save/restore location clock mode 2017-02-14 17:15:16 +01:00
location_ui.h Save/restore location clock mode 2017-02-14 17:15:16 +01:00
lua_script_manager.cc Connect Script Manager "Edit" -> Lua Scripting Window 2017-02-19 01:29:08 +01:00
lua_script_manager.h Allow to un/load Lua Session Scripts in the Script Manager 2017-02-19 01:29:08 +01:00
luadoc.cc gtk2 ardour doc updates 2016-03-31 01:16:07 +02:00
luainstance.cc Save Lua script file origin (for later updates) -- GUI+Session plugin 2017-02-24 16:10:14 +01:00
luainstance.h Allow Lua action scripts to provide a button icon 2017-02-17 18:58:11 +01: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 timer callback signal 2016-07-24 13:00:15 +02:00
luawindow.cc Increase default size of script-editor pane 2017-02-20 03:57:53 +01:00
luawindow.h Connect Script Manager "Edit" -> Lua Scripting Window 2017-02-19 01:29:08 +01: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 add a "Pin Management" button to the plugin UI-header 2016-08-05 02:35:51 +02:00
lv2_plugin_ui.h notify LV2 GUIs about port-changes when loading presets 2015-10-28 04:06:14 +01:00
lxvst_plugin_ui.cc LinuxVST window re-sizing: forward event to child window. 2015-12-29 10:08:42 +01:00
lxvst_plugin_ui.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +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 Breathe at exit: allow event-loops to clean up 2017-01-20 13:53:53 +01: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 Update Marker display style: consistent height & color 2016-12-19 13:27:22 +01:00
marker.h Update Marker display style: consistent height & color 2016-12-19 13:27:22 +01:00
marker_selection.h turn MarkerSelection into a class (bindings) 2016-04-12 18:13:31 +02:00
meter_patterns.cc move "logmeter.h" from gtk2_ardour into libs/ardour 2016-09-27 14:59:32 -05:00
meter_patterns.h Move UIConfiguration Singleton into UIConfiguration header 2015-09-16 16:55:17 -04:00
meter_strip.cc NO-OP resolve an ambiguity, just because. 2017-02-24 23:41:21 +01:00
meter_strip.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
meterbridge.cc keep meterbridge on top 2016-11-11 01:14:18 +01:00
meterbridge.h Various changes to PresentationInfo and a small consolidation of sorters. 2016-06-10 13:57:18 -04: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
midi_channel_selector.cc Tweak MIDI channel dialog layout. 2017-02-02 21:44:43 -06:00
midi_channel_selector.h Add missing header include in midi_channel_selector.h 2015-09-16 16:55:17 -04:00
midi_cut_buffer.cc MusicalTime => Beats. 2015-01-07 00:12:07 -05:00
midi_cut_buffer.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04: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
midi_list_editor.cc Add region position to note start in the midi list editor 2016-10-13 12:06:38 -04:00
midi_list_editor.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
midi_region_view.cc also fix flying percussive hits while copy-dragging. 2017-02-24 01:11:56 +11:00
midi_region_view.h midi note drags are music-based. 2017-02-05 05:02:01 +11:00
midi_scroomer.cc
midi_scroomer.h
midi_selection.cc Fix crash when deleting overlapped regions. 2014-11-13 21:32:08 -05:00
midi_selection.h Support cut/copy/paste of MIDI notes and controllers at the same time. 2014-11-16 22:35:45 -05:00
midi_streamview.cc Revert to allowing stacked layer region view for MIDI tracks, for now. 2017-02-06 12:52:40 -06:00
midi_streamview.h Revert to allowing stacked layer region view for MIDI tracks, for now. 2017-02-06 12:52:40 -06:00
midi_time_axis.cc rework snap 2017-02-04 22:57:36 +11:00
midi_time_axis.h rework snap 2017-02-04 22:57:36 +11: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 NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +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
mini_timeline.cc disallow mini-timebar navigation when recording 2017-01-05 17:48:03 +01:00
mini_timeline.h cont'd work on mini-timeline: 2016-12-19 19:12:13 +01: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 GUI support to re-locate missing external (abs-path) files 2017-02-22 10:51:13 +01:00
missing_plugin_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
missing_plugin_dialog.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
mixer.bindings Categorize the mixer actions. 2017-02-06 18:18:56 -06:00
mixer_group_tabs.cc backport/minimize difference to mixbus branch 2016-12-21 12:14:44 +01:00
mixer_group_tabs.h Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10:00
mixer_strip.cc consolidate Ardour+Mixbus code, fix duplicate SeparatorElem in MB. 2017-02-20 16:35:55 +01:00
mixer_strip.h Right-click on a VCA to assign it to the selected channels. 2017-02-02 11:02:10 -06:00
mixer_ui.cc make sure that when extending the selection in the editor and mixer, the clicked-upon track gets set_selected() called last 2017-02-26 18:24:56 +01:00
mixer_ui.h remove editor/mixer selection change signals; make editor and mixer use PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection 2017-01-27 22:17:53 +01:00
monitor.bindings fix capitalization of sections of key editor 2016-03-15 21:25:07 -04:00
monitor_section.cc Update monitor section controls when channelcount changes 2017-01-19 16:29:29 +01:00
monitor_section.h Update monitor section controls when channelcount changes 2017-01-19 16:29:29 +01:00
monitor_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
monitor_selector.h merge monitor_section branch 2015-04-21 08:18:10 -05:00
mono_panner.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
mono_panner.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
mono_panner_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
mono_panner_editor.h Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10: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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
nag.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04: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 add RMS region normalization option 2016-08-13 14:50:59 +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 Performance: store NoteBase UIConfiguration colors between config changes. 2016-10-17 03:19:02 +11:00
note_base.h Performance: store NoteBase UIConfiguration colors between config changes. 2016-10-17 03:19:02 +11: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 fix compilation with gcc-4.9.1 2014-11-13 00:11:32 +01:00
nsm.cc remove compile errors (still will not link and JACKPortEngine is not close to done) 2013-07-30 23:26:46 -04:00
nsm.h master merge; new files not added after initial cairocanvas patch application 2013-04-05 17:16:33 -04:00
nsmclient.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
nsmclient.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
option_editor.cc Prefs treeview borders 2016-12-30 18:44:33 +01:00
option_editor.h Shrink some spinners 2016-12-30 00:12:25 +01:00
opts.cc consolidate --help text, allow to generate man page. 2017-01-14 23:07:44 +01:00
opts.h more miscellaneous changes for audioengine, all of this is still far from actually compiling 2013-07-24 08:36:04 -04:00
panner2d.cc Plug some mixer memory leaks 2017-01-20 13:53:45 +01: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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
panner_interface.h Fix indentation 8 whitespaces to tab 2016-12-21 23:09:40 +01:00
panner_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
panner_ui.h scalable panners 2015-04-20 20:45:36 +02:00
paste_context.h Support paste between automation lanes. 2014-12-06 12:20:52 -05:00
patch_change.cc test diff for patch change performance when caching colours. 2016-12-14 04:05:08 +11:00
patch_change.h clean up patch change/sysex headers. 2017-02-04 22:57:36 +11:00
patch_change_dialog.cc Add gcc suggested parentheses 2017-02-17 23:29:12 +01:00
patch_change_dialog.h Separate MSB/LSB MIDI Bank select 2017-02-14 23:53:23 +01:00
piano_roll_header.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
piano_roll_header.h Highlight note in piano roll - #6510 2015-08-15 03:08:55 +02:00
pingback.cc fix Pingback 2016-07-18 19:21:05 +02:00
pingback.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
playlist_selection.h Support cut/copy/paste of several regions and lines at once. 2014-11-16 22:35:45 -05:00
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
plugin_eq_gui.cc plugin spectrum analysis: plot A/B 2016-07-25 17:45:14 +02:00
plugin_eq_gui.h Plugin Analysis: show numeric values on mouse over 2016-07-25 00:31:47 +02:00
plugin_interest.h
plugin_pin_dialog.cc Limit max height of PinDialog -- fixes #7177 2016-12-20 12:34:40 +01:00
plugin_pin_dialog.h Limit max height of PinDialog -- fixes #7177 2016-12-20 12:34:40 +01:00
plugin_selector.cc Show plugin format in menu lists. Particularly important on Mac, where you might have both AU and VST formats of a plugin 2017-01-12 11:51:42 -06:00
plugin_selector.h basic Mac VST Cocoa UI support 2016-11-13 16:35:06 +01:00
plugin_setup_dialog.cc Add GUI part to immediately fan-out multi-out instruments on track creation 2017-01-21 00:40:18 +01:00
plugin_setup_dialog.h Add GUI part to immediately fan-out multi-out instruments on track creation 2017-01-21 00:40:18 +01:00
plugin_ui.cc basic Mac VST Cocoa UI support 2016-11-13 16:35:06 +01:00
plugin_ui.h basic Mac VST Cocoa UI support 2016-11-13 16:35:06 +01:00
point_selection.h
port_group.cc minor code-tidying tweak - continue if port handle is null, rather than nest inside conditional 2016-10-21 16:31:16 -04:00
port_group.h further improvements to port grouping for the port matrix 2015-12-03 12:50:32 -05:00
port_insert_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
port_insert_ui.h ProcessorWindowProxy::processor_going_away takes care of deletion 2014-01-13 09:39:50 -05:00
port_matrix.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
port_matrix.h Unify editor / mixer ordering. 2013-10-21 00:19:43 +11:00
port_matrix_body.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
port_matrix_body.h
port_matrix_column_labels.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04: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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04: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 Reset window-size when switching between custom and generic plugin UI. 2017-02-14 01:05:43 +01:00
processor_box.h Processor box interaction: 2016-10-18 22:26:23 +02:00
processor_selection.h
progress_reporter.cc fix progress reporter, use idle callback. 2015-09-19 19:00:42 +02:00
progress_reporter.h
prompter.cc
prompter.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 some convenient public editor methods (for lua-bindings) 2017-02-24 16:10:14 +01:00
quantize_dialog.cc minor tweak to quantize dialog so that we can test if it is visible 2016-09-27 14:59:31 -05:00
quantize_dialog.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
rc_option_editor.cc Don't use upper-case in options (only headings) 2017-02-25 20:03:52 +01:00
rc_option_editor.h Add Locale config preferences and rearrange UI prefs 2016-12-28 13:38:49 +01:00
region_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
region_editor.h initial commit of hand merging, plus getting "ancient" waf script to work correctly 2013-04-04 00:32:52 -04:00
region_gain_line.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
region_gain_line.h Allow creation of region gain points by clicking on a line. 2015-08-27 02:20:43 +10:00
region_layering_order_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
region_layering_order_editor.h tweak region layering editor to use only a single click to change layering 2012-12-05 18:29:07 +00:00
region_selection.cc clean up pending region selection if a region goes away. 2016-11-23 15:36:26 +11:00
region_selection.h convenient API to access track and region selection 2016-04-10 20:56:53 +02:00
region_view.cc midi note drags are music-based. 2017-02-05 05:02:01 +11:00
region_view.h midi note drags are music-based. 2017-02-05 05:02:01 +11: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 ProcessorWindowProxy::processor_going_away takes care of deletion 2014-01-13 09:39:50 -05:00
rgb_macros.h
rhythm_ferret.cc Fix a crash in rhythm ferret if the relevant plugin couldn't be found for some reason 2017-02-04 12:58:33 +00:00
rhythm_ferret.h Rhythm Rodent updates: 2016-05-01 18:48:27 +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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
route_group_dialog.h remove RouteGroupDialog::do_run() and replace its use with code that doesn't rely on a recursive run loop 2016-06-12 14:54:01 -04: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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
route_params_ui.h remove dead members and code from RouteParamsUI 2016-06-06 16:04:19 -04:00
route_processor_selection.cc fix crash caused by thinko in 123fcf3cf 2017-02-27 16:39:22 +01:00
route_processor_selection.h remove editor/mixer selection change signals; make editor and mixer use PresentationInfo::Change more correctly; make Selection a bit smarter when setting track selection 2017-01-27 22:17:53 +01:00
route_sorter.h push sorted Stripable order back to PI (for control surfaces) 2017-01-18 05:14:48 +01:00
route_time_axis.cc Remove redundant MIDI submenu. The items are now in the main menu. 2017-02-02 21:44:43 -06:00
route_time_axis.h Fix indentation 8 whitespaces to tab 2016-12-21 23:09:40 +01:00
route_ui.cc Add GUI part to immediately fan-out multi-out instruments on track creation 2017-01-21 00:40:18 +01:00
route_ui.h re-order inheritance 2017-02-24 16:10:14 +01:00
route_ui_selection.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
ruler_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ruler_dialog.h let's not forget the video timeline 2014-06-25 15:35:08 -04: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
script_selector.cc re-layout script-selector (only grow description vertically) 2017-02-18 19:01:00 +01:00
script_selector.h fix crash when refreshing lua script list 2016-04-07 23:15:44 +02:00
search_path_option.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
search_path_option.h fix for #5224 2012-12-27 18:49:35 +00:00
selectable.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
selection.cc make Selection::set (TrackViewList*) more efficient and emit less PI::Change signals 2017-02-26 18:24:56 +01:00
selection.h the daily dose of const'ness 2017-02-24 16:10:14 +01:00
selection_memento.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04: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 ProcessorWindowProxy::processor_going_away takes care of deletion 2014-01-13 09:39:50 -05:00
session_archive_dialog.cc Enable session-archive feature 2016-12-27 18:33:47 +01:00
session_archive_dialog.h GUI option to Exclude unused sources 2016-09-23 20:43:26 +02:00
session_dialog.cc parse modified-with for up to 5 snapshots. 2017-01-21 13:00:07 +01:00
session_dialog.h allow to remove a session from the recent list 2016-11-30 11:07:37 +01:00
session_import_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
session_import_dialog.h
session_metadata_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
session_metadata_dialog.h Display length & check digit of entered EAN-13 in metadata dialogue 2015-03-30 09:19:00 -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 use centralized SMF tempo method in both places where we show it 2017-02-08 19:07:28 +01:00
sfdb_ui.h tweak presentation of SMF tempo option 2016-12-16 14:14:08 +00:00
shuttle_control.cc Fix flat buttons for the shuttle-ctrl 2016-12-31 20:57:07 +01:00
shuttle_control.h Move shuttle/speed text outsize 2016-12-19 22:11:53 +01:00
simple_progress_dialog.h add region & range loudnless report 2016-03-11 17:26:42 +01:00
soundcloud_export_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
soundcloud_export_selector.h remove unused fstream includes 2015-10-05 22:15:18 +02:00
speaker_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
speaker_dialog.h Remove dead code. 2014-11-25 02:11:44 -05:00
splash.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
splash.h fix display of splash screen (at least on X11) 2013-03-04 18:19:05 +00:00
startup.cc remove cruft 2017-02-22 10:47:59 +01:00
startup.h bring back the beta release warning for users new to 5.x-preN 2016-06-05 16:33:01 -04: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 Fix indentation 8 whitespaces to tab 2016-12-21 23:09:40 +01:00
step_entry.h Fix indentation 8 whitespaces to tab 2016-12-21 23:09:40 +01:00
stereo_panner.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
stereo_panner.h Fix indentation 8 whitespaces to tab 2016-12-21 23:09:40 +01: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 Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10:00
streamview.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
streamview.h prevent suggestion that MIDI tracks can be set to stacked view 2017-01-29 15:03:29 +01:00
strip_selection.h
strip_silence_dialog.cc move "logmeter.h" from gtk2_ardour into libs/ardour 2016-09-27 14:59:32 -05:00
strip_silence_dialog.h strip silence: report analysis progress 2015-10-16 15:27:20 +02:00
stripable_treemodel.cc unused code, showing basics of how to define a custom gtkmm-2.4 treemodel for stripables. 2017-02-05 15:51:00 +01:00
stripable_treemodel.h unused code, showing basics of how to define a custom gtkmm-2.4 treemodel for stripables. 2017-02-05 15:51:00 +01: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 Towards making tape-tracks work again.. 2016-12-12 03:20:29 +01:00
tape_region_view.h more canvas refactoring. 2014-06-22 11:41:05 -04:00
tempo_curve.cc rework tempo editing. 2017-02-27 20:16:10 +01:00
tempo_curve.h constify TempoCurve::tempo(). 2016-12-11 23:44:25 +11:00
tempo_dialog.cc tempo dialog uses three decimal places in numeric entry. 2017-02-07 23:31:40 +11:00
tempo_dialog.h Tempo ramps - check for impossible locations tempo dialog bbt entry. reorganise code. 2016-05-27 23:38:11 +10:00
tempo_lines.cc rename Tempo _beats_per_minute to _note_types_per_minute, provide pulse helpers. 2016-11-11 03:37:08 +11:00
tempo_lines.h Initial stab at tempo ramps. 2016-05-27 23:38:09 +10:00
time_axis_view.cc This turns out to have been a band-aid over a deeper issue in libcanvas, fixed 2017-01-25 16:54:48 +01:00
time_axis_view.h the endless quest to plug memory leaks -- episode 379 2016-07-25 17:38:59 +02:00
time_axis_view_item.cc Fix updates of region-color 2016-12-29 23:06:15 +01:00
time_axis_view_item.h Fix indentation 8 whitespaces to tab 2016-12-21 23:09:40 +01:00
time_fx_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
time_fx_dialog.h more work on time/pitch stretch/shifting 2016-02-22 15:31:25 -05:00
time_info_box.cc Prepare for re-use of TimeInfoBox w/o punch-clock 2016-12-20 03:59:15 +01:00
time_info_box.h Prepare for re-use of TimeInfoBox w/o punch-clock 2016-12-20 03:59:15 +01: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
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 toolbar building from file given by command line 2017-02-02 14:36:02 +01:00
tooltips.cc Add tooltips.h header for setting tooltips rather than via ardour_ui.h 2015-09-16 16:55:17 -04:00
tooltips.h Add tooltips.h header for setting tooltips rather than via ardour_ui.h 2015-09-16 16:55:17 -04:00
track_selection.cc Prevent direct and indirect selection of VCAs 2017-02-18 00:45:37 +01:00
track_selection.h protect use of iterators across routeUI selection when operations change the selection (e.g. deletion) 2014-06-30 11:02:23 -04: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 round A/V offset to video-frames. 2014-07-02 23:36:06 +02:00
transcode_video_dialog.cc De-cramp the transcoding dialog widgets. 2017-02-27 09:49:35 -06:00
transcode_video_dialog.h basic GUI support to auto-align video by LTC. 2015-09-20 18:37:39 +02:00
transform_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
transform_dialog.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04: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 Leave some notes about memory-leaks 2017-01-20 13:54:12 +01:00
ui_config.h Merge set_pango_fontsize() into reset_dpi() 2016-08-21 15:04:06 +02:00
ui_config_vars.h Configurable toolbar rec/punch & monitoring buttons 2017-01-16 21:58:53 +01:00
ui_light.rc.in fix names of included files 2014-09-07 10:47:39 -04:00
utils.cc Fix route color selection dialog 2016-11-29 22:39:20 +01:00
utils.h move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2ext 2016-07-18 14:41:25 -04:00
utils_videotl.cc Prepare for windows video support on all drive-letters. 2017-01-10 22:38:43 +01:00
utils_videotl.h Prepare for windows video support on all drive-letters. 2017-01-10 22:38:43 +01:00
vca_master_strip.cc Right-click on a VCA to assign it to the selected channels. 2017-02-02 11:02:10 -06:00
vca_master_strip.h Right-click on a VCA to assign it to the selected channels. 2017-02-02 11:02:10 -06:00
vca_time_axis.cc use VCA full name in strips and track headers 2017-01-28 16:06:44 +01:00
vca_time_axis.h make sure editor can follow visibility changes for VCAs 2016-06-10 15:00:43 -04: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 Add missing header include guards in various gtk2_ardour headers 2016-09-13 14:54:54 +10: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 minimize rebuild after reconfigure: 2014-09-06 21:18:08 +02:00
video_monitor.cc Fix video-monitor "sync-source" changes 2016-12-10 15:54:47 +01:00
video_monitor.h Use libardour SystemExec wrapper in gtk2_ardour 2014-05-19 19:52:32 +01:00
video_server_dialog.cc Windows/Videotimeline: support all drives (no fixed docroot/drive-letter) 2017-01-11 03:55:04 +01:00
video_server_dialog.h enable videotimeline by default 2013-04-11 19:49:48 +02:00
video_timeline.cc Windows/Videotimeline: support all drives (no fixed docroot/drive-letter) 2017-01-11 03:55:04 +01: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 enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04: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 show VST preset clean/dirty state 2016-11-15 00:32:59 +01:00
vst_plugin_ui.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02: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 use WindowProxy::signal_(map|unmap) to keep window toggle actions in their correct state 2016-06-12 22:49:47 -04:00
windows_vst_plugin_ui.cc Fix a crash when toggling back and forth between a generic plugin GUI window and a VST plugin's own GUI 2016-08-28 10:26:02 +01:00
windows_vst_plugin_ui.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
wscript upcoming codenames 2017-02-26 15:35:40 +01:00