summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Collapse)Author
2011-09-27ben's pane resizing "fixes" for OSX, plus slightly more debugging for kbd ↵Paul Davis
events (disabled) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10141 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-25removed an un-initialized variable warningPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10119 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-21fix error in export range dialog caused by using wrong sndfile helper array ↵Paul Davis
for file ending git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10103 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-14don't waste time/code on i18n-ing audio file endingsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10082 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-09-12do not attempt to lookup sndfile constants/enums using a string, because ↵Paul Davis
this breaks when using anything but english; remove thinko-function sndfile_file_ending_by_string() because file endings like .wav .caf etc. are not subject to i18n git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10070 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-08-18remove use of Glib::ustring from gtk2_ardourPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@10006 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-08add Basque translation team names to creditsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9813 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-07-08new Basque translation from Pablo F. and friendsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9812 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-21silly dialog name, patch from colinfPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9754 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-06-16Fixed bug where embedded sources did not correctly obey the BWF time stamp ↵Todd Naugle
and would import at the timestamp of the first file. Fixes #0002957 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9739 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-26make timefx thread sleep for a bit after its done, so that the GUI can ↵Paul Davis
process its requests before it dies and takes it request buffer with it git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9430 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-07make AUPlugin emit ParameterChanged() whenever it is notified of a parameter ↵Paul Davis
change event by the AU git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9323 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-04-06demo use of AudioUnit parameter listening (all commented out since its not ↵Paul Davis
needed right now) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9313 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-29minor editor tweaks: change order of range menu so more common operations ↵Ben Loftis
are nearer the top. remove some unused/confusing options on the fft analyzer. remove some debug printouts. fix Insert Region From List and Fill Range with Selected Region which were broken git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9235 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-29add a second Delete action, so both Backspace and Delete can be bound to ↵Ben Loftis
delete. this is really useful on macbooks which have a backspace but no delete key. to turn on this behavior, users will have to add the new editor-alternate-delete action to theri bindings, OR go to Preferences->Mouse/Key and re-load one of the default bindings files git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9232 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-29significant fixes to realtime (touch/write) automation. no longer decide ↵Ben Loftis
point visibility based on scale. thin automation on recording. fix bugs in nascent automation pass handling. allow timecode to skip forwards or backwards or even loop. automation is only recording during forward playback though. this is all backported from mixbus branch. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9231 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-03-29remove some rhythm ferret options that are not implemented in A2Ben Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@9227 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-15make sure that F4 is bound to the real separate action, not the Separate ↵Paul Davis
sub-menu (ergnomic bindings only) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8851 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-04final tweaks for LV2 UI fixes: (a) add per-key destructors for the request ↵Paul Davis
buffers so that they die with the thread (b) remove debug output git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8697 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-03don't bother trying to release any resources when we think an LV2 UI thread ↵Paul Davis
has exited git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8694 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-03more fixes for any and all LV2 UI thread schemesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8690 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-03register foreign LV2 external UI threads with GUI to avoid crashing when ↵Paul Davis
they try to notify ardour's GUI thread of parameter changes git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8685 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-02do not set LV2_PATH for a bundled buildPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8680 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-02remove mistakenly added PANNER_PATH (not applicable to Ardour 2.X)Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8678 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-02unset GTK_RC_FILES to disallow the system to mess with a bundled install of ↵Paul Davis
Ardour and set ARDOUR_PANNER_PATH for bundles (mistakenly added to 3.0 first) git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8676 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-01remove verbose debugging messagesPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8670 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-01Add missing includeDoug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8664 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-02-01LV2 UI parameter changes must be handled by the GUI thread, not in the same ↵Paul Davis
thread that the update happened git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8640 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-18Add checks and config for Rasqal, required by slv2Doug McLain
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8530 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-06remove EPA debug output, and use scoped_ptr<> to make sure we don't change ↵Paul Davis
the environment in the non-bundled case git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8469 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-06more fixes for EPA madnessPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8467 d708f5d6-7413-0410-9779-e7cbd77b26cf
2011-01-06arm (and thus save) global environment before messing it with it in bundled ↵Paul Davis
version git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8454 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-23a few more EPA tweaks to make it do absolutely nothing in the unbundled casePaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8339 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-23fix location of use of EPA objectsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8335 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-12-17more fixes to linux bundle packagerBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@8292 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-24linux packaging changes that use a specially installed GTK stackPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7920 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-22a few tweaks and cleanups for the linux build bundle stuffPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7914 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-10-21implement a version of fixup_bundle_environment() that works for a linux ↵Paul Davis
ardour bundle git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7912 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-29compute height of track controls layout from track_views, not the route list ↵Paul Davis
ListStore - more robust against future possible changes in mixbus and trunk git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7859 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-29safe use of existing env varsPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7857 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-26reverse another small mistakenly applied commitPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7845 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-26reverse mistakenly applied commitPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7844 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-24add big-endian BGRA (Cairo) pixel buffer to RGBA (GdkPixbuf) pixel buffer ↵Paul Davis
conversion - restores text to the editor canvas on big-endian machines git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7841 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-22carl's patch for #3471Paul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7829 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-09-20carl's patch for #3461, applied to 2.XPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7812 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-12make sequence-files option for import use file timecode, and make all ↵Paul Davis
import/embed ops use per-file TC if timecode was requested, rather than just the first file's TC git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7608 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-08-04change the way we use "physical screen height" to better account for ↵Paul Davis
multi-monitor setups git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7539 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-07-29reinstate merge option so 2 mono files can be imported as a stereo trackBen Loftis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7519 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-07-23use -r argument with JACK if realtime is not requested in engine dialogPaul Davis
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7475 d708f5d6-7413-0410-9779-e7cbd77b26cf
2010-07-20for OS X bundle (1) fix definition of ARDOUR_MODULE_PATH (2) put user's ↵Paul Davis
config dir ahead of the bundle folders git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@7452 d708f5d6-7413-0410-9779-e7cbd77b26cf