ardour.git
2014-03-14 Paul Daviscall BaseUI::quit() from inside the MIDI Control UI...
2014-03-13 Robin Gareusrework SystemExec - use vfork wrapper (and lots of...
2014-03-13 Paul Davisdo not use Item::move() when dragging notes since this...
2014-03-13 Paul Davisremove debug output
2014-03-13 Paul Davisfix up button selection operation so that fade drags...
2014-03-12 Paul Davisupdated version of boost shared ptr debugging patch
2014-03-12 Paul Davisfinally put this patch into git, where it belong
2014-03-12 Paul Davisfix #ifdef in localtime_r header (from Valeriy)
2014-03-12 John EmmasA few days ago a #define got changed because the releva...
2014-03-12 Paul Davismore error messages if session renaming fails, and...
2014-03-12 Paul Davisfixes, hopefully, for canvas cursor misbehaviour near...
2014-03-11 Robin Gareusprototype vfork exec-wrapper.
2014-03-11 Paul Davisfix error in height computation of MIDI region views...
2014-03-11 Paul Davisuse and wrap Rectangle::set_outline_all() method
2014-03-11 Paul Davisavoid multiple requests for redraws when resetting...
2014-03-11 Paul Davisdon't queue redraws when various canvas item properties...
2014-03-10 Paul Davisfix up waf build in wake of search path changes earlier...
2014-03-10 Paul Davisuse buf_index_in() to identify VST MIDI buffer
2014-03-10 Paul Davisuse PBD::downcase() rather than non-portable MS-based...
2014-03-10 Paul Davisrequired header for new search_paths.h
2014-03-10 Paul Davisadd PBD::downcase() functions to libpbd
2014-03-10 John EmmasJust noticed a small problem with my previous commit...
2014-03-10 John EmmasModify 'user_config_directory()' and 'user_cache_direct...
2014-03-10 John EmmasModify 'user_config_dir_name' to use the program name...
2014-03-10 John EmmasMove 'template_search_path()' and 'route_template_searc...
2014-03-10 John EmmasTransfer 'vst_search_path()' into 'libs/ardour/search_p...
2014-03-10 John EmmasTransfer 'panner_search_path()' into 'libs/ardour/searc...
2014-03-10 John EmmasTransfer 'midi_patch_search_path()' into 'libs/ardour...
2014-03-10 John EmmasTransfer 'lv2_bundled_search_path()' into 'libs/ardour...
2014-03-10 John EmmasTransfer 'ladspa_search_path()' into 'libs/ardour/searc...
2014-03-10 John EmmasTransfer 'export_formats_search_path()' into 'libs...
2014-03-10 John EmmasTransfer 'control_protocol_search_path()' into 'libs...
2014-03-10 John EmmasCreate 'libs/ardour/search_paths.cc/.h' and transfer...
2014-03-10 Paul Davisimprove (though not 100% perfect) handling of region...
2014-03-10 Paul Davistiny red dots, be gone (expand poly_item bounding box...
2014-03-10 Paul Davismissing iterator advance
2014-03-09 Robin Gareustempo match midi auditioning - #5881
2014-03-09 Robin Gareusadd missing include to define LIBPBD_API (mingw build)
2014-03-09 Robin Gareusdefault plugin scan timeout preference
2014-03-09 Robin Gareus[VST] scan timeout display and per plugin timeout override.
2014-03-09 Robin Gareusprepare configurable VST scan timeout
2014-03-09 Paul Davisstupid hack to fix rectangle damage noise
2014-03-09 John EmmasModified nesting to ensure that 'vst_search_path()...
2014-03-08 Robin Gareusfix reading VST shell-plugin .fsi cache
2014-03-08 Robin GareusVST? yes, we can do.
2014-03-08 Robin Gareuspaths dialog: use selection as default when adding...
2014-03-08 Robin Gareusfix double-free() when scanning VST shell plugins
2014-03-08 Robin GareusVST scanner: fix Ardour type IDs
2014-03-08 John EmmasAdd a couple of visibility specifiers that were missing
2014-03-08 John EmmasUse LIBPBD_TEMPLATE_API and LIBPBD_TEMPLATE_MEMBER_API...
2014-03-07 Paul Davisuse fill transparency detection to avoid rendering...
2014-03-07 Paul Davisif a Fill object is given a zero-alpha (transparent...
2014-03-07 Paul Davisdon't show frame trim handles when in internal editing...
2014-03-07 Paul Davisalter ArdourCanvas::Rect::expand() to not clamp to...
2014-03-07 Paul Davisslightly optimize bounding box computation for ArdourCa...
2014-03-07 Paul Davisthird part of the logic fix for percussive note trimming
2014-03-07 Paul Davissecond part of the logic fix for percussive note trimming
2014-03-07 Paul Davismove an assert to cover only cases where it is needed
2014-03-07 Paul Davisfix up some logic that allowed hits (percussive note...
2014-03-07 Paul Davisremove irrelevant comment
2014-03-07 Paul Davisfix missing Hit destructor, which left polygons all...
2014-03-07 Paul Davisfix apparent logic error for MidiRegionView when redisp...
2014-03-07 Paul Davistweak Polygon::render() to work whether or not fill...
2014-03-06 Paul Davistrivial API change for MidiRegionView::update_hit()
2014-03-06 Paul Daviscomment edit
2014-03-06 Paul Davisuse CANVAS_DEBUG_NAME instead of explicit #ifdef to...
2014-03-06 Paul Davismake Hit (percussive note display item) actually draw...
2014-03-06 Paul Daviswhen in smart mode, context-click on a region item...
2014-03-06 Paul Davisseparate ArdourButton::set_colors() and ArdourButton...
2014-03-06 Paul Davisadd ::on_name_changed() to ArdourButton, to use recentl...
2014-03-06 Paul Davisadd on_name_changed() virtual method to CairoWidget
2014-03-06 Paul DavisAdd ArdourButton::set_fixed_colors() (equivalent to...
2014-03-05 Paul Davisrevert 29b1e706ddaeaec5a330cf6643816ec43024b545 and...
2014-03-05 Paul Davisdo not show region trim handles unless in (effective...
2014-03-05 Paul Daviswhen an automation/region gain line is hidden, so are...
2014-03-05 Robin Gareusno dot prefix for VST cache files on windows.
2014-03-05 Paul Davismanually revert change to canvas expose handling in...
2014-03-05 Paul Davisalter name of AutomationLine::show() to much more sensi...
2014-03-05 Paul Davisremove debugging output
2014-03-05 Paul Davisuse a centripetal catmull-rom curve to smooth ArdourCan...
2014-03-05 Robin Gareusmove vst detection code into ARDOUR namespace
2014-03-05 Robin Gareusclean up and document VST scanner src, add error loggin...
2014-03-05 Paul Davis"correct" curve drawing (no artifacts during redraw)
2014-03-05 Paul Davistentative intermediate state for ArdourCanvas::Curve
2014-03-05 Paul Davisonly queue an item redraw from Item::show() or Item...
2014-03-05 Paul Davisfix/adjust logic used to display automation lines
2014-03-05 Paul Davisreduce number of points used to define x-fade curves
2014-03-05 Paul Davisbreak down GdkEventExpose into distinct rectangles...
2014-03-04 Robin Gareussome more mingw x-compile fixes
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-03-03 Robin Gareuseven more small mingw/win fixes
2014-03-03 Robin Gareusyet another mingw/win fix
2014-03-03 Paul Davisminor fix for libpbd wscript on windows
2014-03-03 Paul Davissome windows build fixes
2014-03-03 Robin Gareussome mingw related tweaks to the build-environment.
2014-03-03 Robin Gareusdetect VST midi-in/midi-out ports separately.
2014-03-02 Robin Gareuspaths-dialog gtkmm-2.20 compatibility (part two)
2014-03-02 Robin Gareuspaths-dialog gtkmm-2.20 compatibility
2014-03-02 Robin Gareusimplement VST midi-output
2014-03-02 Paul Davisremove recently added conflation of mingw64 and msvc...
next