.. |
glade
|
|
|
icons
|
add solo isolate indicator in editor route list
|
2009-12-10 20:51:35 +00:00 |
pixmaps
|
Merged revisions 6292,6294-6295,6311,6314 via svnmerge from
|
2009-12-06 14:21:46 +00:00 |
po
|
|
|
.cvsignore
|
|
|
about.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
about.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
actions.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
actions.h
|
switch ActionManager to a namespace; move generic part into libgtkmm2ext
|
2009-12-04 20:52:04 +00:00 |
add_midi_cc_track_dialog.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
add_midi_cc_track_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
add_route_dialog.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
add_route_dialog.h
|
add track/bus now allows specifying aux or direct bus role; processor box menus sort of kindof allow New Aux -> Aux Bus
|
2009-11-19 04:25:46 +00:00 |
analysis_window.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
analysis_window.h
|
|
|
arcall
|
Add script to run Ardour with callgrind.
|
2009-11-15 02:27:22 +00:00 |
ardbg
|
add solo isolate indicator in editor route list
|
2009-12-10 20:51:35 +00:00 |
ardbg-scons
|
|
|
ardev
|
|
|
ardev_common.sh.in
|
search $TOP/build/default/gtk2_ardour BEFORE ../gtk2_ardour when looking for bindings files etc ; make debug tracing show the "debug option" the output relates to as a prefix
|
2009-10-25 20:36:10 +00:00 |
ardev-scons
|
|
|
ardour2_ui_dark_sae.rc.in
|
|
|
ardour2_ui_light_sae.rc.in
|
|
|
ardour2_ui_sae.conf
|
|
|
ardour3_ui_dark_sae.rc.in
|
Add mono switch to mixer strips (mantis 1068)
|
2009-10-19 14:46:15 +00:00 |
ardour3_ui_dark.rc.in
|
Fix a couple of crashes with empty matrices. Some small optimisations.
|
2009-12-07 00:41:50 +00:00 |
ardour3_ui_default.conf
|
Make marker etc. rulers opaque to fix #2921
|
2009-11-25 01:13:17 +00:00 |
ardour3_ui_light_sae.rc.in
|
Add mono switch to mixer strips (mantis 1068)
|
2009-10-19 14:46:15 +00:00 |
ardour3_ui_light.rc.in
|
Use line comments.
|
2009-10-22 16:24:47 +00:00 |
ardour3.desktop.in
|
|
|
ardour3.xml
|
|
|
ardour_dialog.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
ardour_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
ardour_image_compositor_socket.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
ardour_ui2.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
ardour_ui_dependents.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
ardour_ui_dialogs.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
ardour_ui_ed.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
ardour_ui_mixer.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
ardour_ui_options.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
ardour_ui.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
ardour_ui.h
|
move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes modifiers available in libgtkmm2ext now
|
2009-12-04 22:51:32 +00:00 |
ardour-sae.menus
|
|
|
ardour.menus.in
|
Clean up some confusion about zoom focus and the edit point.
|
2009-12-01 23:31:02 +00:00 |
ardour.sh.in
|
|
|
arprof-scons
|
|
|
arval
|
Set SVN executable property.
|
2009-11-14 15:15:41 +00:00 |
arval-scons
|
|
|
au_pluginui.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
au_pluginui.mm
|
Fix angle bracket project-local include paths.
|
2009-10-30 00:21:40 +00:00 |
audio_clock.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
audio_clock.h
|
Fix #2931; redundant menu items on main clocks.
|
2009-11-26 02:15:44 +00:00 |
audio_region_editor.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
audio_region_editor.h
|
Reset the dialog when it is closed with partial (incomplete) changes to clocks. Fixes part of #254.
|
2009-12-01 13:25:07 +00:00 |
audio_region_view.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
audio_region_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
audio_streamview.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
audio_streamview.h
|
Fix MIDI rec regions.
|
2009-10-21 16:26:18 +00:00 |
audio_time_axis.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
audio_time_axis.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
automation_controller.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
automation_controller.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
automation_line.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
automation_line.h
|
rework Stateful::set_state() patch to avoid default version argument
|
2009-10-15 18:56:11 +00:00 |
automation_region_view.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
automation_region_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
automation_selectable.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
automation_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
automation_streamview.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
automation_streamview.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
automation_time_axis.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
automation_time_axis.h
|
rework Stateful::set_state() patch to avoid default version argument
|
2009-10-15 18:56:11 +00:00 |
axis_view.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
axis_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
bundle_manager.cc
|
Clean up and comment PortMatrix event handling a bit.
|
2009-12-05 03:04:54 +00:00 |
bundle_manager.h
|
Clean up and comment PortMatrix event handling a bit.
|
2009-12-05 03:04:54 +00:00 |
cairo_widget.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
cairo_widget.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas_impl.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas_vars.h
|
|
|
canvas-curve.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-flag.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-flag.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-hit.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-hit.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-imageframe.c
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-imageframe.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-noevent-text.h
|
allow use of Return, KP_Enter and more in key binding editor; better display of such bindings; potential fix for "crashes" caused by an endless loop of enter/hide events involving the verbose canvas cursor
|
2009-11-17 13:54:04 +00:00 |
canvas-note-event.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-note-event.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-note.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-note.h
|
ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge trims; BROKEN IN PERCUSSIVE MODE FOR NOW
|
2009-10-06 22:07:10 +00:00 |
canvas-program-change.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-program-change.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-simpleline.c
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-simpleline.h
|
|
|
canvas-simplerect.c
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-simplerect.h
|
|
|
canvas-sysex.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-sysex.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas-waveview.c
|
Fix angle bracket project-local include paths.
|
2009-10-30 00:21:40 +00:00 |
canvas-waveview.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
canvas.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
cocoacarbon.mm
|
|
|
control_point_dialog.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
control_point_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
control_point.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
control_point.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
crossfade_edit.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
crossfade_edit.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
crossfade_view.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
crossfade_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
crossfade_xpms.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
curvetest.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
diamond.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
diamond.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
editing_syms.h
|
change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage
|
2009-10-26 14:38:58 +00:00 |
editing.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
editing.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
editor_actions.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_audio_import.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_audiotrack.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
editor_canvas_events.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_canvas.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_component.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_component.h
|
Merged revisions 6293,6296-6306,6308 via svnmerge from
|
2009-12-06 04:35:48 +00:00 |
editor_cursors.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_drag.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_drag.h
|
monster commit: transport mgmt changes from 2.X (omnibus edition); make slave use nframes64_t ; avoid crashes in Drags when commiting reversible transactions that do not exist
|
2009-11-08 16:28:21 +00:00 |
editor_enums.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
editor_export_audio.cc
|
Trim session.h include dependency tree.
|
2009-10-30 15:30:22 +00:00 |
editor_group_tabs.cc
|
Various tweaks to group tabs, the main upshot of which is that you can start
|
2009-12-01 15:32:42 +00:00 |
editor_group_tabs.h
|
Various tweaks to group tabs, the main upshot of which is that you can start
|
2009-12-01 15:32:42 +00:00 |
editor_imageframe.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_items.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
editor_keyboard.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
editor_keys.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_locations.cc
|
comments for BBT math methods; remove chunks from GUI; split location UI into a widget and a window; add the widget part to the editor RHS notebook. this is unfinished - it looks absurd. but its the starting point for a reworking of the location UI in its rightful place
|
2009-11-12 05:47:05 +00:00 |
editor_locations.h
|
comments for BBT math methods; remove chunks from GUI; split location UI into a widget and a window; add the widget part to the editor RHS notebook. this is unfinished - it looks absurd. but its the starting point for a reworking of the location UI in its rightful place
|
2009-11-12 05:47:05 +00:00 |
editor_markers.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_mixer.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
editor_mouse.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_nudge.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_ops.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_regions.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_regions.h
|
another fix for binding shared_ptr's into signals
|
2009-11-28 00:48:35 +00:00 |
editor_route_groups.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_route_groups.h
|
Various tweaks to group tabs, the main upshot of which is that you can start
|
2009-12-01 15:32:42 +00:00 |
editor_routes.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_routes.h
|
add solo isolate indicator in editor route list
|
2009-12-10 20:51:35 +00:00 |
editor_rulers.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_scrub.cc
|
|
|
editor_selection_list.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_selection.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_snapshots.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_snapshots.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
editor_summary.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_summary.h
|
Make the editor summary extend a little way beyond the start and end markers for the session. Fix up some small problems.
|
2009-11-25 13:44:57 +00:00 |
editor_tempodisplay.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_timefx.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor_xpms
|
|
|
editor.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
editor.h
|
Remove unused pre_drag_region_selection, fix ugly regions when drag-copying (TimeAxisViewItem constructor), fix broken drag threshold, don't reset _grab_frame etc. when move threshold passed, fix region selection during region copy drag.
|
2009-12-11 12:13:59 +00:00 |
engine_dialog.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
engine_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
enums.cc
|
change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage
|
2009-10-26 14:38:58 +00:00 |
enums.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
ergonomic-us.bindings.in
|
|
|
evtest.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_channel_selector.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
export_channel_selector.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_dialog.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
export_dialog.h
|
Trim session.h include dependency tree.
|
2009-10-30 15:30:22 +00:00 |
export_file_notebook.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_file_notebook.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_filename_selector.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_filename_selector.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_format_dialog.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
export_format_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_format_selector.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_format_selector.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_multiplicator.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_multiplicator.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_preset_selector.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_preset_selector.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_range_markers_dialog.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_range_markers_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
export_timespan_selector.cc
|
change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage
|
2009-10-26 14:38:58 +00:00 |
export_timespan_selector.h
|
change the use of "SMPTE" to "Timecode" to reflect the global economy and the end of american dominance on the world audio production stage
|
2009-10-26 14:38:58 +00:00 |
fft_graph.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
fft_graph.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
fft_result.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
fft_result.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
fft.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
fft.h
|
|
|
gain_meter.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
gain_meter.h
|
Make processor box send faders adjust their size correctly.
|
2009-12-04 17:45:11 +00:00 |
generic_pluginui.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
gettext.h
|
|
|
ghostregion.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
ghostregion.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
global_port_matrix.cc
|
Redraw the matrix correctly when available ports change in the currently visible tab.
|
2009-12-07 18:35:42 +00:00 |
global_port_matrix.h
|
Clean up and comment PortMatrix event handling a bit.
|
2009-12-05 03:04:54 +00:00 |
gprofhelper.c
|
|
|
group_tabs.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
group_tabs.h
|
Various tweaks to group tabs, the main upshot of which is that you can start
|
2009-12-01 15:32:42 +00:00 |
gtk-custom-hruler.c
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
gtk-custom-hruler.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
gtk-custom-ruler.c
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
gtk-custom-ruler.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
gui_thread.h
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
i18n.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
imageframe_p.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
imageframe_socket_handler.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
imageframe_socket_handler.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
imageframe_time_axis_group.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
imageframe_time_axis_group.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
imageframe_time_axis_view.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
imageframe_time_axis_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
imageframe_time_axis.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
imageframe_time_axis.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
imageframe_view.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
imageframe_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
imageframe.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
imageframe.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
interactive-item.h
|
Merged revisions 6293,6296-6306,6308 via svnmerge from
|
2009-12-06 04:35:48 +00:00 |
io_selector.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
io_selector.h
|
Clean up and comment PortMatrix event handling a bit.
|
2009-12-05 03:04:54 +00:00 |
itest.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
keyboard.cc
|
move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes modifiers available in libgtkmm2ext now
|
2009-12-04 22:51:32 +00:00 |
keyboard.h
|
move generic parts of Keyboard into gtkmm2ext. imperfectly done, but makes modifiers available in libgtkmm2ext now
|
2009-12-04 22:51:32 +00:00 |
keyeditor.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
keyeditor.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
latency_gui.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
latency_gui.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
level_meter.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
level_meter.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
lineset.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
lineset.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
location_ui.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
location_ui.h
|
Bodge around visual glitch where the ranges & markers list would overlap the editor's RHS tabs.
|
2009-11-24 00:06:12 +00:00 |
logmeter.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
lv2_external_ui.h
|
add file
|
2009-10-02 15:00:19 +00:00 |
lv2_plugin_ui.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
lv2_plugin_ui.h
|
Fix angle bracket project-local include paths.
|
2009-10-30 00:21:40 +00:00 |
main.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
marker_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
marker_time_axis_view.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
marker_time_axis_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
marker_time_axis.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
marker_time_axis.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
marker_view.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
marker_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
marker.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
marker.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
midi_channel_selector.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
midi_channel_selector.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
midi_cut_buffer.cc
|
|
|
midi_cut_buffer.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
midi_list_editor.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
midi_list_editor.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
midi_port_dialog.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
midi_port_dialog.h
|
|
|
midi_region_view.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
midi_region_view.h
|
Use set over vector for Sequence::Notes, for logarithmic search by time.
|
2009-10-19 15:23:42 +00:00 |
midi_scroomer.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
midi_scroomer.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
midi_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
midi_streamview.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
midi_streamview.h
|
Fix MIDI rec regions.
|
2009-10-21 16:26:18 +00:00 |
midi_time_axis.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
midi_time_axis.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
midi_util.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
mixer_group_tabs.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
mixer_group_tabs.h
|
Various tweaks to group tabs, the main upshot of which is that you can start
|
2009-12-01 15:32:42 +00:00 |
mixer_strip.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
mixer_strip.h
|
drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route> and boost::shared_ptr<RouteList> to better fit into emerging framework for "RT operations" ; torben's changes to MTC slaving code (sorry for bundling)
|
2009-12-10 03:25:32 +00:00 |
mixer_ui.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
mixer_ui.h
|
* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headers
|
2009-10-28 21:36:40 +00:00 |
mnemonic-us.bindings.in
|
fix default binding for toggling MIDI edit mode
|
2009-10-25 18:28:34 +00:00 |
mtest_other.menus
|
|
|
mtest_shared.menu
|
|
|
mtest.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
mtest.menus
|
|
|
nag.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
nag.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
option_editor.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
option_editor.h
|
Merged revisions 6293,6296-6306,6308 via svnmerge from
|
2009-12-06 04:35:48 +00:00 |
opts.cc
|
move some debug trace support code around to a more sane location
|
2009-11-30 13:38:38 +00:00 |
opts.h
|
Part 1 of loading 2.X sessions; some things work, some things don't, hacks a-plenty.
|
2009-10-15 00:57:55 +00:00 |
panner2d.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
panner2d.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
panner_ui.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
panner_ui.h
|
Add mono switch to mixer strips (mantis 1068)
|
2009-10-19 14:46:15 +00:00 |
panner.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
panner.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
piano_roll_header.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
piano_roll_header.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
playlist_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
playlist_selector.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
playlist_selector.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
plugin_eq_gui.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
plugin_eq_gui.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
plugin_interest.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
plugin_selector.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
plugin_selector.h
|
Build plugin menu only when plugins change, and build the first version of it before it is required to ensure that the first processor box popup menu appears fairly quickly.
|
2009-11-16 01:06:33 +00:00 |
plugin_ui.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
plugin_ui.h
|
some plugin preset handling fixes from 2.X
|
2009-11-19 12:38:15 +00:00 |
point_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
port_group.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
port_group.h
|
Clean up and comment PortMatrix event handling a bit.
|
2009-12-05 03:04:54 +00:00 |
port_matrix_body.cc
|
Redraw the matrix correctly when available ports change in the currently visible tab.
|
2009-12-07 18:35:42 +00:00 |
port_matrix_body.h
|
Fix a couple of crashes with empty matrices. Some small optimisations.
|
2009-12-07 00:41:50 +00:00 |
port_matrix_column_labels.cc
|
Fix a couple of crashes with empty matrices. Some small optimisations.
|
2009-12-07 00:41:50 +00:00 |
port_matrix_column_labels.h
|
Fix a couple of crashes with empty matrices. Some small optimisations.
|
2009-12-07 00:41:50 +00:00 |
port_matrix_component.cc
|
Give just one system tab rather than mono / stereo. Fix bundles-only mode of the port matrix.
|
2009-12-07 17:39:13 +00:00 |
port_matrix_component.h
|
Primary-modifier click on a node in the port matrix toggles association for everything in a diagonal line down and to the right of the clicked node.
|
2009-11-18 15:16:28 +00:00 |
port_matrix_grid.cc
|
Fix a couple of crashes with empty matrices. Some small optimisations.
|
2009-12-07 00:41:50 +00:00 |
port_matrix_grid.h
|
Primary-modifier click on a node in the port matrix toggles association for everything in a diagonal line down and to the right of the clicked node.
|
2009-11-18 15:16:28 +00:00 |
port_matrix_labels.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
port_matrix_labels.h
|
Rework port matrix to use Gtk notebook tabs to select visible groups.
|
2009-11-18 13:35:31 +00:00 |
port_matrix_row_labels.cc
|
Fix a couple of crashes with empty matrices. Some small optimisations.
|
2009-12-07 00:41:50 +00:00 |
port_matrix_row_labels.h
|
Primary-modifier click on a node in the port matrix toggles association for everything in a diagonal line down and to the right of the clicked node.
|
2009-11-18 15:16:28 +00:00 |
port_matrix_types.h
|
Allow ardour to manipulate connections between two JACK ports that don't belong to us.
|
2009-11-16 22:32:58 +00:00 |
port_matrix.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
port_matrix.h
|
Redraw the matrix correctly when available ports change in the currently visible tab.
|
2009-12-07 18:35:42 +00:00 |
processor_box.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
processor_box.h
|
Make processor box send faders adjust their size correctly.
|
2009-12-04 17:45:11 +00:00 |
processor_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
prompter.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
prompter.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
public_editor.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
public_editor.h
|
drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route> and boost::shared_ptr<RouteList> to better fit into emerging framework for "RT operations" ; torben's changes to MTC slaving code (sorry for bundling)
|
2009-12-10 03:25:32 +00:00 |
quantize_dialog.cc
|
Add OK/Cancel buttons to quantize dialog.
|
2009-10-27 02:36:42 +00:00 |
quantize_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
rc_option_editor.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
rc_option_editor.h
|
Neaten up option editor layouts a bit.
|
2009-11-16 02:18:51 +00:00 |
region_editor.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
region_gain_line.cc
|
Tidy up region gain line drawing slightly so that it doesn't overhang its region.
|
2009-10-21 12:32:46 +00:00 |
region_gain_line.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
region_selection.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
region_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
region_view.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
region_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
return_ui.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
return_ui.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
rgb_macros.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
rhythm_ferret.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
rhythm_ferret.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
route_group_dialog.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
route_group_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
route_group_menu.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
route_group_menu.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
route_params_ui.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
route_params_ui.h
|
Various optimisations to speed up rec-enable.
|
2009-11-30 23:16:28 +00:00 |
route_processor_selection.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
route_processor_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
route_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
route_time_axis.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
route_time_axis.h
|
Various optimisations to speed up rec-enable.
|
2009-11-30 23:16:28 +00:00 |
route_ui.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
route_ui.h
|
add solo isolate indicator in editor route list
|
2009-12-10 20:51:35 +00:00 |
SAE-de-keypad.bindings.in
|
|
|
SAE-de-nokeypad.bindings.in
|
|
|
SAE-us-keypad.bindings.in
|
|
|
SAE-us-nokeypad.bindings.in
|
|
|
selectable.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
selection_templates.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
selection.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
send_ui.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
send_ui.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
session_import_dialog.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
session_import_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
session_metadata_dialog.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
session_metadata_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
session_option_editor.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
session_option_editor.h
|
lots of tweaks relating to GUI sync management
|
2009-11-10 04:30:08 +00:00 |
sfdb_freesound_mootcher.cc
|
freesound mootcher patch from donf, from 2.X
|
2009-10-01 16:21:23 +00:00 |
sfdb_freesound_mootcher.h
|
|
|
sfdb_ui.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
sfdb_ui.h
|
Trim session.h include dependency tree.
|
2009-10-30 15:30:22 +00:00 |
simpleline_p.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
simpleline.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
simpleline.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
simplerect_p.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
simplerect.cc
|
|
|
simplerect.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
splash.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
splash.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
splash.png
|
|
|
startup.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
startup.h
|
fix logic problems with startup assistant; make initial page buttons of startup activatable to save mousing; grow recent sessions scrolled window if there are more than 4 recent sessions to display
|
2009-12-01 13:23:27 +00:00 |
streamview.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
streamview.h
|
Fix MIDI rec regions.
|
2009-10-21 16:26:18 +00:00 |
strip_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
strip_silence_dialog.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
strip_silence_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
tape_region_view.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
tape_region_view.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
tempo_dialog.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
tempo_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
tempo_lines.cc
|
Fix unnecessarily type specific code, tidy, fix whitespace.
|
2009-10-21 16:56:58 +00:00 |
tempo_lines.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
theme_manager.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
theme_manager.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
time_axis_view_item.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
time_axis_view_item.h
|
Fix canvas region layering in non-Stacked modes. Remove unused and confusing TimeAxisViewItem::selected .
|
2009-12-12 12:33:36 +00:00 |
time_axis_view.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
time_axis_view.h
|
rework Stateful::set_state() patch to avoid default version argument
|
2009-10-15 18:56:11 +00:00 |
time_fx_dialog.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
time_fx_dialog.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
time_selection.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
time_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
track_selection.cc
|
|
|
track_selection.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
ui_config_vars.h
|
|
|
ui_config.cc
|
Use info stream for infoey things.
|
2009-10-22 20:36:38 +00:00 |
ui_config.h
|
rework Stateful::set_state() patch to avoid default version argument
|
2009-10-15 18:56:11 +00:00 |
utils.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
utils.h
|
carl's wondrous DnD VBox patch - processor boxes are now vboxes and not listviews - which included a couple of minor marker/time axis view patches for opaqueness etc.
|
2009-11-25 14:37:20 +00:00 |
visual_time_axis.cc
|
remove using namespace sigc everywhere to ensure clarity over which bind/mem_fun is being used; make Config::map_parameters take a boost::function rather than a sigc::slot ; continue debugging crash caused by regionviews not tracking their Region's lifetime
|
2009-12-12 15:02:15 +00:00 |
visual_time_axis.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
vst_pluginui.cc
|
make all use of bind/mem_fun be explicitly sigc::
|
2009-12-11 23:29:48 +00:00 |
waveview_p.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
waveview.cc
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
waveview.h
|
Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mixing). Whitespace changes only.
|
2009-10-14 16:10:01 +00:00 |
wscript
|
Merged revisions 6293,6296-6306,6308 via svnmerge from
|
2009-12-06 04:35:48 +00:00 |
x11.cc
|
|
|