ardour/gtk2_ardour
Robin Gareus e42699600b
Delete temporary Window Proxy for dialogs
There are two cases:
 (A) Proxy is created first, dialog is created later on demand
 (B) Dialog is created and directly registers its window as proxy

In (B) the dialog is usually on the stack and destroyed when the
ArdourDialog instances leaves scope. In that case ~ArdourDialog()
is called and the proxy remained.

Destroying the proxy does destroy the registered window in ~WindowProxy()
If ArdourDialog's d'tor itself deletes the proxy it would recurse into
itself. Existing APIs e.g. drop_window() likewise delete the window and
cannot be safely called from ~ArdourDialog.
2018-11-29 14:25:22 +01:00
..
appdata/po Update Japanese translation 2017-01-22 22:03:55 +01:00
icons Add Launch Control XL icon 2018-08-09 22:42:44 +02:00
macosx/tracks.xcodeproj
msvc
po Fix a window size potential issue 2018-11-21 00:06:37 +01:00
resources group Product/App specific resources 2016-05-17 13:12:05 +02:00
themes apply commit cbe458addd to all other themes 2018-07-05 16:59:10 -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 Bonne année 2018 2018-01-01 02:11:32 +01: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 Make foldback bus match foldback sends namewise 2018-11-12 22:30:32 -08:00
add_route_dialog.h Make foldback bus match foldback sends namewise 2018-11-12 22:30:32 -08:00
add_video_dialog.cc no error logging for CURL HTTP requests; future callers can request it if necessary 2018-06-02 13:24:31 -04: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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
analysis_window.h overhaul region/range spectrum analysis 2016-05-22 19:33:00 +02:00
arcall
arcanvas valgrind option (commented) for canvas tester 2017-02-01 21:58:20 +01:00
ardbg
ardbg-core add a script to read core files in gdb/lldb 2016-03-26 15:51:56 +01:00
ardev
ardev-win
ardev_common.sh.in Add Launch Control XL control surface support 2018-08-07 04:16:09 +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 AppData release tags need a date to be valid 2018-09-19 19:14:02 -04:00
ardour.desktop.in set executable and icon name in desktop-file 2015-10-22 18:09:16 +02:00
ardour.keys.in add shift-alt-(up|down) to editor to navigate VCAs with up/down 2018-08-24 14:04:18 -04:00
ardour.menus.in Allow strips to add or remove personal sends 2018-11-01 17:43:35 -07:00
ardour.sh.in Fix NSM for distro-builds (waf install) 2017-10-31 15:26:29 +01:00
ardour2_ui_dark_sae.rc.in
ardour2_ui_light_sae.rc.in
ardour2_ui_sae.conf
ardour_dialog.cc Delete temporary Window Proxy for dialogs 2018-11-29 14:25:22 +01:00
ardour_dialog.h Fix another crash at exit. 2017-07-03 14:03:10 +02:00
ardour_http.cc no error logging for CURL HTTP requests; future callers can request it if necessary 2018-06-02 13:24:31 -04:00
ardour_http.h Move static function out of header-file, fix -Wunused-function 2018-07-12 03:28:38 +02:00
ardour_ui.cc Consolidate API, prefer ->running() 2018-11-28 15:19:39 +01:00
ardour_ui.h Make foldback bus match foldback sends namewise 2018-11-12 22:30:32 -08:00
ardour_ui2.cc Keep track of unacknowledged log-level (error-indicator) 2018-02-20 11:18:41 +01:00
ardour_ui_dependents.cc Unhardcode and increase bindable Lua-script-action count 2018-10-04 03:57:09 +02:00
ardour_ui_dialogs.cc Add a window that shows DSP usage of all plugins 2018-09-25 00:13:08 +02:00
ardour_ui_ed.cc move select-all-tracks,deselect-all,invert-selection to be global actions (and bindings) 2018-08-24 10:08:08 -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 move away from "sync source" concepts 2018-10-05 14:15:02 -04:00
ardour_window.cc no more ProxyTemporary member of ArdourWindow - all such windows should be wrapped in an explicit proxy in ARDOUR_UI 2018-09-23 13:48:19 -04:00
ardour_window.h no more ProxyTemporary member of ArdourWindow - all such windows should be wrapped in an explicit proxy in ARDOUR_UI 2018-09-23 13:48:19 -04:00
ArdourMono.ttf
arhell fun with valgrind 2015-10-27 11:15:34 +01:00
arldd
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
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 A frame can also be a rectangle [NSView frame] 2017-09-19 18:41:51 +02:00
au_pluginui.mm PluginUI: only show "Reset" & Automation buttons if there are any controls 2017-09-08 23:35:00 +02:00
audio_clock.cc Wimplicit-fallthrough fixes for gtk-ardour 2018-10-26 14:53:49 +02:00
audio_clock.h user-friendly hack/heuristic: if they edit a BBT non-duration clock to say zero beats, act as if they had used 1 2018-02-20 17:19:43 -05: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 Fix some small memory leaks (GUI) 2018-01-27 15:44:59 +01:00
audio_region_view.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
audio_streamview.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
audio_streamview.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
audio_time_axis.cc manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04:00
audio_time_axis.h Remove unused sources & includes 2017-07-17 21:06:04 +02:00
automation_controller.cc Fix generic UI sliders w/rangesteps 2018-07-18 10:57:57 +02:00
automation_controller.h Fix generic UI sliders w/rangesteps 2018-07-18 10:57:57 +02:00
automation_line.cc Fix MIDI Automation interpolation options 2017-10-03 02:20:57 +02:00
automation_line.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
automation_region_view.cc fix unintentionally edited color/theme name from f2s edit 2017-09-19 11:15:22 -04:00
automation_region_view.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
automation_selection.h
automation_streamview.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
automation_streamview.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
automation_time_axis.cc manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04:00
automation_time_axis.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
axis_provider.h -Wnon-virtual-dtor 2017-05-06 15:52:32 +02:00
axis_view.cc Fix --no-nls (5/5), i18n.h include order in gtk2_ardour 2018-09-21 19:05:57 +02:00
axis_view.h Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
big_clock_window.cc Implement clock delta modes 2017-11-23 00:13:32 +01:00
big_clock_window.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
big_transport_window.cc Add keyboard-shortcuts to Transport Window 2017-12-23 00:59:01 +01:00
big_transport_window.h Add keyboard-shortcuts to Transport Window 2017-12-23 00:59:01 +01:00
bundle_env.h
bundle_env_cocoa.cc Fix --no-nls (3/5), prefer #if in gtk2_ardour 2018-09-21 19:04:06 +02:00
bundle_env_linux.cc Fix --no-nls (3/5), prefer #if in gtk2_ardour 2018-09-21 19:04:06 +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
clearlooks.rc.in Revert some theme tweaks. Left-justify gauge text. 2018-02-17 12:11:02 -06:00
clock_group.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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
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 Don't offer possible recursive VCA assignments in the GUI 2017-10-20 02:54:28 +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
cursor_context.h
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 convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
edit_note_dialog.h
editing.cc new_grid: Rewrite of Snap and Grid. (squashed commit) 2018-02-09 09:59:39 -06:00
editing.h new_grid: Rewrite of Snap and Grid. (squashed commit) 2018-02-09 09:59:39 -06:00
editing_convert.h new_grid: Rewrite of Snap and Grid. (squashed commit) 2018-02-09 09:59:39 -06:00
editing_syms.h Rename SMPTE enum back to Timecode. 2018-02-26 18:38:18 -06:00
editor.cc Fix playhead smoothing when auditioning. 2018-11-11 03:38:34 +01:00
editor.h fix several inter-related problems with libptformat 2018-10-14 20:35:31 -04:00
editor_actions.cc Unhardcode and increase bindable Lua-script-action count 2018-10-04 03:57:09 +02:00
editor_audio_import.cc Fix importing tempo-maps for non-integer pulsed time-signatures 2017-10-30 22:24:21 +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 NO-OP: Clarify function name 2018-11-28 15:16:25 +01:00
editor_canvas_events.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
editor_component.cc
editor_component.h
editor_cursors.cc Cairo-fix cursor lines so they align perfectly with Rulers, Grids, and region edges. 2018-02-10 07:51:28 -06:00
editor_cursors.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
editor_drag.cc NO-OP: Clarify function name 2018-11-28 15:16:25 +01:00
editor_drag.h new_grid: Rewrite of Snap and Grid. (squashed commit) 2018-02-09 09:59:39 -06:00
editor_export_audio.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 Remove some redundant calls to snap_to(). get_preferred_edit_position() already did it. 2018-02-27 08:55:17 -06: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 GUI to set clock-origin marker 2017-11-23 00:13:44 +01:00
editor_mixer.cc Use StripableTAV to inform Ctrl surfaces about selection. 2017-08-06 23:22:27 +02:00
editor_mouse.cc Likely fix for jittery snapped-cursor when dragging a region. 2018-08-10 10:43:57 -05:00
editor_ops.cc NO-OP: Clarify function name 2018-11-28 15:16:25 +01:00
editor_pt_import.cc PT import: editor_pt_import complete rewrite 2018-10-12 19:09:40 +11:00
editor_regions.cc Work around tooltips in treeviews selection issue #7678 2018-11-01 23:21:23 +01:00
editor_regions.h change region->row map of EditorRegions to use iterator, not RowReference 2018-10-15 16:04:53 -04: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 Change get_routes to get_routelist where appropriate. 2018-11-07 17:00:16 -08:00
editor_routes.h Hide TrackList "Active" toggle for VCAs 2017-08-08 01:49:05 +02:00
editor_rulers.cc Ruler visibility is not really a session-prop. 2018-07-30 17:47:29 +02:00
editor_selection.cc Change color of nudge-buttons depending on selection. 2018-10-04 21:55:44 +02:00
editor_snapshots.cc Fix --no-nls (5/5), i18n.h include order in gtk2_ardour 2018-09-21 19:05:57 +02:00
editor_snapshots.h auto-backup: gtk2_ardour part. (from mixbus) 2018-07-14 12:47:34 -05:00
editor_summary.cc Aborted attempt to further optimize the editor-summary. Commented for future generations. 2018-07-14 08:40:07 -05:00
editor_summary.h Fix a few warnings 2018-02-17 09:12:38 -06:00
editor_tempodisplay.cc new_grid: fix some thinkos in ruler math, to better match sensible grid lines. 2018-07-27 00:26:21 +02:00
editor_timefx.cc Hardcode pitch-shift algorithm (for now) 2018-07-23 18:13:41 +02:00
editor_videotimeline.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
editor_xpms
engine_dialog.cc Another engine dialog edge-case fix to set the samplerate 2018-11-11 19:51:56 +01:00
engine_dialog.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
enums.cc Rename SMPTE enum back to Timecode. 2018-02-26 18:38:18 -06: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 move select-all-tracks,deselect-all,invert-selection to be global actions (and bindings) 2018-08-24 10:08:08 -04:00
evtest.cc
export_channel_selector.cc Change get_routes to get_routelist where appropriate. 2018-11-07 17:00:16 -08:00
export_channel_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_dialog.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
export_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_file_notebook.cc Properly revert FormatSpec changes on "cancel" 2018-11-21 23:21:13 +01: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 Update codec-quality display when ExportFormat changes 2018-11-21 23:21:52 +01:00
export_format_dialog.h Update codec-quality display when ExportFormat changes 2018-11-21 23:21:52 +01:00
export_format_selector.cc Properly revert FormatSpec changes on "cancel" 2018-11-21 23:21:13 +01:00
export_format_selector.h Properly revert FormatSpec changes on "cancel" 2018-11-21 23:21:13 +01: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 Handle port-export report of unplayable files 2018-11-20 00:44:40 +01:00
export_report.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
export_timespan_selector.cc Fix switch statements in ExportTimespanSelector 2017-11-22 20:36:58 +01:00
export_timespan_selector.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
export_video_dialog.cc Update GUI, use/remove meta-data methods that have been migrated to the backend 2018-11-21 00:05:13 +01:00
export_video_dialog.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 Fix a potential(?) nullptr dereference 2017-11-23 10:38:05 +01: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
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 Fix scroll-wheel on mixer-sliders 2017-11-03 15:55:33 +01:00
gain_meter.h Add automation button to VCA strip 2017-07-21 02:10:29 +02:00
generic_pluginui.cc Properly limit generic-UI window size 2018-11-15 23:05:22 +01:00
gettext.h Fix --no-nls (3/5), prefer #if in gtk2_ardour 2018-09-21 19:04:06 +02:00
ghostregion.cc use new Canvas::Note object for (sustained) note display 2018-07-03 11:21:53 -04:00
ghostregion.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04: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
grid_lines.cc Implement grid line colors ( was: measure lines ). This restores measure lines to a brighter color than beats. 2018-02-27 16:39:49 -06:00
grid_lines.h new_grid: Add grid_lines.cc 2018-02-09 11:23:24 -06:00
group_tabs.cc Change get_routes to get_routelist where appropriate. 2018-11-07 17:00:16 -08: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
hit.cc fix header order and space alignment 2017-09-24 12:57:27 -04:00
hit.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
idleometer.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04: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 use primary, not secondary, clock mode to drive other clock modes, and dynamically update region editors, location UI and editor regions when it changes 2018-10-10 11:47:29 -04:00
insert_remove_time_dialog.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 ipw: Fix race condition with polling the cancel state of the dialog 2018-10-02 20:14:04 +10: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 Start versioning Mixbus keybindings files. 2018-02-23 08:34:59 -06: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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
latency_gui.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 revert the coupling of location UI clock modes to transport clocks 2018-10-10 11:56:49 -04:00
location_ui.h revert the coupling of location UI clock modes to transport clocks 2018-10-10 11:56:49 -04:00
lua_script_manager.cc Unhardcode and increase bindable Lua-script-action count 2018-10-04 03:57:09 +02:00
lua_script_manager.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
luadialog.cc Add scrollbar to LuaDialog 2018-08-02 15:17:38 +02:00
luadialog.h Add scrollbar to LuaDialog 2018-08-02 15:17:38 +02:00
luadoc.cc Complete Lua-binding dump (after 8eb3b9d34b) 2017-08-16 21:00:23 +02:00
luainstance.cc Add a 1Hz Lua Callback Signal 2018-11-17 00:12:10 +01:00
luainstance.h Add a 1Hz Lua Callback Signal 2018-11-17 00:12:10 +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 1Hz Lua Callback Signal 2018-11-17 00:12:10 +01:00
luawindow.cc no error logging for CURL HTTP requests; future callers can request it if necessary 2018-06-02 13:24:31 -04:00
luawindow.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
lv2_external_ui.h
lv2_plugin_ui.cc Extend LV2UI-Request-Parameter File/Path GUI 2018-11-22 15:02:35 +01:00
lv2_plugin_ui.h Extend LV2UI-Request-Parameter File/Path GUI 2018-11-22 15:02:35 +01:00
lxvst_plugin_ui.cc Prefer key-event dispatch over emulated events for VST plugins. 2018-11-01 20:09:20 +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 Explicit key-event forwarding for MacVST 2017-09-19 23:08:05 +02:00
main.cc Fix --no-nls (3/5), prefer #if in gtk2_ardour 2018-09-21 19:04:06 +02:00
main_clock.cc Implement clock delta modes 2017-11-23 00:13:32 +01:00
main_clock.h Implement clock delta modes 2017-11-23 00:13:32 +01:00
marker.cc new_snap: Snapped Cursor ( squashed commit ) 2018-02-09 08:21:45 -06:00
marker.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
marker_selection.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
meter_patterns.cc Wimplicit-fallthrough fixes for gtk-ardour 2018-10-26 14:53:49 +02:00
meter_patterns.h
meter_strip.cc Wimplicit-fallthrough fixes for gtk-ardour 2018-10-26 14:53:49 +02:00
meter_strip.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
meterbridge.cc Change get_routes to get_routelist where appropriate. 2018-11-07 17:00:16 -08:00
meterbridge.h Use Stripable::Sorter in meterbridge 2017-07-01 21:25:01 +02:00
midi_automation_line.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
midi_automation_line.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
midi_cut_buffer.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -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 Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
midi_list_editor.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
midi_list_editor.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
midi_region_view.cc Ignore scroll-wheel while dragging notes. 2018-08-09 18:11:18 +02:00
midi_region_view.h fix header order and space alignment 2017-09-24 12:57:27 -04: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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
midi_streamview.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
midi_time_axis.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
midi_time_axis.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
midi_tracer.cc new transport slave/master implementation, gui edition 2018-09-18 19:06:04 -04:00
midi_tracer.h new transport slave/master implementation, gui edition 2018-09-18 19:06:04 -04: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 new_snap: Snapped Cursor ( squashed commit ) 2018-02-09 08:21:45 -06:00
mini_timeline.h new_snap: Snapped Cursor ( squashed commit ) 2018-02-09 08:21:45 -06: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 provide mixer-specific bindings for Alt-(up|down) to match editor 2018-08-24 10:08:08 -04: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 NO-OP: Clarify function name 2018-11-28 15:16:25 +01:00
mixer_strip.h manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04:00
mixer_ui.cc Change get_routes to get_routelist where appropriate. 2018-11-07 17:00:16 -08:00
mixer_ui.h Restore mixer scroll offset after spill 2018-09-01 21:32:57 +02:00
monitor.bindings fix capitalization of sections of key editor 2016-03-15 21:25:07 -04:00
monitor_section.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 new_grid: Rewrite of Snap and Grid. (squashed commit) 2018-02-09 09:59:39 -06:00
mouse_cursors.h new_grid: Rewrite of Snap and Grid. (squashed commit) 2018-02-09 09:59:39 -06: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 call Note::set_velocity() at an appropriate time 2018-07-03 11:28:01 -04:00
note.h call Note::set_velocity() at an appropriate time 2018-07-03 11:28:01 -04:00
note_base.cc avoid crazy costs of looking up and constructing color modifier every time, and cache color values for MIDI notes 2018-07-06 07:57:19 -04:00
note_base.h avoid crazy costs of looking up and constructing color modifier every time, and cache color values for MIDI notes 2018-07-06 07:57:19 -04:00
note_player.cc
note_player.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04: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 new transport slave/master implementation, gui edition 2018-09-18 19:06:04 -04:00
option_editor.h new transport slave/master implementation, gui edition 2018-09-18 19:06:04 -04: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
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 Don't use a timer to update panner-UIs, rely on Changed signal 2017-12-31 18:15:34 +01:00
panner_ui.h Don't use a timer to update panner-UIs, rely on Changed signal 2017-12-31 18:15:34 +01:00
paste_context.h
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 GUI tweaks for unset midi banks. 2018-07-24 23:22:21 +02:00
patch_change_dialog.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
patch_change_widget.cc GUI tweaks for unset midi banks. 2018-07-24 23:22:21 +02:00
patch_change_widget.h Fix patch-change auto-audition 2017-09-14 19:23:37 +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
pingback.cc no error logging for CURL HTTP requests; future callers can request it if necessary 2018-06-02 13:24:31 -04:00
pingback.h
playlist_selection.h
playlist_selector.cc Fix crash in playlist selector for removed tracks. 2017-09-23 01:57:25 +02:00
playlist_selector.h Remove unused sources & includes 2017-07-17 21:06:04 +02:00
plugin_display.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
plugin_display.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
plugin_dspload_ui.cc Add a window that shows DSP usage of all plugins 2018-09-25 00:13:08 +02:00
plugin_dspload_ui.h Separate Plugin DSP load UI implementation 2018-09-25 00:13:08 +02:00
plugin_dspload_window.cc DSP-Load Window: subscribe to newly added routes 2018-11-05 20:15:01 +01:00
plugin_dspload_window.h Add a reset-all DSP-load-stats button 2018-09-25 01:00:58 +02:00
plugin_eq_gui.cc Plugin analysis numerics 2018-10-25 04:25:15 +02:00
plugin_eq_gui.h Plugin analysis numerics 2018-10-25 04:25:15 +02:00
plugin_interest.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
plugin_pin_dialog.cc Consolidate two more engine-checks 2018-11-28 15:17:57 +01:00
plugin_pin_dialog.h Consolidate PinDialog Session/recording checks 2018-10-29 21:50:08 +01:00
plugin_selector.cc Remove plugin-manager's channel-filter 2018-08-15 22:50:29 +02:00
plugin_selector.h Remove plugin-manager's channel-filter 2018-08-15 22:50:29 +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 Separate Plugin DSP load UI implementation 2018-09-25 00:13:08 +02:00
plugin_ui.h Draw Plugin DSP load bargraph 2018-08-15 05:32:57 +02:00
point_selection.h
port_group.cc Put the sidechain ports into a dedicated tab in PortMatrix 2018-11-01 18:52:51 +01:00
port_group.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
port_insert_ui.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 Consider size of port matrix column labels for size of row labels 2018-11-01 18:53:27 +01: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
port_matrix_grid.cc
port_matrix_grid.h
port_matrix_labels.cc
port_matrix_labels.h
port_matrix_row_labels.cc Consider size of port matrix column labels for size of row labels 2018-11-01 18:53:27 +01:00
port_matrix_row_labels.h Consider size of port matrix column labels for size of row labels 2018-11-01 18:53:27 +01:00
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 NO-OP: Clarify function name 2018-11-28 15:16:25 +01:00
processor_box.h Allow strips to add or remove personal sends 2018-11-01 17:43:35 -07:00
processor_selection.cc Make static analysis happy.. 2017-11-23 11:29:07 +01:00
processor_selection.h Make static analysis happy.. 2017-11-23 11:29:07 +01:00
progress_reporter.cc
progress_reporter.h
pt_import_selector.cc fix several inter-related problems with libptformat 2018-10-14 20:35:31 -04:00
pt_import_selector.h fix several inter-related problems with libptformat 2018-10-14 20:35:31 -04:00
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 move select-all-tracks,deselect-all,invert-selection to be global actions (and bindings) 2018-08-24 10:08:08 -04:00
quantize_dialog.cc Quantize Dialog: Use same grid names as the main grid. (1/16 Note instead of Beats/4) 2018-05-15 09:53:54 -05:00
quantize_dialog.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
rc_option_editor.cc Use libardour video-tool path (2/2) 2018-11-19 03:20:11 +01:00
rc_option_editor.h move away from "sync source" concepts 2018-10-05 14:15:02 -04:00
region_editor.cc use primary, not secondary, clock mode to drive other clock modes, and dynamically update region editors, location UI and editor regions when it changes 2018-10-10 11:47:29 -04:00
region_editor.h use primary, not secondary, clock mode to drive other clock modes, and dynamically update region editors, location UI and editor regions when it changes 2018-10-10 11:47:29 -04: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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
region_layering_order_editor.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
region_selection.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
region_selection.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
region_view.cc new_grid: The Return of the snap_to_X functions. 2018-07-27 00:28:47 +02:00
region_view.h SoloSelection: gui part. 2018-02-11 09:39:45 -06: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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
rhythm_ferret.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 Fix crash when re-assigning groups 2018-09-16 23:08:41 +02:00
route_group_menu.h Fix crash when re-assigning groups 2018-09-16 23:08:41 +02:00
route_params_ui.cc Prepare removal of initial_delay 2017-09-29 05:03:48 +02:00
route_params_ui.h manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04:00
route_processor_selection.cc Fix --no-nls (5/5), i18n.h include order in gtk2_ardour 2018-09-21 19:05:57 +02:00
route_processor_selection.h Make static analysis happy.. 2017-11-23 11:29:07 +01:00
route_sorter.h Use Stripable::Sorter in GUI consistently. 2017-06-17 04:36:39 +02:00
route_time_axis.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
route_time_axis.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
route_ui.cc Consolidate two more engine-checks 2018-11-28 15:17:57 +01:00
route_ui.h basic GUI framework for setting Disk I/O options 2017-09-18 11:40:53 -04: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 move select-all-tracks,deselect-all,invert-selection to be global actions (and bindings) 2018-08-24 10:08:08 -04:00
SAE-de-nokeypad.bindings.in move select-all-tracks,deselect-all,invert-selection to be global actions (and bindings) 2018-08-24 10:08:08 -04:00
SAE-us-keypad.bindings.in move select-all-tracks,deselect-all,invert-selection to be global actions (and bindings) 2018-08-24 10:08:08 -04:00
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
save_template_dialog.cc Fix --no-nls (5/5), i18n.h include order in gtk2_ardour 2018-09-21 19:05:57 +02:00
save_template_dialog.h Name tweak (more consistent with other code) 2017-08-20 21:09:30 +02:00
script_selector.cc Fix "Shortcut" special-case in the script-selector. 2018-03-19 15:43:07 +01:00
script_selector.h Drop the "Lua" in Lua Action Buttons: 2017-12-07 11:08:26 -06: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 NO-OP: whitespace 2018-02-24 13:55:20 +01:00
selection.h SoloSelection: gui part. 2018-02-11 09:39:45 -06:00
selection_memento.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
selection_memento.h
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 Fix session-archive file extension filter 2017-10-03 03:09:25 +02:00
session_archive_dialog.h Update Session-Archive Dialog: add compression-option 2017-10-03 02:24:19 +02:00
session_dialog.cc Work around tooltips in treeviews selection issue #7678 2018-11-01 23:21:23 +01:00
session_dialog.h NO-OP: whitespace 2018-11-04 17:03:11 +01:00
session_import_dialog.cc Work around tooltips in treeviews selection issue #7678 2018-11-01 23:21:23 +01:00
session_import_dialog.h manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04: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 Fix a double-free, introduced in b06713bd8e 2018-11-26 00:32:29 +01:00
session_option_editor.h Fix a double-free, introduced in b06713bd8e 2018-11-26 00:32:29 +01:00
sfdb_freesound_mootcher.cc Call curl_global_init() exactly only once (1/2) 2017-08-31 20:08:47 +02: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 NO-OP: Clarify function name 2018-11-28 15:16:25 +01:00
sfdb_ui.h manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04:00
shuttle_control.cc Quick hack to test engine vari-speed (2/2) 2017-10-29 20:04:06 +01:00
shuttle_control.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
simple_progress_dialog.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
soundcloud_export_selector.cc Revert frame -> sample changes where it's a frame as in Gtk::Frame 2018-06-19 20:17:40 +02:00
soundcloud_export_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
speaker_dialog.cc manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04:00
speaker_dialog.h manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04:00
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 Startup Dialog: A change to the monitor selection should trigger a write to config. 2018-03-16 16:34:23 -05: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 Fix some small memory leaks (GUI) 2018-01-27 15:44:59 +01:00
step_editor.h fix header order and space alignment 2017-09-24 12:57:27 -04:00
step_entry.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
step_entry.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04: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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
streamview.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
strip_selection.h
strip_silence_dialog.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
strip_silence_dialog.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
stripable_colorpicker.cc Fix --no-nls (5/5), i18n.h include order in gtk2_ardour 2018-09-21 19:05:57 +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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
tape_region_view.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
template_dialog.cc Revert frame -> sample changes where it's a frame as in Gtk::Frame 2018-06-19 20:17:40 +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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
tempo_curve.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
tempo_dialog.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
tempo_dialog.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
tempo_lines.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
tempo_lines.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
time_axis_view.cc Fix size-request call 2017-11-23 09:53:09 +01:00
time_axis_view.h manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04:00
time_axis_view_item.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
time_axis_view_item.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
time_fx_dialog.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
time_fx_dialog.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
time_info_box.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
time_selection.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 Update GUI, use/remove meta-data methods that have been migrated to the backend 2018-11-21 00:05:13 +01:00
transcode_ffmpeg.h Update GUI, use/remove meta-data methods that have been migrated to the backend 2018-11-21 00:05:13 +01:00
transcode_video_dialog.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
transcode_video_dialog.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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
transport_control.cc Separate and consolidate Transport-Control-UI code 2017-12-22 22:15:50 +01:00
transport_control.h Separate and consolidate Transport-Control-UI code 2017-12-22 22:15:50 +01:00
transport_control_ui.cc Fix initial transport-window state display 2017-12-28 17:09:02 +01:00
transport_control_ui.h Separate and consolidate Transport-Control-UI code 2017-12-22 22:15:50 +01:00
transport_masters_dialog.cc use C++, dammit 2018-10-07 12:57:56 -04:00
transport_masters_dialog.h use C++, dammit 2018-10-07 12:57:56 -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 Allow strips to add or remove personal sends 2018-11-01 17:43:35 -07: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 Use libardour video-tool path (2/2) 2018-11-19 03:20:11 +01:00
ui_light.rc.in
utils.cc NO-OP: Clarify function name 2018-11-28 15:16:25 +01:00
utils.h NO-OP: Clarify function name 2018-11-28 15:16:25 +01:00
utils_videotl.cc no error logging for CURL HTTP requests; future callers can request it if necessary 2018-06-02 13:24:31 -04:00
utils_videotl.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
vca_master_strip.cc Remove unused widget. 2018-02-19 07:38:48 -06:00
vca_master_strip.h Remove unused widget. 2018-02-19 07:38:48 -06:00
vca_time_axis.cc manually fix up various cases where Gtk:Frame foo_frame had been changed to foo_sample 2017-09-18 14:59:11 -04:00
vca_time_axis.h VCA TimeAxis Context Menu 2017-08-06 22:48:38 +02:00
verbose_cursor.cc Add seconds as clock-unit 2017-11-22 20:36:28 +01:00
verbose_cursor.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
video_image_frame.cc no error logging for CURL HTTP requests; future callers can request it if necessary 2018-06-02 13:24:31 -04:00
video_image_frame.h Use "Frames" for video-frames (NO-OP) 2017-12-19 19:14:33 +01:00
video_monitor.cc move away from "sync source" concepts 2018-10-05 14:15:02 -04:00
video_monitor.h Use "frame" for video-frames, fixes video-monitor state. 2018-01-21 11:27:26 +01:00
video_server_dialog.cc Use libardour video-tool path (2/2) 2018-11-19 03:20:11 +01:00
video_server_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
video_timeline.cc Use libardour video-tool path (2/2) 2018-11-19 03:20:11 +01:00
video_timeline.h Allow snapping to the start of the video timeline. (should work, but needs testing on a machine with harvid). 2018-06-08 16:12:35 -05: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 Add API to dispatch keyboard events to VST Plugins 2018-11-01 20:09:20 +01:00
vst_plugin_ui.h Add API to dispatch keyboard events to VST Plugins 2018-11-01 20:09:20 +01:00
vstdbg
window_manager.cc Delete temporary Window Proxy for dialogs 2018-11-29 14:25:22 +01:00
window_manager.h Delete temporary Window Proxy for dialogs 2018-11-29 14:25:22 +01:00
windows_vst_plugin_ui.cc Prefer key-event dispatch over emulated events for VST plugins. 2018-11-01 20:09:20 +01:00
windows_vst_plugin_ui.h VST UI sizeing rework 2017-03-08 13:03:46 +01:00
wscript Use libardour video-tool path (2/2) 2018-11-19 03:20:11 +01:00