summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-17free buffer then set it to 0jdekozak
2013-05-17initialize ltc_enc_buf to 0 to fix crash in ltc_tx_cleanup at startupjdekozak
2013-05-16fix jack session filename (colons are invalid)Robin Gareus
2013-05-16fix typo in jack version messagesTodd Naugle
2013-05-08various miscellany related to versions, gtk2 build and packagingPaul Davis
2013-05-08cleanup menus/actions mess exposed on OS X; remove video items from OS X menu...Paul Davis
2013-05-08tweaks for OS X menu buildingPaul Davis
2013-05-08use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes...Paul Davis
2013-05-07don't set transient-for on OS X, where it is not necessaryPaul Davis
2013-05-07change namespace/naming of WindowManager classes; register all ArdourDialog a...Paul Davis
2013-05-07work work on window mgmt: offer the change to mark all floating windows as Di...Paul Davis
2013-05-07various changes to window visibility mgmt, including use of the mixbus2 code ...Paul Davis
2013-05-07a few minor changes required to get a DMG to build (on Tiger, at least)Paul Davis
2013-05-06drop WIN_POS_MOUSE on a managed window if we have stored coordinates and afte...Paul Davis
2013-05-06fix bad edit that caused simple proxy windows to fail/crashPaul Davis
2013-05-06make ArdourDialog and ArdourWindow call ::relay_key_press() which fixes the "...Paul Davis
2013-05-06fix crash on export if no master bus is present in the sessionRobin Gareus
2013-05-05more window management rationalizationPaul Davis
2013-05-05fix missing content of theme managerPaul Davis
2013-05-05fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete ...Paul Davis
2013-05-04the big rework of window management. probably not complete at thsi point, but...Paul Davis
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ...Paul Davis
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ...Paul Davis
2013-05-02move CloseAllDialogs signal and associated method from ArdourDialog to ARDOUR...Paul Davis
2013-05-02remove unused virtual event handlers from PluginUIWindowPaul Davis
2013-05-02forward port VST parameter name fix from mixbus: some/many VST plugins expect...Paul Davis
2013-05-02rest of change to right click on MIDI note: remove channel selector cruft fro...Paul Davis
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything deriving...Paul Davis
2013-05-02fix operation of right-click on selected MIDI note to bring up the note edito...Paul Davis
2013-05-02remove CMT code - has not been used for years, and will become irrelevant wit...Paul Davis
2013-05-02make PluginUIWindow inherit from ArdourWindow not GtkWindowPaul Davis
2013-05-02reduce verbosity of DEBUG::Sequence tracesPaul Davis
2013-05-02don't do debug trace output for every Render (process) call on an AU pluginPaul Davis
2013-05-02force ArdourWindows to be TYPE_UTILITY so that they float "with" TYPE_DIALOG ...Paul Davis
2013-05-01hack up AU GUI support to handle AUSampler resizing better. Note that this is...Paul Davis
2013-05-01Merge branch 'license-fix' of https://github.com/adiknoth/ardourPaul Davis
2013-04-30forward port recent mixbus change so that side-scroll is now shift-wheel and ...Paul Davis
2013-04-30improve relationship between ArdourDialog and Splash on OS X, where window re...Paul Davis
2013-04-30remove unnecessary sigc++ headerPaul Davis
2013-04-30fix version detection in OSX build scriptRobin Gareus
2013-04-30cleanup AU GUI support, which was broken because prefheight and prefwidth wer...Paul Davis
2013-04-30fixups for building on OS X where apple define silly macrosPaul Davis
2013-04-30don't print stacktraces to the supplied ostream AND cerr - a remnant from deb...Paul Davis
2013-04-30zero/reset closed file-descriptorsRobin Gareus
2013-04-28Revert "fix LXVST support for plugins that make audioMaster callbacks fromPaul Davis
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul Davis
2013-04-22Drop obsolete file gtk2_ardour/imageframe.ccAdrian Knoth
2013-04-22Drop obsolete file canvas-imageframe.hAdrian Knoth
2013-04-22Merge important bits from canvas-image.h into imageframe.hAdrian Knoth
2013-04-22Add proper GPL license to gtk2_ardour/canvas-imageframe.hAdrian Knoth