summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-11-04try to fix various warnings from gcc when optimization flags are enabledPaul Davis
2013-11-04fix reversed arguments to memset when clearing VST plugin namePaul Davis
2013-11-04initialize MidiModel::Change::patch_id (correctlty?)Paul Davis
2013-11-04logic fix for SMF meta-event is-text determination, plus some gcc optimizatio...Paul Davis
2013-11-04Merge branch 'master' into cairocanvasPaul Davis
2013-11-04drop use of bounding box to determine whether an item covers a point; add Ite...Paul Davis
2013-11-03Fix invalid silence trimmer end-of-input behavior (multiple EndOfInputs)Sakari Bergen
2013-11-03send enter events to EVERY newly entered item (ignore the bool return from th...Paul Davis
2013-10-31all events propagate out of the canvas in canvas coordinates now, so revert c...Paul Davis
2013-10-31fix merge with masterPaul Davis
2013-10-31finally (?) fix up logic for rectangle drawing (fill+stroke) to tackle what i...Paul Davis
2013-10-31handle enter/leave items when zooming and scrolling occurPaul Davis
2013-10-30notable changes to try to improve most of enter/leave handling for canvas itemsPaul Davis
2013-10-28reduce verbiage and remove visible current_item red rectPaul Davis
2013-10-28fix commentPaul Davis
2013-10-28fix coordinate system for Canvas items_at_point() methodsPaul Davis
2013-10-28fix computation of Text bounding box to respect _clamped_widthPaul Davis
2013-10-28add coordinate space commentPaul Davis
2013-10-28tweak whitespace and add coordinate space commentPaul Davis
2013-10-28streamline button press event handling code a little, and tweak enter/leave d...Paul Davis
2013-10-28fix thinko in declaration of ARDOUR::PortEngine::get_port_by_name()Paul Davis
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
2013-10-27silence warning for ancient libc users&devs :)Robin Gareus
2013-10-27add notes about inlined lv2 atom/util.h functionsRobin Gareus
2013-10-27expand tabs in reaonablesynth codeRobin Gareus
2013-10-27mark some unused variables -- fewer compiler warningsRobin Gareus
2013-10-26make reasonable synth a bit more piano-like.Robin Gareus
2013-10-26remove c99'ness from rsynth.c - should fix #5751Robin Gareus
2013-10-25don't request redraw of a Canvas item if it marked invisiblePaul Davis
2013-10-24add Item::redraw() convenience methodPaul Davis
2013-10-24expand bounding box of all objects by 0.5 before computing intersection for r...Paul Davis
2013-10-24fix drawing of a canvas LineSet objectPaul Davis
2013-10-24fix computation of rectangle bounding boxPaul Davis
2013-10-24fix computation of canvas text item bounding boxPaul Davis
2013-10-23fix MMCPaul Davis
2013-10-23Report an error to stderr if creation of jack command line fails.Colin Fletcher
2013-10-23Don't ever pass -d for device name to dummy jackd driverColin Fletcher
2013-10-23Fix setting playback & capture channel counts for jackd dummy backend.Colin Fletcher
2013-10-23Don't fail jackd command line creation for jack dummy backend.Colin Fletcher
2013-10-23remove fuzzy and obsolete translationsRobin Gareus
2013-10-23make fixed IO ports untranslatableRobin Gareus
2013-10-23Fix midi-note length when quantizing a swing rhythmRobin Gareus
2013-10-23slightly more information in group render DEBUG_TRACE outputPaul Davis
2013-10-24New routes are placed after highest selected route.nick_m
2013-10-23relax requirement on lv2 stackRobin Gareus
2013-10-22fix confusion in Canvas::LineSet over window vs. item coordinates that affect...Paul Davis
2013-10-23fix midi quantization - part twoRobin Gareus
2013-10-23initialize plugin param descriptor structRobin Gareus
2013-10-22merge from masterPaul Davis
2013-10-22Merge branch 'unify_display_ordering' of https://github.com/nmains/ardourPaul Davis