summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-09fix reading VST shell-plugin .fsi cacheRobin Gareus
2014-03-08VST? yes, we can do.Robin Gareus
2014-03-08paths dialog: use selection as default when adding new dirsRobin Gareus
2014-03-08fix double-free() when scanning VST shell pluginsRobin Gareus
2014-03-08VST scanner: fix Ardour type IDsRobin Gareus
2014-03-08Add a couple of visibility specifiers that were missingJohn Emmas
2014-03-08Use LIBPBD_TEMPLATE_API and LIBPBD_TEMPLATE_MEMBER_API where appropriateJohn Emmas
2014-03-07use fill transparency detection to avoid rendering transparent (invisible) re...Paul Davis
2014-03-07if a Fill object is given a zero-alpha (transparent) color, note thatPaul Davis
2014-03-07don't show frame trim handles when in internal editing modePaul Davis
2014-03-07alter ArdourCanvas::Rect::expand() to not clamp to all-positive values becaus...Paul Davis
2014-03-07slightly optimize bounding box computation for ArdourCanvas::PolyItem by avoi...Paul Davis
2014-03-07third part of the logic fix for percussive note trimmingPaul Davis
2014-03-07second part of the logic fix for percussive note trimmingPaul Davis
2014-03-07move an assert to cover only cases where it is neededPaul Davis
2014-03-07fix up some logic that allowed hits (percussive note display) to be trimmed w...Paul Davis
2014-03-07remove irrelevant commentPaul Davis
2014-03-06fix missing Hit destructor, which left polygons all over the canvas after del...Paul Davis
2014-03-06fix apparent logic error for MidiRegionView when redisplaying note modelPaul Davis
2014-03-06tweak Polygon::render() to work whether or not fill or outline are unsetPaul Davis
2014-03-06trivial API change for MidiRegionView::update_hit()Paul Davis
2014-03-06comment editPaul Davis
2014-03-06use CANVAS_DEBUG_NAME instead of explicit #ifdef to set canvas item namePaul Davis
2014-03-06make Hit (percussive note display item) actually draw something and fix up it...Paul Davis
2014-03-06when in smart mode, context-click on a region item should behave as if in obj...Paul Davis
2014-03-06separate ArdourButton::set_colors() and ArdourButton::build_patterns()Paul Davis
2014-03-06add ::on_name_changed() to ArdourButton, to use recently added ::on_name_chan...Paul Davis
2014-03-06add on_name_changed() virtual method to CairoWidgetPaul Davis
2014-03-06Add ArdourButton::set_fixed_colors() (equivalent to ::set_bg_colors() in Vale...Paul Davis
2014-03-05revert 29b1e706ddaeaec5a330cf6643816ec43024b545 and then redo separation of A...Paul Davis
2014-03-05do not show region trim handles unless in (effective) object mouse modePaul Davis
2014-03-05when an automation/region gain line is hidden, so are its pointsPaul Davis
2014-03-05no dot prefix for VST cache files on windows.Robin Gareus
2014-03-05manually revert change to canvas expose handling in fee026c5ef7107d5d594159f5...Paul Davis
2014-03-05alter name of AutomationLine::show() to much more sensibly named ::update_vis...Paul Davis
2014-03-05remove debugging outputPaul Davis
2014-03-05use a centripetal catmull-rom curve to smooth ArdourCanvas::CurvePaul Davis
2014-03-05move vst detection code into ARDOUR namespaceRobin Gareus
2014-03-05clean up and document VST scanner src, add error logging to fileRobin Gareus
2014-03-04"correct" curve drawing (no artifacts during redraw)Paul Davis
2014-03-04tentative intermediate state for ArdourCanvas::CurvePaul Davis
2014-03-04only queue an item redraw from Item::show() or Item::Hide() if the call chang...Paul Davis
2014-03-04fix/adjust logic used to display automation linesPaul Davis
2014-03-04reduce number of points used to define x-fade curvesPaul Davis
2014-03-04break down GdkEventExpose into distinct rectangles for canvas expose rather t...Paul Davis
2014-03-04some more mingw x-compile fixesRobin Gareus
2014-03-04mingw build fixes (tested with i686-w64-mingw32 on linux-x86_64)Robin Gareus
2014-03-03even more small mingw/win fixesRobin Gareus
2014-03-03yet another mingw/win fixRobin Gareus
2014-03-03minor fix for libpbd wscript on windowsPaul Davis