summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-05-08merge with masterPaul Davis
2013-05-08use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes...Paul Davis
2013-05-07various changes to window visibility mgmt, including use of the mixbus2 code ...Paul Davis
2013-05-06fix crash on export if no master bus is present in the sessionRobin Gareus
2013-05-05fix bigclockwindow's lack of hiding, set ArdourWindow to just-hide-on-delete ...Paul Davis
2013-05-04merge with masterPaul Davis
2013-05-04VisibilityTracker needs to inherit from sigc::tracker so that it can be used ...Paul Davis
2013-05-02forward port VST parameter name fix from mixbus: some/many VST plugins expect...Paul Davis
2013-05-02merge resolution with masterPaul Davis
2013-05-02move setup_outline_context() to a more sensible shared locationPaul 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-01Merge branch 'license-fix' of https://github.com/adiknoth/ardourPaul Davis
2013-04-30don't print stacktraces to the supplied ostream AND cerr - a remnant from deb...Paul Davis
2013-04-28Revert "fix LXVST support for plugins that make audioMaster callbacks fromPaul Davis
2013-04-26Merge branch 'master' into cairocanvasPaul Davis
2013-04-26do not trigger visual changes when Fill::set_* methods don't change anythingPaul Davis
2013-04-26redesign toggling of editor/mixer stacking to use Gtkmm2ext::VisibilityTrackerPaul Davis
2013-04-26fix incorrect 3rd arg to AudioRegion::read_peaks() - was passing end, not cnt...Paul Davis
2013-04-25tweak enter/leave code, remove debug outputPaul Davis
2013-04-25don't invalidate image cache for every regionr esize, only region start changesPaul Davis
2013-04-24more tweaks for enter/leave events for canvas itemsPaul Davis
2013-04-24tweaks to improve enter/leave event handling - fixes at least some crashes ca...Paul Davis
2013-04-24many pervasive changes primarily related to waveform drawing, particular cont...Paul Davis
2013-04-22Drop obsolete dmalloc.cc from libs/pbd.Adrian Knoth
2013-04-22Disable obsolete compilation of libs/pds/dmalloc.ccAdrian Knoth
2013-04-22Delete *.bak filesAdrian Knoth
2013-04-22Drop obsolete powermate code from libs/surfaceAdrian Knoth
2013-04-22Fix license in fastlog.Adrian Knoth
2013-04-21add back change lost during branch mergingPaul Davis
2013-04-21add Group::clear(), do not clear _canvas member of Item when unparented (only...Paul Davis
2013-04-21Revert "add Group::clear(), do not clear _canvas member of Item when unparent...Paul Davis
2013-04-21add Group::clear(), do not clear _canvas member of Item when unparented (only...Paul Davis
2013-04-20Revert "cairo image crash debugging" and "initialize image data"Robin Gareus
2013-04-20cairo image crash debuggingRobin Gareus
2013-04-20tweak event/leave event delivery so that it applies to items being deleted as...Paul Davis
2013-04-20initialize image data.Robin Gareus
2013-04-19no create cached waveview images that span from render-start to cache-start, ...Paul Davis
2013-04-18part two of ... add Canvas::Arc and derive Canvas::Circle from itPaul Davis
2013-04-18add Canvas::Arc and derive Canvas::Circle from itPaul Davis
2013-04-18add Canvas::CirclePaul Davis
2013-04-18expand bbox for Canvas::Line to get rid of artifacts caused when moving them ...Paul Davis
2013-04-18display waveform polarity correctlyRobin Gareus
2013-04-17Merge branch 'cairocanvas' of git.ardour.org:ardour/ardour into cairocanvasPaul Davis
2013-04-17various work waveview amplitude mgmt; fix playhead cursor drag from timebar c...Paul Davis
2013-04-17ArdourCanvas::Image allow to set custom data instead of class pre-allocated m...Robin Gareus
2013-04-17fix clamping of line and rect coordinates to avoid issues with cairo when dra...Paul Davis
2013-04-16change UIConfig to use accessor/setter methods like RCConfig so that Paramete...Paul Davis
2013-04-16make waveform gradient depth continuously variable. color probably needs adju...Paul Davis
2013-04-16virtual Fill:: and Outline:: methods so that Canvas::Items that cache image r...Paul Davis