13
0
livetrax/gtk2_ardour
Carl Hetherington 613fe6353a Fix confusion with _pointer_frame_offset and snapping; makes e.g. playhead drag with grid snap to region bounds work.
git-svn-id: svn://localhost/ardour2/branches/3.0@7758 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-09 01:38:12 +00:00
..
glade
icons Another missing icon. 2010-08-15 11:40:31 +00:00
pixmaps
po
.cvsignore
about.cc forward port 2.X changes up to and including rev 6714 2010-08-16 19:58:34 +00:00
about.h remove old paypal cruft from about dialog source, and delete config info window if/when about dialog is deleted 2010-01-04 02:38:37 +00:00
actions.cc split out sndfile manager code into its own file; move a couple of utility functions into gtkmm2ext ; add knob PNG generating tool ; break appearance of monitor section for now 2010-05-25 16:45:21 +00:00
actions.h
add_midi_cc_track_dialog.cc forward port 2.X changes up to and including rev 6767 2010-08-17 00:28:20 +00:00
add_midi_cc_track_dialog.h
add_route_dialog.cc Rename various things in the property system. 2010-08-25 17:31:33 +00:00
add_route_dialog.h
analysis_window.cc
analysis_window.h
arcall
ardbg Add --args so ardbg obeys ardour options. 2010-02-09 03:16:16 +00:00
ardbg-scons
ardev
ardev_common.sh.in Setup fixed ports for MIDI control data; hence remove configuration of those ports. Move MIDI tracer to the Windows menu. Trim some unused code from the midi++ Manager. 2010-07-07 00:40:58 +00:00
ardev-scons
ardour_dialog.cc
ardour_dialog.h
ardour_image_compositor_socket.h
ardour_ui_dependents.cc save tearoff state; restore monitor section state reasonably well; fixup access control to parts of editor.h (needs more work); extend CrossThread just a little 2010-03-19 02:49:01 +00:00
ardour_ui_dialogs.cc Fix crash on opening locations window. 2010-08-18 12:53:17 +00:00
ardour_ui_ed.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
ardour_ui_mixer.cc
ardour_ui_options.cc mostly fix 3409 by making it impossible to sync to JACK if video pull up/down is non-zero. missing: can still alter video pull up/down after syncing to JACK, will likely wait till post-3.0 2010-08-31 01:49:33 +00:00
ardour_ui.cc Give new sessions the default GUI state. Fixes #3423. 2010-08-29 11:15:40 +00:00
ardour_ui.h mostly fix 3409 by making it impossible to sync to JACK if video pull up/down is non-zero. missing: can still alter video pull up/down after syncing to JACK, will likely wait till post-3.0 2010-08-31 01:49:33 +00:00
ardour_ui2.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
ardour-sae.menus
ardour.menus.in Fix sense of OS X check for menu items. Fixes #3420. 2010-08-27 02:01:07 +00:00
ardour.sh.in
ardour2_ui_dark_sae.rc.in
ardour2_ui_light_sae.rc.in
ardour2_ui_sae.conf
ardour3_ui_dark_sae.rc.in
ardour3_ui_dark.rc.in mostly fix 3409 by making it impossible to sync to JACK if video pull up/down is non-zero. missing: can still alter video pull up/down after syncing to JACK, will likely wait till post-3.0 2010-08-31 01:49:33 +00:00
ardour3_ui_default.conf change the way MIDI note colors are defined (2 3-point color ranges, one for selected, one for unselected); change default scroll action on selected midi notes to "fine" adjustment rather than "coarse" (now alt-scroll) 2010-06-24 21:22:00 +00:00
ardour3_ui_light_sae.rc.in
ardour3_ui_light.rc.in light theme needs monitor section style info 2010-05-05 14:14:19 +00:00
ardour3.desktop.in
ardour3.xml
arprof-scons
arval
arval-scons
au_pluginui.h
au_pluginui.mm
audio_clock.cc handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big) 2010-03-30 15:18:43 +00:00
audio_clock.h more strip silence dialog changes, to use audio clocks, show smallest silence/audible segments, etc. 2010-03-05 02:09:37 +00:00
audio_region_editor.cc remove almost-unusued stop_signal.h and clean up the one (unused) place where it was present (VisualTimeAxis, not used in current ardour) 2010-05-31 14:21:43 +00:00
audio_region_editor.h Make region properties dialogue work for MIDI regions too. 2010-05-22 00:26:26 +00:00
audio_region_view.cc Further fix to #3437 from Lincoln. 2010-09-07 23:27:10 +00:00
audio_region_view.h Lincoln's patch to tidy up region fade visuals. Fixes #3437. 2010-09-07 11:41:16 +00:00
audio_streamview.cc Fix crossfade visibility on startup so that it respects the configured setting. 2010-09-09 01:38:02 +00:00
audio_streamview.h Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstreams. Breaks 3.0 file format again. 2010-04-21 20:42:22 +00:00
audio_time_axis.cc fix load+save of plugin parameter automation 2010-08-24 22:07:53 +00:00
audio_time_axis.h Restore Fader and Pan options to audio track automation menus. Hide the Amp processor from the plugin list. Fixes #3184. 2010-05-26 23:16:53 +00:00
automation_controller.cc forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +00:00
automation_controller.h Stop crash on deleting a plugin when its generic UI window is open. 2010-02-03 00:52:45 +00:00
automation_line.cc 3.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation (no graphical editing intended). this involved adding a new "toggled" property to Evoral::Parameter 2010-08-23 16:31:34 +00:00
automation_line.h 3.0 version of rev 5564 from 2.x - basic boolean plugin parameter automation (no graphical editing intended). this involved adding a new "toggled" property to Evoral::Parameter 2010-08-23 16:31:34 +00:00
automation_range.h Hopefully fix up automation control point selection (finally). 2010-08-11 01:23:03 +00:00
automation_region_view.cc Don't give automation region views left/right trim handles. Fixes #3428. 2010-09-01 22:35:46 +00:00
automation_region_view.h Don't tempt the user with visual cues that they can adjust fades when they can't (in MIDI internal edit mode) 2010-07-16 21:12:06 +00:00
automation_selection.h
automation_streamview.cc Fix save/load of MIDI automation state. Fixes #3354. 2010-08-09 22:23:23 +00:00
automation_streamview.h Support cut / copy / paste of MIDI automation. 2010-08-05 13:36:38 +00:00
automation_time_axis.cc Fix restore of fader automation from 2.X sessions. 2010-09-07 23:26:21 +00:00
automation_time_axis.h Fix restore of fader automation from 2.X sessions. 2010-09-07 23:26:21 +00:00
axis_view.cc
axis_view.h
bundle_manager.cc Allow port matrix to show both audio and midi ports at the same time, and use that facility for route IO selectors. 2010-07-01 01:14:14 +00:00
bundle_manager.h Allow port matrix to show both audio and midi ports at the same time, and use that facility for route IO selectors. 2010-07-01 01:14:14 +00:00
cairo_widget.cc replace use of gdk_pixmap_unref() with g_object_unref 2010-05-28 15:20:39 +00:00
cairo_widget.h
canvas_impl.h
canvas_vars.h change the way MIDI note colors are defined (2 3-point color ranges, one for selected, one for unselected); change default scroll action on selected midi notes to "fine" adjustment rather than "coarse" (now alt-scroll) 2010-06-24 21:22:00 +00:00
canvas-curve.h
canvas-flag.cc add a first hack at a step edit cursor (to be changed); add program+bank stubs (non-functional for the foreseeable future); fix up step edit changes propagating across all MIDI tracks; make program change "flags" change height along with track 2010-08-11 18:21:37 +00:00
canvas-flag.h add a first hack at a step edit cursor (to be changed); add program+bank stubs (non-functional for the foreseeable future); fix up step edit changes propagating across all MIDI tracks; make program change "flags" change height along with track 2010-08-11 18:21:37 +00:00
canvas-hit.cc Cleanup of region drag code to be a bit more efficient and shorter. Fixes crashes when dragging regions to the wrong track type. 2010-09-06 12:34:11 +00:00
canvas-hit.h clean up item event handling in MidiRegionViews by removing unnecessary InteractiveItem inheritance, and keep child->parent event handling order consistent as much as possible 2010-05-28 16:37:04 +00:00
canvas-imageframe.c
canvas-imageframe.h
canvas-noevent-text.h
canvas-note-event.cc (1) extend region if needed BEFORE adding step-edit note, so that the new note ends up in the selection (2) hide the channel selector that shows up on note-right-click after its clicked anywhere, not just if the note(s) channel(s) are changed 2010-07-25 21:19:55 +00:00
canvas-note-event.h change the way MIDI note colors are defined (2 3-point color ranges, one for selected, one for unselected); change default scroll action on selected midi notes to "fine" adjustment rather than "coarse" (now alt-scroll) 2010-06-24 21:22:00 +00:00
canvas-note.cc Cleanup of region drag code to be a bit more efficient and shorter. Fixes crashes when dragging regions to the wrong track type. 2010-09-06 12:34:11 +00:00
canvas-note.h clean up item event handling in MidiRegionViews by removing unnecessary InteractiveItem inheritance, and keep child->parent event handling order consistent as much as possible 2010-05-28 16:37:04 +00:00
canvas-program-change.cc change Control::{set,get}_float to Control::{set,get}_double and make almost all Control-related stuff use double rather than random mixtures of float, double and some integer value ; make hans' program change stuff work quite a bit better (not finished yet) including keyboard edting of pgm change values 2010-07-27 14:09:16 +00:00
canvas-program-change.h change Control::{set,get}_float to Control::{set,get}_double and make almost all Control-related stuff use double rather than random mixtures of float, double and some integer value ; make hans' program change stuff work quite a bit better (not finished yet) including keyboard edting of pgm change values 2010-07-27 14:09:16 +00:00
canvas-simpleline.c
canvas-simpleline.h
canvas-simplerect.c
canvas-simplerect.h
canvas-sysex.cc
canvas-sysex.h
canvas-waveview.c try (unsuccessfully) to fix gcc complaints about function-pointer/object-pointer mixing (its much deeper than this change suggests) 2010-03-01 23:54:40 +00:00
canvas-waveview.h try (unsuccessfully) to fix gcc complaints about function-pointer/object-pointer mixing (its much deeper than this change suggests) 2010-03-01 23:54:40 +00:00
canvas.h
cocoacarbon.mm
configinfo.cc Add GPL boilerplate. 2010-08-08 02:20:35 +00:00
configinfo.h Add GPL boilerplate. 2010-08-08 02:20:35 +00:00
control_point_dialog.cc
control_point_dialog.h
control_point.cc Hopefully fix up automation control point selection (finally). 2010-08-11 01:23:03 +00:00
control_point.h Hopefully fix up automation control point selection (finally). 2010-08-11 01:23:03 +00:00
crossfade_edit.cc Fix crossfade undo using the stateful diff system. Fixes #3257. 2010-08-26 01:44:11 +00:00
crossfade_edit.h Allow more than one peaks_ready callback to be pending for an AudioRegionView 2010-04-22 01:40:33 +00:00
crossfade_view.cc Fix crossfade visibility on startup so that it respects the configured setting. 2010-09-09 01:38:02 +00:00
crossfade_view.h Generate undo record for crossfade edits, and provide signalling to update the view when such things are undone. Partially fixes #3257. 2010-06-28 02:40:09 +00:00
crossfade_xpms.h
curvetest.cc
diamond.cc
diamond.h
edit_note_dialog.cc Cleanup of region drag code to be a bit more efficient and shorter. Fixes crashes when dragging regions to the wrong track type. 2010-09-06 12:34:11 +00:00
edit_note_dialog.h Add note edit dialog. Fixes #3346. 2010-08-14 02:00:50 +00:00
editing_syms.h Add Beat/20 grid subdivision. Fixes #3126. 2010-08-15 10:33:31 +00:00
editing.cc
editing.h
editor_actions.cc First go at saving window visibility and position state across saves. 2010-08-18 02:20:15 +00:00
editor_audio_import.cc clear_history -> clear_changes and some comments. 2010-08-25 17:32:08 +00:00
editor_audiotrack.cc Move toggle-waveforms-while-recording into RC options. 2010-04-19 01:40:42 +00:00
editor_canvas_events.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
editor_canvas.cc forward port of 7539 from 2.x 2010-08-22 16:28:26 +00:00
editor_component.cc
editor_component.h Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
editor_cursors.cc
editor_drag.cc Fix confusion with _pointer_frame_offset and snapping; makes e.g. playhead drag with grid snap to region bounds work. 2010-09-09 01:38:12 +00:00
editor_drag.h Fix confusion with _pointer_frame_offset and snapping; makes e.g. playhead drag with grid snap to region bounds work. 2010-09-09 01:38:12 +00:00
editor_enums.h
editor_export_audio.cc Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111) 2010-05-08 01:20:33 +00:00
editor_group_tabs.cc Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
editor_group_tabs.h Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
editor_imageframe.cc
editor_items.h beat slicing patch #1 from lincoln spiteri 2010-07-06 11:33:27 +00:00
editor_keyboard.cc clear_history -> clear_changes and some comments. 2010-08-25 17:32:08 +00:00
editor_keys.cc
editor_locations.cc Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
editor_locations.h Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
editor_markers.cc Improve ctrl-click behaviour of automation points. Should fix #3385. 2010-08-10 01:52:49 +00:00
editor_mixer.cc version of 6997 from 2.x: if selecting an automation track, show its parent in the editor mixer strip, plus don't deselect a track when the editor mixer strip is hidden 2010-08-20 21:34:18 +00:00
editor_mouse.cc Lincoln's patch to tidy up region fade visuals. Fixes #3437. 2010-09-07 11:41:16 +00:00
editor_nudge.cc
editor_ops.cc Trim some debug output. 2010-09-07 12:19:20 +00:00
editor_regions.cc Fix up some inconsistencies in handling of region sync points. 2010-08-29 01:08:07 +00:00
editor_regions.h Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
editor_route_groups.cc more improvements for range drag/track selection logic etc. 2010-08-30 18:08:41 +00:00
editor_route_groups.h more improvements for range drag/track selection logic etc. 2010-08-30 18:08:41 +00:00
editor_routes.cc Fix up solo / mute colouring in the tracks list. Should fix #2940. 2010-08-15 10:35:51 +00:00
editor_routes.h Make route list tab LEDs follow record state correctly. 2010-08-15 10:33:41 +00:00
editor_rulers.cc Add Beat/20 grid subdivision. Fixes #3126. 2010-08-15 10:33:31 +00:00
editor_scrub.cc
editor_selection_list.cc remove almost-unusued stop_signal.h and clean up the one (unused) place where it was present (VisualTimeAxis, not used in current ardour) 2010-05-31 14:21:43 +00:00
editor_selection.cc Cleanup of region drag code to be a bit more efficient and shorter. Fixes crashes when dragging regions to the wrong track type. 2010-09-06 12:34:11 +00:00
editor_snapshots.cc Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
editor_snapshots.h Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
editor_summary.cc Make it easier to move the summary rectangle around when it is narrow or low in height. 2010-09-02 01:44:27 +00:00
editor_summary.h Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
editor_tempodisplay.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
editor_timefx.cc clear_history -> clear_changes and some comments. 2010-08-25 17:32:08 +00:00
editor_xpms
editor.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
editor.h Paste to the source of a copy if there are no selected tracks (rather than using the track under the mouse). Fixes #3333. 2010-09-02 01:06:19 +00:00
engine_dialog.cc Save and restore MIDI driver option state, and tidy up a couple of things. Fixes #3349. 2010-07-26 01:54:51 +00:00
engine_dialog.h Save and restore MIDI driver option state, and tidy up a couple of things. Fixes #3349. 2010-07-26 01:54:51 +00:00
enums.cc a boatload of minor and middle-sized changes to try to speed up undo. imperfect, unfinished, but probably right to commit now 2010-01-25 20:34:09 +00:00
enums.h Fix track height menu. 2010-05-11 00:09:41 +00:00
ergonomic-us.bindings.in
evtest.cc
export_channel_selector.cc Clarify labels in export dialog to explain how options affect use of region gain when exporting. 2010-05-02 13:48:06 +00:00
export_channel_selector.h
export_dialog.cc Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111) 2010-05-08 01:20:33 +00:00
export_dialog.h Remove use of i18n macros in headers. Prevents our gettext.h being included before libintl.h, which causes failures when ENABLE_NLS is not defined (bug #3111) 2010-05-08 01:20:33 +00:00
export_file_notebook.cc handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big) 2010-03-30 15:18:43 +00:00
export_file_notebook.h
export_filename_selector.cc
export_filename_selector.h
export_format_dialog.cc A little copy-editing. 2010-05-02 23:54:25 +00:00
export_format_dialog.h
export_format_selector.cc
export_format_selector.h
export_multiplicator.cc
export_multiplicator.h
export_preset_selector.cc
export_preset_selector.h
export_range_markers_dialog.cc A little gentle copy-editing of dialogue titles. 2010-04-30 00:16:45 +00:00
export_range_markers_dialog.h
export_timespan_selector.cc
export_timespan_selector.h
fft_graph.cc
fft_graph.h
fft_result.cc
fft_result.h
fft.cc
fft.h
gain_meter.cc some (unfinished) work on incorporating Ben's rev 6919 changes regarding track selection; make newly selected tracks show the current range selection; fix crashes related to meter display; remove "all" group from main group tab display and just put it down in its own button (totally incomplete); minor cleanups 2010-08-26 23:25:44 +00:00
gain_meter.h how about that ... a monitor/main section .. GUI is still unfinished .. several small fixes to processor loading/listen mgmt and a few debug output lines rmeoved. knob images are provisional, and can be found in icons/knob.png and related files 2010-03-10 17:31:16 +00:00
generic_pluginui.cc Shrink the minimum size of the plugin analyser a bit, and make it take up spare space in the dialogue. Fixes #2835. 2010-08-28 14:56:13 +00:00
gettext.h commits 6001-6525 inclusive from 2.X applied to 3.0 2010-04-21 02:24:38 +00:00
ghostregion.cc
ghostregion.h
global_port_matrix.cc Fix a few dialogues which don't reset their session pointer correctly on a new session. Fixes #3342. 2010-07-20 17:56:02 +00:00
global_port_matrix.h Fix a few dialogues which don't reset their session pointer correctly on a new session. Fixes #3342. 2010-07-20 17:56:02 +00:00
gprofhelper.c
group_tabs.cc Rename various things in the property system. 2010-08-25 17:31:33 +00:00
group_tabs.h Various route group menu tweaks. 2010-07-19 23:26:40 +00:00
gtk_pianokeyboard.c fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
gtk_pianokeyboard.h first, incomplete pass at step entry dialog, along with various SVG and PNG files for notes and dynamics notation 2010-08-02 21:52:21 +00:00
gtk-custom-hruler.c remove almost-unusued stop_signal.h and clean up the one (unused) place where it was present (VisualTimeAxis, not used in current ardour) 2010-05-31 14:21:43 +00:00
gtk-custom-hruler.h
gtk-custom-ruler.c remove almost-unusued stop_signal.h and clean up the one (unused) place where it was present (VisualTimeAxis, not used in current ardour) 2010-05-31 14:21:43 +00:00
gtk-custom-ruler.h
gui_thread.h MIDI/Controllables for monitor section, and related fixes 2010-04-06 16:57:35 +00:00
i18n.h
imageframe_p.h
imageframe_socket_handler.cc
imageframe_socket_handler.h
imageframe_time_axis_group.cc
imageframe_time_axis_group.h
imageframe_time_axis_view.cc
imageframe_time_axis_view.h
imageframe_time_axis.cc
imageframe_time_axis.h
imageframe_view.cc
imageframe_view.h
imageframe.cc
imageframe.h
insert_time_dialog.cc Indent sub-options for moving locked/glued markers. 2010-08-12 00:19:06 +00:00
insert_time_dialog.h Add option to insert time to move glued / locked markers. Fixes #3393. 2010-08-11 23:41:26 +00:00
interthread_progress_window.cc Prevent brief, spurious `importing 2 of 1' type messages. 2010-05-23 01:08:41 +00:00
interthread_progress_window.h Separate interthread progress window out into its own class and HIG-ify it a bit. Make the import progress bar report on the whole import rather than individual files. 2010-04-14 22:16:46 +00:00
io_selector.cc fix up the port insert I/O GUI 2010-08-31 14:16:29 +00:00
io_selector.h fix up the port insert I/O GUI 2010-08-31 14:16:29 +00:00
itest.cc
keyboard.cc finalize PROGRAM_NAME change for ardour3 2010-03-15 02:31:27 +00:00
keyboard.h Add keyboard shortcut to tooltip text where possible. 2010-02-09 00:50:24 +00:00
keyeditor.cc split out sndfile manager code into its own file; move a couple of utility functions into gtkmm2ext ; add knob PNG generating tool ; break appearance of monitor section for now 2010-05-25 16:45:21 +00:00
keyeditor.h
latency_gui.cc Auto-connect outputs that appear as a result of e.g. instruments being added to MIDI tracks. Fixes #3368. 2010-08-30 22:34:21 +00:00
latency_gui.h
led.cc lots of odds and ends to do with solo isolate and its GUI 2010-05-06 18:40:37 +00:00
led.h lots of odds and ends to do with solo isolate and its GUI 2010-05-06 18:40:37 +00:00
level_meter.cc change the way MIDI note colors are defined (2 3-point color ranges, one for selected, one for unselected); change default scroll action on selected midi notes to "fine" adjustment rather than "coarse" (now alt-scroll) 2010-06-24 21:22:00 +00:00
level_meter.h save tearoff state; restore monitor section state reasonably well; fixup access control to parts of editor.h (needs more work); extend CrossThread just a little 2010-03-19 02:49:01 +00:00
lineset.cc
lineset.h change PropertyChange from a bitfield into a real object, with all the many widespread changes that causes 2010-02-19 18:09:08 +00:00
location_ui.cc forward port 2.X changes up to and including rev 6767 2010-08-17 00:28:20 +00:00
location_ui.h Setup clock sensitivity with lock correctly. 2010-08-10 00:28:20 +00:00
logmeter.h
lv2_external_ui.h
lv2_plugin_ui.cc LV2 external GUI fixes forward ported from 2.x 2010-08-22 16:25:45 +00:00
lv2_plugin_ui.h
main.cc 2.X commits up to and including 7519 2010-08-20 22:36:35 +00:00
marker_selection.h
marker_time_axis_view.cc
marker_time_axis_view.h
marker_time_axis.cc
marker_time_axis.h remove forward decl of non-existent ARDOUR::Menu 2010-05-25 12:49:30 +00:00
marker_view.cc Remove fade handles from recording regions. Fixes #3322. 2010-07-19 23:26:10 +00:00
marker_view.h
marker.cc changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive) 2010-03-16 15:33:04 +00:00
marker.h Make the session start/end location a single location (with start and end) rather than two separate ones. Fixes #1298. 2010-04-18 21:29:48 +00:00
midi_automation_line.cc Fix spacey tabs... 2010-08-04 21:50:57 +00:00
midi_automation_line.h Add missing files. 2010-07-14 12:29:01 +00:00
midi_channel_selector.cc (1) extend region if needed BEFORE adding step-edit note, so that the new note ends up in the selection (2) hide the channel selector that shows up on note-right-click after its clicked anywhere, not just if the note(s) channel(s) are changed 2010-07-25 21:19:55 +00:00
midi_channel_selector.h (1) extend region if needed BEFORE adding step-edit note, so that the new note ends up in the selection (2) hide the channel selector that shows up on note-right-click after its clicked anywhere, not just if the note(s) channel(s) are changed 2010-07-25 21:19:55 +00:00
midi_cut_buffer.cc MIDI region forking, plus Playlist::regions_to_read() fix forward ported from 2.X. region forking requires a few cleanups 2010-05-19 03:03:28 +00:00
midi_cut_buffer.h
midi_list_editor.cc more nudges to the MIDI list editor 2010-01-05 14:56:42 +00:00
midi_list_editor.h more nudges to the MIDI list editor 2010-01-05 14:56:42 +00:00
midi_port_dialog.cc A little copy-editing. 2010-05-02 23:54:25 +00:00
midi_port_dialog.h
midi_region_view.cc clear_history -> clear_changes and some comments. 2010-08-25 17:32:08 +00:00
midi_region_view.h Snap to note start rather than mouse pointer when dragging MIDI notes. Fixes #3187. 2010-08-19 22:01:10 +00:00
midi_scroomer.cc
midi_scroomer.h select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there 2010-01-07 19:15:33 +00:00
midi_selection.h
midi_streamview.cc Allow drag when creating a MIDI region. Fixes #3363. 2010-08-20 12:01:13 +00:00
midi_streamview.h Fix up selection of automation points. 2010-08-06 23:28:44 +00:00
midi_time_axis.cc clear_history -> clear_changes and some comments. 2010-08-25 17:32:08 +00:00
midi_time_axis.h Allow drag when creating a MIDI region. Fixes #3363. 2010-08-20 12:01:13 +00:00
midi_tracer.cc Trim midi++ port code to either do in or out, but not both in the same object. 2010-07-08 01:00:46 +00:00
midi_tracer.h Setup fixed ports for MIDI control data; hence remove configuration of those ports. Move MIDI tracer to the Windows menu. Trim some unused code from the midi++ Manager. 2010-07-07 00:40:58 +00:00
midi_util.h
mixer_group_tabs.cc Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
mixer_group_tabs.h Tweak group tabs class hierarchy and offer the same menu in both editor and mixer. Fixes #3336. 2010-07-19 21:47:07 +00:00
mixer_strip.cc First go at saving window visibility and position state across saves. 2010-08-18 02:20:15 +00:00
mixer_strip.h First go at saving window visibility and position state across saves. 2010-08-18 02:20:15 +00:00
mixer_ui.cc forward port 2.X changes up to and including rev 6767 2010-08-17 00:28:20 +00:00
mixer_ui.h Various route group menu tweaks. 2010-07-19 23:26:40 +00:00
mnemonic-us.bindings.in Unbind 1 key from cycle to next edit mode to prevent user confusion. 2010-09-02 19:10:37 +00:00
monitor_section.cc generate knob pixbufs at run time but draw from the pixbufs; remove mfimg utility and existing knob icon png files 2010-05-26 15:18:04 +00:00
monitor_section.h lots of odds and ends to do with solo isolate and its GUI 2010-05-06 18:40:37 +00:00
mtest_other.menus
mtest_shared.menu
mtest.cc
mtest.menus
nag.cc changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive) 2010-03-16 15:33:04 +00:00
nag.h changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive) 2010-03-16 15:33:04 +00:00
option_editor.cc forward port 2.X changes up to and including rev 6767 2010-08-17 00:28:20 +00:00
option_editor.h A few cleanups and rearrangements in the RC options. Add options for default mute-affects-* settings, and make routes obey them. 2010-05-20 01:30:35 +00:00
opts.cc add -P flag blocking port connections while loading session 2010-06-02 16:21:02 +00:00
opts.h add -P flag blocking port connections while loading session 2010-06-02 16:21:02 +00:00
panner_ui.cc forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +00:00
panner_ui.h forward port automation handling changes from 2.x, upto and including about rev 6981 (will need full testing in the 3.X context). as on 2.x, this removes real-time visual updates to automation curves during write/touch automation recording 2010-08-19 21:09:40 +00:00
panner.cc Label panner automation sliders the same as panners. 2010-08-08 02:19:20 +00:00
panner.h Label panner automation sliders the same as panners. 2010-08-08 02:19:20 +00:00
panner2d.cc Fix a panner crash when reducing a route's output count down to 2. Remove some unused code. 2010-08-07 23:30:37 +00:00
panner2d.h Fix a panner crash when reducing a route's output count down to 2. Remove some unused code. 2010-08-07 23:30:37 +00:00
piano_roll_header.cc select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there 2010-01-07 19:15:33 +00:00
piano_roll_header.h select-by-pitch from the piano roll header (inspired by Rosegarden); some improvements underway to controller/automation menu, but still broken there 2010-01-07 19:15:33 +00:00
playlist_selection.h
playlist_selector.cc A little copy-editing. 2010-05-02 23:54:25 +00:00
playlist_selector.h Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstreams. Breaks 3.0 file format again. 2010-04-21 20:42:22 +00:00
plugin_eq_gui.cc Shrink the minimum size of the plugin analyser a bit, and make it take up spare space in the dialogue. Fixes #2835. 2010-08-28 14:56:13 +00:00
plugin_eq_gui.h
plugin_interest.h Don't close the plugin manager when an incompatible plugin is selected. Fixes #1194. 2010-04-27 19:58:31 +00:00
plugin_selector.cc Copy-edit. 2010-07-27 03:09:28 +00:00
plugin_selector.h
plugin_ui.cc 2.X commits up to and including 7519 2010-08-20 22:36:35 +00:00
plugin_ui.h 2.X commits up to and including 7519 2010-08-20 22:36:35 +00:00
point_selection.h Hopefully fix up automation control point selection (finally). 2010-08-11 01:23:03 +00:00
port_group.cc Use weak_ptr for IOs in the bundle list to avoid holding onto them when a route is removed. Fixes #3395. 2010-08-28 12:55:53 +00:00
port_group.h Use weak_ptr for IOs in the bundle list to avoid holding onto them when a route is removed. Fixes #3395. 2010-08-28 12:55:53 +00:00
port_insert_ui.cc fix up the port insert I/O GUI 2010-08-31 14:16:29 +00:00
port_insert_ui.h fix up the port insert I/O GUI 2010-08-31 14:16:29 +00:00
port_matrix_body.cc Fix port matrix menu checkbox when the window is closed. Make the port matrix origin the bottom left when tabs are on left and bottom. Don't shrink the port matrix when auto-resizing it. 2010-08-24 13:28:27 +00:00
port_matrix_body.h
port_matrix_column_labels.cc Remove some instances of erroneously-drawn bundle names. 2010-07-27 02:10:40 +00:00
port_matrix_column_labels.h
port_matrix_component.cc Allow port matrix to show both audio and midi ports at the same time, and use that facility for route IO selectors. 2010-07-01 01:14:14 +00:00
port_matrix_component.h Provide a visual cue to indicate that MIDI and audio ports cannot be connected to each other in the port matrix. 2010-07-21 23:20:56 +00:00
port_matrix_grid.cc Provide a visual cue to indicate that MIDI and audio ports cannot be connected to each other in the port matrix. 2010-07-21 23:20:56 +00:00
port_matrix_grid.h Provide a visual cue to indicate that MIDI and audio ports cannot be connected to each other in the port matrix. 2010-07-21 23:20:56 +00:00
port_matrix_labels.cc
port_matrix_labels.h
port_matrix_row_labels.cc Allow port matrix to show both audio and midi ports at the same time, and use that facility for route IO selectors. 2010-07-01 01:14:14 +00:00
port_matrix_row_labels.h
port_matrix_types.h
port_matrix.cc Another hacky fix for deadlocks when updating the port matrix. 2010-09-06 21:06:10 +00:00
port_matrix.h Another hacky fix for deadlocks when updating the port matrix. 2010-09-06 21:06:10 +00:00
processor_box.cc Fix GCC warning. 2010-09-05 20:59:10 +00:00
processor_box.h Desensitize edit menu item in the processor box menu if there is nothing selected which can be edited. 2010-09-05 20:41:48 +00:00
processor_selection.h
prompter.cc
prompter.h
public_editor.cc heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegionView from losing track of SelectTouchDraggingMode (may not be optimal or in the right place, but it works for now); add primary-click-on-MRV-blank-space and tertiary-click-on-MRV-blank-space to select all notes above or below the click, using recently committed methods for Sequence 2010-05-28 21:39:12 +00:00
public_editor.h forward port of 7539 from 2.x 2010-08-22 16:28:26 +00:00
quantize_dialog.cc (1) make quantize actually use the main grid setting and not just default to beats (2) apply quantize to all notes if none are selected 2010-05-20 15:06:30 +00:00
quantize_dialog.h
rc_option_editor.cc add GUI config support for seamless loop option 2010-08-24 22:06:37 +00:00
rc_option_editor.h Setup fixed ports for MIDI control data; hence remove configuration of those ports. Move MIDI tracer to the Windows menu. Trim some unused code from the midi++ Manager. 2010-07-07 00:40:58 +00:00
region_editor.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
region_editor.h Make region properties dialogue work for MIDI regions too. 2010-05-22 00:26:26 +00:00
region_gain_line.cc clear_history -> clear_changes and some comments. 2010-08-25 17:32:08 +00:00
region_gain_line.h Fix confusion about last_pointer_* variables under snap. 2010-01-11 19:36:29 +00:00
region_layering_order_editor.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
region_layering_order_editor.h added new files 2010-08-25 19:37:54 +00:00
region_selection.cc Cleanup of region drag code to be a bit more efficient and shorter. Fixes crashes when dragging regions to the wrong track type. 2010-09-06 12:34:11 +00:00
region_selection.h
region_view.cc Don't give automation region views left/right trim handles. Fixes #3428. 2010-09-01 22:35:46 +00:00
region_view.h Don't give automation region views left/right trim handles. Fixes #3428. 2010-09-01 22:35:46 +00:00
return_ui.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
return_ui.h
rgb_macros.h
rhythm_ferret.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
rhythm_ferret.h beat slicing patch #1 from lincoln spiteri 2010-07-06 11:33:27 +00:00
route_group_dialog.cc Rename various things in the property system. 2010-08-25 17:31:33 +00:00
route_group_dialog.h
route_group_menu.cc Rename various things in the property system. 2010-08-25 17:31:33 +00:00
route_group_menu.h the Properties & 64bit region commit 2010-02-18 13:59:49 +00:00
route_params_ui.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
route_params_ui.h change PropertyChange from a bitfield into a real object, with all the many widespread changes that causes 2010-02-19 18:09:08 +00:00
route_processor_selection.cc handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big) 2010-03-30 15:18:43 +00:00
route_processor_selection.h
route_selection.h
route_time_axis.cc Fix crossfade undo using the stateful diff system. Fixes #3257. 2010-08-26 01:44:11 +00:00
route_time_axis.h Fix restore of fader automation from 2.X sessions. 2010-09-07 23:26:21 +00:00
route_ui.cc Fix restore of fader automation from 2.X sessions. 2010-09-07 23:26:21 +00:00
route_ui.h Fix restore of fader automation from 2.X sessions. 2010-09-07 23:26:21 +00:00
SAE-de-keypad.bindings.in
SAE-de-nokeypad.bindings.in
SAE-us-keypad.bindings.in
SAE-us-nokeypad.bindings.in
selectable.h
selection_templates.h
selection.cc Cleanup of region drag code to be a bit more efficient and shorter. Fixes crashes when dragging regions to the wrong track type. 2010-09-06 12:34:11 +00:00
selection.h First go at saving window visibility and position state across saves. 2010-08-18 02:20:15 +00:00
send_ui.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
send_ui.h
session_import_dialog.cc A little copy-editing. 2010-05-02 23:54:25 +00:00
session_import_dialog.h
session_metadata_dialog.cc finalize PROGRAM_NAME change for ardour3 2010-03-15 02:31:27 +00:00
session_metadata_dialog.h
session_option_editor.cc Remove unnecessary connection option editor. Add GPL boilerplate. A little copy-editing. Fixes #3388. 2010-08-09 14:10:23 +00:00
session_option_editor.h Remove unnecessary connection option editor. Add GPL boilerplate. A little copy-editing. Fixes #3388. 2010-08-09 14:10:23 +00:00
sfdb_freesound_mootcher.cc
sfdb_freesound_mootcher.h
sfdb_ui.cc Reset the available import dialogue menu options when a selection is made from the channel_combo. Sort-of fixes #3397, in that you can select to selected tracks' option on the add files menu even if the number of selected tracks is not the same as the number of imported files. 2010-08-30 00:54:02 +00:00
sfdb_ui.h
simpleline_p.h
simpleline.cc
simpleline.h
simplerect_p.h
simplerect.cc
simplerect.h
splash.cc handle deletion of UI objects between the time that a callback is queued with the UI event loop and the execution of the callback (intrusive, big) 2010-03-30 15:18:43 +00:00
splash.h
splash.png
startup.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
startup.h Only rebuild the existing session box once, but show it as many times as required. Fixes #3421. 2010-08-28 00:52:27 +00:00
step_editing.bindings step editor: add double, triple dotted note support + back + resync-to-ep buttons 2010-08-13 21:48:31 +00:00
step_editor.cc Allow drag when creating a MIDI region. Fixes #3363. 2010-08-20 12:01:13 +00:00
step_editor.h some fuzzy logic to avoid note "overlaps" during step editing 2010-08-15 21:18:00 +00:00
step_entry.cc fix a variety of unused argument errors noted by gcc 4.3.2 on x86 2010-09-02 17:01:36 +00:00
step_entry.h split out the logic behind step editing from MidiTimeAxisView as much as possible 2010-08-15 16:39:51 +00:00
streamview.cc Update coverage frames when the playlist changes; improves display a bit in stacked layer mode. 2010-09-09 01:37:50 +00:00
streamview.h Fix up selection of automation points. 2010-08-06 23:28:44 +00:00
strip_selection.h
strip_silence_dialog.cc Fix warning. 2010-05-08 01:18:36 +00:00
strip_silence_dialog.h Use rectified log waveform in strip silence dialogue. Add threshold graphical indication. Update dialogue on open (fixes #3102). Various other small cleanups. 2010-04-30 14:50:25 +00:00
tape_region_view.cc Move Diskstream ownership to Track, so that Session no longer holds lists of Diskstreams. Breaks 3.0 file format again. 2010-04-21 20:42:22 +00:00
tape_region_view.h
tempo_dialog.cc Prevent multiple tempo / meter changes being inserted at the same point 2010-05-02 23:14:43 +00:00
tempo_dialog.h Prevent multiple tempo / meter changes being inserted at the same point 2010-05-02 23:14:43 +00:00
tempo_lines.cc
tempo_lines.h
theme_manager.cc Make the session start/end location a single location (with start and end) rather than two separate ones. Fixes #1298. 2010-04-18 21:29:48 +00:00
theme_manager.h
time_axis_view_item.cc Cleanup of region drag code to be a bit more efficient and shorter. Fixes crashes when dragging regions to the wrong track type. 2010-09-06 12:34:11 +00:00
time_axis_view_item.h Cleanup of region drag code to be a bit more efficient and shorter. Fixes crashes when dragging regions to the wrong track type. 2010-09-06 12:34:11 +00:00
time_axis_view.cc Set cursor to hint that you can drag automation up and down in object/range link mode. 2010-08-18 18:06:31 +00:00
time_axis_view.h Fix restore of fader automation from 2.X sessions. 2010-09-07 23:26:21 +00:00
time_fx_dialog.cc Patch from colinf to add tape-style region stretching via rubberband. Fixes #3075. 2010-08-13 16:50:29 +00:00
time_fx_dialog.h
time_selection.cc
time_selection.h
track_selection.cc Fix missing virtual destructors. 2010-09-07 21:26:37 +00:00
track_selection.h Fix missing virtual destructors. 2010-09-07 21:26:37 +00:00
track_view_list.cc Fix missing virtual destructors. 2010-09-07 21:26:37 +00:00
track_view_list.h Fix missing virtual destructors. 2010-09-07 21:26:37 +00:00
ui_config_vars.h
ui_config.cc some (unfinished) work on incorporating Ben's rev 6919 changes regarding track selection; make newly selected tracks show the current range selection; fix crashes related to meter display; remove "all" group from main group tab display and just put it down in its own button (totally incomplete); minor cleanups 2010-08-26 23:25:44 +00:00
ui_config.h
utils.cc forward port of 7539 from 2.x 2010-08-22 16:28:26 +00:00
utils.h forward port of 7539 from 2.x 2010-08-22 16:28:26 +00:00
visual_time_axis.cc forward port 2.X changes up to and including rev 6767 2010-08-17 00:28:20 +00:00
visual_time_axis.h remove almost-unusued stop_signal.h and clean up the one (unused) place where it was present (VisualTimeAxis, not used in current ardour) 2010-05-31 14:21:43 +00:00
volume_controller.cc missing files added 2010-03-10 17:31:35 +00:00
volume_controller.h missing files added 2010-03-10 17:31:35 +00:00
vst_pluginui.cc Fix up VST build and add basic support for VSTi 2010-07-11 21:55:11 +00:00
waveview_p.h
waveview.cc
waveview.h
window_proxy.cc Fix font sizing in the big clock. 2010-08-18 14:16:44 +00:00
window_proxy.h Fix font sizing in the big clock. 2010-08-18 14:16:44 +00:00
wscript bump required versions of gtkmm etc 2010-09-02 17:00:26 +00:00
x11.cc