ardour/gtk2_ardour
Robin Gareus 6016c9624e Manage OptionEditor labels
Because those Widgets are added to managed frames (for search highlight)
the labels inside also need to be managed and not destroyed with the
Option (which happens first).

This fixes various GTK warnings at exit
```
gtk_widget_unparent: assertion 'GTK_IS_WIDGET (widget)' failed
```
2023-05-31 21:36:24 +02:00
..
appdata/po gtk2_ardour appdata Catalan po 2023-03-28 01:39:36 +02:00
icons Softube Console1 add surface (gtk2_ardour) 2023-05-07 18:19:45 +02:00
msvc
po Update Russian translation 2023-04-25 20:26:46 +02:00
resources
themes Fix Blueberry-Milk theme 2023-05-18 01:26:52 +02:00
win32
ArdourMono.ttf Add 1/4 note symbol to ArdourMono 2023-01-09 22:56:33 +01:00
ArdourSans.ttf Update ArdourSans font, include UTF-8 symbols used by Ardour 2022-11-15 21:34:19 +01:00
about.cc license info: add clarification re: plugins to About dialog 2023-03-24 14:19:16 -06:00
about.h
actions.cc
actions.h
add_route_dialog.cc store insert-at selection in UI config variable when it is used in the add route dialog 2022-10-16 15:12:30 -06:00
add_route_dialog.h Save last route type 2022-05-13 23:07:49 +02:00
add_video_dialog.cc gtkmm: use ALIGN_END instead of deprecated Gtk::AlignmentEnum::ALIGN_RIGHT 2022-04-08 21:11:06 +02:00
add_video_dialog.h
ambiguous_file_dialog.cc Fix typos in gtk2_ardour/ directory 2022-01-26 12:35:38 -05:00
ambiguous_file_dialog.h
analysis_window.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
analysis_window.h
arauv2
arcall arcall: use dedicated directory for output, and add --dump-instr=yes 2022-04-05 20:52:09 -06:00
arcanvas
ardbg
ardbg-core
ardev
ardev-win
ardev_common.sh.in Softube Console1 add surface (gtk2_ardour) 2023-05-07 18:19:45 +02:00
ardour-mime-info.xml
ardour.appdata.xml.in.in Add a little more useful metadata to appdata 2022-11-10 15:31:14 +03:00
ardour.desktop.in
ardour.keys.in Add shortcuts for 'section copy+paste' actions, moving Crop to accommodate 2023-05-26 13:16:37 -05:00
ardour.menus.in Expose Cut/Copy Section in Edit Menu 2023-05-18 03:45:14 +02:00
ardour.sh.in
ardour2_ui_dark_sae.rc.in
ardour2_ui_light_sae.rc.in
ardour2_ui_sae.conf
ardour_dialog.cc fix compilation 2022-12-12 10:20:02 -07:00
ardour_dialog.h ArdourDialog: API to prevent idle callbacks during response handling 2022-12-12 10:15:55 -07:00
ardour_http.cc Minor clarification of curl root CA comment 2022-11-04 19:18:54 +01:00
ardour_http.h ArdourHttp, export API to set CA paths 2022-05-20 22:03:13 +02:00
ardour_message.cc gtkmm: use get_visible() instead of deprecated Gtk::Widget::is_visible() 2022-04-08 20:20:10 +02:00
ardour_message.h
ardour_ui.cc Amend prev commit, pick different max channels for custom config 2023-04-20 19:08:29 +02:00
ardour_ui.h Indicate sample-rate mismatch in the status-bar 2023-02-12 16:23:42 +01:00
ardour_ui2.cc MainClock: introduce change_display_delta_mode signal 2022-11-20 02:29:33 +01:00
ardour_ui3.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
ardour_ui_access_web.cc Follow the redirect and drop /s/ from the subscribe URL 2022-10-24 04:54:36 +02:00
ardour_ui_dependents.cc fix SNAFU with processor box bindings 2023-04-26 17:19:50 -06:00
ardour_ui_dialogs.cc Indicate sample-rate mismatch in the status-bar 2023-02-12 16:23:42 +01:00
ardour_ui_ed.cc Add action to noninteractively add BBT marker at playhead 2022-12-02 21:31:56 +01:00
ardour_ui_engine.cc intermediate, unfinished snapshot of ongoing timeline types work on GTK GUI 2021-08-13 12:51:29 -06:00
ardour_ui_keys.cc Fix source typos (heirarchy->hierarchy) 2022-04-08 21:38:00 +02:00
ardour_ui_mixer.cc
ardour_ui_options.cc Do not allow to use JACK transport when vari-speed is enabled 2023-05-19 23:27:01 +02:00
ardour_ui_session.cc Rec-stop only writes a pending (recovery) file (#9215) 2023-02-03 07:56:49 +01:00
ardour_ui_startup.cc Update sample-rate mismatch dialogs to reflect resampling 2023-01-31 01:21:48 +01:00
ardour_ui_video.cc Safeguard video-alignment in case LTC detection throws an error 2022-09-03 17:55:30 +02:00
ardour_window.cc Special case tansient-parent windows on macOS 2022-11-15 03:07:43 +01:00
ardour_window.h
arhell Update ar* start-scripts `--novst` option was removed with wineVST 2021-09-08 23:28:50 +02:00
arldd
arlua
arluadoc
armass Update ar* start-scripts `--novst` option was removed with wineVST 2021-09-08 23:28:50 +02:00
arprof Update ar* start-scripts `--novst` option was removed with wineVST 2021-09-08 23:28:50 +02:00
arrr
arrr-replay
arscan
artest artest: clarify that the tool in gtk2_ardour is testing libs/ 2022-08-19 11:06:28 -06:00
arval Update ar* start-scripts `--novst` option was removed with wineVST 2021-09-08 23:28:50 +02:00
arvst2
arvst3
au_pluginui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
au_pluginui.mm Use std pointers in objective C files 2023-03-25 00:07:56 +01:00
audio_clip_editor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_clip_editor.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_clock.cc Remove debug output 2023-03-24 23:20:50 +01:00
audio_clock.h AudioClock: drop other unused stuff 2022-11-20 02:31:24 +01:00
audio_region_editor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_region_editor.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_region_operations_box.cc Property Boxen: handle more {audio|midi} cases; move code around. 2021-12-08 12:58:12 -06:00
audio_region_operations_box.h Property Boxen: handle more {audio|midi} cases; move code around. 2021-12-08 12:58:12 -06:00
audio_region_properties_box.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_region_properties_box.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_region_view.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_region_view.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_streamview.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_streamview.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_time_axis.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_time_axis.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_trigger_properties_box.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
audio_trigger_properties_box.h Cue page: rough-in a display for Bar-length 2022-01-26 11:51:08 -06:00
automation_controller.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_controller.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_line.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_line.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_region_view.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_region_view.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_selection.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_streamview.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_streamview.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_time_axis.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
automation_time_axis.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
axis_provider.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
axis_view.cc Clarify round-robin color palette API name 2023-04-18 02:18:02 +02:00
axis_view.h Clarify round-robin color palette API name 2023-04-18 02:18:02 +02:00
bbt_marker_dialog.cc bbt_marker_dialog: improve layout + spacings 2022-12-21 19:22:29 -06:00
bbt_marker_dialog.h bbt_marker_dialog: improve layout + spacings 2022-12-21 19:22:29 -06:00
beatbox_gui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
beatbox_gui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
big_clock_window.cc implement and adopt new conventions for AudioClock use 2022-10-07 16:24:56 -06:00
big_clock_window.h
big_transport_window.cc
big_transport_window.h
bundle_env.h
bundle_env_cocoa.cc Expose preference to use NSGLView on macOS 2023-01-20 21:54:11 +01:00
bundle_env_linux.cc
bundle_env_mingw.cc
bundle_env_msvc.cc Fix typos 2022-10-17 00:06:12 +02:00
bundle_manager.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
bundle_manager.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
canvas_test.cc gtkmm: use set_can_focus() instead of deprecated Gtk::Widget::set_flags(CAN_FOCUS) 2022-04-08 21:11:06 +02:00
canvas_vars.h
clearlooks.rc.in add new gtk style name for "shaded entry", used in web-style search entry 2023-01-22 17:41:43 -07:00
clip_editor.bindings basic skeleton for clip editor bindings 2021-12-10 15:15:56 -07:00
clock_group.cc
clock_group.h
cocoacarbon.mm Remove duplicate implementation 2022-12-08 01:32:41 +01:00
color_aliases.h
color_theme_manager.cc Allow to set transparency to 100% 2023-02-06 01:27:24 +01:00
color_theme_manager.h
configinfo.cc
configinfo.h
configuration_metadata.h Update preferences metadata object 2023-05-17 02:04:52 +02:00
context_menu_helper.h
control_point.cc significant overhaul of automation region/lines to update during tempo map drags etc 2022-10-25 11:10:36 -06:00
control_point.h significant overhaul of automation region/lines to update during tempo map drags etc 2022-10-25 11:10:36 -06:00
control_point_dialog.cc
control_point_dialog.h
control_slave_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
control_slave_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
crossfade_edit.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
crossfade_view.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
cuebox_ui.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
cuebox_ui.h disambiguate trigger functions: cue_bang -> trigger_cue_row 2022-10-01 09:13:14 -05:00
cursor_context.cc
cursor_context.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
curvetest.cc another day or two's work on timeline type conversion 2021-08-13 12:51:29 -06:00
debug.cc
debug.h
default_ui_config.in desensitize playhead by default, and make a new config variable 'sensitize-playhead' 2023-05-01 08:49:27 -05:00
dsp_stats_ui.cc dsp_stats: aesthetic tweaks to text and padding 2022-12-26 07:53:34 -06:00
dsp_stats_ui.h
dsp_stats_window.cc
dsp_stats_window.h
duplicate_routes_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
duplicate_routes_dialog.h
edit_note_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
edit_note_dialog.h
editing.cc add enum and member var for controlling what kind of tempo editing we are doing 2023-04-08 11:44:21 -06:00
editing.h add enum and member var for controlling what kind of tempo editing we are doing 2023-04-08 11:44:21 -06:00
editing_convert.h add enum and member var for controlling what kind of tempo editing we are doing 2023-04-08 11:44:21 -06:00
editing_syms.h add new Playhead snap mode 2023-04-28 15:57:42 -06:00
editor.cc Expose Cut/Copy Section in Edit Menu 2023-05-18 03:45:14 +02:00
editor.h Make Markers properly themable, use color-names 2023-05-18 01:26:35 +02:00
editor_actions.cc user-visible action names should better match the intended shortcut mnemonic 2023-05-26 13:16:37 -05:00
editor_audio_import.cc Fix duplicate whole-file regions when embedding sources 2023-05-28 04:39:06 +02:00
editor_audiotrack.cc Remove unused includes 2022-08-19 09:27:19 -06:00
editor_canvas.cc Make Markers properly themable, use color-names 2023-05-18 01:26:35 +02:00
editor_canvas_events.cc Implement Selection Marker class and events 2023-05-17 01:50:51 +02:00
editor_component.cc
editor_component.h
editor_cursors.cc Fix pointer typo (callbck->callback) 2022-04-09 02:25:59 +02:00
editor_cursors.h small API change to provide (debug) name to canvas cursor items 2021-08-13 12:51:36 -06:00
editor_drag.cc tempo mapping: clicking on a bar line should always make a new tempo marker 2023-05-22 15:51:33 -05:00
editor_drag.h Cleanup, fix Wunused-private-field 2023-05-22 22:29:42 +02:00
editor_export_audio.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
editor_group_tabs.cc Remove unused includes 2022-08-19 09:27:19 -06:00
editor_group_tabs.h
editor_items.h Implement Selection Marker class and events 2023-05-17 01:50:51 +02:00
editor_keys.cc changes required by fixing ambiguities in timepos_t/timecnt_t API (GUI edition) 2021-08-13 12:51:31 -06:00
editor_locations.cc
editor_locations.h
editor_markers.cc Expose Cut/Copy Section in Edit Menu 2023-05-18 03:45:14 +02:00
editor_mixer.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
editor_mouse.cc tempo mapping: handle the special case of trying to ramp the 'first' marker 2023-05-22 15:51:38 -05:00
editor_ops.cc Add a warning that cut/copy section does not yet include the the Tempo Map 2023-05-18 03:45:53 +02:00
editor_pt_import.cc
editor_regions.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
editor_regions.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
editor_route_groups.cc Remove unused includes 2022-08-19 09:27:19 -06:00
editor_route_groups.h
editor_routes.cc terminology: change visibility text to 'Cue Window' to match button name 2022-01-31 20:25:06 -06:00
editor_routes.h Reduce and abstract EditorRoutes to a dedicated RouteList 2022-01-27 01:28:50 +01:00
editor_rulers.cc Indicate selection extents in time ruler 2023-05-17 01:53:40 +02:00
editor_selection.cc Indicate selection extents in time ruler 2023-05-17 01:53:40 +02:00
editor_snapshots.cc Indicate UTF8 literals - fixes glyph rendering with MSVC (2/2) 2023-01-16 21:41:22 +01:00
editor_snapshots.h Indicate current snapshot 2022-08-10 03:20:29 +02:00
editor_sources.cc NO-OP: update comments 2023-05-31 15:53:12 +02:00
editor_sources.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
editor_summary.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
editor_summary.h rename EditorSummary::Position as Editor::SummaryPosition 2021-08-13 12:51:34 -06:00
editor_tempodisplay.cc Make Markers properly themable, use color-names 2023-05-18 01:26:35 +02:00
editor_timefx.cc Use ARDOUR::PlaylistSet instead of local typedefs 2023-04-06 02:13:51 +02:00
editor_videotimeline.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
editor_xpms
engine_dialog.cc Revert "Debug xwayland blank Engine dialog, allow to resize the window" 2023-05-24 00:45:16 +02:00
engine_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
enums.cc add new Playhead snap mode 2023-04-28 15:57:42 -06:00
enums.h
enums_convert.h
evtest.cc gtkmm: use set_can_focus() instead of deprecated Gtk::Widget::set_flags(CAN_FOCUS) 2022-04-08 21:11:06 +02:00
export_analysis_graphs.cc Use nice units for labels in the export spectogram 2022-10-15 19:57:35 +02:00
export_analysis_graphs.h
export_channel_selector.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_channel_selector.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_file_notebook.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_file_notebook.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_filename_selector.cc gtkmm: use ALIGN_START instead of deprecated Gtk::AlignmentEnum::ALIGN_LEFT 2022-04-08 21:11:06 +02:00
export_filename_selector.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_format_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_format_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_format_selector.cc Use "Wav (tagged)" as default export profile 2022-05-15 21:48:35 +02:00
export_format_selector.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_preset_selector.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_preset_selector.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_report.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_report.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_timespan_selector.cc Export dialog: update state after "Select All" and "Deselect All" 2022-05-13 02:09:26 +02:00
export_timespan_selector.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_video_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
export_video_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
fft.cc
fft.h
fft_graph.cc
fft_graph.h
fft_result.cc /float*/std::vector/ in fft_result. 2022-11-26 12:29:23 +01:00
fft_result.h /float*/std::vector/ in fft_result. 2022-11-26 12:29:23 +01:00
fitted_canvas_widget.cc fitted_canvas: second part of 3784aa 2022-01-02 16:10:36 -06:00
fitted_canvas_widget.h fitted_canvas: virtual accessor will be useful for mb 2022-01-02 16:06:06 -06:00
fix_carbon.h
floating_text_entry.cc
floating_text_entry.h
foldback_strip.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
foldback_strip.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
gain_meter.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
gain_meter.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
generic_pluginui.cc hide invisible plugin-control properties in generic ctrl UI 2023-03-29 01:08:36 +02:00
ghostregion.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
ghostregion.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
global_port_matrix.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
global_port_matrix.h
gprofhelper.c
grid_lines.cc do not sort lineset every time a coord is added; use RAII to create scope and sort at end 2023-04-09 14:36:03 -06:00
grid_lines.h slightly improve efficiency of drawing grid lines by passing by reference, not value 2023-04-09 14:36:03 -06:00
group_tabs.cc Update context menu for subgroup bus creation 2023-04-21 00:41:30 +02:00
group_tabs.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
gui_object.cc
gui_object.h Fix typos in gtk2_ardour/ directory 2022-01-26 12:35:38 -05:00
gui_thread.h
hit.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
hit.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
idleometer.cc Indicate UTF8 literals - fixes glyph rendering with MSVC (2/2) 2023-01-16 21:41:22 +01:00
idleometer.h
input_port_monitor.cc gtkmm: use get_realized() instead of deprecated Gtk::Widget::is_realized() 2022-04-08 20:20:32 +02:00
input_port_monitor.h Fix crash when changing UI scale on Windows 2021-08-10 04:15:15 +02:00
insert_remove_time_dialog.cc AudioClock: make last_when public and use it instead of current_time 2022-11-17 18:04:08 +01:00
insert_remove_time_dialog.h continued work on timeline types conversion. in theory, just editor_ops.cc remains 2021-08-13 12:51:29 -06:00
instrument_selector.cc Indicate UTF8 literals - fixes glyph rendering with MSVC (2/2) 2023-01-16 21:41:22 +01:00
instrument_selector.h Instrument Selector: use a 3-way Disposition to disambiguate the uses of this widget 2022-02-04 21:33:12 -06:00
interthread_progress_window.cc
interthread_progress_window.h
io_button.cc Exclude master-bus on monitor output connector 2023-05-24 07:15:01 +02:00
io_button.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
io_plugin_window.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
io_plugin_window.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
io_selector.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
io_selector.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
item_counts.h
keyboard.cc Constification: make Stateful::get_state() const, with all other required const-ness added (GUI) 2022-04-06 21:56:59 -06:00
keyboard.h Constification: make Stateful::get_state() const, with all other required const-ness added (GUI) 2022-04-06 21:56:59 -06:00
keyeditor.cc Fix small memory leak 2023-01-16 05:11:49 +01:00
keyeditor.h
latency_gui.cc
latency_gui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
led.cc led widget: disambiguate namespace for Color type 2022-08-10 18:14:28 -06:00
led.h
level_meter.cc
level_meter.h
library_download_dialog.cc Update GUI, use new Archive progress API 2023-05-19 03:08:31 +02:00
library_download_dialog.h Update GUI, use new Archive progress API 2023-05-19 03:08:31 +02:00
linux_vst_gui_support.cc LXVST: dispatch close when GUI is destroyed 2022-10-11 20:55:01 +02:00
location_ui.cc AudioClock: make last_when public and use it instead of current_time 2022-11-17 18:04:08 +01:00
location_ui.h continued work on timeline types conversion. in theory, just editor_ops.cc remains 2021-08-13 12:51:29 -06:00
loudness_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
loudness_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
loudness_settings.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
loudness_settings.h
lua_script_manager.cc
lua_script_manager.h
luadialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
luadialog.h Update scroll-window policy of Lua dialog windows 2022-06-02 22:04:23 +02:00
luadoc.cc
luainstance.cc Add Lua bindings for TempoEditBehavior 2023-04-22 22:15:00 +02:00
luainstance.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
luasignal.h
luasignal_syms.h Extend Session::Exported signal 2022-03-15 22:52:58 +01:00
luawindow.cc Change LuaWindow into an ArdourWindow 2021-09-20 04:26:24 +02:00
luawindow.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
lv2_external_ui.h Fix typos in gtk2_ardour/ directory 2022-01-26 12:35:38 -05:00
lv2_plugin_ui.cc Add LV2 header include compatibility (1/2) 2023-05-06 16:20:01 +02:00
lv2_plugin_ui.h Add LV2 header include compatibility (1/2) 2023-05-06 16:20:01 +02:00
lxvst_plugin_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
lxvst_plugin_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mac_vst_plugin_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mac_vst_plugin_ui.mm Use std pointers in objective C files 2023-03-25 00:07:56 +01:00
main.cc fix GUI enum registration so that UIConfiguration can load with variables that use some of them 2023-04-08 13:58:25 -06:00
main_clock.cc MainClock: drop 'primary' parameter 2022-11-20 02:31:22 +01:00
main_clock.h MainClock: drop 'primary' parameter 2022-11-20 02:31:22 +01:00
marker.cc Make Markers properly themable, use color-names 2023-05-18 01:26:35 +02:00
marker.h Make Markers properly themable, use color-names 2023-05-18 01:26:35 +02:00
marker_selection.h getting editor_drag.cc to compile 2021-08-13 12:51:29 -06:00
meter_patterns.cc
meter_patterns.h TriggerStrip: add solo,mute,pan,gain controls and meter 2021-12-02 22:28:05 +01:00
meter_strip.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
meter_strip.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
meterbridge.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
meterbridge.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_automation_line.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_automation_line.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_channel_dialog.cc
midi_channel_dialog.h
midi_channel_selector.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_channel_selector.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_clip_editor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_clip_editor.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_cut_buffer.cc Automatable now requires (and owns) a time domain to be used by automation data (GUI edition) 2021-08-13 12:51:32 -06:00
midi_cut_buffer.h
midi_export_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_export_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_list_editor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_list_editor.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_region_operations_box.cc Property Boxen: handle more {audio|midi} cases; move code around. 2021-12-08 12:58:12 -06:00
midi_region_operations_box.h Property Boxen: handle more {audio|midi} cases; move code around. 2021-12-08 12:58:12 -06:00
midi_region_properties_box.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_region_properties_box.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_region_view.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_region_view.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_scroomer.cc
midi_scroomer.h
midi_selection.cc
midi_selection.h
midi_streamview.cc do not sort lineset every time a coord is added; use RAII to create scope and sort at end 2023-04-09 14:36:03 -06:00
midi_streamview.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_time_axis.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_time_axis.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
midi_tracer.cc use cstdint instead of stdint.h 2023-03-24 14:19:15 -06:00
midi_tracer.h switch from glib atomic to std::atomic (gui edition) 2023-03-24 14:19:15 -06:00
midi_trigger_properties_box.cc trigger_ui: reorganize some tempo and FA controls 2022-01-14 12:55:51 -06:00
midi_trigger_properties_box.h trigger_ui: refactor property_boxen to subclasses of TriggerUI 2022-01-11 10:51:24 -06:00
midi_util.h
midi_velocity_dialog.cc
midi_velocity_dialog.h
mini_timeline.cc replace INT32_MAX with CueRecord::stop_all (gui) 2022-08-03 11:42:58 -06:00
mini_timeline.h mini-timeline: yet another tweak to draw Stop Cues nicely 2022-02-14 21:22:36 -06:00
missing_file_dialog.cc Fix typos in gtk2_ardour/ directory 2022-01-26 12:35:38 -05:00
missing_file_dialog.h
missing_filesource_dialog.cc Fix typos in gtk2_ardour/ directory 2022-01-26 12:35:38 -05:00
missing_filesource_dialog.h
missing_plugin_dialog.cc Fix typos in gtk2_ardour/ directory 2022-01-26 12:35:38 -05:00
missing_plugin_dialog.h
mixer.bindings Add keybinding for Mixer/solo 2023-05-22 02:01:42 +02:00
mixer_group_tabs.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mixer_group_tabs.h
mixer_strip.cc fix SNAFU with processor box bindings 2023-04-26 17:19:50 -06:00
mixer_strip.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mixer_ui.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
mixer_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
monitor.bindings
monitor_section.cc Amend a736ebfee, drop reference 2023-05-24 07:14:57 +02:00
monitor_section.h Use IOButton in Monitor-Section 2023-05-24 04:07:30 +02:00
mono_panner.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mono_panner.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
mono_panner_editor.cc
mono_panner_editor.h
mouse_cursors.cc
mouse_cursors.h
multi_region_properties_box.cc fix unused code warning 2022-06-21 17:32:50 -06:00
multi_region_properties_box.h PropertyBoxen: initial draft of property-editing widgets that follow the Selection 2021-12-08 12:45:11 -06:00
nag.cc Update URLs opened by the UI to use HTTPs 2022-10-24 05:00:44 +02:00
nag.h
new_plugin_preset_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
new_plugin_preset_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
new_user_wizard.cc new-user dialog: updated text; more consistent fonts and layout 2022-08-11 16:53:56 -05:00
new_user_wizard.h Simplify and Cleanup New User Wizard 2022-07-11 21:45:54 +02:00
normalize_dialog.cc gtkmm: use append() instead of deprecated Gtk::ComboBoxText::append_text() 2022-04-08 21:10:56 +02:00
normalize_dialog.h
note.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
note.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
note_base.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
note_base.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
note_player.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
note_player.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
note_select_dialog.cc gtkmm: use set_can_focus() instead of deprecated Gtk::Widget::set_flags(CAN_FOCUS) 2022-04-08 21:11:06 +02:00
note_select_dialog.h
nsm.cc Add NSM ':switch:' capability 2021-12-04 14:34:44 +01:00
nsm.h
nsmclient.cc
nsmclient.h
option_editor.cc Manage OptionEditor labels 2023-05-31 21:36:24 +02:00
option_editor.h Manage OptionEditor labels 2023-05-31 21:36:24 +02:00
opts.cc use backend_client_name parsed from options when initializing backend 2022-03-01 02:36:11 +01:00
opts.h Remove --novst option 2021-08-10 15:49:32 +02:00
panner2d.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
panner2d.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
panner_editor.cc
panner_editor.h
panner_interface.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
panner_interface.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
panner_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
panner_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
paste_context.h
patch_change.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
patch_change.h
patch_change_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
patch_change_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
patch_change_widget.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
patch_change_widget.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
piano_key_bindings.cc
piano_key_bindings.h
piano_roll_header.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
piano_roll_header.h
pianokeyboard.cc
pianokeyboard.h
pingback.cc Fix typo in 7fb82690b 2022-10-21 18:04:11 +02:00
pingback.h
playlist_selection.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
playlist_selector.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
playlist_selector.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_display.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_display.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_dspload_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_dspload_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_dspload_window.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_dspload_window.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_eq_gui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_eq_gui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_interest.h
plugin_manager_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_manager_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_pin_dialog.cc PluginPinDialog: subscribe to processor name changes 2023-05-27 14:31:41 +02:00
plugin_pin_dialog.h PluginPinDialog: subscribe to processor name changes 2023-05-27 14:31:41 +02:00
plugin_presets_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_presets_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_scan_dialog.cc Resize plugin-scan dialog as needed for UI scaling 2022-10-06 15:41:56 +02:00
plugin_scan_dialog.h Remove unused "cancel scan timeout" buttons 2021-07-23 00:28:06 +02:00
plugin_selector.cc Not quite sure what's changed but there's suddenly a conflict between Gtk::frame and ArdourWidgets::frame 2023-01-25 10:48:17 +00:00
plugin_selector.h
plugin_setup_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_setup_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_ui.cc NO-OP: clang-format 2023-05-31 16:53:38 +02:00
plugin_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
plugin_utils.h move match_search_strings() function from plugin utils to PBD 2023-01-22 17:41:43 -07:00
point_selection.h
port_group.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
port_group.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_insert_ui.cc Catch another windows no-top-level issue 2023-05-15 22:47:36 +02:00
port_insert_ui.h Catch another windows no-top-level issue 2023-05-15 22:47:36 +02:00
port_matrix.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
port_matrix.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_matrix_body.cc
port_matrix_body.h
port_matrix_column_labels.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_matrix_column_labels.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_matrix_component.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_matrix_component.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_matrix_grid.cc
port_matrix_grid.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_matrix_labels.cc
port_matrix_labels.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_matrix_row_labels.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_matrix_row_labels.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
port_matrix_types.h
preference-metadata Indicate selection extents in time ruler 2023-05-17 01:53:40 +02:00
processor_box.bindings
processor_box.cc Fix Mixbus build 2023-05-27 16:18:10 +02:00
processor_box.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
processor_selection.cc
processor_selection.h
progress_reporter.cc Rate limit progress-report, reduce excessive UI load 2023-05-18 18:58:40 +02:00
progress_reporter.h Update codebase to use PBD::Progress (2/2) 2023-05-19 00:53:38 +02:00
pt_import_selector.cc
pt_import_selector.h
public_editor.cc switch from glib atomic to std::atomic (gui edition) 2023-03-24 14:19:15 -06:00
public_editor.h Implement Selection Marker class and events 2023-05-17 01:50:51 +02:00
quantize_dialog.cc reimplement quantization without (much) floating point (GUI edition) 2021-08-13 12:51:35 -06:00
quantize_dialog.h reimplement quantization without (much) floating point (GUI edition) 2021-08-13 12:51:35 -06:00
rc_option_editor.cc Manage OptionEditor labels 2023-05-31 21:36:24 +02:00
rc_option_editor.h architecture and implementation for preferences searching 2023-01-22 17:41:43 -07:00
rec_info_box.cc
rec_info_box.h
recorder_group_tabs.cc
recorder_group_tabs.h
recorder_ui.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
recorder_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region_editor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region_editor.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region_gain_line.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region_gain_line.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region_layering_order_editor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region_layering_order_editor.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region_list_base.cc Properly repopulate Region-list after regions are deleted 2023-05-29 18:05:34 +02:00
region_list_base.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region_peak_cursor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
region_peak_cursor.h
region_properties_box.cc PropertyBoxen: initial draft of property-editing widgets that follow the Selection 2021-12-08 12:45:11 -06:00
region_properties_box.h PropertyBoxen: initial draft of property-editing widgets that follow the Selection 2021-12-08 12:45:11 -06:00
region_selection.cc Use ARDOUR::PlaylistSet instead of local typedefs 2023-04-06 02:13:51 +02:00
region_selection.h Use ARDOUR::PlaylistSet instead of local typedefs 2023-04-06 02:13:51 +02:00
region_view.cc Make Markers properly themable, use color-names 2023-05-18 01:26:35 +02:00
region_view.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
return_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
return_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
rgb_macros.h
rhythm_ferret.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
rhythm_ferret.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route_dialogs.h Fix save/restore of Insert-At position 2022-06-15 02:41:50 +02:00
route_group_dialog.cc Revert "route group dialog grabs focus when shown" 2022-10-05 15:57:41 -06:00
route_group_dialog.h Revert "route group dialog grabs focus when shown" 2022-10-05 15:57:41 -06:00
route_group_menu.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route_group_menu.h Allow to edit group from the RouteGroupMenu 2021-09-28 07:11:37 +02:00
route_list_base.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route_list_base.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route_params_ui.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
route_params_ui.h Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
route_processor_selection.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route_processor_selection.h
route_sorter.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route_time_axis.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route_time_axis.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route_ui.cc split route-coloring option into Tracks and Buses 2023-05-15 15:34:43 -05:00
route_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
route_ui_selection.h
ruler_dialog.cc fix ruler dialog 2023-04-22 17:58:28 -06:00
ruler_dialog.h fix ruler dialog 2023-04-22 17:58:28 -06:00
save_as_dialog.cc
save_as_dialog.h
save_template_dialog.cc
save_template_dialog.h
screensaver.cc Update method to disable X11 screensaver 2022-09-04 17:32:16 +02:00
script_selector.cc gtkmm: use ALIGN_START instead of deprecated Gtk::AlignmentEnum::ALIGN_LEFT 2022-04-08 21:11:06 +02:00
script_selector.h
search_path_option.cc
search_path_option.h
selectable.h
selection.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
selection.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
selection_memento.cc Constification: make Stateful::get_state() const, with all other required const-ness added (GUI) 2022-04-06 21:56:59 -06:00
selection_memento.h Constification: make Stateful::get_state() const, with all other required const-ness added (GUI) 2022-04-06 21:56:59 -06:00
selection_properties_box.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
selection_properties_box.h PropertyBoxen: initial draft of property-editing widgets that follow the Selection 2021-12-08 12:45:11 -06:00
selection_templates.h
send_ui.cc Catch another windows no-top-level issue 2023-05-15 22:47:36 +02:00
send_ui.h Catch another windows no-top-level issue 2023-05-15 22:47:36 +02:00
session_archive_dialog.cc Update Session Archive Dialog, allow to abort 2023-05-19 03:08:38 +02:00
session_archive_dialog.h Update Session Archive Dialog, allow to abort 2023-05-19 03:08:38 +02:00
session_dialog.cc SessionDialog: do not invoke idle callbacks from response 2022-12-12 10:17:05 -07:00
session_dialog.h
session_import_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
session_import_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
session_metadata_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
session_metadata_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
session_option_editor.cc architecture and implementation for preferences searching 2023-01-22 17:41:43 -07:00
session_option_editor.h
sfdb_freesound_mootcher.cc ensure that freesound token dialog is always on top (of similar windows) 2022-11-02 09:19:16 -06:00
sfdb_freesound_mootcher.h freesound: update to API v2 2022-05-20 14:33:57 +01:00
sfdb_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
sfdb_ui.h Add Sort-by dropdown, re-layout import dialog 2022-09-10 01:07:55 +02:00
shuttle_control.cc Fix shuttle info sizing text 2023-03-31 18:07:02 +02:00
shuttle_control.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
simple_export_dialog.cc Sort simple-export range-list by range start-time. 2022-12-30 16:21:59 +01:00
simple_export_dialog.h Add named ranges to quick export dialog 2022-12-09 19:22:59 +01:00
simple_progress_dialog.h Add missing namepaces 2022-01-26 22:32:27 +01:00
slot_properties_box.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
slot_properties_box.h trigger_ui: implement per-slot UI for allow_patch_changes 2022-03-15 09:03:40 -05:00
soundcloud_export_selector.cc
soundcloud_export_selector.h
source_list_base.cc Fix SourceListBase::remove_source 2023-05-29 18:04:27 +02:00
source_list_base.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
speaker_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
speaker_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
splash.cc gtkmm: use get_visible() instead of deprecated Gtk::Widget::is_visible() 2022-04-08 20:20:10 +02:00
splash.h
startup_fsm.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
startup_fsm.h differentiate between StartupFSM::{Exit,Quit}Program 2022-11-29 10:09:39 -07:00
step_editing.bindings fix binding for "bar" key in step editing bindings 2021-12-10 13:20:20 -07:00
step_editor.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
step_editor.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
step_entry.cc Indicate UTF8 literals - fixes glyph rendering with MSVC (2/2) 2023-01-16 21:41:22 +01:00
step_entry.h Towards theme-able, scale-able step-entry 2022-11-20 02:01:12 +01:00
stereo_panner.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
stereo_panner.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
stereo_panner_editor.cc
stereo_panner_editor.h
streamview.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
streamview.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
strip_selection.h
strip_silence_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
strip_silence_dialog.h Constification: make Stateful::get_state() const, with all other required const-ness added (GUI) 2022-04-06 21:56:59 -06:00
stripable_colorpicker.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
stripable_colorpicker.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
stripable_time_axis.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
stripable_time_axis.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
stripable_treemodel.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
stripable_treemodel.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
sys_ex.cc
sys_ex.h
template_dialog.cc Update GUI, use new Archive progress API 2023-05-19 03:08:31 +02:00
template_dialog.h
tempo_curve.cc tempo curves: fix width so that the curve from the Nth marker does not overlap the Nth+1 2022-06-27 22:21:27 -06:00
tempo_curve.h tempo display: during ressaociate markers, update tempo curves as well 2022-03-10 08:27:24 -07:00
tempo_dialog.cc Tempo dialog is modal, grab focus from parent 2023-05-14 20:42:31 +02:00
tempo_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
tempo_lines.cc
tempo_lines.h GUI changes to *try* to adapt to a world without explicit beats<->samples converter objects (i.e. use AutomationLine::get_origin() instead 2021-08-13 12:51:34 -06:00
tempo_map_change.cc extend TempoMapChange API to allow for replacing, not editing, the map 2022-10-27 13:40:29 -06:00
tempo_map_change.h extend TempoMapChange API to allow for replacing, not editing, the map 2022-10-27 13:40:29 -06:00
time_axis_view.cc Use ARDOUR::PlaylistSet instead of local typedefs 2023-04-06 02:13:51 +02:00
time_axis_view.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
time_axis_view_item.cc Use ArdourSans for symbols cross platform 2022-11-15 21:50:13 +01:00
time_axis_view_item.h Do not shade transparent regions in Layered mode 2022-12-10 02:37:05 +01:00
time_fx_dialog.cc Fix time-stretch dialog clock 2023-02-09 00:35:27 +01:00
time_fx_dialog.h timestretching: fix inaccuracies in generated length 2022-05-31 12:36:54 -06:00
time_info_box.cc Use ARDOUR::PlaylistSet instead of local typedefs 2023-04-06 02:13:51 +02:00
time_info_box.h
time_selection.cc remove another instance of std::numeric_limits<timepos_t>::max() 2021-12-05 09:22:02 -07:00
time_selection.h continued work on timeline types conversion. in theory, just editor_ops.cc remains 2021-08-13 12:51:29 -06:00
timers.cc switch from glib atomic to std::atomic (gui edition) 2023-03-24 14:19:15 -06:00
timers.h
toolbar_test.cc gtkmm: use set_can_focus() instead of deprecated Gtk::Widget::set_flags(CAN_FOCUS) 2022-04-08 21:11:06 +02:00
track_record_axis.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
track_record_axis.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
track_selection.cc
track_selection.h
track_view_list.cc
track_view_list.h
transcode_ffmpeg.cc transcode debug should not print (null) array termination 2022-07-04 18:05:49 +02:00
transcode_ffmpeg.h Video import/export overhaul and ffmpeg-5.0 compat 2022-04-01 01:35:08 +02:00
transcode_video_dialog.cc Consistent progress bar text (no dots) 2022-09-07 00:24:33 +02:00
transcode_video_dialog.h Video import/export overhaul and ffmpeg-5.0 compat 2022-04-01 01:35:08 +02:00
transform_dialog.cc
transform_dialog.h
transport_control.cc another in-progress snapshot of gtk2_ardour after getting audio_clock.cc to compile 2021-08-13 12:51:29 -06:00
transport_control.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
transport_control_ui.cc
transport_control_ui.h
transport_masters_dialog.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
transport_masters_dialog.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
transpose_dialog.cc gtkmm: use ALIGN_START instead of deprecated Gtk::AlignmentEnum::ALIGN_LEFT 2022-04-08 21:11:06 +02:00
transpose_dialog.h
trigger.bindings Offer dedicated alternatives for Delete/Backspace 2022-12-02 19:50:39 +01:00
trigger_clip_picker.cc Guard set_transient_for for NULL windows 2023-04-04 01:38:33 +02:00
trigger_clip_picker.h Add audition volume control to clip-picker 2023-03-29 01:48:25 +02:00
trigger_jump_dialog.cc move default_triggers_per_box into a namespace ; change value for Ardour to 16 (GUI edition) 2022-10-04 19:55:15 -06:00
trigger_jump_dialog.h trigger_ui: tweak menu actions for multi-jump 2022-01-31 14:59:30 -06:00
trigger_master.cc Make RCU reader return a const pointer (omnibus commit) 2023-04-08 00:15:37 +02:00
trigger_master.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
trigger_page.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
trigger_page.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
trigger_region_list.cc gtkmm: use ALIGN_START instead of deprecated Gtk::AlignmentEnum::ALIGN_LEFT 2022-04-08 21:11:06 +02:00
trigger_region_list.h Add RegionList to TriggerPage 2022-01-19 17:13:51 +01:00
trigger_route_list.cc terminology: change visibility text to 'Cue Window' to match button name 2022-01-31 20:25:06 -06:00
trigger_route_list.h Add dedicated Trigger Route List 2022-01-27 01:28:50 +01:00
trigger_selection.h Reduce includes required for Selection 2022-01-11 05:21:51 +01:00
trigger_source_list.cc gtkmm: use ALIGN_END instead of deprecated Gtk::AlignmentEnum::ALIGN_RIGHT 2022-04-08 21:11:06 +02:00
trigger_source_list.h Add SourceList to TriggerPage 2022-01-19 17:13:51 +01:00
trigger_strip.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
trigger_strip.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
trigger_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
trigger_ui.h redesign and reimplement save/restore of MIDI learn for triggers (GUI edition) 2022-11-18 14:04:59 -07:00
triggerbox_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
triggerbox_ui.h triggerbox: change FollowActions into an object with a target list (GUI edition) 2022-01-19 15:50:55 -07:00
ui_config.cc add enum and member var for controlling what kind of tempo editing we are doing 2023-04-08 11:44:21 -06:00
ui_config.h add enum and member var for controlling what kind of tempo editing we are doing 2023-04-08 11:44:21 -06:00
ui_config_vars.h Facilitate multiple section paste operations 2023-05-17 23:30:13 +02:00
ui_light.rc.in
utils.cc Clarify round-robin color palette API name 2023-04-18 02:18:02 +02:00
utils.h Clarify round-robin color palette API name 2023-04-18 02:18:02 +02:00
utils_videotl.cc
utils_videotl.h
varispeed_dialog.cc gtkmm: use ALIGN_START instead of deprecated Gtk::AlignmentEnum::ALIGN_LEFT 2022-04-08 21:11:06 +02:00
varispeed_dialog.h
vca_master_strip.cc when coloring tracks: prefer the first strip-palette color, not a bg color 2023-05-15 15:34:43 -05:00
vca_master_strip.h Fix VCA button event propagation 2023-03-30 19:04:36 +02:00
vca_time_axis.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vca_time_axis.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
verbose_cursor.cc remove Session::bbt_time() and use TempoMap::use()->bbt_at() explicitly everywhere (GUI edition) 2021-12-14 21:59:33 -07:00
verbose_cursor.h
video_image_frame.cc
video_image_frame.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
video_monitor.cc Ignore LD-environment for video transcoding and Lua exec 2022-04-01 18:20:04 +02:00
video_monitor.h
video_server_dialog.cc gtkmm: use ALIGN_START instead of deprecated Gtk::AlignmentEnum::ALIGN_LEFT 2022-04-08 21:11:06 +02:00
video_server_dialog.h
video_timeline.cc Log video-monitor version during startup 2023-05-13 17:08:47 +02:00
video_timeline.h Constification: make Stateful::get_state() const, with all other required const-ness added (GUI) 2022-04-06 21:56:59 -06:00
virtual_keyboard_window.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
virtual_keyboard_window.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
visibility_group.cc
visibility_group.h
vst3_hwnd_plugin_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst3_hwnd_plugin_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst3_nsview_plugin_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst3_nsview_plugin_ui.mm Use std pointers in objective C files 2023-03-25 00:07:56 +01:00
vst3_plugin_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst3_plugin_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst3_x11_plugin_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst3_x11_plugin_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst_plugin_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vst_plugin_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
vstdbg
window_manager.cc
window_manager.h Remove duplicate calls to set_session 2021-09-20 04:21:21 +02:00
windows_vst_plugin_ui.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
windows_vst_plugin_ui.h switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
wscript Use IOButton in Monitor-Section 2023-05-24 04:07:30 +02:00