13
0
livetrax/gtk2_ardour
Julien "_FrnchFrgg_" RIVAUD f108bf1373 ArdourButton: add text for measuring decoupled from display text
In the normal course of events, an ArdourButton requests just enough
space to display its elements. In particular the size will change when
the text does. Yet, in several cases it is better to avoid layout jittering; until now ArdourButton users manually set a static size on the button at creation time.

Introduce new API to set the text used for measuring the button size
separately from the text that will be displayed. In most cases this
enables the callers to replace

    set_size_request_to_display_given_text(button, text, w, h);

where w and h were hard-coded to cater for other button elements, by

    button.set_sizing_text(text);

which will make ArdourButton correctly compute the size request in all
cases with its real elements and padding. ArdourButton users can call

    button.set_sizing_text("");

to get the size request depend on displayed text (which is the default).
2016-08-20 16:00:46 +02:00
..
appdata/po add Chinese translation to /gtk2_ardour/appdata/po 2016-03-30 07:17:29 -04:00
icons Experiment - change the Windows icon (gtk2_ardour/icons/ardour.ico) so that it doesn't contain compressed images 2016-06-08 15:20:19 +01:00
macosx/tracks.xcodeproj copy all XCode project files from Tracks. 2015-06-29 14:18:10 -04:00
msvc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
po add plural forms for pt to gtk2_ardour/po/pt.po 2016-08-08 20:24:46 -04:00
resources group Product/App specific resources 2016-05-17 13:12:05 +02:00
themes Add a colour for music-locked meters. 2016-08-20 04:33:51 +10:00
win32 Remove some Windows icons which I'm told we don't need any more... 2016-06-13 11:35:19 +01:00
about.cc add nstewart to authors 2016-08-13 16:12:12 +02:00
about.h Use PBD::open_uri in about dialog to open website, should fix #6463 2015-09-17 11:55:22 +10:00
actions.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
actions.h merge once again with master 2016-02-22 15:31:24 -05:00
add_route_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
add_route_dialog.h remove RouteGroupDialog::do_run() and replace its use with code that doesn't rely on a recursive run loop 2016-06-12 14:54:01 -04:00
add_video_dialog.cc remove old a3_curl API and switch some curl calls 2016-07-18 16:46:59 +02:00
add_video_dialog.h
ambiguous_file_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ambiguous_file_dialog.h
analysis_window.cc fix typo 2016-08-07 20:29:21 +02:00
analysis_window.h overhaul region/range spectrum analysis 2016-05-22 19:33:00 +02:00
arcall Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
arcfg add a startup wrapper script for cfgtool 2015-03-30 21:51:55 +02:00
ardbg Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
ardbg-core add a script to read core files in gdb/lldb 2016-03-26 15:51:56 +01:00
ardev Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
ardev_common.sh.in fix theme path for ardev and cousins 2016-05-31 15:30:45 -04:00
ardev-win Tweaked build and run for windows 2015-08-16 18:01:28 +02:00
ardour2_ui_dark_sae.rc.in
ardour2_ui_light_sae.rc.in
ardour2_ui_sae.conf
ardour_button.cc ArdourButton: add text for measuring decoupled from display text 2016-08-20 16:00:46 +02:00
ardour_button.h ArdourButton: add text for measuring decoupled from display text 2016-08-20 16:00:46 +02:00
ardour_dialog.cc when destroying an ArdourDialog, be sure the Keyboard object knows about it. 2016-06-07 18:28:32 -04:00
ardour_dialog.h Window focus handling fixes. 2015-04-02 02:41:49 +11:00
ardour_display.cc Make ArdourDisplay a subclass of ArdourDropdown 2016-08-07 19:44:54 +02:00
ardour_display.h Make ArdourDisplay a subclass of ArdourDropdown 2016-08-07 19:44:54 +02:00
ardour_dropdown.cc Replace positioning function with popup helper 2016-08-17 01:45:47 +02:00
ardour_dropdown.h Replace positioning function with popup helper 2016-08-17 01:45:47 +02:00
ardour_http.cc clean up HttpGet 2016-07-18 19:21:05 +02:00
ardour_http.h clean up HttpGet 2016-07-18 19:21:05 +02:00
ardour_knob.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ardour_knob.h extend ArdourKnob ToolTips 2016-07-11 03:45:13 +02:00
ardour_spinner.cc towards a generic plugin grid layout 2016-07-08 18:19:31 +02:00
ardour_spinner.h add an ArdourButton/SpinButton Widget 2016-07-04 00:20:11 +02:00
ardour_ui2.cc Make a right click on metronome really show click preferences 2016-07-26 03:19:22 +02:00
ardour_ui_dependents.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ardour_ui_dialogs.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ardour_ui_ed.cc fix unused variable warnings and code tidy 2016-07-18 14:39:32 -04:00
ardour_ui_mixer.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ardour_ui_options.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ardour_ui.cc workaround changes in glibmm 2.49.x 2016-08-04 09:52:22 +02:00
ardour_ui.h fix save/restore of preferences torn-off-window state 2016-07-13 16:39:26 -04:00
ardour_window.cc fix use of DIALOG/UTILITY window type hint on OS X. 2016-04-13 13:00:05 -04:00
ardour_window.h a better solution to the inheritance issue fixed in the previous commit 2016-06-07 09:22:57 -04:00
ardour-mime-info.xml set executable and icon name in desktop-file 2015-10-22 18:09:16 +02:00
ardour-sae.menus Remove internal edit mode and add "content" tool. 2014-12-18 20:21:01 -05:00
ardour.appdata.xml.in.in Add project version to AppData file. 2015-11-22 15:32:07 +01:00
ardour.desktop.in set executable and icon name in desktop-file 2015-10-22 18:09:16 +02:00
ardour.keys.in fix section naming in bindings file 2016-06-21 08:58:59 -04:00
ardour.menus.in Add "Marker Toggle" #5193 2016-08-13 16:07:16 +02:00
ardour.sh.in fix vamp path: 2016-06-25 00:44:04 +02:00
ArdourMono.ttf
arhell fun with valgrind 2015-10-27 11:15:34 +01:00
arldd Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
arlua add debug facilities to arlua (valgrind, callgrind) to test libardour 2016-04-24 14:43:18 +02:00
arluadoc add lua script to test channel-mapping, update doc 2016-03-26 01:06:33 +01:00
armass fun with valgrind 2015-10-27 11:15:34 +01:00
arprof Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
arscan add a wrapper to launch the vst-scanner manually 2016-08-03 19:56:22 +02:00
artest add a common test-failed indicator 2015-02-13 16:10:47 +01:00
arval valgrind: only use objc supression file on OSX 2015-09-12 21:48:26 +02:00
au_pluginui.h tweak AU redrawing blocking heuristics 2016-05-01 20:02:22 +02:00
au_pluginui.mm add a "Pin Management" button to the plugin UI-header 2016-08-05 02:35:51 +02:00
audio_clock.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
audio_clock.h Tempo ramps - display bbt in audio clock correctly when dragging tempos/meters. 2016-05-27 23:38:12 +10:00
audio_region_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
audio_region_editor.h peak_amplitude_thread fix - #6807 2016-05-16 02:49:18 +02:00
audio_region_view.cc removed commented code, now that the comment is actually correct 2016-08-17 23:13:49 -04:00
audio_region_view.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
audio_streamview.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
audio_streamview.h Automation selection fixes. 2015-06-21 05:27:45 +10:00
audio_time_axis.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
audio_time_axis.h Remove internal edit mode and add "content" tool. 2014-12-18 20:21:01 -05:00
automation_controller.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
automation_controller.h allow AutomatoinContoller to render as Knob instead of Slider. 2016-07-04 00:20:11 +02:00
automation_line.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
automation_line.h highlight area below automation lanes 2016-07-05 00:39:43 +02:00
automation_region_view.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
automation_region_view.h Use color modifiers for dynamic region styles. 2014-12-18 20:23:34 -05:00
automation_selection.h Support cut/copy/paste of several regions and lines at once. 2014-11-16 22:35:45 -05:00
automation_streamview.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
automation_streamview.h fix select-all-regions-within (it used to select everything overlapped) 2015-01-09 12:21:10 -06:00
automation_time_axis.cc Use a real dropdown for AutoState in automation lanes 2016-08-17 23:56:31 +02:00
automation_time_axis.h Use a real dropdown for AutoState in automation lanes 2016-08-17 23:56:31 +02:00
axis_view.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
axis_view.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
big_clock_window.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
big_clock_window.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
bundle_env_cocoa.cc add code to disable AppNap on OS X/MacOS 2016-08-19 11:12:35 -04:00
bundle_env_linux.cc ArdourCurl: prepare to unify various curl calls 2016-07-18 16:46:59 +02:00
bundle_env_mingw.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
bundle_env_msvc.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
bundle_env.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
bundle_manager.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
bundle_manager.h Remove dead code. 2014-11-25 02:11:44 -05:00
button_joiner.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
button_joiner.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
canvas_vars.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
canvas-simpleline.c
canvas-simplerect.c
canvas-waveview.c NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
canvas-waveview.h
clearlooks.rc.in Fix colors of disabled spin buttons (and maybe others) 2016-08-20 00:31:19 +02:00
clock_group.cc
clock_group.h
cocoacarbon.mm fix missing API for no-app-nap when building on OS X < 10.9 2016-08-19 13:19:37 -04:00
color_aliases.h fixed merge conflict 2014-12-14 09:36:01 -05:00
color_theme_manager.cc turn back towards color theme files ALWAYS including the program name. also load both default and user colors (if present) 2016-07-18 11:50:38 -04:00
color_theme_manager.h header file cleanup/reduction 2016-06-07 14:59:51 -04:00
configinfo.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
configinfo.h
control_point_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
control_point_dialog.h
control_point.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
control_point.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
control_slave_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
control_slave_ui.h color management and handling for VCAs 2016-06-09 16:03:14 -04:00
crossfade_edit.h
crossfade_view.h
crossfade_xpms.h
cursor_context.cc Fix various cursor problems. 2014-12-20 01:13:25 -05:00
cursor_context.h Fix various cursor problems. 2014-12-20 01:13:25 -05:00
curvetest.cc
debug.cc Add debug bit for selection debugging output 2016-01-14 20:41:43 +10:00
debug.h Add debug bit for selection debugging output 2016-01-14 20:41:43 +10:00
default_ui_config.in turn back towards color theme files ALWAYS including the program name. also load both default and user colors (if present) 2016-07-18 11:50:38 -04:00
duplicate_routes_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
duplicate_routes_dialog.h fix logic errors in duplicate tracks dialog 2015-11-14 16:02:05 -05:00
edit_note_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
edit_note_dialog.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
editing_syms.h NO-OP: enums implicitly start at zero 2016-01-14 19:10:27 +01:00
editing.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editing.h Relative Snap -make it activated by the tertiary modifier during drag. 2015-05-17 23:47:01 +10:00
editor_actions.cc Add "Marker Toggle" #5193 2016-08-13 16:07:16 +02:00
editor_audio_import.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_audiotrack.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_canvas_events.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_canvas.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_component.cc
editor_component.h
editor_cursors.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
editor_cursors.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
editor_drag.cc Revert last commit (269a08a2b1). 2016-08-20 01:58:56 +10:00
editor_drag.h Resolve potential ambiguity between the constraint modifier and the copy modifier when beginning a drag. 2016-08-14 03:04:54 +10:00
editor_enums.h
editor_export_audio.cc Use the new do_export() method when asked to export 2016-07-20 02:01:40 +02:00
editor_group_tabs.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_group_tabs.h first vaguely working version using PresentationInfo 2016-05-31 15:30:42 -04:00
editor_items.h Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constraint modifier dilates previous tempo. 2016-05-27 23:38:16 +10:00
editor_keys.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_locations.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_locations.h
editor_markers.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_mixer.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_mouse.cc Amend last commit - remove some code. 2016-08-20 05:41:12 +10:00
editor_ops.cc GUI does an even stronger check on no undo/redo while recording 2016-08-17 19:22:26 -04:00
editor_pt_import.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_regions.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_regions.h Editor region list only updates columns that have changed, 2016-07-10 02:18:37 +10:00
editor_route_groups.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_route_groups.h
editor_routes.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_routes.h there is no remote model choice anymore - ordering is determined by the GUI 2016-06-06 12:04:49 -04:00
editor_rulers.cc Allow negative return in TempoMap::beat_at_frame() and its exact_ variant. 2016-08-14 03:04:53 +10:00
editor_selection.cc Extending an empty selection selects the clicked region. 2016-08-20 01:34:53 +10:00
editor_snapshots.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_snapshots.h add datetime to snapshot sidebar 2015-09-16 22:17:34 +02:00
editor_summary.cc Minimise duplicate calls to CairoWidget::set_dirty() in the editor summary. 2016-07-10 02:18:38 +10:00
editor_summary.h use PresentationInfo color to set route colors. GUI appears to respond as expected 2016-06-05 17:16:20 -04:00
editor_tempodisplay.cc Add a colour for music-locked meters. 2016-08-20 04:33:51 +10:00
editor_timefx.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_videotimeline.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
editor_xpms
editor.cc the endless quest to plug memory leaks -- episode 379 2016-07-25 17:38:59 +02:00
editor.h Add "Marker Toggle" #5193 2016-08-13 16:07:16 +02:00
engine_dialog.cc retain desired samplerate when switching backends 2016-07-24 13:00:15 +02:00
engine_dialog.h add a try-autostart-engine option (most recently used settings) 2016-04-18 14:11:22 +02:00
enums.cc Tempo ramps - add visualtempo curve, dragging bbt or music rulers with constraint modifier dilates previous tempo. 2016-05-27 23:38:16 +10:00
enums.h
ergonomic-us.bindings.in Remove internal edit mode and add "content" tool. 2014-12-18 20:21:01 -05:00
evtest.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
export_channel_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_channel_selector.h export RT support as Timespan option 2016-07-16 02:15:56 +02:00
export_dialog.cc Normalize API rename part 2 2016-07-18 17:37:13 +02:00
export_dialog.h export RT support as Timespan option 2016-07-16 02:15:56 +02:00
export_file_notebook.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_file_notebook.h GUI for optional analysis 2016-02-10 22:35:01 +01:00
export_filename_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_filename_selector.h fix a -Wreorder 2016-06-03 12:22:35 +02:00
export_format_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_format_dialog.h Export format GUI updates for loudness normalization 2016-05-02 15:44:13 +02:00
export_format_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_format_selector.h
export_preset_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_preset_selector.h
export_range_markers_dialog.cc
export_range_markers_dialog.h
export_report.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_report.h allow to re-use export-report UI 2016-03-11 17:26:42 +01:00
export_timespan_selector.cc export RT support as Timespan option 2016-07-16 02:15:56 +02:00
export_timespan_selector.h export RT support as Timespan option 2016-07-16 02:15:56 +02:00
export_video_dialog.cc Normalize API rename part 2 2016-07-18 17:37:13 +02:00
export_video_dialog.h Window focus handling fixes. 2015-04-02 02:41:49 +11:00
export_video_infobox.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
export_video_infobox.h
fft_graph.cc workaround changes in glibmm 2.49.x 2016-08-04 09:52:22 +02:00
fft_graph.h rework FFT-graph, add pointer-position annotations 2016-07-24 13:00:15 +02:00
fft_result.cc overhaul region/range spectrum analysis 2016-05-22 19:33:00 +02:00
fft_result.h add missing include 2016-05-23 03:50:43 +02:00
fft.cc
fft.h
fix_carbon.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
floating_text_entry.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
floating_text_entry.h stop playing silly games with widget packing when editing a route name in the edito 2016-05-31 15:30:44 -04:00
gain_meter.cc Remove unused space in gain_meter's automation menu 2016-08-19 02:53:39 +02:00
gain_meter.h towards a generic plugin grid layout 2016-07-08 18:19:31 +02:00
generic_pluginui.cc Avoid CamelCase in color names 2016-08-19 14:57:07 +02:00
gettext.h
ghostregion.cc Use Note::set (Rect) for speed improvement when rendering notes. 2016-07-10 02:18:37 +10:00
ghostregion.h Improve midi model redraw performance by caching colours. 2016-07-10 02:18:36 +10:00
global_port_matrix.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
global_port_matrix.h
gprofhelper.c
group_tabs.cc fix thinko that causes near duplicate menu items in group context menu when not in group tabs 2016-08-08 23:36:33 +02:00
group_tabs.h make RouteGroupDialog non-modal. 2016-06-11 15:49:38 -04:00
gtk_pianokeyboard.c Revert "Fix compilation warnings. (gtk2_ardour part)" 2016-02-22 15:21:50 -05:00
gtk_pianokeyboard.h volatile means hardware-volatile. 2016-02-22 15:25:28 -05:00
gui_object.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
gui_object.h fix crash when loading a saved visual state 2016-07-05 23:49:50 +02:00
gui_thread.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
hit.cc add header required when boost shared ptr debugging is in use 2016-05-31 15:30:44 -04:00
hit.h MusicalTime => Beats. 2015-01-07 00:12:07 -05:00
insert_remove_time_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
insert_remove_time_dialog.h Add a simple check for valid duration in 'Insert/Remove Time' 2016-02-06 10:21:44 +00:00
instrument_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
instrument_selector.h update instrument list when rescanning plugins 2016-04-18 19:15:53 +02:00
interthread_progress_window.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
interthread_progress_window.h fix import-thread SNAFU 2016-05-21 23:30:11 +02:00
io_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
io_selector.h
item_counts.h Support cut/copy/paste of MIDI notes and controllers at the same time. 2014-11-16 22:35:45 -05:00
keyboard.cc Choose some non-overlapping defaults for User Interaction modifier keys. 2016-08-14 03:04:54 +10:00
keyboard.h Resolve potential ambiguity between the constraint modifier and the copy modifier when beginning a drag. 2016-08-14 03:04:54 +10:00
keyeditor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
keyeditor.h hacked up incomplete use of print-key-bindings-as-html 2016-05-31 15:30:44 -04:00
latency_gui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
latency_gui.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
led.cc
led.h
level_meter.cc invalidate meter-color cache when midi channel count changes 2016-07-22 12:57:24 +02:00
level_meter.h invalidate meter-color cache when midi channel count changes 2016-07-22 12:57:24 +02:00
linux_vst_gui_support.cc some linuxVST GUI details: initialize lock, add a note. 2016-04-27 23:34:55 +02:00
location_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
location_ui.h initial sort-of-mostly-working integration of new Pane 2016-05-31 15:30:45 -04:00
logmeter.h Move UIConfiguration Singleton into UIConfiguration header 2015-09-16 16:55:17 -04:00
lua_script_manager.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
lua_script_manager.h use WindowManager toggle API for script-manager 2016-05-06 03:59:02 +02:00
luadoc.cc gtk2 ardour doc updates 2016-03-31 01:16:07 +02:00
luainstance.cc the endless quest to plug memory leaks -- episode 379 2016-07-25 17:38:59 +02:00
luainstance.h add a lua timer callback signal 2016-07-24 13:00:15 +02:00
luasignal_syms.h add a lua timer callback signal 2016-07-24 13:00:15 +02:00
luasignal.h Add Editor/UI Lua Scripting and Action/Callback Script 2016-02-23 15:41:35 +01:00
luawindow.cc remove old a3_curl API and switch some curl calls 2016-07-18 16:46:59 +02:00
luawindow.h add "revert" button to lua script window 2016-03-26 14:54:10 +01:00
lv2_external_ui.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
lv2_plugin_ui.cc add a "Pin Management" button to the plugin UI-header 2016-08-05 02:35:51 +02:00
lv2_plugin_ui.h notify LV2 GUIs about port-changes when loading presets 2015-10-28 04:06:14 +01:00
lxvst_plugin_ui.cc LinuxVST window re-sizing: forward event to child window. 2015-12-29 10:08:42 +01:00
lxvst_plugin_ui.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
main_clock.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
main_clock.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
main.cc hotfix C++ locale (OSX, windows) 2016-07-15 16:10:42 +02:00
marker_selection.h turn MarkerSelection into a class (bindings) 2016-04-12 18:13:31 +02:00
marker.cc Amend last commit - remove some code. 2016-08-20 05:41:12 +10:00
marker.h Amend last commit - remove some code. 2016-08-20 05:41:12 +10:00
meter_patterns.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
meter_patterns.h Move UIConfiguration Singleton into UIConfiguration header 2015-09-16 16:55:17 -04:00
meter_strip.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
meter_strip.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
meterbridge.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
meterbridge.h Various changes to PresentationInfo and a small consolidation of sorters. 2016-06-10 13:57:18 -04:00
midi_automation_line.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_automation_line.h Trim the include tree. 2014-11-30 23:56:19 -05:00
midi_channel_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_channel_dialog.h
midi_channel_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_channel_selector.h Add missing header include in midi_channel_selector.h 2015-09-16 16:55:17 -04:00
midi_cut_buffer.cc MusicalTime => Beats. 2015-01-07 00:12:07 -05:00
midi_cut_buffer.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
midi_export_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_export_dialog.h
midi_list_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_list_editor.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
midi_port_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_port_dialog.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
midi_region_view.cc Add missing line feed in midi_region_view.cc 2016-08-16 00:56:08 +10:00
midi_region_view.h Remove the temporary note group in MidiRegionView, update start trim during drag. 2016-07-22 23:21:27 +10:00
midi_scroomer.cc
midi_scroomer.h
midi_selection.cc Fix crash when deleting overlapped regions. 2014-11-13 21:32:08 -05:00
midi_selection.h Support cut/copy/paste of MIDI notes and controllers at the same time. 2014-11-16 22:35:45 -05:00
midi_streamview.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_streamview.h remove reference "const int32_t&" -> const int32_t" 2016-07-10 15:30:41 +02:00
midi_time_axis.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_time_axis.h remove reference "const int32_t&" -> const int32_t" 2016-07-10 15:30:41 +02:00
midi_tracer.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_tracer.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
midi_util.h
midi_velocity_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
midi_velocity_dialog.h
missing_file_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
missing_file_dialog.h
missing_plugin_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
missing_plugin_dialog.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
mixer_group_tabs.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
mixer_group_tabs.h first vaguely working version using PresentationInfo 2016-05-31 15:30:42 -04:00
mixer_strip.cc Make name_button behave more like a Gtk::MenuToolButton 2016-08-18 11:52:22 +02:00
mixer_strip.h Make name_button behave more like a Gtk::MenuToolButton 2016-08-18 11:52:22 +02:00
mixer_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
mixer_ui.h merge MixerActor API (back) into Mixer_UI; make solo/mute/recenable actions there do the right thing 2016-07-06 15:20:42 -04:00
mixer.bindings make Escape (cancel drag or selection) work in mixer as well as editor 2016-05-31 15:30:44 -04:00
monitor_section.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
monitor_section.h missing mod to MonitorSection declaration, per previous commit 2016-06-05 16:33:02 -04:00
monitor_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
monitor_selector.h merge monitor_section branch 2015-04-21 08:18:10 -05:00
monitor.bindings fix capitalization of sections of key editor 2016-03-15 21:25:07 -04:00
mono_panner_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
mono_panner_editor.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
mono_panner.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
mono_panner.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
mouse_cursors.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
mouse_cursors.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
mtest_other.menus
mtest_shared.menu
mtest.menus
nag.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
nag.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
new_plugin_preset_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
new_plugin_preset_dialog.h refine add preset/favorite dialog 2015-12-28 17:23:45 +01:00
normalize_dialog.cc add RMS region normalization option 2016-08-13 14:50:59 +02:00
normalize_dialog.h add RMS region normalization option 2016-08-13 14:50:59 +02:00
note_base.cc Fix ordering thinko in note selected colour. 2016-07-10 02:18:37 +10:00
note_base.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
note_player.cc
note_player.h MusicalTime => Beats. 2015-01-07 00:12:07 -05:00
note_select_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
note_select_dialog.h fix compilation with gcc-4.9.1 2014-11-13 00:11:32 +01:00
note.cc fix OSX compilation (flat namespace) 2016-07-11 13:42:42 +02:00
note.h Add Note::set (Rect) for optimisation purposes (minimise begin/end changes) 2016-07-10 02:18:37 +10:00
nsm.cc
nsm.h
nsmclient.cc globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
nsmclient.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
option_editor.cc When showing a prefs pane, select the row in the tree 2016-07-26 08:02:40 +02:00
option_editor.h Factor out and simplify the search by components in options tree 2016-07-26 08:02:40 +02:00
opts.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
opts.h
panner2d.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
panner2d.h prepare 2d-panner theme 2015-08-08 17:42:43 +02:00
panner_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
panner_editor.h
panner_interface.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
panner_interface.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
panner_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
panner_ui.h scalable panners 2015-04-20 20:45:36 +02:00
paste_context.h Support paste between automation lanes. 2014-12-06 12:20:52 -05:00
patch_change_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
patch_change_dialog.h MusicalTime => Beats. 2015-01-07 00:12:07 -05:00
patch_change.cc use standard method to identify context click on patch change 2016-05-31 15:30:44 -04:00
patch_change.h Support stepping bank by shift+scroll/arrow. 2014-12-17 20:18:11 -05:00
piano_roll_header.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
piano_roll_header.h Highlight note in piano roll - #6510 2015-08-15 03:08:55 +02:00
pingback.cc fix Pingback 2016-07-18 19:21:05 +02:00
pingback.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
playlist_selection.h Support cut/copy/paste of several regions and lines at once. 2014-11-16 22:35:45 -05:00
playlist_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
playlist_selector.h
plugin_eq_gui.cc plugin spectrum analysis: plot A/B 2016-07-25 17:45:14 +02:00
plugin_eq_gui.h Plugin Analysis: show numeric values on mouse over 2016-07-25 00:31:47 +02:00
plugin_interest.h
plugin_pin_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
plugin_pin_dialog.h add route-ui pin-manager 2016-05-10 20:54:11 +02:00
plugin_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
plugin_selector.h include lua processors in plugin-selector 2016-04-29 02:57:48 +02:00
plugin_setup_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
plugin_setup_dialog.h towards an Instrument Setup/Replace workflow 2016-05-19 16:29:39 +02:00
plugin_ui.cc tweak strings now that 5.0 is out 2016-08-13 14:51:15 +02:00
plugin_ui.h Align the currently selected automation state on dropdown 2016-08-17 23:56:31 +02:00
point_selection.h
port_group.cc Make monitor detection reuse the port name translation 2016-07-29 22:10:49 +02:00
port_group.h further improvements to port grouping for the port matrix 2015-12-03 12:50:32 -05:00
port_insert_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
port_insert_ui.h
port_matrix_body.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
port_matrix_body.h
port_matrix_column_labels.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
port_matrix_column_labels.h
port_matrix_component.cc
port_matrix_component.h desaturate port matrix colors 2015-03-14 22:59:07 +01:00
port_matrix_grid.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
port_matrix_grid.h
port_matrix_labels.cc
port_matrix_labels.h
port_matrix_row_labels.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
port_matrix_row_labels.h
port_matrix_types.h
port_matrix.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
port_matrix.h
processor_box.bindings make new action to bind BackSpace to in processors box 2016-06-02 14:46:35 -04:00
processor_box.cc add a ToDo note for after string-freeze 2016-07-24 13:33:09 +02:00
processor_box.h add a plugin-death connection 2016-07-18 23:52:40 +02:00
processor_selection.h
progress_reporter.cc fix progress reporter, use idle callback. 2015-09-19 19:00:42 +02:00
progress_reporter.h
prompter.cc
prompter.h
public_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
public_editor.h remove reference "const int32_t&" -> const int32_t" 2016-07-10 15:30:41 +02:00
quantize_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
quantize_dialog.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
rc_option_editor.cc Revert last commit (269a08a2b1). 2016-08-20 01:58:56 +10:00
rc_option_editor.h fix save/restore of preferences torn-off-window state 2016-07-13 16:39:26 -04:00
region_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
region_editor.h
region_gain_line.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
region_gain_line.h Allow creation of region gain points by clicking on a line. 2015-08-27 02:20:43 +10:00
region_layering_order_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
region_layering_order_editor.h
region_selection.cc convenient API to access track and region selection 2016-04-10 20:56:53 +02:00
region_selection.h convenient API to access track and region selection 2016-04-10 20:56:53 +02:00
region_view.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
region_view.h remove reference "const int32_t&" -> const int32_t" 2016-07-10 15:30:41 +02:00
return_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
return_ui.h
rgb_macros.h
rhythm_ferret.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
rhythm_ferret.h Rhythm Rodent updates: 2016-05-01 18:48:27 +02:00
route_group_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
route_group_dialog.h remove RouteGroupDialog::do_run() and replace its use with code that doesn't rely on a recursive run loop 2016-06-12 14:54:01 -04:00
route_group_menu.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
route_group_menu.h stop AddRouteDialog from being modal and from using a recursive run loop 2016-06-12 14:54:01 -04:00
route_params_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
route_params_ui.h remove dead members and code from RouteParamsUI 2016-06-06 16:04:19 -04:00
route_processor_selection.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
route_processor_selection.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
route_sorter.h try to keep editor+mixer treemodels in sync 2016-06-06 12:58:48 -04:00
route_time_axis.cc Add missing return 2016-08-18 16:32:38 +02:00
route_time_axis.h Make buttons in track headers behave more like Gtk::MenuToolButton 2016-08-18 13:24:00 +02:00
route_ui_selection.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
route_ui.cc the endless quest to plug memory leaks -- episode 379 2016-07-25 17:38:59 +02:00
route_ui.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
ruler_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
ruler_dialog.h
SAE-de-keypad.bindings.in
SAE-de-nokeypad.bindings.in
SAE-us-keypad.bindings.in
SAE-us-nokeypad.bindings.in
save_as_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
save_as_dialog.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
script_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
script_selector.h fix crash when refreshing lua script list 2016-04-07 23:15:44 +02:00
search_path_option.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
search_path_option.h
selectable.h many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
selection_memento.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
selection_memento.h Add editor selection state to session history via a SelectionMemento, which 2014-12-18 11:03:10 -05:00
selection_templates.h
selection.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
selection.h add some more Editor Selection lua bindings 2016-04-11 14:06:26 +02:00
send_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
send_ui.h
session_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
session_dialog.h fix OSX openFile Application Delegate 2015-11-29 17:04:40 +01:00
session_import_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
session_import_dialog.h
session_metadata_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
session_metadata_dialog.h Display length & check digit of entered EAN-13 in metadata dialogue 2015-03-30 09:19:00 -05:00
session_option_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
session_option_editor.h fix inheritance/class design to get both SessionOptionEditor and RCOptionEditor to work correctly 2016-02-22 15:31:25 -05:00
sfdb_freesound_mootcher.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
sfdb_freesound_mootcher.h remove unused fstream includes 2015-10-05 22:15:18 +02:00
sfdb_ui.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
sfdb_ui.h re-layout import dialog (better fit for narrow screens) 2016-07-10 14:08:24 +02:00
shuttle_control.cc improve shuttle control response when grabbed. 2016-07-25 19:43:57 +02:00
shuttle_control.h improve shuttle control response when grabbed. 2016-07-25 19:43:57 +02:00
simple_progress_dialog.h add region & range loudnless report 2016-03-11 17:26:42 +01:00
soundcloud_export_selector.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
soundcloud_export_selector.h remove unused fstream includes 2015-10-05 22:15:18 +02:00
speaker_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
speaker_dialog.h Remove dead code. 2014-11-25 02:11:44 -05:00
splash.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
splash.h
startup.cc workaround changes in glibmm 2.49.x 2016-08-04 09:52:22 +02:00
startup.h bring back the beta release warning for users new to 5.x-preN 2016-06-05 16:33:01 -04:00
step_editing.bindings fix capitalization of sections of key editor 2016-03-15 21:25:07 -04:00
step_editor.cc Allow negative return in TempoMap::beat_at_frame() and its exact_ variant. 2016-08-14 03:04:53 +10:00
step_editor.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
step_entry.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
step_entry.h radically change Keyboard/Binding API design to disconnect Gtk::Action lookup from binding definition 2016-02-22 15:31:24 -05:00
stereo_panner_editor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
stereo_panner_editor.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
stereo_panner.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
stereo_panner.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
streamview.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
streamview.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
strip_selection.h
strip_silence_dialog.cc fix some spelling inconsistencies. 2016-07-24 20:30:23 +02:00
strip_silence_dialog.h strip silence: report analysis progress 2015-10-16 15:27:20 +02:00
sys_ex.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
sys_ex.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
tape_region_view.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
tape_region_view.h
tempo_curve.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
tempo_curve.h Tempo ramps - add Canvas::FramedCurve and use it in the tempo marker bar. 2016-05-27 23:38:16 +10:00
tempo_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
tempo_dialog.h Tempo ramps - check for impossible locations tempo dialog bbt entry. reorganise code. 2016-05-27 23:38:11 +10:00
tempo_lines.cc Tempo ramps - fix various sub-beat tempo line bugs. 2016-05-27 23:38:16 +10:00
tempo_lines.h Initial stab at tempo ramps. 2016-05-27 23:38:09 +10:00
theme_manager.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
theme_manager.h remove unneeded declaration 2016-06-21 19:26:05 -04:00
time_axis_view_item.cc fix hard/impossible trimming situation 2016-08-17 23:09:33 -04:00
time_axis_view_item.h Crapola - this is an experimental performance hack that must be reverted. 2016-05-27 23:38:14 +10:00
time_axis_view.cc don't show empty time axis view context menus 2016-08-18 08:16:31 -04:00
time_axis_view.h the endless quest to plug memory leaks -- episode 379 2016-07-25 17:38:59 +02:00
time_fx_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
time_fx_dialog.h more work on time/pitch stretch/shifting 2016-02-22 15:31:25 -05:00
time_info_box.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
time_info_box.h globally remove all trailing whitespace from ardour code base. 2015-10-04 14:51:05 -04:00
time_selection.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
time_selection.h
timers.cc RAII Timer Suspend wrapper 2015-10-30 15:55:27 +01:00
timers.h RAII Timer Suspend wrapper 2015-10-30 15:55:27 +01:00
tooltips.cc Add tooltips.h header for setting tooltips rather than via ardour_ui.h 2015-09-16 16:55:17 -04:00
tooltips.h Add tooltips.h header for setting tooltips rather than via ardour_ui.h 2015-09-16 16:55:17 -04:00
track_selection.cc many changes associated with rationalizing selection flow 2016-07-06 13:39:10 -04:00
track_selection.h
track_view_list.cc convenient API to access track and region selection 2016-04-10 20:56:53 +02:00
track_view_list.h convenient API to access track and region selection 2016-04-10 20:56:53 +02:00
transcode_ffmpeg.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
transcode_ffmpeg.h
transcode_video_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
transcode_video_dialog.h basic GUI support to auto-align video by LTC. 2015-09-20 18:37:39 +02:00
transform_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
transform_dialog.h Trim dependence on evoral types.hpp and Beats.hpp 2016-03-21 18:58:31 -04:00
transpose_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
transpose_dialog.h
trx.menus.in Remove internal edit mode and add "content" tool. 2014-12-18 20:21:01 -05:00
ui_config_vars.h fix default color file name in code default definition 2016-06-21 19:26:05 -04:00
ui_config.cc turn back towards color theme files ALWAYS including the program name. also load both default and user colors (if present) 2016-07-18 11:50:38 -04:00
ui_config.h turn back towards color theme files ALWAYS including the program name. also load both default and user colors (if present) 2016-07-18 11:50:38 -04:00
ui_light.rc.in
utils_videotl.cc remove old a3_curl API and switch some curl calls 2016-07-18 16:46:59 +02:00
utils_videotl.h remove old a3_curl API and switch some curl calls 2016-07-18 16:46:59 +02:00
utils.cc move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2ext 2016-07-18 14:41:25 -04:00
utils.h move show_gdk_event_state() utility function from gtk2_ardour to libs/gtkmm2ext 2016-07-18 14:41:25 -04:00
vca_master_strip.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
vca_master_strip.h remove VCA drop button 2016-07-12 17:05:07 -04:00
vca_time_axis.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
vca_time_axis.h make sure editor can follow visibility changes for VCAs 2016-06-10 15:00:43 -04:00
verbose_cursor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
verbose_cursor.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
video_image_frame.cc remove old a3_curl API and switch some curl calls 2016-07-18 16:46:59 +02:00
video_image_frame.h
video_monitor.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
video_monitor.h
video_server_dialog.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
video_server_dialog.h
video_timeline.cc remove old a3_curl API and switch some curl calls 2016-07-18 16:46:59 +02:00
video_timeline.h
video_tool_paths.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
video_tool_paths.h consolidate video-tool filepaths - step one 2014-12-23 23:43:24 +01:00
visibility_group.cc enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h 2016-07-14 14:45:23 -04:00
visibility_group.h show/hide VCA assign buttons depending on VCA existence 2016-05-31 15:30:42 -04:00
vst_plugin_ui.cc add a "Pin Management" button to the plugin UI-header 2016-08-05 02:35:51 +02:00
vst_plugin_ui.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
vstdbg Use ardev_common.sh to setup environment for running libardour tests 2014-12-03 17:31:03 +07:00
window_manager.cc fix issue with WM close/delete ("X") button not working for window proxied dialogs (e.g. add route dialog) 2016-08-16 13:57:00 -04:00
window_manager.h use WindowProxy::signal_(map|unmap) to keep window toggle actions in their correct state 2016-06-12 22:49:47 -04:00
windows_vst_plugin_ui.cc NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
windows_vst_plugin_ui.h NOOP, remove trailing tabs/whitespace. 2015-10-05 16:17:49 +02:00
wscript upcoming codenames 2016-08-17 17:04:02 +02:00