ardour/gtk2_ardour
Ben Loftis 5d3fa89727 add shortcuts to both SYSTEM and USER templates folder.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5599 d708f5d6-7413-0410-9779-e7cbd77b26cf
2009-08-27 18:12:00 +00:00
..
glade
icons new crossfade icons from markus s. 2009-03-06 15:04:42 +00:00
pixmaps
po new norwegian translation from Eivind Ødegård 2009-07-06 16:20:57 +00:00
.cvsignore
SAE-de-keypad.bindings.in reverse all SAE keybindings so that next/prev-region-boundary variants (with and without selected tracks) are swapped) 2009-03-25 17:50:38 +00:00
SAE-de-nokeypad.bindings.in reverse all SAE keybindings so that next/prev-region-boundary variants (with and without selected tracks) are swapped) 2009-03-25 17:50:38 +00:00
SAE-us-keypad.bindings.in reverse all SAE keybindings so that next/prev-region-boundary variants (with and without selected tracks) are swapped) 2009-03-25 17:50:38 +00:00
SAE-us-nokeypad.bindings.in reverse all SAE keybindings so that next/prev-region-boundary variants (with and without selected tracks) are swapped) 2009-03-25 17:50:38 +00:00
SConscript more tweaks for RB compilation and linking 2009-03-26 15:04:25 +00:00
about.cc add NO translator name and remove debugging output line from audioengine.cc 2009-07-06 18:26:57 +00:00
about.h
actions.cc const char* fixes for some version of gcc 2009-06-04 14:35:43 +00:00
actions.h now with extra-yummy key-release binding semantics, specially for visual state stuff, but potentially useful for momentary actions etc. Remove ~/.ardour2/ardour.bindings to see the effect for visual-state 2008-05-06 05:38:24 +00:00
add_route_dialog.cc add track-record-enable-toggle action to menu, to make it actually bindable ; fixup creation of tracks/busses with > 2 channels, caused by bug in route template menu setup 2009-07-22 22:15:15 +00:00
add_route_dialog.h back-port add-route-dialog redesign from 3.0 2009-07-04 18:05:47 +00:00
analysis_window.cc
analysis_window.h
ardbg speed up track resizing; fixup file DnD; stop use CAAudioFile for imported files 2008-11-13 10:00:09 +00:00
ardev
ardev_common.sh.in more little build fixes for OS X 2008-11-26 08:36:28 +00:00
ardour-sae.menus fix names of new no-selected-tracks actions in menus 2009-03-12 14:14:48 +00:00
ardour.menus.in enable very basic plugin boolean automation via Write and Read. no Touch. graphical editing is not allowed. a little crude but better than none at all 2009-08-21 18:24:02 +00:00
ardour.sh.in Check glib atomic implementation for mutex use. 2008-10-26 16:39:52 +00:00
ardour2.desktop.in
ardour2.xml
ardour2_ui.rc
ardour2_ui_dark.rc.in Use consistent font size for marker text, unset CAN_FOCUS on some more buttons, initial edit point clock is BBT. back to clearlooks for sae light theme. 2008-11-13 09:34:38 +00:00
ardour2_ui_dark_sae.rc.in Use consistent font size for marker text, unset CAN_FOCUS on some more buttons, initial edit point clock is BBT. back to clearlooks for sae light theme. 2008-11-13 09:34:38 +00:00
ardour2_ui_default.conf
ardour2_ui_light.rc.in make track names visible for light theme 2008-12-05 08:24:27 +00:00
ardour2_ui_light_sae.rc.in make track names visible for light theme in SAE version 2008-12-05 08:25:30 +00:00
ardour2_ui_sae.conf Error viewer is set to WINDOW_TYPE_HINT_UTILITY, same for add preset prompter, SAE default port count to 256, slight colour change in SAE Master track. 2008-11-11 16:00:27 +00:00
ardour_dialog.cc fix loss of Keyboard::current_window tracking when leaving a dialog by clicking a button 2008-11-17 15:48:51 +00:00
ardour_dialog.h remove cruft from ArdourUI; improve keyboard icon(s); shrink other plugin GUI buttons; close all dialogs when quitting so that we actually quit 2008-10-30 23:45:20 +00:00
ardour_image_compositor_socket.h ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
ardour_ui.cc fix un-translatable string mistake (mantis #1275) ; make keybindings pay attention only to "relevant" modifiers (e.g. ignore numlock) 2009-07-20 18:49:11 +00:00
ardour_ui.h fix un-translatable string mistake (mantis #1275) ; make keybindings pay attention only to "relevant" modifiers (e.g. ignore numlock) 2009-07-20 18:49:11 +00:00
ardour_ui2.cc make tearoff windows still forward key events (and thus bindings still work); make big clock window into a utility window, not a menu (!) 2009-08-21 13:48:31 +00:00
ardour_ui_dependents.cc if using a top-menubar (e.g. OS X), don't quit when editor window is closed via WM close button 2008-11-25 00:58:05 +00:00
ardour_ui_dialogs.cc possible fix for #2292 2008-06-17 15:32:50 +00:00
ardour_ui_ed.cc make tearoff windows still forward key events (and thus bindings still work); make big clock window into a utility window, not a menu (!) 2009-08-21 13:48:31 +00:00
ardour_ui_mixer.cc possible fix for #2292 2008-06-17 15:32:50 +00:00
ardour_ui_options.cc lincoln's solo-mute-override patch modified/extended to track the option changing state, plus build ardour.menus as part of the default target 2008-11-25 13:22:42 +00:00
arprof
arval
au_pluginui.h do not attempt to use scroll view for AU plugin GUIs (fixes crash-on-delete of Cocoa-based AU plugins) ; drop references in PlugUIBase to plugin/insert when it notifies us via GoingAway (fixes crash on session close) ; fix handling of AU cache info for certain plugins ; fix SConstruct missing lrdf, raptor, samplerate library definitions (\!\!\!) 2009-07-03 21:21:30 +00:00
au_pluginui.mm imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin controls can be properly controlled by generic GUI (nick murtagh); properly delete AU plugin *and* GUI (fixes crashing bug for Carbon-GUI based AU's) 2009-07-18 00:50:15 +00:00
audio_clock.cc BBT duration clocks use zero-based values, init SAE nudge default better. 2008-11-07 11:00:13 +00:00
audio_clock.h minor UI fixes for clocks and Locations dialog. Prevent tape tracks from skewing the session extents 2008-06-05 16:59:39 +00:00
audio_region_editor.cc add start/sync clocks to audio region editor (not editable at this time) 2008-11-11 14:09:00 +00:00
audio_region_editor.h add start/sync clocks to audio region editor (not editable at this time) 2008-11-11 14:09:00 +00:00
audio_region_view.cc Fix memory leak in name text pixbuf generation, move RegionView::_height to TimeAxisViewItem, clean up name_highlight vs name_text code (removes assumpton that one implied the other), fix mouse offset when track resizing past the smallest size, reinstate zooming to 1 frame per pixel. 2009-06-02 17:45:18 +00:00
audio_region_view.h add toggles for region fade in/out/both active, plus toggle for region fades visibility 2008-10-09 21:51:10 +00:00
audio_streamview.cc Infrastructure for customized SAE ui themes. Some performance improvements for osx-visible momentary solo gui glitches, allow solo all even when solo not latched (see comments). 2008-11-04 07:30:55 +00:00
audio_streamview.h add toggles for region fade in/out/both active, plus toggle for region fades visibility 2008-10-09 21:51:10 +00:00
audio_time_axis.cc simplify waveform menu items 2009-08-20 16:49:06 +00:00
audio_time_axis.h simplify waveform menu items 2009-08-20 16:49:06 +00:00
automation_gain_line.cc
automation_gain_line.h
automation_line.cc enable very basic plugin boolean automation via Write and Read. no Touch. graphical editing is not allowed. a little crude but better than none at all 2009-08-21 18:24:02 +00:00
automation_line.h enable very basic plugin boolean automation via Write and Read. no Touch. graphical editing is not allowed. a little crude but better than none at all 2009-08-21 18:24:02 +00:00
automation_pan_line.cc
automation_pan_line.h
automation_selectable.h
automation_selection.h
automation_time_axis.cc colinf's patch to remove height buttons from automation tracks 2008-11-25 11:39:51 +00:00
automation_time_axis.h colinf's patch to remove height buttons from automation tracks 2008-11-25 11:39:51 +00:00
axis_view.cc
axis_view.h
boolean_automation_line.cc
boolean_automation_line.h
canvas-curve.h
canvas-imageframe.c
canvas-imageframe.h
canvas-ruler.c
canvas-ruler.h
canvas-simpleline.c
canvas-simpleline.h
canvas-simplerect.c
canvas-simplerect.h
canvas-waveview.c Fix silly careless errors. 2008-11-11 04:53:37 +00:00
canvas-waveview.h
canvas.h Speed up regionview creation by using pixbufs for name labels instead of Gnome::Canvas::Text. 2009-05-05 18:41:21 +00:00
canvas_impl.h
canvas_vars.h Infrastructure for customized SAE ui themes. Some performance improvements for osx-visible momentary solo gui glitches, allow solo all even when solo not latched (see comments). 2008-11-04 07:30:55 +00:00
cocoacarbon.mm working nag screen url opening on OS X 2008-11-18 00:38:17 +00:00
connection_editor.cc
connection_editor.h
crossfade_edit.cc new crossfade icons from markus s. 2009-03-06 15:04:58 +00:00
crossfade_edit.h a few useful keybindings in the xfade editor 2008-11-09 08:22:48 +00:00
crossfade_view.cc better xfade presets (still need icons) 2008-11-03 08:22:31 +00:00
crossfade_view.h
crossfade_xpms.h
curvetest.cc fixes for gcc4.4 header paths 2009-03-02 20:06:31 +00:00
draginfo.h shift-click to extend marker selection; marker drag moves all selected markers 2008-09-19 10:42:09 +00:00
editing.cc
editing.h
editing_syms.h
editor.cc make tearoff windows still forward key events (and thus bindings still work); make big clock window into a utility window, not a menu (!) 2009-08-21 13:48:31 +00:00
editor.h simplify waveform menu items 2009-08-20 16:49:06 +00:00
editor_actions.cc save and recall rectified waveform view 2009-08-20 17:34:38 +00:00
editor_audio_import.cc imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin controls can be properly controlled by generic GUI (nick murtagh); properly delete AU plugin *and* GUI (fixes crashing bug for Carbon-GUI based AU's) 2009-07-18 00:50:15 +00:00
editor_audiotrack.cc simplify waveform menu items 2009-08-20 16:49:06 +00:00
editor_canvas.cc Fix bug reported by Axel Müller on the list where marker bars, canvas and playhead get kind of out of sync with the timeline (partial reversion of an earlier commit). 2009-06-10 17:29:10 +00:00
editor_canvas_events.cc Add a session file type icon for OSX, remove unused editor_mixer_button, use a constant offset for verbose time cursor, make tempo lines a bit smoother on OSX (idle? when?) 2008-09-16 18:58:26 +00:00
editor_cursors.cc fix up some jerkiness/retrograde motion of playhead 2008-10-20 19:44:43 +00:00
editor_edit_groups.cc imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin controls can be properly controlled by generic GUI (nick murtagh); properly delete AU plugin *and* GUI (fixes crashing bug for Carbon-GUI based AU's) 2009-07-18 00:50:15 +00:00
editor_enums.h
editor_export_audio.cc make bounce range and bounce region work properly (wrong boundaries before); add "Consolidate Range" which writes a new audio file and uses it to replace whatever was in the playlist within the range 2008-06-18 22:28:16 +00:00
editor_hscroller.cc
editor_imageframe.cc ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
editor_items.h
editor_keyboard.cc keyboard mute action for regions operates on all selected regions (applied to 3.0 already by carl) 2009-03-02 21:07:40 +00:00
editor_keys.cc
editor_markers.cc A more correct fix for non-disappearing loop/punch range rect, calculate track height in fit_tracks () correctly (doesn't fix the height race condition with the controls layout though). 2008-10-13 00:04:15 +00:00
editor_mixer.cc make stationary-playhead mode less secret 2009-05-22 19:47:07 +00:00
editor_mouse.cc use DIST_LIBDIR to allow override of LIBDIR ; gcc4.4 patches from debian (once again, those guys don't send upstream, they think their own bug DB is where this stuff belongs, sigh ... thanks adi for the notice) 2009-07-28 16:49:10 +00:00
editor_nudge.cc
editor_ops.cc Allow Insert Time option to move tempos and time sig changes, as per #1951 (thanks carlh) 2009-06-10 12:51:37 +00:00
editor_region_list.cc use osx button2 emulation for region list auditioning (erratic behaviour still) 2009-03-21 13:20:07 +00:00
editor_route_list.cc imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin controls can be properly controlled by generic GUI (nick murtagh); properly delete AU plugin *and* GUI (fixes crashing bug for Carbon-GUI based AU's) 2009-07-18 00:50:15 +00:00
editor_rulers.cc standardize some menu actions across CD and loop/punch rulers. also allow right-click drag to create regions, which may be more discoverable than ctrl-click drag because the other rulers already use right-click for creating markers 2009-03-02 22:17:27 +00:00
editor_scrub.cc
editor_selection.cc new options for moving playhead to next/previous region boundary 2009-03-12 02:44:48 +00:00
editor_selection_list.cc
editor_tempodisplay.cc Handle changed session duration & resizing canvas better wrt end marker, remove unused last_canvas_frame, don't redraw the entire mixer every time its presented, consistent space between rightmost horizontal scroller position and end marker when zooming. 2008-10-18 12:51:48 +00:00
editor_timefx.cc apply carls thread fix from 3.0 to 2.0 2009-06-28 13:14:27 +00:00
editor_xpms
engine_dialog.cc don't attempt to check server name if possible server paths have not been discovered 2009-05-19 18:00:00 +00:00
engine_dialog.h do not look for (and potentially exit) jack servers if jack is already running 2009-05-18 13:44:37 +00:00
enums.cc
enums.h
ergonomic-us.bindings.in
evtest.cc
export_dialog.cc CD Marker export patch from Andreas Ruge 2009-06-11 19:49:12 +00:00
export_dialog.h don't set up dir name incorrectly for range export 2008-11-22 22:58:17 +00:00
export_range_markers_dialog.cc don't set up dir name incorrectly for range export 2008-11-22 22:58:17 +00:00
export_range_markers_dialog.h
export_region_dialog.cc wrap PBD::Thread... signals in a mutex to avoid crashing as multiple threads call it simultaneously; increase FUDGE distance for GTK/X11 when sizing comboboxselectors in editor 2008-11-06 22:18:27 +00:00
export_region_dialog.h
export_session_dialog.cc
export_session_dialog.h
fft_graph.cc
fft_graph.h
fft_result.cc
fft_result.h
gain_automation_time_axis.cc
gain_automation_time_axis.h
gain_meter.cc meta-fy handling of button2, to deal with apple's messed up design decisions; on gtk/osx, button2 is (currently) Ctrl-Option-Button1 2008-11-03 17:05:17 +00:00
gain_meter.h make RouteUI and its children and relations able to switch the Route/IO object they refer to (significant architectural changes) 2008-10-05 15:36:45 +00:00
generic_pluginui.cc enable very basic plugin boolean automation via Write and Read. no Touch. graphical editing is not allowed. a little crude but better than none at all 2009-08-21 18:24:02 +00:00
gettext.h
ghostregion.cc
ghostregion.h
gprofhelper.c
gtk-custom-hruler.c
gtk-custom-hruler.h
gtk-custom-ruler.c
gtk-custom-ruler.h
gtkscrolledwindow.c
gui_thread.h
i18n.h
imageframe.cc ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
imageframe.h
imageframe_p.h
imageframe_socket_handler.cc ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
imageframe_socket_handler.h ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
imageframe_time_axis.cc ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
imageframe_time_axis.h
imageframe_time_axis_group.cc
imageframe_time_axis_group.h
imageframe_time_axis_view.cc
imageframe_time_axis_view.h
imageframe_view.cc Speed up regionview creation by using pixbufs for name labels instead of Gnome::Canvas::Text. 2009-05-05 18:41:21 +00:00
imageframe_view.h
io_selector.cc reset editor's entered_track to null if that track is deleted; fix use of wrong constructor for MessageDialog in both IOSelector and import handling, which would lead to a glibmm exception caused by a null C string (old, common and very very bad) 2008-06-19 15:26:14 +00:00
io_selector.h
itest.cc
keyboard.cc code to enable shortcut/binding debugging 2009-03-11 19:29:43 +00:00
keyboard.h meta-fy handling of button2, to deal with apple's messed up design decisions; on gtk/osx, button2 is (currently) Ctrl-Option-Button1 2008-11-03 17:05:17 +00:00
keyeditor.cc fix un-translatable string mistake (mantis #1275) ; make keybindings pay attention only to "relevant" modifiers (e.g. ignore numlock) 2009-07-20 18:49:11 +00:00
keyeditor.h
level_meter.cc make RouteUI and its children and relations able to switch the Route/IO object they refer to (significant architectural changes) 2008-10-05 15:36:45 +00:00
level_meter.h make RouteUI and its children and relations able to switch the Route/IO object they refer to (significant architectural changes) 2008-10-05 15:36:45 +00:00
location_ui.cc minor UI fixes for clocks and Locations dialog. Prevent tape tracks from skewing the session extents 2008-06-05 16:59:39 +00:00
location_ui.h minor UI fixes for clocks and Locations dialog. Prevent tape tracks from skewing the session extents 2008-06-05 16:59:39 +00:00
logmeter.h
lv2_plugin_ui.cc Apply LV2 GUI parameter update patch from kfoltman. 2009-01-14 15:31:41 +00:00
lv2_plugin_ui.h Apply LV2 GUI parameter update patch from kfoltman. 2009-01-14 15:31:41 +00:00
main.cc working VST support with VeSTige header and new FST code 2009-02-19 14:01:59 +00:00
marker.cc Remove unused variable. 2009-06-03 16:17:54 +00:00
marker.h Fix record crash, use pixfufs instead of canvas text in markers, use leftmost_frame instead of querying canvas coords when scrolling (speeds up canvas scrolling somewhat). 2009-05-19 14:38:37 +00:00
marker_selection.h shift-click to extend marker selection; marker drag moves all selected markers 2008-09-19 10:42:09 +00:00
marker_time_axis.cc ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
marker_time_axis.h
marker_time_axis_view.cc
marker_time_axis_view.h
marker_view.cc
marker_view.h
midi_port_dialog.cc
midi_port_dialog.h
mixer_strip.cc limit width of group button to something reasonable 2009-07-30 19:45:10 +00:00
mixer_strip.h fix kludgy assumption about item ordering in ops menu 2009-03-05 15:33:48 +00:00
mixer_ui.cc imported files retain BWF timestamp info (nick murtagh) ; logarithm plugin controls can be properly controlled by generic GUI (nick murtagh); properly delete AU plugin *and* GUI (fixes crashing bug for Carbon-GUI based AU's) 2009-07-18 00:50:15 +00:00
mixer_ui.h Fix (OSX only) for dirty redraws in adjacent mixer strips when resizing. 2008-11-07 21:40:10 +00:00
mnemonic-us.bindings.in use new no-selection PH-to-next-region-boundary methods in bindings files 2009-03-12 02:42:07 +00:00
mtest.cc
mtest.menus
mtest_other.menus
mtest_shared.menu
nag.cc working nag screen url opening on OS X 2008-11-18 00:38:17 +00:00
nag.h Help->Chat menu item launches the users browser to allow chatting on IRC via mibbit 2009-05-20 03:34:00 +00:00
new_session_dialog.cc add shortcuts to both SYSTEM and USER templates folder. 2009-08-27 18:12:00 +00:00
new_session_dialog.h Ensure double-click on session file in findoer on osx succeeds. 2008-11-17 07:47:06 +00:00
option_editor.cc remove icky FUDGE-ness code when sizing ComboBoxText's (from an idea by david taht) 2009-03-13 13:01:23 +00:00
option_editor.h remove icky FUDGE-ness code when sizing ComboBoxText's (from an idea by david taht) 2009-03-13 13:01:23 +00:00
opts.cc
opts.h
pan_automation_time_axis.cc
pan_automation_time_axis.h
panner.cc
panner.h
panner2d.cc Replaced some c includes with their c++ wrappers 2008-07-10 18:37:26 +00:00
panner2d.h
panner_ui.cc implement panner reset functionality (missing since 0.99?) 2009-04-30 14:34:39 +00:00
panner_ui.h implement panner reset functionality (missing since 0.99?) 2009-04-30 14:34:39 +00:00
playlist_selection.h
playlist_selector.cc
playlist_selector.h
plugin_interest.h add missing plugin_interest.h file 2008-05-29 15:26:01 +00:00
plugin_selector.cc plugin manager: filter-by-type really is filter-by-category, so fix the naming and add real filter-by-type (API) 2009-03-27 17:11:33 +00:00
plugin_selector.h define ARCH_X86 even on x86_64 (untested!); giso's patch for control surface track indexing; carl's patches for insert-time and double-click on redirect boxes 2008-12-02 17:34:05 +00:00
plugin_ui.cc make tearoff windows still forward key events (and thus bindings still work); make big clock window into a utility window, not a menu (!) 2009-08-21 13:48:31 +00:00
plugin_ui.h do not attempt to use scroll view for AU plugin GUIs (fixes crash-on-delete of Cocoa-based AU plugins) ; drop references in PlugUIBase to plugin/insert when it notifies us via GoingAway (fixes crash on session close) ; fix handling of AU cache info for certain plugins ; fix SConstruct missing lrdf, raptor, samplerate library definitions (\!\!\!) 2009-07-03 21:21:30 +00:00
point_selection.h
prompter.cc
prompter.h
public_editor.cc some adjustments to the spacing in the import/interthread progress window, and preparation for more uniform HiG-style spacing everywhere; fix multiply-packed boxes in sfdb_ui.cc 2008-05-12 22:32:34 +00:00
public_editor.h make tearoff windows still forward key events (and thus bindings still work); make big clock window into a utility window, not a menu (!) 2009-08-21 13:48:31 +00:00
redirect_automation_line.cc enable very basic plugin boolean automation via Write and Read. no Touch. graphical editing is not allowed. a little crude but better than none at all 2009-08-21 18:24:02 +00:00
redirect_automation_line.h
redirect_automation_time_axis.cc
redirect_automation_time_axis.h
redirect_box.cc VST omnibus commit edition: use wine_pthread_create() everywhere instead of pthread_create; properly handle events when editor windows are closed, thus avoiding deadlock when deleting a VST plugin; actually delete plugins (of any kind) when requested to do so and there is an editor - this was a bug that has been around for quite a long time in 2.X; some extensions to the vestige header that might be legally dubious 2009-03-24 15:48:34 +00:00
redirect_box.h fix crash when renaming a track after deleting a plugin that had a visible GUI/editor window 2009-03-07 13:44:12 +00:00
redirect_selection.h
region_editor.h
region_gain_line.cc
region_gain_line.h
region_selection.cc
region_selection.h
region_view.cc Fix memory leak in name text pixbuf generation, move RegionView::_height to TimeAxisViewItem, clean up name_highlight vs name_text code (removes assumpton that one implied the other), fix mouse offset when track resizing past the smallest size, reinstate zooming to 1 frame per pixel. 2009-06-02 17:45:18 +00:00
region_view.h Fix memory leak in name text pixbuf generation, move RegionView::_height to TimeAxisViewItem, clean up name_highlight vs name_text code (removes assumpton that one implied the other), fix mouse offset when track resizing past the smallest size, reinstate zooming to 1 frame per pixel. 2009-06-02 17:45:18 +00:00
rgb_macros.h
rhythm_ferret.cc add note onset detection to the ferret, c/o the aubio-based Onset VAMP plugin (REQUIRES libaubio installed); add toggle-region-opaque menu item for scalable ops on region opacity 2008-05-15 19:37:35 +00:00
rhythm_ferret.h add note onset detection to the ferret, c/o the aubio-based Onset VAMP plugin (REQUIRES libaubio installed); add toggle-region-opaque menu item for scalable ops on region opacity 2008-05-15 19:37:35 +00:00
route_params_ui.cc make RouteUI and its children and relations able to switch the Route/IO object they refer to (significant architectural changes) 2008-10-05 15:36:45 +00:00
route_params_ui.h
route_redirect_selection.cc
route_redirect_selection.h
route_selection.h
route_time_axis.cc playlist sort patch from nick_m, improves ordering of playlists in menu. small effect, but nice 2009-06-26 17:43:38 +00:00
route_time_axis.h playlist sort patch from nick_m, improves ordering of playlists in menu. small effect, but nice 2009-06-26 17:43:38 +00:00
route_ui.cc Correct name(tm) 2009-05-17 14:18:08 +00:00
route_ui.h final (?) fix for editor mixer strip handling when route is removed 2009-03-11 17:57:18 +00:00
selectable.h
selection.cc shift-click to extend marker selection; marker drag moves all selected markers 2008-09-19 10:42:09 +00:00
selection.h shift-click to extend marker selection; marker drag moves all selected markers 2008-09-19 10:42:09 +00:00
selection_templates.h
send_ui.cc make send GUIs into ArdourDialogs; ensure that panner changes propagate into the GUI even when the number of panners is reduced 2008-11-26 06:57:42 +00:00
send_ui.h make send GUIs into ArdourDialogs; ensure that panner changes propagate into the GUI even when the number of panners is reduced 2008-11-26 06:57:42 +00:00
sfdb_freesound_mootcher.cc fix URL's for freesound (debian patch) 2008-10-10 09:52:10 +00:00
sfdb_freesound_mootcher.h
sfdb_ui.cc fix Mapping option so it follows the region/track menu selection 2009-08-27 16:24:36 +00:00
sfdb_ui.h
simpleline.cc
simpleline.h
simpleline_p.h
simplerect.cc
simplerect.h
simplerect_p.h
splash.cc revert nedko's splash screen change because it breaks splash screen management 2009-07-04 18:21:27 +00:00
splash.h
splash.png
streamview.cc Dont move track backgrounds, so that they no longer disappear at high zooms, SAE version uses shift button1 to solo additional tracks in not latched solo mode. 2008-11-03 21:29:35 +00:00
streamview.h Dont move track backgrounds, so that they no longer disappear at high zooms, SAE version uses shift button1 to solo additional tracks in not latched solo mode. 2008-11-03 21:29:35 +00:00
strip_selection.h
tape_region_view.cc Fix tape region view crash, remove unneeded include. 2009-05-22 11:58:10 +00:00
tape_region_view.h
tempo_dialog.cc Patch from robsch to fix mantis 2766; apply button unclickable when modifying the meter marker at the start of the session. 2009-08-22 13:35:29 +00:00
tempo_dialog.h
tempo_lines.cc remove cruft from ArdourUI; improve keyboard icon(s); shrink other plugin GUI buttons; close all dialogs when quitting so that we actually quit 2008-10-30 23:45:20 +00:00
tempo_lines.h set tempo lines to be physical_screen_height high, add xml null check. 2008-10-13 20:32:58 +00:00
theme_manager.cc fix crash caused by ARDOUR::Profile not existing when theme manager is created, and checking for sae-specific theme variation. hacked around for now, pending release 2008-11-20 17:01:42 +00:00
theme_manager.h
time_axis_view.cc Fix memory leak in name text pixbuf generation, move RegionView::_height to TimeAxisViewItem, clean up name_highlight vs name_text code (removes assumpton that one implied the other), fix mouse offset when track resizing past the smallest size, reinstate zooming to 1 frame per pixel. 2009-06-02 17:45:18 +00:00
time_axis_view.h Fix memory leak in name text pixbuf generation, move RegionView::_height to TimeAxisViewItem, clean up name_highlight vs name_text code (removes assumpton that one implied the other), fix mouse offset when track resizing past the smallest size, reinstate zooming to 1 frame per pixel. 2009-06-02 17:45:18 +00:00
time_axis_view_item.cc Fix memory leak in name text pixbuf generation, move RegionView::_height to TimeAxisViewItem, clean up name_highlight vs name_text code (removes assumpton that one implied the other), fix mouse offset when track resizing past the smallest size, reinstate zooming to 1 frame per pixel. 2009-06-02 17:45:18 +00:00
time_axis_view_item.h Fix memory leak in name text pixbuf generation, move RegionView::_height to TimeAxisViewItem, clean up name_highlight vs name_text code (removes assumpton that one implied the other), fix mouse offset when track resizing past the smallest size, reinstate zooming to 1 frame per pixel. 2009-06-02 17:45:18 +00:00
time_selection.cc
time_selection.h
track_selection.h
ui_config.cc Ignore triple clicks for mute/solo/rec-enable (fixes long-standing insensitive to clicks bug), momentary solo/mute works for track headers, redraw some widgets when resizing editor-mixer (osx only), don't autoconnect physical inputs to busses (sae only), new sends active by default (sae only), some minor sae gui customizations using ardour2_ui_sae.conf. 2008-11-01 14:45:03 +00:00
ui_config.h
ui_config_vars.h
utils.cc make tearoff windows still forward key events (and thus bindings still work); make big clock window into a utility window, not a menu (!) 2009-08-21 13:48:31 +00:00
utils.h make tearoff windows still forward key events (and thus bindings still work); make big clock window into a utility window, not a menu (!) 2009-08-21 13:48:31 +00:00
visual_time_axis.cc ICS (image compositor socket) patches from robin gareus, to keep ICS alive in 2.X; variations on giso's proposed fix for #1731 (x-fade clicking) 2009-03-02 20:59:13 +00:00
visual_time_axis.h
vst_pluginui.cc some totally untested FST/VST changes 2009-03-27 18:38:02 +00:00
waveview.cc
waveview.h
waveview_p.h
x11.cc