summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2007-07-31fix up user keybindings saving, and bump to 2.0.42.0.4Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2201 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-31extend filtering to VST + AU, tweak details, add filter-by-creator and by ↵Paul Davis
library git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2200 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-30add filtering to plugin selection dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2190 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-20removed used of MIDI::Port::number() from mackie surface codePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2165 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-20permit MIDI port removal now, and save MIDI ports back to the ardour.rc filePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2163 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-20fixed radio group for subframesBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2162 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-20make control_scroll handle wheel events properlyJohn Anderson
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2160 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-19new functionality to add MIDI ports from the options editor, not totally ↵Paul Davis
finished but functional git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2152 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-19Fix crossfade editor segfault due to wrong typesSampo Savolainen
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2150 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-19stop audio clocks from vanishing when turned offPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2148 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-16support for 16 bit native filesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2132 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-06new automation interval configuration variable, to control automation ↵Paul Davis
snapshot time resolution (for oofus to test); patch for cancellingmulti-file import; minor code cleanups; use boost::fast_pool_allocator for automation lists (may revert later) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2117 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-05change gain meter bus text color for light themeDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2113 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-05Delta Cursor option backported from trunkDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2111 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-05New theme manager from trunk, backported to 2.0-ongoingDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2110 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-03remove static Pango::FontDescriptions, they cause glib errors because of ↵Paul Davis
initialization before Glib::thread_init() has been called git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2099 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-07-02prep for 2.0.3Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2094 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-29make a start on JACK control dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2085 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-26* Added (let's call it revealed) ability to record while the transport is ↵Jesse Chappell
looping. This works for both Internal (seamless) and JACK sync, new regions are created each cycle around the loop and stacked on top of each other. It is recommended for now that automatic crossfades be turned off when doing this. Punch-In/Out may be used also (this used to be the only way to accomplish recording while looping, but now the GUI represents it without goofiness. * Fixed the stuttering/stuck problem when looping with JACK sync * Fixed gui bug that prevented record-disable when latch record option is on * Fixed issue where it would rec-enable unnecessarily when passing through the punch-out point * Fixed corner case in diskstream record length (that no one would ever notice) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2034 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-04fix for redirect state restore issues, remove trunk-only clock modes from ↵Paul Davis
menu defs git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1952 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-01potential fix for ctrl-middleclick crash (merged from trunk)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1942 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-06-012nd stage of denormal handling (from trunk); fix to avoid FLAC support when ↵Paul Davis
using a too-new FLAC library git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1940 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-31add new denormal handling capabilities (95% finished)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1935 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-30more use of int64_t to fix frame offset valuesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1931 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-30put png versions of these icons into svn, rather than svg onesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1930 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-30xfade editor speedup from markus s., and a fix for the reset button in that ↵Paul Davis
editor git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1929 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-30fix #1693 and related bugPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1928 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-30debugging output for region list crash, part 2Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1927 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-30debugging output for region list crashPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1926 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-29fix some (all? not likely) problems with dragging close to 2^32-1 framesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1924 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-23fix audio clock handling of key press; fix crash bug caused by mapping over ↵Paul Davis
a region list selection that includes rows without regions git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1912 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-22remove redundant and probably crash-inducing resets of shared_ptr<Region> in ↵Paul Davis
region list for the "Hidden" node git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1911 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-21move clock modes submenu to top level, from tim mayberryPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1887 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-21new default button+icons for crossfade editor, from markus schwarzenbergPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1886 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-21fix crash when clicking on region view list column that has no region ↵Paul Davis
pointer associated with it git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1885 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-18allow diskstream deletion after a track is removed by using ↵Paul Davis
weak_ptr<Diskstream> instead of shared_ptr<Diskstream> in GUI signal handling git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1883 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-16tim mayberry's patches to fix middle-click pasting ina couple of dialogs ↵Paul Davis
(merged from trunk) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1852 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-16add alternate filters for soundfile browserPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1849 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-11another redirect dialog fixPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1835 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-10fix up middle button mess for redirectsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@1820 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-08fix presentation of plugin UI's2.0.1Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0.1@1800 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-08fix x-constrained copy-drag in same trackPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0.1@1797 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-08redirect button2 click with non-relevant modifiers should work as if the ↵Paul Davis
modifiers are not present git-svn-id: svn://localhost/ardour2/branches/2.0.1@1796 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-08fix numlock-effect on redirect clicks; fix control outs (finally?)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0.1@1794 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-07fix for #1637Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0.1@1792 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-05-07merge changes from trunkPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0.1@1790 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-28changed redirect automation line colors to be more visible in default theme. ↵2.0Jesse Chappell
removed debugging printout for session saving git-svn-id: svn://localhost/ardour2/trunk@1761 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-27fix from Audun for automation track width/span problemsPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1758 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-27first pass at no close/open/new when disconnected from JACK, including ↵Paul Davis
noting that JACK is disconnected from the shutdown callback git-svn-id: svn://localhost/ardour2/trunk@1757 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-04-26fix mixer-strip-width-not-restored, hopefully foreverPaul Davis
git-svn-id: svn://localhost/ardour2/trunk@1753 d708f5d6-7413-0410-9779-e7cbd77b26cf