ardour/gtk2_ardour
Jesse Chappell 4ecfc19541 * Added (let's call it revealed) ability to record while the transport is looping.
This works for both Internal (seamless) and JACK sync, new regions 
  are created each cycle around the loop and stacked on top of each other. 
  It is recommended for now that automatic crossfades be turned off when doing this.
  Punch-In/Out may be used also (this used to be the only way to accomplish recording 
  while looping, but now the GUI represents it without goofiness.
 
* Fixed the stuttering/stuck problem when looping with JACK sync

* Fixed gui bug that prevented record-disable when latch record option is on

* Fixed issue where it would rec-enable unnecessarily when passing through the punch-out point

* Fixed corner case in diskstream record length (that no one would ever notice)



git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2034 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-26 02:15:02 +00:00
..
glade
icons put png versions of these icons into svn, rather than svg ones 2007-05-30 15:06:52 +00:00
pixmaps do proper install on x86_64 system, remove stupid debuggig code from panner, handle port registration error with its own error message 2007-01-03 20:00:57 +00:00
po updated from Petter 2007-04-20 18:58:05 +00:00
.cvsignore
about.cc new hellenic translation, plus new names in about dialog 2007-04-11 20:16:59 +00:00
about.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
actions.cc Fix mantis bug #1619; de-selecting Options->Crossfades->Show now hides all crossfades, and likewise selecting it shows all crossfades. 2007-04-20 13:41:15 +00:00
actions.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
add_route_dialog.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
add_route_dialog.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
analysis_window.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
analysis_window.h
ardbg small change to region creation for make-mono-regions; add untested short_path(); fix double-redraws when canvas zoom/position changes 2007-01-29 20:02:43 +00:00
ardev small change to region creation for make-mono-regions; add untested short_path(); fix double-redraws when canvas zoom/position changes 2007-01-29 20:02:43 +00:00
ardev_common.sh.in use dynamic bitsets for send + port insert naming; fix up ardev, arval etc more generically 2007-01-05 16:31:15 +00:00
ardour.bindings.in remove ardour.bindings from svn, and build using scons 2007-02-13 23:04:28 +00:00
ardour.colors changed redirect automation line colors to be more visible in default theme. removed debugging printout for session saving 2007-04-28 18:15:49 +00:00
ardour.menus fix for redirect state restore issues, remove trunk-only clock modes from menu defs 2007-06-04 21:52:54 +00:00
ardour.sh.in Make the script report if the system introduces a memlock limit 2007-01-10 22:14:41 +00:00
ardour2_ui.rc Fix for gnome themes that squash the zoom controls 2007-04-23 02:59:05 +00:00
ardour_dialog.cc
ardour_dialog.h
ardour_image_compositor_socket.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
ardour_ui.cc * Added (let's call it revealed) ability to record while the transport is looping. 2007-06-26 02:15:02 +00:00
ardour_ui.h add new denormal handling capabilities (95% finished) 2007-05-31 21:44:18 +00:00
ardour_ui2.cc Corrected fix for #1554 from spanky. 2007-04-10 17:56:44 +00:00
ardour_ui_dependents.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
ardour_ui_dialogs.cc resurrected the periodic safety backup. defaults to 120 second interval between saves. never lose your work again. 2007-04-20 02:46:21 +00:00
ardour_ui_ed.cc 2nd stage of denormal handling (from trunk); fix to avoid FLAC support when using a too-new FLAC library 2007-06-01 22:26:12 +00:00
ardour_ui_mixer.cc Removed unused MeterBridgeStrip and MeterBridge classes. 2007-03-13 16:17:29 +00:00
ardour_ui_options.cc add new denormal handling capabilities (95% finished) 2007-05-31 21:44:18 +00:00
arprof use dynamic bitsets for send + port insert naming; fix up ardev, arval etc more generically 2007-01-05 16:31:15 +00:00
arval use dynamic bitsets for send + port insert naming; fix up ardev, arval etc more generically 2007-01-05 16:31:15 +00:00
au_pluginui.cc
au_pluginui.h
audio_clock.cc fix audio clock handling of key press; fix crash bug caused by mapping over a region list selection that includes rows without regions 2007-05-23 00:02:51 +00:00
audio_clock.h fix audio clock handling of key press; fix crash bug caused by mapping over a region list selection that includes rows without regions 2007-05-23 00:02:51 +00:00
audio_region_editor.cc fix rect redraw problem(s); make zoom range rect visible again at the right time; apply tim's window title patch 2007-03-18 16:45:43 +00:00
audio_region_editor.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
audio_region_view.cc fix botched apply of torben's zero line patch, remove sampo's debug output re: ladspa plugin port setting 2007-04-03 15:44:46 +00:00
audio_region_view.h new design for region dragging; make add route dialog float over the correct window(s); try to remove confusion from different export dialogs regarding file/directory requirements ; minor cleanups 2007-03-05 15:34:56 +00:00
audio_streamview.cc allow diskstream deletion after a track is removed by using weak_ptr<Diskstream> instead of shared_ptr<Diskstream> in GUI signal handling 2007-05-18 16:52:50 +00:00
audio_streamview.h allow diskstream deletion after a track is removed by using weak_ptr<Diskstream> instead of shared_ptr<Diskstream> in GUI signal handling 2007-05-18 16:52:50 +00:00
audio_time_axis.cc fixes from Carl H for a couple of buglets 2007-03-12 14:24:05 +00:00
audio_time_axis.h fixes from Carl H for a couple of buglets 2007-03-12 14:24:05 +00:00
automation_gain_line.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
automation_gain_line.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
automation_line.cc audun's tempo redraw fix; sort-of cache time axis view item name widths and avoid pango-width-computation when unnecessary 2007-04-03 02:05:34 +00:00
automation_line.h audun's tempo redraw fix; sort-of cache time axis view item name widths and avoid pango-width-computation when unnecessary 2007-04-03 02:05:34 +00:00
automation_pan_line.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
automation_pan_line.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
automation_selectable.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
automation_selection.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
automation_time_axis.cc fix from Audun for automation track width/span problems 2007-04-27 11:31:20 +00:00
automation_time_axis.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
axis_view.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
axis_view.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
canvas-curve.h
canvas-imageframe.c
canvas-imageframe.h fix stupid error in last libart_lgpl related patch 2007-03-01 18:51:02 +00:00
canvas-ruler.c
canvas-ruler.h
canvas-simpleline.c
canvas-simpleline.h
canvas-simplerect.c probably fix cleanup issues, but testing required 2007-03-21 02:39:12 +00:00
canvas-simplerect.h
canvas-waveview.c wash that pango right out of your hair 2007-04-05 21:56:32 +00:00
canvas-waveview.h Make colors for clip markers controllable by ardour.colors. Default 2007-04-02 21:18:15 +00:00
canvas.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
canvas_impl.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
color.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
color_manager.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
color_manager.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
colors.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
connection_editor.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
connection_editor.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
crossfade_edit.cc xfade editor speedup from markus s., and a fix for the reset button in that editor 2007-05-30 14:54:58 +00:00
crossfade_edit.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
crossfade_view.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
crossfade_view.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
crossfade_xpms.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
curvetest.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
draginfo.h more use of int64_t to fix frame offset values 2007-05-30 17:46:33 +00:00
editing.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
editing.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
editing_syms.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
editor.cc more use of int64_t to fix frame offset values 2007-05-30 17:46:33 +00:00
editor.h more use of int64_t to fix frame offset values 2007-05-30 17:46:33 +00:00
editor_actions.cc Fix mantis bug #1619; de-selecting Options->Crossfades->Show now hides all crossfades, and likewise selecting it shows all crossfades. 2007-04-20 13:41:15 +00:00
editor_audio_import.cc fix crashes when handling files with ":" in their paths. Cost: cannot load old sessions with non-mono embedded files anymore 2007-04-06 02:48:29 +00:00
editor_audiotrack.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
editor_canvas.cc new swedish gtk2_ardour translation; fix button release adds extra control point; fix click in automation track selects regions 2007-04-10 21:34:22 +00:00
editor_canvas_events.cc new swedish gtk2_ardour translation; fix button release adds extra control point; fix click in automation track selects regions 2007-04-10 21:34:22 +00:00
editor_cursors.cc Add playhead and editcursor to ardour.colors and remove hard coded colors 2007-03-08 16:41:38 +00:00
editor_edit_groups.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
editor_enums.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
editor_export_audio.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
editor_hscroller.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
editor_imageframe.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
editor_items.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
editor_keyboard.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
editor_keys.cc new design for region dragging; make add route dialog float over the correct window(s); try to remove confusion from different export dialogs regarding file/directory requirements ; minor cleanups 2007-03-05 15:34:56 +00:00
editor_markers.cc make rubber band select act across all tracks, not the current selection 2007-04-18 19:12:12 +00:00
editor_mixer.cc fix mixer-strip-width-not-restored, hopefully forever 2007-04-26 23:21:53 +00:00
editor_mouse.cc potential fix for ctrl-middleclick crash (merged from trunk) 2007-06-01 22:51:53 +00:00
editor_nudge.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
editor_ops.cc Fix mantis bug #1619; de-selecting Options->Crossfades->Show now hides all crossfades, and likewise selecting it shows all crossfades. 2007-04-20 13:41:15 +00:00
editor_region_list.cc fix #1693 and related bug 2007-05-30 13:51:40 +00:00
editor_route_list.cc allow diskstream deletion after a track is removed by using weak_ptr<Diskstream> instead of shared_ptr<Diskstream> in GUI signal handling 2007-05-18 16:52:50 +00:00
editor_rulers.cc more use of int64_t to fix frame offset values 2007-05-30 17:46:33 +00:00
editor_scrub.cc
editor_selection.cc make rubber band select act across all tracks, not the current selection 2007-04-18 19:12:12 +00:00
editor_selection_list.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
editor_tempodisplay.cc audun's tempo redraw fix; sort-of cache time axis view item name widths and avoid pango-width-computation when unnecessary 2007-04-03 02:05:34 +00:00
editor_timefx.cc fix rect redraw problem(s); make zoom range rect visible again at the right time; apply tim's window title patch 2007-03-18 16:45:43 +00:00
editor_xpms make editor window show up at the right time 2006-12-16 02:25:10 +00:00
enums.cc fix mixer-strip-width-not-restored, hopefully forever 2007-04-26 23:21:53 +00:00
enums.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
export_dialog.cc translate export sample rates 2007-04-12 21:36:49 +00:00
export_dialog.h merge changes from trunk 2007-05-07 04:41:08 +00:00
export_range_markers_dialog.cc fix errors in multi-range export (and possibly other export styles); compiler warnings patch from Carl 2007-03-16 21:44:10 +00:00
export_range_markers_dialog.h new design for region dragging; make add route dialog float over the correct window(s); try to remove confusion from different export dialogs regarding file/directory requirements ; minor cleanups 2007-03-05 15:34:56 +00:00
export_region_dialog.cc new design for region dragging; make add route dialog float over the correct window(s); try to remove confusion from different export dialogs regarding file/directory requirements ; minor cleanups 2007-03-05 15:34:56 +00:00
export_region_dialog.h
export_session_dialog.cc new design for region dragging; make add route dialog float over the correct window(s); try to remove confusion from different export dialogs regarding file/directory requirements ; minor cleanups 2007-03-05 15:34:56 +00:00
export_session_dialog.h
fft_graph.cc Warning fixes. 2007-01-07 19:35:02 +00:00
fft_graph.h
fft_result.cc
fft_result.h
gain_automation_time_axis.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
gain_automation_time_axis.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
gain_meter.cc Removed unused variable (current_user_level) from FastMeter. 2007-04-04 12:23:05 +00:00
gain_meter.h fixes from Carl H for a couple of buglets 2007-03-12 14:24:05 +00:00
gettext.h
ghostregion.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
ghostregion.h audun's tempo redraw fix; sort-of cache time axis view item name widths and avoid pango-width-computation when unnecessary 2007-04-03 02:05:34 +00:00
gprofhelper.c
gtk-custom-hruler.c
gtk-custom-hruler.h
gtk-custom-ruler.c
gtk-custom-ruler.h
gtkscrolledwindow.c
gui_thread.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
i18n.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
imageframe.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
imageframe.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
imageframe_p.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
imageframe_socket_handler.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
imageframe_socket_handler.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
imageframe_time_axis.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
imageframe_time_axis.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
imageframe_time_axis_group.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
imageframe_time_axis_group.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
imageframe_time_axis_view.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
imageframe_time_axis_view.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
imageframe_view.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
imageframe_view.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
io_selector.cc The traditional LAC2007 final dinner fix. This fix was written in a 24/7 2007-03-26 19:12:39 +00:00
io_selector.h .. and the 2nd file in the LAC2007 bar-hack session 2007-03-26 19:53:09 +00:00
itest.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
keyboard.cc fix audio clock handling of key press; fix crash bug caused by mapping over a region list selection that includes rows without regions 2007-05-23 00:02:51 +00:00
keyboard.h fix audio clock handling of key press; fix crash bug caused by mapping over a region list selection that includes rows without regions 2007-05-23 00:02:51 +00:00
ladspa_pluginui.cc edit groups tab gets headers (carl); use sampo's SSE find_peaks code; fix build for find_peaks on x86; don't duplicate sources when embedding; use Glib::ustring for all source-related strings; fixup plugin UI automation buttons 2007-03-15 19:42:42 +00:00
location_ui.cc fix rect redraw problem(s); make zoom range rect visible again at the right time; apply tim's window title patch 2007-03-18 16:45:43 +00:00
location_ui.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
logmeter.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
main.cc add new profile object, use it to remove certain horizontal elements from GUI if screen is narrow; make verbose canvas cursor use primary clock mode if secondary clock is not visible 2007-04-07 00:35:07 +00:00
marker.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
marker.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
marker_time_axis.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
marker_time_axis.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
marker_time_axis_view.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
marker_time_axis_view.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
marker_view.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
marker_view.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
mixer_strip.cc add new denormal handling capabilities (95% finished) 2007-05-31 21:44:18 +00:00
mixer_strip.h fix mixer-strip-width-not-restored, hopefully forever 2007-04-26 23:21:53 +00:00
mixer_ui.cc fix mixer-strip-width-not-restored, hopefully forever 2007-04-26 23:21:53 +00:00
mixer_ui.h Removed unused MeterBridgeStrip and MeterBridge classes. 2007-03-13 16:17:29 +00:00
mtest.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
mtest.menus
mtest_other.menus
mtest_shared.menu
new_session_dialog.cc tim mayberry's patches to fix middle-click pasting ina couple of dialogs (merged from trunk) 2007-05-16 02:43:06 +00:00
new_session_dialog.h tim mayberry's patches to fix middle-click pasting ina couple of dialogs (merged from trunk) 2007-05-16 02:43:06 +00:00
option_editor.cc fix rect redraw problem(s); make zoom range rect visible again at the right time; apply tim's window title patch 2007-03-18 16:45:43 +00:00
option_editor.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
opts.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
opts.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
pan_automation_time_axis.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
pan_automation_time_axis.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
panner.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
panner.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
panner2d.cc fix #1394 - The 'narrow strip' option in the mixer does not take extra width into account; involved some nice cleanup of width handling in mixer strips etc. 2007-02-27 17:22:47 +00:00
panner2d.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
panner_ui.cc fix panner visual corruption bug #1213; more consistent naming for automation states; carl's wheel-3 patch 2007-03-13 12:08:41 +00:00
panner_ui.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
playlist_selection.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
playlist_selector.cc fix rect redraw problem(s); make zoom range rect visible again at the right time; apply tim's window title patch 2007-03-18 16:45:43 +00:00
playlist_selector.h use shared_ptr for all Playlist handling; cleanup works again 2006-12-14 14:15:43 +00:00
plugin_selector.cc i18n MISSING 2007-02-26 19:26:49 +00:00
plugin_selector.h
plugin_ui.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
plugin_ui.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
point_selection.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
prompter.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
prompter.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
public_editor.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
public_editor.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
redirect_automation_line.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
redirect_automation_line.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
redirect_automation_time_axis.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
redirect_automation_time_axis.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
redirect_box.cc another redirect dialog fix 2007-05-11 13:56:08 +00:00
redirect_box.h Prevent copy & paste of sends and inserts. Add "delete" command to the 2007-04-11 17:53:42 +00:00
redirect_selection.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
region_editor.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
region_gain_line.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
region_gain_line.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
region_selection.cc fix potential crash-causing coding errors when removing regionviews from the selection 2007-04-10 11:46:12 +00:00
region_selection.h more games with selection 2007-01-18 16:45:29 +00:00
region_view.cc modified fix from carl for region copy-moves-original-to-start bug; change verbose canvas cursor color to be more distinct and readable; fix naming issues with imported files containing ':'; make sure [N] channels count shows up for whole files in region list; fix #1575, a subtle and nasty bug; improve positioning of verbose canvas cursor for ruler drags (but has a wierd side effect 2007-04-06 23:42:07 +00:00
region_view.h make rec-regions insensitive to events; fix up diskrate dialog text 2007-03-19 14:45:34 +00:00
rgb_macros.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
route_params_ui.cc fix rect redraw problem(s); make zoom range rect visible again at the right time; apply tim's window title patch 2007-03-18 16:45:43 +00:00
route_params_ui.h Removed unused MeterBridgeStrip and MeterBridge classes. 2007-03-13 16:17:29 +00:00
route_redirect_selection.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
route_redirect_selection.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
route_selection.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
route_time_axis.cc allow diskstream deletion after a track is removed by using weak_ptr<Diskstream> instead of shared_ptr<Diskstream> in GUI signal handling 2007-05-18 16:52:50 +00:00
route_time_axis.h no renaming tracks that are record-enabled 2007-04-26 18:21:39 +00:00
route_ui.cc add new denormal handling capabilities (95% finished) 2007-05-31 21:44:18 +00:00
route_ui.h add new denormal handling capabilities (95% finished) 2007-05-31 21:44:18 +00:00
SConscript rui's updated pt_PT gtk2_ardour translation 2007-04-13 15:13:32 +00:00
selectable.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
selection.cc fix nasty logic error that leads to crashing bugs when trying to operate on regions that have been subject to undo/redo 2007-04-06 02:27:24 +00:00
selection.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
selection_templates.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
send_ui.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
send_ui.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
sfdb_ui.cc add alternate filters for soundfile browser 2007-05-16 02:25:36 +00:00
sfdb_ui.h add alternate filters for soundfile browser 2007-05-16 02:25:36 +00:00
simpleline.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
simpleline.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
simpleline_p.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
simplerect.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
simplerect.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
simplerect_p.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
splash.png
streamview.cc * Added (let's call it revealed) ability to record while the transport is looping. 2007-06-26 02:15:02 +00:00
streamview.h * Added (let's call it revealed) ability to record while the transport is looping. 2007-06-26 02:15:02 +00:00
strip_selection.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
tape_region_view.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
tape_region_view.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
tempo_dialog.cc the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
tempo_dialog.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
time_axis_view.cc Update height after changing order to fix mantis bug #1618 2007-04-20 15:16:48 +00:00
time_axis_view.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
time_axis_view_item.cc do not unnecessarily recompute streamview item heights; set axis view item name text to an empty string, not just hidden if no text will fit 2007-04-26 12:14:50 +00:00
time_axis_view_item.h wash that pango right out of your hair 2007-04-05 21:56:32 +00:00
time_selection.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
time_selection.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
track_selection.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00
utils.cc fix audio clock handling of key press; fix crash bug caused by mapping over a region list selection that includes rows without regions 2007-05-23 00:02:51 +00:00
utils.h fix nasty logic error that leads to crashing bugs when trying to operate on regions that have been subject to undo/redo 2007-04-06 02:27:24 +00:00
visual_time_axis.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
visual_time_axis.h remove Id: lines from many/all headers and some more source files 2007-02-28 19:32:13 +00:00
vst_pluginui.cc remove all lines to avoid recompiles after commits 2007-02-22 18:36:03 +00:00
waveview.cc Make colors for clip markers controllable by ardour.colors. Default 2007-04-02 21:18:15 +00:00
waveview.h Make colors for clip markers controllable by ardour.colors. Default 2007-04-02 21:18:15 +00:00
waveview_p.h the useless commit: add copyright messages to all(?) files that need it 2007-04-12 21:37:52 +00:00