13
0
livetrax/gtk2_ardour
Paul Davis 5a545c3c27 alpha-reduced icons from thorwil
git-svn-id: svn://localhost/ardour2/trunk@972 d708f5d6-7413-0410-9779-e7cbd77b26cf
2006-10-10 18:59:06 +00:00
..
glade
icons alpha-reduced icons from thorwil 2006-10-10 18:59:06 +00:00
pixmaps
po
.cvsignore
about.cc use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
about.h
actions.cc fixes for various bugs including dangling ref to route in session, opening sessions from the NSD, closing a session leaving dangling pointers etc etc 2006-10-02 18:09:34 +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
add_route_dialog.h
analysis_window.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
analysis_window.h
ardbg Script portability fixes. 2006-09-30 15:58:21 +00:00
ardev Script portability fixes. 2006-09-30 15:58:21 +00:00
ardev_common.sh fix audio clock field widths, change minsec display to include fractional seconds, add and use thorwil's new icons 2006-10-10 17:46:22 +00:00
ardour2_ui.rc
ardour_dialog.cc
ardour_dialog.h
ardour_image_compositor_socket.h
ardour_message.cc
ardour_message.h
ardour_ui2.cc fix audio clock field widths, change minsec display to include fractional seconds, add and use thorwil's new icons 2006-10-10 17:46:22 +00:00
ardour_ui_dependents.cc remove all duplicated _id members from children of PBD::Stateful. 2006-09-07 15:07:14 +00:00
ardour_ui_dialogs.cc Re-fix multi present problem (without breaking cmdline session loading). 2006-09-16 23:43:51 +00:00
ardour_ui_ed.cc many important changes to configuration system and specific parameters 2006-09-29 21:39:39 +00:00
ardour_ui_mixer.cc
ardour_ui_options.cc Fix speed quietning to respect the current setting. 2006-10-08 19:27:33 +00:00
ardour_ui.cc fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source* 2006-10-09 15:50:44 +00:00
ardour_ui.h fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source* 2006-10-09 15:50:44 +00:00
ardour.bindings
ardour.colors Made bar/beat lines fully opaque. 2006-10-09 21:54:09 +00:00
ardour.menus many important changes to configuration system and specific parameters 2006-09-29 21:39:39 +00:00
ardour.sh.in
arprof
arval Script portability fixes. 2006-09-30 15:58:21 +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 audio clock field widths, change minsec display to include fractional seconds, add and use thorwil's new icons 2006-10-10 17:46:22 +00:00
audio_clock.h fix audio clock field widths, change minsec display to include fractional seconds, add and use thorwil's new icons 2006-10-10 17:46:22 +00:00
audio_region_editor.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
audio_region_editor.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
audio_region_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
audio_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
audio_regionview.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
audio_streamview.cc fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source* 2006-10-09 15:50:44 +00:00
audio_streamview.h fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source* 2006-10-09 15:50:44 +00:00
audio_time_axis.cc
audio_time_axis.h
automation_gain_line.cc
automation_gain_line.h
automation_line.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
automation_line.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_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 fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
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
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 missing break 2006-09-25 21:50:13 +00:00
canvas-waveview.h
canvas.h
color_manager.cc
color_manager.h
color.h
colors.h
connection_editor.cc
connection_editor.h
crossfade_edit.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
crossfade_edit.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
crossfade_view.cc Simple crossfade height fix for crossfades for Small and Smaller tracks 2006-09-26 15:38:51 +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
editing.h
editor_actions.cc fixes for various bugs including dangling ref to route in session, opening sessions from the NSD, closing a session leaving dangling pointers etc etc 2006-10-02 18:09:34 +00:00
editor_audio_import.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_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 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.cc Fix for segfault on autoscroll (especially when dragging regions). 2006-10-10 00:42: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
editor_enums.h
editor_export_audio.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_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 fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +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 fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
editor_mixer.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_mouse.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_nudge.cc
editor_ops.cc fix crash on Insert Selected Region into track, caused by using single-row selection function for a multi-selectable treeview 2006-10-05 11:36:52 +00:00
editor_region_list.cc fixes for various bugs including dangling ref to route in session, opening sessions from the NSD, closing a session leaving dangling pointers etc etc 2006-10-02 18:09:34 +00:00
editor_route_list.cc further optimizations for multiple-track-at-once addition. as in "whoah!" 2006-08-17 02:12:20 +00:00
editor_rulers.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_scrub.cc
editor_selection_list.cc
editor_tempodisplay.cc Give a different error message when AudioEngine::connect() tries to make 2006-10-09 18:08:08 +00:00
editor_timefx.cc use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
editor_xpms
editor.cc fix audio clock field widths, change minsec display to include fractional seconds, add and use thorwil's new icons 2006-10-10 17:46:22 +00:00
editor.h Fix for segfault on autoscroll (especially when dragging regions). 2006-10-10 00:42:00 +00:00
enums.h
export_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_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 use shared_ptr<> for all region handling 2006-08-25 01:07:15 +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
fft_graph.h
fft_result.cc
fft_result.h
gain_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
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 the BIG CONFIG patch 2006-09-25 21:24:00 +00:00
gain_meter.h the BIG CONFIG patch 2006-09-25 21:24:00 +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
i18n.h
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 use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
io_selector.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
itest.cc
keyboard_target.cc
keyboard_target.h
keyboard.cc
keyboard.h
ladspa_pluginui.cc
location_ui.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
location_ui.h
logmeter.h
main.cc Generic MIDI control now saves+restores its state; PBD::ID now requires a buffer size for its print() method 2006-10-05 01:49:32 +00:00
marker_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
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 use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
meter_bridge.h
mixer_strip.cc
mixer_strip.h
mixer_ui.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
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 thorwil's design picks for NSD 2006-10-05 14:43:25 +00:00
new_session_dialog.h thorwil's design picks for NSD 2006-10-05 14:43:25 +00:00
option_editor.cc fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
option_editor.h first attempt at adding new SMPTE formats, moving SMPTE options to menu, adding video pullup selections, fixing SMPTE save/recall 2006-09-18 16:50:42 +00:00
opts.cc
opts.h
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
panner2d.h
panner_ui.cc
panner_ui.h
playlist_selection.h
playlist_selector.cc use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
playlist_selector.h
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 use shared_ptr<> for all region handling 2006-08-25 01:07:15 +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 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_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 fixes for drag-n-drop broken by use of boost::shared_ptr<T> 2006-09-20 16:24:24 +00:00
redirect_box.h fixes for drag-n-drop broken by use of boost::shared_ptr<T> 2006-09-20 16:24:24 +00:00
redirect_selection.h
region_editor.h
region_gain_line.cc use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
region_gain_line.h remove all duplicated _id members from children of PBD::Stateful. 2006-09-07 15:07:14 +00:00
region_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
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 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.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 use shared_ptr<> for all region handling 2006-08-25 01:07:15 +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 fixes for destructive track offsets of various kinds; move from jack_nframes_t -> nframes_t 2006-09-28 17:23:52 +00:00
route_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
route_ui.cc lower zoom step slightly, speed up autoscrolling when snapping to sub-beats (esp 32), make grid lines disappear when on coarse zoom, put grid lines in the idle thread (called from the idle thread.. interesting..), make current_bbt_points coarser so the bbt_ruler and grid lines can use it instead of making their own list, clean up bbt ruler. 2006-09-04 16:04:09 +00:00
route_ui.h 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
SConscript fix audio clock field widths, change minsec display to include fractional seconds, add and use thorwil's new icons 2006-10-10 17:46:22 +00:00
selectable.h
selection_templates.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
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
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
send_ui.cc the BIG CONFIG patch 2006-09-25 21:24:00 +00:00
send_ui.h use shared_ptr<> for all region handling 2006-08-25 01:07:15 +00:00
sfdb_ui.cc remove all duplicated _id members from children of PBD::Stateful. 2006-09-07 15:07:14 +00:00
sfdb_ui.h
simpleline_p.h
simpleline.cc
simpleline.h
simplerect_p.h
simplerect.cc
simplerect.h
splash.ppm
streamview.cc fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source* 2006-10-09 15:50:44 +00:00
streamview.h fix abort-capture path, including many subtle issues with shared_ptr<>; remove old automation feedback code; make new automation feedback code slightly configurable ; fix zoom focus options for playhead + edit cursor ; prevent zoom < 2 samples per pixel to avoid crashes ; peak building now uses shared_ptr<Source> not Source* 2006-10-09 15:50:44 +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 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.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 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.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_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 audio clock field widths, change minsec display to include fractional seconds, add and use thorwil's new icons 2006-10-10 17:46:22 +00:00
utils.h fix audio clock field widths, change minsec display to include fractional seconds, add and use thorwil's new icons 2006-10-10 17:46:22 +00:00
visual_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
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
waveview.h