summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-07various changes to window visibility mgmt, including use of the mixbus2 code ↵Paul Davis
for toggling editor + mixer windows. no longer attempt to track changes made outside of ardour, which is a lost cause
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 ↵Paul Davis
after the first present() call
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
"not-toggleable-on-first-show" and other issues
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
and add a bit of visibility tracking debugging
2013-05-04the big rework of window management. probably not complete at thsi point, ↵Paul Davis
but this is mostly functional
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ↵Paul Davis
without combination with other sigc::trackable parents; fix partially_visible() logic
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ↵Paul Davis
without combination with other sigc::trackable parents; fix partially_visible() logic
2013-05-02move CloseAllDialogs signal and associated method from ArdourDialog to ↵Paul Davis
ARDOUR_UI, and make ArdourWindow obey it too
2013-05-02remove unused virtual event handlers from PluginUIWindowPaul Davis
2013-05-02forward port VST parameter name fix from mixbus: some/many VST plugins ↵Paul Davis
expect the buffer passed to them to be zero-filled, not just null-at-start. without this they can return garbage strings for parameter names
2013-05-02rest of change to right click on MIDI note: remove channel selector cruft ↵Paul Davis
from canvas note event
2013-05-02remove all of Gtk::Window::set_position (WIN_POS_MOUSE) for anything ↵Paul Davis
deriving from ArdourDialog or ArdourWindow; move the set_position() call into those classes' constructors, so that they are called before the windows are realized, and thus it actually works
2013-05-02fix operation of right-click on selected MIDI note to bring up the note ↵Paul Davis
editor. this is still not really right long term, but it is better than displaying the channel selector
2013-05-02remove CMT code - has not been used for years, and will become irrelevant ↵Paul Davis
with VTL and cairocanvas
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
windows (at least on OS X - still to be tested on X Window
2013-05-01hack up AU GUI support to handle AUSampler resizing better. Note that this ↵Paul Davis
is still one buggy plugin
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
height adjustment is alt-wheel, rather than vice versa, to match OS X convention
2013-04-30improve relationship between ArdourDialog and Splash on OS X, where window ↵Paul Davis
restacking doesn't really work the way we need it to. more complex than anticipated because it seems that destroying a Gtk::Dialog does not emit its hide() or unmap() or unmap_event() signals
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 ↵Paul Davis
were left unset after a cleanup attempt some months ago. add a few more tweaks based on current 2.x code and some tricks found elsewhere that dont' change behaviour but are just better
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 ↵Paul Davis
debugging wierd problems with stacktrace() on paul's system
2013-04-30zero/reset closed file-descriptorsRobin Gareus
should fix issues with LinuxDSP plugins (X11 thread) & xjadeo
2013-04-28Revert "fix LXVST support for plugins that make audioMaster callbacks fromPaul Davis
within effOpen (e.g. glitch)" This patch broke just about all other LVXST plugins. Glitch is doing something wrong, or there is more magic about VST that we have yet to understand. This reverts commit 56bc98f78bd3b1e5ba5c6ce902b2805d40a6cc53.
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
Since the file has been part of libgnomecanvas, it is GPL, too.
2013-04-22Drop obsolete gtk2_ardour/canvas-imageframe.cAdrian Knoth
The code is not referenced in the build system anymore.
2013-04-22Drop obsolete dmalloc.cc from libs/pbd.Adrian Knoth
The file relies on -DDEBUG_MALLOC and references i #include "/usr/local/src/dmalloc-4.1.2/return.h" It is safe to assume that it's dead code.
2013-04-22Disable obsolete compilation of libs/pds/dmalloc.ccAdrian Knoth
The file relies on -DDEBUG_MALLOC and references #include "/usr/local/src/dmalloc-4.1.2/return.h" It is safe to assume that it's dead code.
2013-04-22Delete *.bak filesAdrian Knoth
2013-04-22Drop obsolete powermate code from libs/surfaceAdrian Knoth
2013-04-22Fix license in fastlog.Adrian Knoth
Date: Mon, 22 Apr 2013 19:09:04 +0200 From: Laurent de Soras <laurent.de.soras@free.fr> To: Adrian Knoth <adi@drcomp.erfurt.thur.de> Subject: Re: License of FastLog Hi Adrian, > Several open-source projects like Ardour use the code below which has > no explicit license. > > If you agree (read: reply), we'd like to add the MIT license to this > file, that is, change the copyright statement to the following text: Nowadays I license my code under the WTFPL, which should be compatible with the traditional open source licenses. So please use this one instead: <http://www.wtfpl.net/about/> -- Laurent de Soras | Ohm Force DSP developer & Software designer | Digital Audio Software http://ldesoras.free.fr | http://www.ohmforce.com
2013-04-20refine video-tools installer:Robin Gareus
* arch/platform detection * curl progress-bar
2013-04-20add script to install video-toolsRobin Gareus
2013-04-16update linux packaging script to include xjadeo & harvidRobin Gareus
2013-04-15Revert "option to ignore feedback detection - /i know what i'm doing/ mode."Robin Gareus
This reverts commit e17f75b351356279778e4ea4adbb6c0d544ba755.
2013-04-15option to ignore feedback detection - /i know what i'm doing/ mode.Robin Gareus
This currently only has effect if the loop connection is made/unmade while the option was set/unset. Toggling the option itself won't trigger a graph re-order