ardour/gtk2_ardour
David Robillard 7caaa6a0e9 Multi-note (ie selection) dragging.
git-svn-id: svn://localhost/ardour2/trunk@2267 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-08-08 02:01:14 +00:00
..
glade Some fixes to the new session dialog. 2006-05-10 10:22:38 +00:00
icons Added missing tool_note.png (just a placeholder for now). 2007-07-15 22:30:44 +00:00
pixmaps Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
po Merged with trunk R1736. 2007-04-22 18:01:10 +00:00
.cvsignore sfdb displays file info. 2006-01-05 05:15:29 +00:00
about.cc Use PBD::find_file_in_search_path and ardour/filesystem_paths.h to find splash image in About dialog 2007-06-27 12:12:52 +00:00
about.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
actions.cc Use PBD::find_file_in_search_path instead of find_config_file in ActionManager::init 2007-06-27 12:12:29 +00:00
actions.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
add_midi_cc_track_dialog.cc show() widgets explicitly in gtk2_ardour/add_midi_cc_track_dialog.cc 2007-07-06 19:24:43 +00:00
add_midi_cc_track_dialog.h s/ParamID/Parameter/ 2007-07-03 18:39:09 +00:00
add_route_dialog.cc show() widgets explicitly, one little file at a time 2007-07-06 06:48:23 +00:00
add_route_dialog.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
analysis_window.cc show() widgets explicitly in gtk2_ardour/ardour_ui.cc 2007-07-06 21:54:30 +00:00
analysis_window.h Merged with trunk (painfully) 2006-06-13 07:27:52 +00:00
ardbg Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
ardev Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
ardev_common.sh.in Remove two directories from ARDOUR_PATH that now longer need to be included explicitly 2007-06-27 12:12:49 +00:00
ardour_dialog.cc Updates for set_type_hint() and the sfdb_ui. 2006-01-04 05:53:51 +00:00
ardour_dialog.h Merged with trunk R708 2006-07-28 01:08:57 +00:00
ardour_image_compositor_socket.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
ardour_ui_dependents.cc Don't draw measure lins a ton of times... but still drawn twice on initial session display :/ 2007-08-06 00:35:29 +00:00
ardour_ui_dialogs.cc show() widgets explicitly in the MixerUI window, fix UI::just_hide_it(), so that it only hides the requested widget 2007-07-10 19:11:59 +00:00
ardour_ui_ed.cc use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
ardour_ui_mixer.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
ardour_ui_options.cc support for 16 bit native files 2007-07-16 22:04:52 +00:00
ardour_ui.cc slightly improved fixes for MIDI issues 2007-08-06 17:50:23 +00:00
ardour_ui.h use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
ardour_ui2.cc add theme files to default target, and install using target names 2007-08-02 19:18:40 +00:00
ardour.bindings.in Added Note tool to Keymouse Actions menu and gave it a hotkey (n). 2007-07-20 01:56:19 +00:00
ardour.menus Added Note tool to Keymouse Actions menu and gave it a hotkey (n). 2007-07-20 01:56:19 +00:00
ardour.sh.in Make DEBUG=1 default and make ardour.sh, ardev and ardbg dump cores by default 2007-05-14 20:42:46 +00:00
ardour2_ui_dark.rc.in I can't believe it's not one canvas! (TM) 2007-08-05 23:17:40 +00:00
ardour2_ui_default.conf I can't believe it's not one canvas! (TM) 2007-08-05 23:17:40 +00:00
ardour2_ui_light.rc.in add theme files to default target, and install using target names 2007-08-02 19:18:40 +00:00
arprof Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
arval Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
au_pluginui.cc Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
au_pluginui.h Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
audio_clock.cc stop audio clocks from vanishing when turned off 2007-07-19 01:01:09 +00:00
audio_clock.h stop audio clocks from vanishing when turned off 2007-07-19 01:01:09 +00:00
audio_region_editor.cc Merged with trunk R1622. 2007-03-19 07:07:38 +00:00
audio_region_editor.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
audio_region_view.cc Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
audio_region_view.h remove color.h 2007-06-29 20:05:50 +00:00
audio_streamview.cc Better MidiModel command framework, ready to go for all your canvas editing needs. 2007-08-01 20:50:09 +00:00
audio_streamview.h remove color.h 2007-06-29 20:05:50 +00:00
audio_time_axis.cc Selection of visible note range (full range vs fit contents, selectable from midi track menu). 2007-07-15 01:56:11 +00:00
audio_time_axis.h Selection of visible note range (full range vs fit contents, selectable from midi track menu). 2007-07-15 01:56:11 +00:00
automation_controller.cc Fix 'live' CC sending of bar controllers after loading session (previously only worked when immediately created by user). 2007-07-06 02:37:35 +00:00
automation_controller.h Fix 'live' CC sending of bar controllers after loading session (previously only worked when immediately created by user). 2007-07-06 02:37:35 +00:00
automation_line.cc Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
automation_line.h Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
automation_selectable.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
automation_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
automation_time_axis.cc Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
automation_time_axis.h Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
axis_view.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
axis_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
canvas_impl.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
canvas_vars.h Theme-ified MIDI note colours, implemented automagic crossfading thereof. 2007-08-04 18:43:32 +00:00
canvas-curve.h "finalmunge" patch from nick, plus work on editor region list and actions infrastructure from me 2005-10-09 05:03:29 +00:00
canvas-hit.h Ridiculously CPU-chewey rect select (for sustained notes only ATM). 2007-08-07 00:09:22 +00:00
canvas-imageframe.c more tranzport lowlevel fixes and rebinding 2006-04-29 15:40:52 +00:00
canvas-imageframe.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
canvas-midi-event.cc Multi-note (ie selection) dragging. 2007-08-08 02:01:14 +00:00
canvas-midi-event.h Ridiculously CPU-chewey rect select (for sustained notes only ATM). 2007-08-07 00:09:22 +00:00
canvas-note.h Ridiculously CPU-chewey rect select (for sustained notes only ATM). 2007-08-07 00:09:22 +00:00
canvas-ruler.c more tranzport lowlevel fixes and rebinding 2006-04-29 15:40:52 +00:00
canvas-ruler.h a few more header files fixes, plus cleanup from nick_m, and the start of Action/UIManager adoption 2005-10-06 04:59:20 +00:00
canvas-simpleline.c more tranzport lowlevel fixes and rebinding 2006-04-29 15:40:52 +00:00
canvas-simpleline.h Canvas GObject fixes 2005-11-26 10:28:55 +00:00
canvas-simplerect.c Merged with trunk R1705. 2007-04-12 23:20:37 +00:00
canvas-simplerect.h miscellaneous fixes post-jesse's 24 bit file format changes 2006-02-11 02:34:03 +00:00
canvas-waveview.c Merged with trunk R1705. 2007-04-12 23:20:37 +00:00
canvas-waveview.h Fix for the crossfade editor due to type issues 2007-07-19 07:10:45 +00:00
canvas.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
connection_editor.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
connection_editor.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
control_point.cc Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
control_point.h Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
crossfade_edit.cc s/ParamID/Parameter/ 2007-07-03 18:39:09 +00:00
crossfade_edit.h Big ol' automation refactor. 2007-06-27 15:51:50 +00:00
crossfade_view.cc Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +00:00
crossfade_view.h Major Theme Manager changes, see ardour-dev 2007-06-15 22:08:27 +00:00
crossfade_xpms.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
curvetest.cc s/ParamID/Parameter/ 2007-07-03 18:39:09 +00:00
diamond.cc Line up percussion hits correctly. 2007-08-04 15:51:04 +00:00
diamond.h Basic canvas note event handling framework. 2007-07-30 16:33:10 +00:00
draginfo.h fixup botched xfade-as-audioregion; apply work from 2.0-ongoing 2007-05-31 21:15:28 +00:00
editing_syms.h Selection of visible note range (full range vs fit contents, selectable from midi track menu). 2007-07-15 01:56:11 +00:00
editing.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
editing.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
editor_actions.cc Genericificationalizeified AudioFilter (now Filter). 2007-08-06 05:30:18 +00:00
editor_audio_import.cc support for 16 bit native files 2007-07-16 22:04:52 +00:00
editor_audiotrack.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
editor_canvas_events.cc Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
editor_canvas.cc Pulled tempo line stuff out into it's own relatively self-contained class. 2007-08-05 21:31:02 +00:00
editor_cursors.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_edit_groups.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_enums.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
editor_export_audio.cc Use Session::session_directory to access the sound path of the session in Editor::write_region and Editor::write_audio_range 2007-06-17 00:46:23 +00:00
editor_hscroller.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_imageframe.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_items.h Another not-quite-there-but-better commit. 2007-06-30 18:41:50 +00:00
editor_keyboard.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_keys.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_markers.cc Merged with trunk R1729. 2007-04-19 18:23:23 +00:00
editor_mixer.cc User toggling of editor region/route/etc list, ala editor mixer. 2007-06-15 07:39:20 +00:00
editor_mouse.cc Selection of visible note range (full range vs fit contents, selectable from midi track menu). 2007-07-15 01:56:11 +00:00
editor_nudge.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_ops.cc Genericificationalizeified AudioFilter (now Filter). 2007-08-06 05:30:18 +00:00
editor_region_list.cc fixup botched xfade-as-audioregion; apply work from 2.0-ongoing 2007-05-31 21:15:28 +00:00
editor_route_list.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
editor_rulers.cc I can't believe it's not one canvas! (TM) 2007-08-05 23:17:40 +00:00
editor_scrub.cc Initial import of gtk2_ardour. 2005-09-25 18:42:24 +00:00
editor_selection_list.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
editor_selection.cc Note modes: note, percussion. 2007-07-07 03:19:04 +00:00
editor_tempodisplay.cc Fix note range toggling (ie actually change visible range when menu option selected). Still some issue with initial value... 2007-08-06 06:09:41 +00:00
editor_timefx.cc Merged with trunk R1622. 2007-03-19 07:07:38 +00:00
editor_xpms Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
editor.cc Fix note separator lines from stealing mouse events. 2007-08-07 20:51:24 +00:00
editor.h Genericificationalizeified AudioFilter (now Filter). 2007-08-06 05:30:18 +00:00
enums.cc Merged with trunk R1761 2007-04-29 17:23:11 +00:00
enums.h Add stacked lanes mode which displays regions on different layers at different positions in the view. 2007-05-17 10:41:14 +00:00
export_dialog.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
export_dialog.h Merged with trunk R1769... apparently. (?) 2007-04-30 17:50:43 +00:00
export_range_markers_dialog.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
export_range_markers_dialog.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
export_region_dialog.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
export_region_dialog.h Merged with trunk R861 2006-08-29 21:21:48 +00:00
export_session_dialog.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
export_session_dialog.h Merged with trunk R992. 2006-10-21 19:01:50 +00:00
fft_graph.cc Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
fft_graph.h Merge big changes (mostly Controllable) from trunk 2006-07-14 03:43:32 +00:00
fft_result.cc Merged with trunk, and a few trivial GUI updates etc. 2006-07-05 19:47:25 +00:00
fft_result.h First commit on FFT analysis window. Still some functionality missing, 2006-03-12 21:58:52 +00:00
gain_meter.cc finish show() stuff for mixer strip and friends 2007-07-07 09:36:56 +00:00
gain_meter.h Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
gettext.h Initial import of gtk2_ardour. 2005-09-25 18:42:24 +00:00
ghostregion.cc Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +00:00
ghostregion.h Major Theme Manager changes, see ardour-dev 2007-06-15 22:08:27 +00:00
gprofhelper.c Initial import of gtk2_ardour. 2005-09-25 18:42:24 +00:00
gtk-custom-hruler.c Merged with trunk (painfully) 2006-06-13 07:27:52 +00:00
gtk-custom-hruler.h more gobject fixups 2005-11-27 01:23:55 +00:00
gtk-custom-ruler.c Merged with trunk (painfully) 2006-06-13 07:27:52 +00:00
gtk-custom-ruler.h misc stuff 2005-11-29 03:56:38 +00:00
gtkscrolledwindow.c Merged with trunk (painfully) 2006-06-13 07:27:52 +00:00
gui_thread.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
i18n.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
imageframe_p.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
imageframe_socket_handler.cc Move Session::find_session into a session_utils.h header 2007-05-18 02:41:44 +00:00
imageframe_socket_handler.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_time_axis_group.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_time_axis_group.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_time_axis_view.cc Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +00:00
imageframe_time_axis_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_time_axis.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_time_axis.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_view.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
imageframe.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
io_selector.cc show() widgets explicitly in the MixerStrip and IOSelector 2007-07-06 23:55:54 +00:00
io_selector.h Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
itest.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
keyboard.cc (merge from 2.0-ongoing -r1911:1912) fix audio clock handling of key press; fix crash bug caused by mapping over a region list selection that includes rows without regions; also merge sampo's redirect undo/state fixes from 2.0-ongoing 2007-05-23 00:06:16 +00:00
keyboard.h Move Stateful class declared in pbd/stateful.h into the PBD namespace 2007-06-17 00:47:33 +00:00
ladspa_pluginui.cc use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
latency_gui.cc allow user tweaking of everything that might have inherent latency; add GUI for track level adjustment and widget that can be (but is not yet) embedded in a plugin GUI 2007-06-27 22:06:35 +00:00
latency_gui.h add basic support for the griffin powermate (a control surface) (from ben loftis) 2007-06-28 19:35:48 +00:00
location_ui.cc Merged with trunk R1622. 2007-03-19 07:07:38 +00:00
location_ui.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
logmeter.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
main.cc Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +00:00
marker_time_axis_view.cc Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +00:00
marker_time_axis_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
marker_time_axis.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
marker_time_axis.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
marker_view.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
marker_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
marker.cc remove static Pango::FontDescriptions, they cause glib errors because of initialization before Glib::thread_init() has been called 2007-07-03 21:02:29 +00:00
marker.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
midi_port_dialog.cc merge changes to libmidi++ API from 2.0-ongoing 2007-08-06 14:19:19 +00:00
midi_port_dialog.h merge changes to libmidi++ API from 2.0-ongoing 2007-08-06 14:19:19 +00:00
midi_region_view.cc Multi-note (ie selection) dragging. 2007-08-08 02:01:14 +00:00
midi_region_view.h Multi-note (ie selection) dragging. 2007-08-08 02:01:14 +00:00
midi_streamview.cc Fix note separator lines from stealing mouse events. 2007-08-07 20:51:24 +00:00
midi_streamview.h Fix note range toggling (ie actually change visible range when menu option selected). Still some issue with initial value... 2007-08-06 06:09:41 +00:00
midi_time_axis.cc Playback from MIDI model, playback of clicked-in events. 2007-07-28 07:09:21 +00:00
midi_time_axis.h Selection of visible note range (full range vs fit contents, selectable from midi track menu). 2007-07-15 01:56:11 +00:00
midi_util.h Note selection via clicking (including multi-note selection via ctrl/shift clicking). 2007-08-05 00:33:14 +00:00
mixer_strip.cc finish show() stuff for mixer strip and friends 2007-07-07 09:36:56 +00:00
mixer_strip.h Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
mixer_ui.cc Restore position of the mixer window when it is reopened. #1277 2007-07-18 02:27:07 +00:00
mixer_ui.h Restore position of the mixer window when it is reopened. #1277 2007-07-18 02:27:07 +00:00
mtest_other.menus more fixes on the long road to compiling 2005-11-17 21:31:37 +00:00
mtest_shared.menu added files 2005-11-13 12:17:56 +00:00
mtest.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
mtest.menus more fixes on the long road to compiling 2005-11-17 21:31:37 +00:00
new_session_dialog.cc Use ARDOUR::system/user_template_directory in NewSessionDialog for portability 2007-06-17 00:52:51 +00:00
new_session_dialog.h Rename NewSessionDialog::get_current_page to on_new_session_page 2007-05-18 02:41:22 +00:00
option_editor.cc merge changes to libmidi++ API from 2.0-ongoing 2007-08-06 14:19:19 +00:00
option_editor.h merge changes to libmidi++ API from 2.0-ongoing 2007-08-06 14:19:19 +00:00
opts.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
opts.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
panner_ui.cc finish show() stuff for mixer strip and friends 2007-07-07 09:36:56 +00:00
panner_ui.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
panner.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
panner.h Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
panner2d.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
panner2d.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
playlist_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
playlist_selector.cc Use boost::shared_ptr instead of raw pointers for RouteUI track (etc) accessors (fix FIXME in route_ui.h). 2007-06-15 22:05:07 +00:00
playlist_selector.h Merged with trunk R1283. 2007-01-09 23:24:54 +00:00
plugin_selector.cc extend filtering to VST + AU, tweak details, add filter-by-creator and by library 2007-07-31 16:03:35 +00:00
plugin_selector.h extend filtering to VST + AU, tweak details, add filter-by-creator and by library 2007-07-31 16:03:35 +00:00
plugin_ui.cc add basic support for the griffin powermate (a control surface) (from ben loftis) 2007-06-28 19:35:48 +00:00
plugin_ui.h Add AutomationControl::parameter() for terseness. 2007-07-04 00:39:00 +00:00
point_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
processor_box.cc fix bad dynamic cast 2007-08-02 19:57:42 +00:00
processor_box.h use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
processor_selection.h use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
prompter.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
prompter.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
public_editor.cc Add some comments. 2007-05-11 15:06:12 +00:00
public_editor.h Genericificationalizeified AudioFilter (now Filter). 2007-08-06 05:30:18 +00:00
region_editor.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
region_gain_line.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
region_gain_line.h Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
region_selection.cc Merged with trunk R1705. 2007-04-12 23:20:37 +00:00
region_selection.h Merged with trunk R1393. 2007-01-28 17:44:13 +00:00
region_view.cc Better MidiModel command framework, ready to go for all your canvas editing needs. 2007-08-01 20:50:09 +00:00
region_view.h Genericificationalizeified AudioFilter (now Filter). 2007-08-06 05:30:18 +00:00
rgb_macros.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
route_params_ui.cc Further automation refactoring - bring in the concept of Controllable, work towards 2007-06-29 04:02:58 +00:00
route_params_ui.h allow user tweaking of everything that might have inherent latency; add GUI for track level adjustment and widget that can be (but is not yet) embedded in a plugin GUI 2007-06-27 22:06:35 +00:00
route_processor_selection.cc use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
route_processor_selection.h use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
route_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
route_time_axis.cc Selection of visible note range (full range vs fit contents, selectable from midi track menu). 2007-07-15 01:56:11 +00:00
route_time_axis.h Selection of visible note range (full range vs fit contents, selectable from midi track menu). 2007-07-15 01:56:11 +00:00
route_ui.cc more show() stuff, and replaced strip->show_all(); untill its actually finished 2007-07-07 05:04:34 +00:00
route_ui.h Add AutomationControl::parameter() for terseness. 2007-07-04 00:39:00 +00:00
SConscript merge changes to libmidi++ API from 2.0-ongoing 2007-08-06 14:19:19 +00:00
selectable.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
selection_templates.h Re-work main right-click context menu to operate on the selection, and remove some confusion about what region(s) will be affected by menu selections. 2007-05-10 11:53:35 +00:00
selection.cc use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
selection.h use XML state to store processors in mixer (strips) and fixup crash caused by missing AutomationController for integer LADSPA plugin params 2007-08-01 22:18:46 +00:00
send_ui.cc Insert/Redirect refactoring, towards better MIDI support in mixer strip, and 2007-06-23 20:13:13 +00:00
send_ui.h Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
sfdb_ui.cc add alternate filters for soundfile browser 2007-05-16 02:21:41 +00:00
sfdb_ui.h add alternate filters for soundfile browser 2007-05-16 02:21:41 +00:00
simpleline_p.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
simpleline.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
simpleline.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
simplerect_p.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
simplerect.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
simplerect.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
splash.png Merged with trunk R992. 2006-10-21 19:01:50 +00:00
streamview.cc Fix note separator lines from stealing mouse events. 2007-08-07 20:51:24 +00:00
streamview.h Moved note height/range/etc stuff from MidiRegionView to MidiStreamView, since it's all shared anyway. 2007-08-04 04:18:34 +00:00
strip_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
tape_region_view.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
tape_region_view.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
tempo_dialog.cc Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
tempo_dialog.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
tempo_lines.cc Pulled tempo line stuff out into it's own relatively self-contained class. 2007-08-05 21:31:02 +00:00
tempo_lines.h Pulled tempo line stuff out into it's own relatively self-contained class. 2007-08-05 21:31:02 +00:00
theme_manager.cc only do the widget packing style hack once, instead of everytime there is a theme change 2007-06-29 21:12:52 +00:00
theme_manager.h Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +00:00
time_axis_view_item.cc I can't believe it's not one canvas! (TM) 2007-08-05 23:17:40 +00:00
time_axis_view_item.h remove static Pango::FontDescriptions, they cause glib errors because of initialization before Glib::thread_init() has been called 2007-07-03 21:02:29 +00:00
time_axis_view.cc Don't draw measure lins a ton of times... but still drawn twice on initial session display :/ 2007-08-06 00:35:29 +00:00
time_axis_view.h Add AutomationControl::parameter() for terseness. 2007-07-04 00:39:00 +00:00
time_selection.cc Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
time_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
track_selection.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
ui_config_vars.h Moved canvas colors and theme file selection into new ui specific config system 2007-06-29 17:13:09 +00:00
ui_config.cc Moved canvas colors and theme file selection into new ui specific config system, added rest of the files 2007-06-29 17:33:35 +00:00
ui_config.h fix compiler warning 2007-06-29 20:29:39 +00:00
utils.cc more show() stuff, and replaced strip->show_all(); untill its actually finished 2007-07-07 05:04:34 +00:00
utils.h remove static Pango::FontDescriptions, they cause glib errors because of initialization before Glib::thread_init() has been called 2007-07-03 21:02:29 +00:00
visual_time_axis.cc Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
visual_time_axis.h Merged with trunk R1612. 2007-03-18 06:07:08 +00:00
vst_pluginui.cc Renamed Insert to Processor and Redirect to IOProcessor. 2007-06-27 20:23:48 +00:00
waveview_p.h Merged with trunk R1719. 2007-04-14 18:39:01 +00:00
waveview.cc Merged with trunk R1705. 2007-04-12 23:20:37 +00:00
waveview.h Merged with trunk R1705. 2007-04-12 23:20:37 +00:00