summaryrefslogtreecommitdiff
path: root/gtk2_ardour
AgeCommit message (Expand)Author
2011-09-27ben's pane resizing "fixes" for OSX, plus slightly more debugging for kbd eve...Paul Davis
2011-09-25removed an un-initialized variable warningPaul Davis
2011-09-21fix error in export range dialog caused by using wrong sndfile helper array f...Paul Davis
2011-09-14don't waste time/code on i18n-ing audio file endingsPaul Davis
2011-09-12do not attempt to lookup sndfile constants/enums using a string, because this...Paul Davis
2011-08-18remove use of Glib::ustring from gtk2_ardourPaul Davis
2011-07-08add Basque translation team names to creditsPaul Davis
2011-07-08new Basque translation from Pablo F. and friendsPaul Davis
2011-06-21silly dialog name, patch from colinfPaul Davis
2011-06-16Fixed bug where embedded sources did not correctly obey the BWF time stamp an...Todd Naugle
2011-04-26make timefx thread sleep for a bit after its done, so that the GUI can proces...Paul Davis
2011-04-07make AUPlugin emit ParameterChanged() whenever it is notified of a parameter ...Paul Davis
2011-04-06demo use of AudioUnit parameter listening (all commented out since its not ne...Paul Davis
2011-03-29minor editor tweaks: change order of range menu so more common operations ar...Ben Loftis
2011-03-29add a second Delete action, so both Backspace and Delete can be bound to dele...Ben Loftis
2011-03-29significant fixes to realtime (touch/write) automation. no longer decide poi...Ben Loftis
2011-03-29remove some rhythm ferret options that are not implemented in A2Ben Loftis
2011-02-15make sure that F4 is bound to the real separate action, not the Separate sub-...Paul Davis
2011-02-04final tweaks for LV2 UI fixes: (a) add per-key destructors for the request bu...Paul Davis
2011-02-03don't bother trying to release any resources when we think an LV2 UI thread h...Paul Davis
2011-02-03more fixes for any and all LV2 UI thread schemesPaul Davis
2011-02-03register foreign LV2 external UI threads with GUI to avoid crashing when they...Paul Davis
2011-02-02do not set LV2_PATH for a bundled buildPaul Davis
2011-02-02remove mistakenly added PANNER_PATH (not applicable to Ardour 2.X)Paul Davis
2011-02-02unset GTK_RC_FILES to disallow the system to mess with a bundled install of A...Paul Davis
2011-02-01remove verbose debugging messagesPaul Davis
2011-02-01Add missing includeDoug McLain
2011-02-01LV2 UI parameter changes must be handled by the GUI thread, not in the same t...Paul Davis
2011-01-18Add checks and config for Rasqal, required by slv2Doug McLain
2011-01-06remove EPA debug output, and use scoped_ptr<> to make sure we don't change th...Paul Davis
2011-01-06more fixes for EPA madnessPaul Davis
2011-01-06arm (and thus save) global environment before messing it with it in bundled v...Paul Davis
2010-12-23a few more EPA tweaks to make it do absolutely nothing in the unbundled casePaul Davis
2010-12-23fix location of use of EPA objectsPaul Davis
2010-12-17more fixes to linux bundle packagerBen Loftis
2010-10-24linux packaging changes that use a specially installed GTK stackPaul Davis
2010-10-22a few tweaks and cleanups for the linux build bundle stuffPaul Davis
2010-10-21implement a version of fixup_bundle_environment() that works for a linux ardo...Paul Davis
2010-09-29compute height of track controls layout from track_views, not the route list ...Paul Davis
2010-09-29safe use of existing env varsPaul Davis
2010-09-26reverse another small mistakenly applied commitPaul Davis
2010-09-26reverse mistakenly applied commitPaul Davis
2010-09-24add big-endian BGRA (Cairo) pixel buffer to RGBA (GdkPixbuf) pixel buffer con...Paul Davis
2010-09-22carl's patch for #3471Paul Davis
2010-09-20carl's patch for #3461, applied to 2.XPaul Davis
2010-08-12make sequence-files option for import use file timecode, and make all import/...Paul Davis
2010-08-04change the way we use "physical screen height" to better account for multi-mo...Paul Davis
2010-07-29reinstate merge option so 2 mono files can be imported as a stereo trackBen Loftis
2010-07-23use -r argument with JACK if realtime is not requested in engine dialogPaul Davis
2010-07-20for OS X bundle (1) fix definition of ARDOUR_MODULE_PATH (2) put user's confi...Paul Davis