13
0
livetrax/gtk2_ardour
Paul Davis 119dc86f6f copy older versions of the session file, fix up ardev to work again using %VERSION%
git-svn-id: svn://localhost/ardour2/trunk@1268 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-01-04 19:12:55 +00:00
..
glade
icons new versions of icons from thorsten 2006-12-11 13:45:49 +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 Committed German translation update. 2006-12-16 16:18:38 +00:00
.cvsignore
about.cc miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURS 2006-12-06 19:00:57 +00:00
about.h
actions.cc track naming patch from brian; slightly modified F11-bug workaround from brian; undo/redo items in edit menu now show operation to be undone/redone; canvas allocations now handled by an idle handler; region views respond to changes in fade/in/out curves ; undo/redo possible for some fade in/out operations; automation tracks extend to max_frames 2006-11-16 18:42:48 +00:00
actions.h many important changes to configuration system and specific parameters 2006-09-29 21:39:39 +00:00
add_route_dialog.cc enable more string translations 2006-10-26 15:20:18 +00:00
add_route_dialog.h
analysis_window.cc Fix small compile issue due to shared_ptr<> fixes 2006-12-14 21:30:11 +00:00
analysis_window.h
ardbg Script portability fixes. 2006-09-30 15:58:21 +00:00
ardev copy older versions of the session file, fix up ardev to work again using %VERSION% 2007-01-04 19:12:55 +00:00
ardev_common.sh fix hover-expand mode for a couple of treeviews; make solo/rec/mute MIDI bindable again; merge our own clearlooks engine 2006-11-15 21:06:21 +00:00
ardev.in copy older versions of the session file, fix up ardev to work again using %VERSION% 2007-01-04 19:12:55 +00:00
ardour2_ui.rc updated disabled panner colors so they are visible. 2006-12-31 02:10:20 +00:00
ardour_dialog.cc
ardour_dialog.h
ardour_image_compositor_socket.h
ardour_message.cc
ardour_message.h
ardour_ui2.cc patch from brian to get consistent menu behaviour 2006-11-22 00:58:22 +00:00
ardour_ui_dependents.cc prevent massive, multiple, pointless keybindings saves during startup 2007-01-03 18:48:27 +00:00
ardour_ui_dialogs.cc Removed SoundFileBrowser from Windows menu. 2006-12-19 14:44:10 +00:00
ardour_ui_ed.cc massive changes to clean up what happens during session destruction when an exception is thrown 2007-01-03 18:08:11 +00:00
ardour_ui_mixer.cc
ardour_ui_options.cc * added max peak hold state to IO so that the true held peaks can be displayed 2007-01-03 20:49:03 +00:00
ardour_ui.cc 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
ardour_ui.h prevent massive, multiple, pointless keybindings saves during startup 2007-01-03 18:48:27 +00:00
ardour.bindings 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
ardour.colors Fixed reversed bar/beat colours 2006-11-14 06:10:46 +00:00
ardour.menus General SMPTE fixes mostly relating to non-integer frame rates. Please Test. Fix for sometimes entering an invalid SMPTE format by CHANGING THE SESSION FILE. ****Warning. the SMPTE frame rate will be reset to 30 NDF if you load an old sessionardour2_broken/***. Calculate the HMS verbose canvas cursor properly. Fix incorrect SMPTE display in clocks/VCC. Standardise size of SMPTE display in editor clocks. Make the zoom controls smaller (anyone with some smaller icons?). 2007-01-02 13:57:06 +00:00
ardour.sh.in copy older versions of the session file, fix up ardev to work again using %VERSION% 2007-01-04 19:12:55 +00:00
arprof
arval reduce calls to fit_to_pixels(); flip back to old fix for rec regions botch; executable stack fix; avoid delete this in MementoCommand lifetime management 2006-10-17 20:40:39 +00:00
au_pluginui.cc Fixed compilation of CoreAudioSource 2006-08-31 16:34:42 +00:00
au_pluginui.h Fixed compilation of CoreAudioSource 2006-08-31 16:34:42 +00:00
audio_clock.cc Fix for SMPTE clock text entry 2007-01-02 16:44:03 +00:00
audio_clock.h timecode clock info patch from oofus, big clock mods from oofus, rec-sensitive color in big clock, update all transport clocks when changing playhead, bounds check for automation bug 2006-11-30 16:43:11 +00:00
audio_region_editor.cc use shared_ptr for all Playlist handling; cleanup works again 2006-12-14 14:15:43 +00:00
audio_region_editor.h remove almost everything from region editor, make popup menu more useful and accurate and informative 2006-11-13 22:59:02 +00:00
audio_region_view.cc tweaked panner appearance and consistency, panner line now distinct color from triangles. shift-click now reverts panner to center, left or right depending on number of channels. minor updates to osx app build script. fixed region editor re-show problem. 2006-12-30 06:37:00 +00:00
audio_region_view.h added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed. 2006-12-16 05:14:34 +00:00
audio_streamview.cc fixed waveform shape and scale issue to maintain the state for all new regions on the track 2006-12-18 22:34:51 +00:00
audio_streamview.h fixed waveform shape and scale issue to maintain the state for all new regions on the track 2006-12-18 22:34:51 +00:00
audio_time_axis.cc added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed. 2006-12-16 05:14:34 +00:00
audio_time_axis.h added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed. 2006-12-16 05:14:34 +00:00
automation_gain_line.cc
automation_gain_line.h
automation_line.cc remove debugging output file 2006-12-13 21:11:30 +00:00
automation_line.h major fixes to automation editing 2006-11-28 17:52:09 +00:00
automation_pan_line.cc
automation_pan_line.h
automation_selectable.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
automation_selection.h
automation_time_axis.cc fix for crash when loading a session after running another, caused by not checking for _view != 0 in route_time_axis.cc; make fit_to_pixels() more useful and use it to truncate redirect and redirect parameters names in track control area 2006-12-14 16:21:43 +00:00
automation_time_axis.h fix for crash when loading a session after running another, caused by not checking for _view != 0 in route_time_axis.cc; make fit_to_pixels() more useful and use it to truncate redirect and redirect parameters names in track control area 2006-12-14 16:21:43 +00:00
axis_view.cc
axis_view.h
canvas_impl.h
canvas-curve.h
canvas-imageframe.c
canvas-imageframe.h
canvas-ruler.c
canvas-ruler.h
canvas-simpleline.c
canvas-simpleline.h
canvas-simplerect.c make autoscroll a bit easier to use, fix missing measure lines when moving the editor pane, slight optimisation(?) of canvas-simplerect (seems to make a difference to me), fix dirty pixels when moving regions across tracks sometimes. some code cleanup. 2006-09-02 02:54:04 +00:00
canvas-simplerect.h
canvas-waveview.c added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed. 2006-12-16 05:14:34 +00:00
canvas-waveview.h added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed. 2006-12-16 05:14:34 +00:00
canvas.h
color_manager.cc
color_manager.h
color.h
colors.h
connection_editor.cc
connection_editor.h
crossfade_edit.cc small but major fix for Controllable state storage (do not create illegal XML nodes); set wmclass for plugin windows; use X_() for all wmclass names 2006-12-20 02:50:28 +00:00
crossfade_edit.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
crossfade_view.cc crossfade views are only as long as the crossfades themselves, show verbose time cursor when copy-grabbing regions (instead of upon motion), translucent regions while dragging/trimming 2006-11-28 19:19:13 +00:00
crossfade_view.h
crossfade_xpms.h
curvetest.cc
draginfo.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
editing_syms.h Synced string array in sfdb_ui.cc with ImportMode enum. 2006-09-01 01:59:41 +00:00
editing.cc fix crashing bug caused by recursive set_state() nonsense; sync snap_type, snap_mode, zoom_focus GUI elements; minor tweaks 2006-11-01 17:41:28 +00:00
editing.h fix crashing bug caused by recursive set_state() nonsense; sync snap_type, snap_mode, zoom_focus GUI elements; minor tweaks 2006-11-01 17:41:28 +00:00
editor_actions.cc General SMPTE fixes mostly relating to non-integer frame rates. Please Test. Fix for sometimes entering an invalid SMPTE format by CHANGING THE SESSION FILE. ****Warning. the SMPTE frame rate will be reset to 30 NDF if you load an old sessionardour2_broken/***. Calculate the HMS verbose canvas cursor properly. Fix incorrect SMPTE display in clocks/VCC. Standardise size of SMPTE display in editor clocks. Make the zoom controls smaller (anyone with some smaller icons?). 2007-01-02 13:57:06 +00:00
editor_audio_import.cc use ustring more; handle embedding of "paired" files as per mantis #1362 2006-12-21 18:38:00 +00:00
editor_audiotrack.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
editor_canvas_events.cc make shift-scrollwheel work in any TimeAxisView 2006-12-19 15:42:42 +00:00
editor_canvas.cc use ustring more; handle embedding of "paired" files as per mantis #1362 2006-12-21 18:38:00 +00:00
editor_cursors.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
editor_edit_groups.cc patch from brian to get consistent menu behaviour 2006-11-22 00:58:22 +00:00
editor_enums.h
editor_export_audio.cc use shared_ptr for all Playlist handling; cleanup works again 2006-12-14 14:15:43 +00:00
editor_hscroller.cc ** requires svn jack ** Hardware monitoring should work, some canvas scrolling speed improvement, don't disconcertingly churn the disk if jack auto-start fails, mixer visibility state is saved per session, slow down meters a bit (too much?), zoom cleanups, remove some unused variables, use rwlock for tempo state for no reason other than that it might be useful one day, fix compiler warning. 2006-08-30 20:48:16 +00:00
editor_imageframe.cc save keybindings to file used at startup; allow keybindings file to be cmdline-specified; remove some GTK2FIX comments; fix feedback based on john anderson's patch; apply scons patches; fix crash when taking MIDI ports online+offline; try to prevent aborts when shutting down due to metering thread; start work on reconstructing GlobalFOOCommand commands; use ftruncate to hint at peakfile preallocation to reduce fragmentation 2006-12-19 02:41:19 +00:00
editor_items.h
editor_keyboard.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
editor_keys.cc
editor_markers.cc patches from Stephane Letz for JACK, and Nimal Ratnayake for play range and play region 2007-01-02 21:25:37 +00:00
editor_mixer.cc don't update clocks while dragging playhead 2006-12-01 17:32:41 +00:00
editor_mouse.cc General SMPTE fixes mostly relating to non-integer frame rates. Please Test. Fix for sometimes entering an invalid SMPTE format by CHANGING THE SESSION FILE. ****Warning. the SMPTE frame rate will be reset to 30 NDF if you load an old sessionardour2_broken/***. Calculate the HMS verbose canvas cursor properly. Fix incorrect SMPTE display in clocks/VCC. Standardise size of SMPTE display in editor clocks. Make the zoom controls smaller (anyone with some smaller icons?). 2007-01-02 13:57:06 +00:00
editor_nudge.cc
editor_ops.cc Removed SoundFileBrowser from Windows menu. 2006-12-19 14:44:10 +00:00
editor_region_list.cc use ustring more; handle embedding of "paired" files as per mantis #1362 2006-12-21 18:38:00 +00:00
editor_route_list.cc patch from brian to get consistent menu behaviour 2006-11-22 00:58:22 +00:00
editor_rulers.cc patch from brian to get consistent menu behaviour 2006-11-22 00:58:22 +00:00
editor_scrub.cc
editor_selection_list.cc use shared_ptr for all Playlist handling; cleanup works again 2006-12-14 14:15:43 +00:00
editor_tempodisplay.cc Fixed reversed bar/beat colours 2006-11-14 06:10:46 +00:00
editor_timefx.cc use shared_ptr for all Playlist handling; cleanup works again 2006-12-14 14:15:43 +00:00
editor_xpms make editor window show up at the right time 2006-12-16 02:25:10 +00:00
editor.cc General SMPTE fixes mostly relating to non-integer frame rates. Please Test. Fix for sometimes entering an invalid SMPTE format by CHANGING THE SESSION FILE. ****Warning. the SMPTE frame rate will be reset to 30 NDF if you load an old sessionardour2_broken/***. Calculate the HMS verbose canvas cursor properly. Fix incorrect SMPTE display in clocks/VCC. Standardise size of SMPTE display in editor clocks. Make the zoom controls smaller (anyone with some smaller icons?). 2007-01-02 13:57:06 +00:00
editor.h patches from Stephane Letz for JACK, and Nimal Ratnayake for play range and play region 2007-01-02 21:25:37 +00:00
enums.h added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed. 2006-12-16 05:14:34 +00:00
export_dialog.cc small but major fix for Controllable state storage (do not create illegal XML nodes); set wmclass for plugin windows; use X_() for all wmclass names 2006-12-20 02:50:28 +00:00
export_dialog.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
export_range_markers_dialog.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
export_range_markers_dialog.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
export_region_dialog.cc fix silly override of member by local variable that led to crash during region export 2006-11-07 21:15:34 +00:00
export_region_dialog.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
export_session_dialog.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
export_session_dialog.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
fft_graph.cc Ben's changes to the logscale. Low end is now better represented, thanks! 2006-11-15 20:37:23 +00:00
fft_graph.h
fft_result.cc
fft_result.h
gain_automation_time_axis.cc massive changes in automation state handling, not entirely complete; some bug fixes for automation line drawing 2006-10-31 02:40:08 +00:00
gain_automation_time_axis.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
gain_meter.cc * added max peak hold state to IO so that the true held peaks can be displayed 2007-01-03 20:49:03 +00:00
gain_meter.h frame for fader belt; better focus behaviour for gain display text entry (generalized) 2006-11-30 04:21:32 +00:00
gettext.h
ghostregion.cc
ghostregion.h
gprofhelper.c
grouped_buttons.cc
grouped_buttons.h
gtk-custom-hruler.c
gtk-custom-hruler.h
gtk-custom-ruler.c
gtk-custom-ruler.h
gtkscrolledwindow.c
gui_thread.h start of new crossthread-safe design 2006-11-16 03:18:30 +00:00
i18n.h namespace fix. 2006-10-24 15:41:46 +00:00
imageframe_p.h
imageframe_socket_handler.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
imageframe_socket_handler.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
imageframe_time_axis_group.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
imageframe_time_axis_group.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
imageframe_time_axis_view.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
imageframe_time_axis_view.h
imageframe_time_axis.cc
imageframe_time_axis.h
imageframe_view.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
imageframe_view.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
imageframe.cc
imageframe.h
io_selector.cc miscellaneous stuff, SVN IS TEMPORARILY BROKEN. FIX WITHIN 18 HOURS 2006-12-06 19:00:57 +00:00
io_selector.h fix stupid button sensitivity issue in IO Selector 2006-11-12 00:40:14 +00:00
itest.cc
keyboard_target.cc
keyboard_target.h
keyboard.cc first pass on track mode switch; fixes to dangling region refs after capture; destroy region menu item removed; small fix to SConstruct for missing C++ case; playlist selection mechanism modified ; new Selection operation added (Add); handle crashing situation with align style change handling caused by recursion 2006-11-09 20:38:39 +00:00
keyboard.h
ladspa_pluginui.cc patch from brian to get consistent menu behaviour 2006-11-22 00:58:22 +00:00
location_ui.cc small but major fix for Controllable state storage (do not create illegal XML nodes); set wmclass for plugin windows; use X_() for all wmclass names 2006-12-20 02:50:28 +00:00
location_ui.h
logmeter.h added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed. 2006-12-16 05:14:34 +00:00
main.cc massive changes to clean up what happens during session destruction when an exception is thrown 2007-01-03 18:08:11 +00:00
marker_time_axis_view.cc track naming patch from brian; slightly modified F11-bug workaround from brian; undo/redo items in edit menu now show operation to be undone/redone; canvas allocations now handled by an idle handler; region views respond to changes in fade/in/out curves ; undo/redo possible for some fade in/out operations; automation tracks extend to max_frames 2006-11-16 18:42:48 +00:00
marker_time_axis_view.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
marker_time_axis.cc
marker_time_axis.h
marker_view.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
marker_view.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
marker.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
marker.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
meter_bridge_strip.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
meter_bridge_strip.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
meter_bridge.cc small but major fix for Controllable state storage (do not create illegal XML nodes); set wmclass for plugin windows; use X_() for all wmclass names 2006-12-20 02:50:28 +00:00
meter_bridge.h
mixer_strip.cc many small changes, see ardour-dev for more 2006-11-27 19:31:33 +00:00
mixer_strip.h many small changes, see ardour-dev for more 2006-11-27 19:31:33 +00:00
mixer_ui.cc small but major fix for Controllable state storage (do not create illegal XML nodes); set wmclass for plugin windows; use X_() for all wmclass names 2006-12-20 02:50:28 +00:00
mixer_ui.h ** requires svn jack ** Hardware monitoring should work, some canvas scrolling speed improvement, don't disconcertingly churn the disk if jack auto-start fails, mixer visibility state is saved per session, slow down meters a bit (too much?), zoom cleanups, remove some unused variables, use rwlock for tempo state for no reason other than that it might be useful one day, fix compiler warning. 2006-08-30 20:48:16 +00:00
mtest_other.menus
mtest_shared.menu
mtest.cc
mtest.menus
new_session_dialog.cc missing template dir patch from tim, fix extend selection to track when track is already selected 2006-12-20 21:54:39 +00:00
new_session_dialog.h thorwil's design picks for NSD 2006-10-05 14:43:25 +00:00
option_editor.cc small but major fix for Controllable state storage (do not create illegal XML nodes); set wmclass for plugin windows; use X_() for all wmclass names 2006-12-20 02:50:28 +00:00
option_editor.h PBD::strip_whitespace_edges() returns the empty string if the passed string is 2006-12-01 06:01:30 +00:00
opts.cc Made transition to h/w optimizations on by default complete 2007-01-03 21:57:33 +00:00
opts.h save keybindings to file used at startup; allow keybindings file to be cmdline-specified; remove some GTK2FIX comments; fix feedback based on john anderson's patch; apply scons patches; fix crash when taking MIDI ports online+offline; try to prevent aborts when shutting down due to metering thread; start work on reconstructing GlobalFOOCommand commands; use ftruncate to hint at peakfile preallocation to reduce fragmentation 2006-12-19 02:41:19 +00:00
pan_automation_time_axis.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
pan_automation_time_axis.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
panner2d.cc patch from brian to get consistent menu behaviour 2006-11-22 00:58:22 +00:00
panner2d.h
panner_ui.cc tweaked panner appearance and consistency, panner line now distinct color from triangles. shift-click now reverts panner to center, left or right depending on number of channels. minor updates to osx app build script. fixed region editor re-show problem. 2006-12-30 06:37:00 +00:00
panner_ui.h more panner tweaking 2006-12-21 02:52:27 +00:00
panner.cc tweaked panner appearance and consistency, panner line now distinct color from triangles. shift-click now reverts panner to center, left or right depending on number of channels. minor updates to osx app build script. fixed region editor re-show problem. 2006-12-30 06:37:00 +00:00
panner.h fix crashing bug on cut operation; panner noodling 2006-12-21 20:13:37 +00:00
playlist_selection.h use shared_ptr for all Playlist handling; cleanup works again 2006-12-14 14:15:43 +00:00
playlist_selector.cc save keybindings to file used at startup; allow keybindings file to be cmdline-specified; remove some GTK2FIX comments; fix feedback based on john anderson's patch; apply scons patches; fix crash when taking MIDI ports online+offline; try to prevent aborts when shutting down due to metering thread; start work on reconstructing GlobalFOOCommand commands; use ftruncate to hint at peakfile preallocation to reduce fragmentation 2006-12-19 02:41:19 +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 Fixed compilation of CoreAudioSource 2006-08-31 16:34:42 +00:00
plugin_selector.h Fixed compilation of CoreAudioSource 2006-08-31 16:34:42 +00:00
plugin_ui.cc small but major fix for Controllable state storage (do not create illegal XML nodes); set wmclass for plugin windows; use X_() for all wmclass names 2006-12-20 02:50:28 +00:00
plugin_ui.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
point_selection.h
prompter.cc
prompter.h
public_editor.cc
public_editor.h make shift-click (extend) selection operation on track headers etc. work 2006-12-19 20:11:42 +00:00
redirect_automation_line.cc
redirect_automation_line.h
redirect_automation_time_axis.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
redirect_automation_time_axis.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
redirect_box.cc fix behaviour of middle mouse button in a redirect box, without debug output, moreso 2006-12-19 14:38:22 +00:00
redirect_box.h fix required library versions; fix use of shared_ptr by redirect_box; fix double delete of redirects; make delete event work only on button release, in general 2006-12-08 17:16:50 +00:00
redirect_selection.h
region_editor.h
region_gain_line.cc major fixes to automation editing 2006-11-28 17:52:09 +00:00
region_gain_line.h major fixes to automation editing 2006-11-28 17:52:09 +00:00
region_selection.cc first pass on track mode switch; fixes to dangling region refs after capture; destroy region menu item removed; small fix to SConstruct for missing C++ case; playlist selection mechanism modified ; new Selection operation added (Add); handle crashing situation with align style change handling caused by recursion 2006-11-09 20:38:39 +00:00
region_selection.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
region_view.cc crossfade views are only as long as the crossfades themselves, show verbose time cursor when copy-grabbing regions (instead of upon motion), translucent regions while dragging/trimming 2006-11-28 19:19:13 +00:00
region_view.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
rgb_macros.h
route_params_ui.cc small but major fix for Controllable state storage (do not create illegal XML nodes); set wmclass for plugin windows; use X_() for all wmclass names 2006-12-20 02:50:28 +00:00
route_params_ui.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
route_redirect_selection.cc
route_redirect_selection.h
route_selection.h
route_time_axis.cc fix crashing bug on cut operation; panner noodling 2006-12-21 20:13:37 +00:00
route_time_axis.h fix for crash when loading a session after running another, caused by not checking for _view != 0 in route_time_axis.cc; make fit_to_pixels() more useful and use it to truncate redirect and redirect parameters names in track control area 2006-12-14 16:21:43 +00:00
route_ui.cc many small changes, see ardour-dev for more 2006-11-27 19:31:33 +00:00
route_ui.h massive changes in automation state handling, not entirely complete; some bug fixes for automation line drawing 2006-10-31 02:40:08 +00:00
SConscript copy older versions of the session file, fix up ardev to work again using %VERSION% 2007-01-04 19:12:55 +00:00
selectable.h
selection_templates.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
selection.cc use shared_ptr for all Playlist handling; cleanup works again 2006-12-14 14:15:43 +00:00
selection.h use shared_ptr for all Playlist handling; cleanup works again 2006-12-14 14:15:43 +00:00
send_ui.cc more object lifetime management fixes, plus a couple of tiny cleanups 2006-10-18 17:42:59 +00:00
send_ui.h more object lifetime management fixes, plus a couple of tiny cleanups 2006-10-18 17:42:59 +00:00
sfdb_ui.cc PBD::strip_whitespace_edges() returns the empty string if the passed string is 2006-12-01 06:01:30 +00:00
sfdb_ui.h PBD::strip_whitespace_edges() returns the empty string if the passed string is 2006-12-01 06:01:30 +00:00
simpleline_p.h
simpleline.cc
simpleline.h
simplerect_p.h
simplerect.cc
simplerect.h
splash.png New spash screen 2006-10-11 21:05:04 +00:00
streamview.cc fix visual focus indication in IOSelector; import pays attention to audio file embedded position; peaks now built properly for embedded/imported files 2006-11-11 00:14:12 +00:00
streamview.h major changes to Region, AudioRegion, Playlist, AudioPlaylist and Crossfade state management, to try to fix undo/redo. Not finished, butthe speedups etc. are in place 2006-10-19 22:02:30 +00:00
strip_selection.h
tape_region_view.cc used shared_ptr<Source>, somewhat successfully 2006-08-29 00:23:45 +00:00
tape_region_view.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
tempo_dialog.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
tempo_dialog.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
time_axis_view_item.cc crossfade views are only as long as the crossfades themselves, show verbose time cursor when copy-grabbing regions (instead of upon motion), translucent regions while dragging/trimming 2006-11-28 19:19:13 +00:00
time_axis_view_item.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
time_axis_view.cc fix crashing bug on cut operation; panner noodling 2006-12-21 20:13:37 +00:00
time_axis_view.h make shift-scrollwheel work in any TimeAxisView 2006-12-19 15:42:42 +00:00
time_selection.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
time_selection.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
track_selection.h
utils.cc fix for crash when loading a session after running another, caused by not checking for _view != 0 in route_time_axis.cc; make fit_to_pixels() more useful and use it to truncate redirect and redirect parameters names in track control area 2006-12-14 16:21:43 +00:00
utils.h fix for crash when loading a session after running another, caused by not checking for _view != 0 in route_time_axis.cc; make fit_to_pixels() more useful and use it to truncate redirect and redirect parameters names in track control area 2006-12-14 16:21:43 +00:00
visual_time_axis.cc PBD::strip_whitespace_edges() returns the empty string if the passed string is 2006-12-01 06:01:30 +00:00
visual_time_axis.h fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
vst_pluginui.cc
waveview_p.h
waveview.cc added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed. 2006-12-16 05:14:34 +00:00
waveview.h added logarithmic option for waveform scaling. added save/restore of rectified and logscale waveform options in session. modified sconstruct to look for certain libs in some common locations, this should be usable controllable but isnt yet. deals better with the libsndfile build when flac is installed. 2006-12-16 05:14:34 +00:00