13
0
livetrax/gtk2_ardour
Johannes Mueller f647ac7dae Allow plugin inline displays to shrink
Plugin inline displays were forbidden to shrink as this might cause a deadlock
when the shrinkage causes the scrollbar to disappear.

display shrink → scrollbar unneeded → scrollbar disappears →
more horizontal space -> display grows -> scrollbar appears →
less horizontal space -> display shrink and so forth

This was formerly avoided by not allowing display shrinkage.

The solution proposed here sets the maximum height of the display to the
current height, if a scrollbar is present during resizing and has not been
present during the last resizing. So if this scrollbar disappears (after
resizing it might no longer be needed), the display would have the possibility
to grow, but it does not grow vertically as the maximum height is limited to
the current height.
2018-06-20 21:06:16 +02:00
..
appdata/po
icons Add FP16 icon 2017-12-12 14:12:26 +01:00
macosx/tracks.xcodeproj
msvc
po Fix a French translation 2018-03-30 20:55:56 +02:00
resources
themes 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
win32
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 NO-OP: whitespace 2018-02-24 13:55:20 +01:00
add_route_dialog.h s/created with/modified with/ 2017-09-21 02:01:12 +02: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
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
arcall
arcanvas
ardbg
ardbg-core
ardev
ardev_common.sh.in US2400: add us2400 to surfaces path, in ardev 2017-10-05 10:47:32 -05:00
ardev-win
ardour_dialog.cc Fix another crash at exit. 2017-07-03 14:03:10 +02:00
ardour_dialog.h Fix another crash at exit. 2017-07-03 14:03:10 +02:00
ardour_http.cc 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 no error logging for CURL HTTP requests; future callers can request it if necessary 2018-06-02 13:24:31 -04:00
ardour_ui_dependents.cc Add drop-shadow decorators to menu bar and transport toolbar. 2018-02-19 08:05:55 -06:00
ardour_ui_dialogs.cc Use standard Labels again. 2018-02-20 12:15:29 +01:00
ardour_ui_ed.cc Plugin Order: Use the new plugin_manager function to save plugin order. 2018-05-08 13:26:08 -05:00
ardour_ui_mixer.cc
ardour_ui_options.cc new_grid: Rewrite of Snap and Grid. (squashed commit) 2018-02-09 09:59:39 -06:00
ardour_ui.cc Fix some GUI typos (thanks to IOhannes/debian for reporting) 2018-02-28 20:40:38 +01:00
ardour_ui.h Use standard Labels again. 2018-02-20 12:15:29 +01:00
ardour_ui2.cc Keep track of unacknowledged log-level (error-indicator) 2018-02-20 11:18:41 +01:00
ardour_window.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
ardour_window.h
ardour-mime-info.xml
ardour-sae.menus First draft of a template management dialog 2017-07-12 16:15:03 +02:00
ardour.appdata.xml.in.in
ardour.desktop.in
ardour.keys.in Re-pack Editor Toolbar: 2018-02-12 11:42:21 -06:00
ardour.menus.in context menus should have accelerators 2018-06-14 17:30:14 -04: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
ArdourMono.ttf
arhell
arldd
arlua
arluadoc
armass
arprof
arrr
arrr-replay
arscan
artest
arval
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 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_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
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 Sparse update for granular controls on sliders 2018-03-28 00:18:13 +02:00
automation_controller.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +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
axis_view.cc Remove unused sources & includes 2017-07-17 21:06:04 +02:00
axis_view.h Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
big_clock_window.cc 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_cocoa.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
bundle_env_linux.cc
bundle_env_mingw.cc
bundle_env_msvc.cc
bundle_env.h
bundle_manager.cc
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
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_dialog.cc
control_point_dialog.h
control_point.cc
control_point.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
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
debug.h
default_ui_config.in
duplicate_routes_dialog.cc
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_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
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
editor_actions.cc Rename SMPTE enum back to Timecode. 2018-02-26 18:38:18 -06: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
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_canvas.cc NO-OP: whitespace 2018-02-24 13:55:20 +01: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 Remove some redundant calls to snap_to(). get_preferred_edit_position() already did it. 2018-02-27 08:55:17 -06: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
editor_items.h
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
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 NO-OP: whitespace 2018-02-24 13:55:20 +01:00
editor_ops.cc 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
editor_pt_import.cc pt import: Add commented out code for inserting silent missing sources 2018-04-08 15:31:52 +10:00
editor_regions.cc new_grid: Rewrite of Snap and Grid. (squashed commit) 2018-02-09 09:59:39 -06:00
editor_regions.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
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 Quick hack to test engine vari-speed (2/2) 2017-10-29 20:04:06 +01:00
editor_routes.h Hide TrackList "Active" toggle for VCAs 2017-08-08 01:49:05 +02:00
editor_rulers.cc Rename SMPTE enum back to Timecode. 2018-02-26 18:38:18 -06:00
editor_selection.cc Remove debug message and trailing whitespace 2018-03-27 15:30:48 +02:00
editor_snapshots.cc Remove ArdourPrompter wrapper 2017-07-17 21:06:04 +02:00
editor_snapshots.h
editor_summary.cc NO-OP: whitespace 2018-02-24 13:55:20 +01:00
editor_summary.h Fix a few warnings 2018-02-17 09:12:38 -06:00
editor_tempodisplay.cc Switch CDFrame grid to use MinSec ruler rather than Sample ruler. 2018-02-26 18:52:28 -06:00
editor_timefx.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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
editor.cc Revert frame -> sample changes where it's a frame as in Gtk::Frame 2018-06-19 20:17:40 +02:00
editor.h Remove some redundant calls to snap_to(). get_preferred_edit_position() already did it. 2018-02-27 08:55:17 -06:00
engine_dialog.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
engine_dialog.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
enums_convert.h
enums.cc Rename SMPTE enum back to Timecode. 2018-02-26 18:38:18 -06:00
enums.h
ergonomic-us.bindings.in
evtest.cc
export_channel_selector.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
export_channel_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_dialog.cc 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 NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
export_file_notebook.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_filename_selector.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_filename_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_format_dialog.cc Add seconds as clock-unit 2017-11-22 20:36:28 +01:00
export_format_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_format_selector.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_format_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_preset_selector.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_preset_selector.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
export_range_markers_dialog.cc
export_range_markers_dialog.h
export_report.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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 Use "frame" for video-frames, fixes video-monitor state. 2018-01-21 11:27:26 +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_graph.cc Fix a potential(?) nullptr dereference 2017-11-23 10:38:05 +01:00
fft_graph.h
fft_result.cc
fft_result.h
fft.cc
fft.h
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 Revert frame -> sample changes where it's a frame as in Gtk::Frame 2018-06-19 20:17:40 +02:00
gettext.h
ghostregion.cc Purify libcanvas, remove libardour dependency 2017-07-17 21:06:04 +02:00
ghostregion.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
global_port_matrix.cc
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 Fix crash when re-assigning groups to a disjunct set. 2018-03-20 18:08:12 +01: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
gui_object.cc
gui_object.h
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
insert_remove_time_dialog.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -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
instrument_selector.h
interthread_progress_window.cc
interthread_progress_window.h
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
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 frame -> sample changes where it's a frame as in Gtk::Frame 2018-06-19 20:17:40 +02:00
location_ui.h Revert frame -> sample changes where it's a frame as in Gtk::Frame 2018-06-19 20:17:40 +02:00
lua_script_manager.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
lua_script_manager.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
luadialog.cc NO-OP: Modify a #include (purely for consistency) 2018-06-04 10:43:19 +01:00
luadialog.h Backwards compatible LuaDialog layout (+new colspan option) 2017-08-19 03:12:28 +02:00
luadoc.cc Complete Lua-binding dump (after 8eb3b9d34b) 2017-08-16 21:00:23 +02:00
luainstance.cc no error logging for CURL HTTP requests; future callers can request it if necessary 2018-06-02 13:24:31 -04:00
luainstance.h LuaInstance: prepare for 3 argument signal/slot callbacks 2018-01-30 01:33:40 +01:00
luasignal_syms.h Further defer changes of plugin Tags+Status, and consolidate code to call PluginListChanged only once. 2018-02-02 19:25:01 -06:00
luasignal.h
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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
lv2_plugin_ui.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
lxvst_plugin_ui.cc
lxvst_plugin_ui.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
mac_vst_plugin_ui.h
mac_vst_plugin_ui.mm Explicit key-event forwarding for MacVST 2017-09-19 23:08:05 +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
main.cc amend a954dca1: Prost Neujahr! 2018-01-01 04:59:11 +01:00
marker_selection.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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
meter_patterns.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
meter_patterns.h
meter_strip.cc NO-OP: cleaner syntax 2017-11-23 10:46:44 +01:00
meter_strip.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
meterbridge.cc Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
meterbridge.h Use Stripable::Sorter in meterbridge 2017-07-01 21:25:01 +02:00
midi_automation_line.cc 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
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
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 Fix a few warnings 2018-02-17 09:12:38 -06: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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
midi_tracer.h Update GUI, PBD::Ringbuffer namespace 2017-09-16 16:37:33 +02:00
midi_util.h
midi_velocity_dialog.cc
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
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_group_tabs.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
mixer_group_tabs.h
mixer_strip.cc Same for midi input enable button 2018-03-13 08:05:41 -07: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 Plugin Ordering: PluginStatusChanged signal went missing. This fixes breakage in drag+drop and live status-updates from the Plugin Manager window. 2018-05-08 16:12:15 -05:00
mixer_ui.h Plugin Order: Use the new plugin_manager function to save plugin order. 2018-05-08 13:26:08 -05:00
mixer.bindings Add select-all-tracks mixer-shortcut (following editor) 2017-07-08 16:07:42 +02: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
monitor.bindings
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
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
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_other.menus
mtest_shared.menu
mtest.menus
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
new_plugin_preset_dialog.h
normalize_dialog.cc
normalize_dialog.h
note_base.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
note_base.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -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
note_select_dialog.h
note.cc
note.h convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04:00
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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
option_editor.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
opts.cc
opts.h
out add _locked() variants to new tempo experiment 2017-09-18 11:40:54 -04:00
panner_editor.cc
panner_editor.h
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
panner2d.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
panner2d.h
paste_context.h
patch_change_dialog.cc convert codebase to use Temporal for various time types 2017-09-24 12:03:54 -04: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 Fix typo (missing quote) in patch-change window title 2017-11-13 23:32:03 +01:00
patch_change_widget.h Fix patch-change auto-audition 2017-09-14 19:23:37 +02:00
patch_change.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
patch_change.h Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
piano_roll_header.cc
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_eq_gui.cc Add option to disable plotting collected signal in analysis. 2018-04-30 22:24:35 +02:00
plugin_eq_gui.h Add option to disable plotting collected signal in analysis. 2018-04-30 22:24:35 +02:00
plugin_interest.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
plugin_pin_dialog.cc Fix various tooltip markup (ampersand) entity-escape: 2017-09-14 19:23:37 +02:00
plugin_pin_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
plugin_selector.cc Fix MIDI-port info in plugin-manager 2018-03-24 20:05:17 +01:00
plugin_selector.h Speed up plugin-selector refill. 2018-03-19 18:13:37 +01: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 Display profile-data in generic plugin-UI. 2018-05-17 22:15:07 +02:00
plugin_ui.h Display profile-data in generic plugin-UI. 2018-05-17 22:15:07 +02:00
point_selection.h
port_group.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
port_group.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
port_insert_ui.cc 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_body.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
port_matrix_body.h
port_matrix_column_labels.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
port_matrix_column_labels.h
port_matrix_component.cc
port_matrix_component.h
port_matrix_grid.cc
port_matrix_grid.h
port_matrix_labels.cc
port_matrix_labels.h
port_matrix_row_labels.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
port_matrix_row_labels.h
port_matrix_types.h
port_matrix.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
port_matrix.h
processor_box.bindings
processor_box.cc Allow plugin inline displays to shrink 2018-06-20 21:06:16 +02:00
processor_box.h Allow plugin inline displays to shrink 2018-06-20 21:06:16 +02: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
public_editor.cc
public_editor.h Remove some redundant calls to snap_to(). get_preferred_edit_position() already did it. 2018-02-27 08:55:17 -06: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 Add missing checkbox: Snap to Marker. 2018-02-26 15:52:06 -06:00
rc_option_editor.h Move more Gtkmm2ext widgets into libwidget 2017-07-17 21:06:04 +02:00
region_editor.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
region_editor.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
region_gain_line.cc NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
region_gain_line.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
region_layering_order_editor.cc 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: Rewrite of Snap and Grid. (squashed commit) 2018-02-09 09:59:39 -06:00
region_view.h SoloSelection: gui part. 2018-02-11 09:39:45 -06:00
return_ui.cc
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
route_group_dialog.cc
route_group_dialog.h
route_group_menu.cc
route_group_menu.h
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 Emit a single change when changing track selection in the mixer. 2018-01-27 20:51:32 +01:00
route_processor_selection.h Make static analysis happy.. 2017-11-23 11:29:07 +01:00
route_sorter.h
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_selection.h
route_ui.cc globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
route_ui.h basic GUI framework for setting Disk I/O options 2017-09-18 11:40:53 -04:00
ruler_dialog.cc
ruler_dialog.h NO-OP whitespace & foratting of header files 2017-07-01 21:19:56 +02:00
SAE-de-keypad.bindings.in
SAE-de-nokeypad.bindings.in
SAE-us-keypad.bindings.in
SAE-us-nokeypad.bindings.in
save_as_dialog.cc
save_as_dialog.h
save_template_dialog.cc Fix Route-template file suffix 2017-08-23 21:33:29 +02:00
save_template_dialog.h Name tweak (more consistent with other code) 2017-08-20 21:09:30 +02:00
script_selector.cc 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_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
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
send_ui.cc
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 Fix session-archive file extension filter 2017-10-03 03:09:25 +02:00
session_dialog.h s/created with/modified with/ 2017-09-21 02:01:12 +02:00
session_import_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
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 globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04:00
session_option_editor.h
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
sfdb_ui.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
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
splash.h
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
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_editor.cc
stereo_panner_editor.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02: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
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 add Gtk::ColorButton widget to LuaDialog and add ability to change multiple route colors at a time 2018-06-01 09:55:25 -05:00
stripable_colorpicker.h
stripable_time_axis.cc
stripable_time_axis.h
stripable_treemodel.cc
stripable_treemodel.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
sys_ex.cc
sys_ex.h
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_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_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_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
timers.h
toolbar_test.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
track_selection.cc
track_selection.h
track_view_list.cc
track_view_list.h
transcode_ffmpeg.cc Fix ffmpeg/ffprobe parser (sample/frame 30b087ab) - #7544 2018-01-21 11:35:22 +01:00
transcode_ffmpeg.h globally change all use of "frame" to refer to audio into "sample". 2017-09-18 12:39:17 -04: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_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_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
transpose_dialog.cc
transpose_dialog.h
trx.menus.in
ui_config_vars.h Move cpu and disk gauges into the status bar at top. 2018-02-17 09:13:05 -06: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_light.rc.in
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
utils.cc Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
utils.h Clean up library inheritance (colors.h, utils.h) 2017-07-17 21:06:04 +02:00
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 Use "frame" for video-frames, fixes video-monitor state. 2018-01-21 11:27:26 +01: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 Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
video_server_dialog.h Remove <gtkmm.h> include from header files. 2017-07-17 21:06:04 +02:00
video_timeline.cc no error logging for CURL HTTP requests; future callers can request it if necessary 2018-06-02 13:24:31 -04: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
video_tool_paths.cc
video_tool_paths.h
visibility_group.cc
visibility_group.h
vst_plugin_ui.cc PluginUI: only show "Reset" & Automation buttons if there are any controls 2017-09-08 23:35:00 +02:00
vst_plugin_ui.h
vstdbg
window_manager.cc
window_manager.h NO-OP whitespace (updated GH PR #357) 2017-07-01 19:28:26 +02:00
windows_vst_plugin_ui.cc
windows_vst_plugin_ui.h
wscript Remove ArdourGauges -- since they're no longer actual Gauge widgets 2018-02-20 12:23:14 +01:00