ardour.git
2013-12-12 Paul Davisfix merge conflicts from master
2013-12-12 Paul Davischange event propagation to be based on parent/child...
2013-12-12 Robin Gareusadjust LV2 ringbuffer size according to LV2:resize...
2013-12-10 Nils Philippsenfix const-ness of names array
2013-12-10 Nils Philippsencompare plugin/creator/category names UTF8-aware
2013-12-10 Nils Philippsenadd cmp_nocase_utf8()
2013-12-10 Nils Philippsendon't use deprecated g_strcasecmp()
2013-12-10 Nils Philippsencompare region names case-sensitively
2013-12-10 Nils Philippsenuse correct argument order with memset()
2013-12-10 Nils Philippsenuse std::fill_n to fill gain buffer with samples
2013-12-10 Paul DavisMerge branch 'master--ignore-JackTransportNetStarting...
2013-12-10 Paul Davisrationalize color handling for fade in/out handles
2013-12-10 Paul Davisimplement Curve::covers() in a very primitive way ...
2013-12-10 Paul Davisswitch fade in/out lines to ArdourCanvas::Curve rather...
2013-12-09 Paul Davismake PolyLine use distance_to_segment_squared(), and...
2013-12-09 Paul DavisArdourCanvas::Line::covers() uses distance_to_segment_s...
2013-12-09 Paul Davisdebug trace tweaks
2013-12-09 Paul Davisadd a utility function to Canvas to compute distance...
2013-12-09 Nils Philippsenignore "unofficial" states in jack_sync_callback()
2013-12-09 Nils Philippsendon't overwrite necessary compiler flags
2013-12-09 Nils Philippsenimprove architecture detection
2013-12-07 Robin Gareusprint a warning for every VST >=2.4 plugin
2013-12-07 Robin Gareusdetect VST >= 2.4 plugins.
2013-12-05 Paul DavisMerge branch 'master' into cairocanvas
2013-12-04 Paul Davischange "cpu" in cpu load backend functions
2013-12-03 Paul Davisminor tweaks to MIDI clock support, including delivery...
2013-12-03 Paul Davisdon't run MIDI clock "tick" if session is silent (e...
2013-12-01 Paul Davisfix continuous send of MIDI start/position/stop message...
2013-11-30 Paul Davisfix build
2013-11-30 Paul Davisfix merge with master
2013-11-30 Paul Davisfix up a bunch of confusion regarding the size/capacity...
2013-11-30 Paul Davisdrop capacity argument from Buffer constructor, since...
2013-11-30 Paul Davisfix indentation
2013-11-30 Paul Davisadd explicit linkage to libtimecode
2013-11-27 Paul Davismake JACK backend return the right set of values when...
2013-11-27 Paul Davisdo not push new state to backend from audio/MIDI setup...
2013-11-27 Paul DavisMerge branch 'master' into cairocanvas
2013-11-27 Paul Davisadd 0.5 second sleep after closing JACK connection...
2013-11-27 Paul Davisadd error check to call to PortManager::reestablish_ports
2013-11-27 Paul Davismove AudioBackend::_start() into protected, and expand...
2013-11-27 Paul Davisadd yet more missing parts of previous commit re: libmi...
2013-11-27 Paul Davisadd missing parts of previous commit re: libmidi++...
2013-11-27 Paul Davisremove unintended linkage between libmidipp and jack
2013-11-25 Paul DavisMerge branch 'master' into cairocanvas
2013-11-23 Sakari BergenHande export initialization exceptions gracefully
2013-11-23 Sakari BergenFix invalid assertions in AudioGrapher SampleFormatConv...
2013-11-23 Robin Gareusfix for toolbar master-meter w/o master bus and/or...
2013-11-22 Robin Gareusfix crash @ session-restore of plugins windows
2013-11-20 Robin Gareusreset time-axis peak when meter-point changes - fixes...
2013-11-19 Robin GareusDistinguish Save-as and Snapshot dialog window
2013-11-16 Robin Gareuslv2: increase scratch buffer size to request port minim...
2013-11-11 Robin Gareusfix audio-clock sample entry, handle empty entry as...
2013-11-10 Paul Daviscorrect information on waf updates
2013-11-09 Robin Gareusallow to include In/Disk button on Meterbridge
2013-11-05 Paul Davisreally no reason to support ARDOUR_EN anymore ... we... 3.5.74
2013-11-05 Paul Davison OS X 10.7 at least, LANG is set by the system, so...
2013-11-05 Paul Davisrevert to waf 1.6.11 for master branch, with current...
2013-11-05 Paul Davisremove exportvis changes from autowaf.py
2013-11-05 Paul Davisupdate .po files with --no-fuzzy-matching in use
2013-11-05 Paul Davisupdate waf with new autowaf that uses --no-fuzzy-matchi...
2013-11-05 Paul Davisadd autowaf.py since we have branched from drobilla...
2013-11-05 Paul Davisback-port two actual bug fixes from cairocanvas branch
2013-11-05 Paul Davisfix incorrect use of sizeof() in snprintf (function...
2013-11-05 Paul Davisupdate packaging tools to always use revision.cc to...
2013-11-05 Julien de Kozakfix tests compilation
2013-11-05 Paul Davistry to fix various warnings from gcc when optimization...
2013-11-05 Paul Davisfix reversed arguments to memset when clearing VST...
2013-11-05 Paul Davisinitialize MidiModel::Change::patch_id (correctlty?)
2013-11-05 Paul Davislogic fix for SMF meta-event is-text determination...
2013-11-05 Robin Gareuskeep processing LV2 Ringbuffer once it is allocated
2013-11-04 Paul DavisMerge branch 'master' into cairocanvas
2013-11-04 Paul Davisdo not hard-code version number anymore - define via...
2013-11-04 Paul Davisdrop use of bounding box to determine whether an item...
2013-11-03 Sakari BergenFix invalid silence trimmer end-of-input behavior ...
2013-11-03 Paul Davissend enter events to EVERY newly entered item (ignore...
2013-10-31 Paul Davisall events propagate out of the canvas in canvas coordi...
2013-10-31 Paul Davismake region fade in/out curve shapes into PolyLines...
2013-10-31 Paul Davisfix merge with master
2013-10-31 Paul Davisfix window/canvas coordinate confusion in drag code...
2013-10-31 Paul Davisfinally (?) fix up logic for rectangle drawing (fill...
2013-10-31 Paul Davisremove debug output
2013-10-31 Paul Davishandle enter/leave items when zooming and scrolling...
2013-10-31 Paul Davisnotable changes to try to improve most of enter/leave...
2013-10-28 Paul Davisreduce verbiage and remove visible current_item red...
2013-10-28 Paul Davisfix comment
2013-10-28 Paul Davisfix coordinate system for Canvas items_at_point() methods
2013-10-28 Paul Davisfix computation of Text bounding box to respect _clampe...
2013-10-28 Paul Davisadd coordinate space comment
2013-10-28 Paul Davistweak whitespace and add coordinate space comment
2013-10-28 Paul Davisstreamline button press event handling code a little...
2013-10-28 nick_mFix thinko in setting order hint.
2013-10-28 Paul Davisfix thinko in declaration of ARDOUR::PortEngine::get_po...
2013-10-28 Paul DavisMerge branch 'master--optional-external-libs' of https...
2013-10-28 Nils Philippsenallow overriding optimization flags completely
2013-10-28 Nils Philippsenallow linking unbundled versions of some libraries
2013-10-28 Nils Philippsengtk2_ardour: link fftw3f directly
2013-10-28 Paul Davisgive those who insist on seeing the mixer window and...
2013-10-28 Paul Davisfurther fixes for NSM-based startup
2013-10-28 Paul Davisadd error checking and return from attempted NSM-based...
2013-10-27 Robin Gareussilence warning for ancient libc users&devs :)
next