summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-31make region fade in/out curve shapes into PolyLines not Polygons so that ↵Paul Davis
they don't close the stroke path at the top/bottom
2013-10-31fix merge with masterPaul Davis
2013-10-31fix window/canvas coordinate confusion in drag code, apparently fixing up ↵Paul Davis
lots of things with just 1 line
2013-10-31finally (?) fix up logic for rectangle drawing (fill+stroke) to tackle what ↵Paul Davis
is hopefully the last of the expose problems
2013-10-31remove debug outputPaul 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 ↵Paul Davis
debugging text
2013-10-29Fix thinko in setting order hint.nick_m
2013-10-28fix thinko in declaration of ARDOUR::PortEngine::get_port_by_name()Paul Davis
2013-10-28Merge branch 'master--optional-external-libs' of ↵Paul Davis
https://github.com/nphilipp/ardour
2013-10-28allow overriding optimization flags completelyNils Philippsen
If an optimization level ("-O<something>") is present in the argument for --arch, do not prepend default optimization flags.
2013-10-28allow linking unbundled versions of some librariesNils Philippsen
(libltc, rubberband, taglib, vamp-sdk)
2013-10-28gtk2_ardour: link fftw3f directlyNils Philippsen
This is needed to be able to unbundle some libraries.
2013-10-27give those who insist on seeing the mixer window and/or editor mixer on ↵Paul Davis
stupidly small screens the chance to do so
2013-10-27further fixes for NSM-based startupPaul Davis
Most, move initialization of Audio/MIDI setup window before NSM initialization, to make sure it is available if/when needed
2013-10-27add error checking and return from attempted NSM-based initializationPaul Davis
2013-10-27silence warning for ancient libc users&devs :)Robin Gareus
string.h 'index' is a global declaration marked legacy in 2001 and removed in posix.1-2008
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
(overtone + decay time)
2013-10-26remove c99'ness from rsynth.c - should fix #5751Robin Gareus
2013-10-26Fix french translation of "meterbridge" -- closes #5744Robin Gareus
2013-10-25fix up ordering/timing of naming for TimeAxisViewItem (so that canvas ↵Paul Davis
debugging is more useful)
2013-10-25don't request redraw of a Canvas item if it marked invisiblePaul Davis
2013-10-25Don't allow loop, punch, or session range markers to be renamed.Colin Fletcher
Don't allow loop, punch, or session range markers to be renamed, even when double-clicked.
2013-10-25Edit tempo & meter markers on double-click.Colin Fletcher
2013-10-25Double-click on region pops up region properties.Colin Fletcher
2013-10-25Mark session dirty when a marker is renamed.Colin Fletcher
2013-10-25Make double-click on marker pop up rename dialogue.Colin Fletcher
2013-10-25Add a double-click handler for items in the editor window.Colin Fletcher
2013-10-25Merge branch 'ordering_fixup' of https://github.com/nmains/ardourPaul Davis
2013-10-26Use add_route_dialog's transient_for() window to determine track selection ↵nick_m
for order_hint.
2013-10-24redraw entire MidiStreamView after scroomer drag so that everything is redrawnPaul Davis
2013-10-24add Item::redraw() convenience methodPaul Davis
2013-10-24expand bounding box of all objects by 0.5 before computing intersection for ↵Paul Davis
render cycle; alter debug output
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-24remove unnecessary initialization of fill color for streamview rectPaul Davis
2013-10-24fix placement of black/white note lines/bars in MIDI streamviewPaul Davis
2013-10-23fix MMCPaul Davis
MTC and MIDI Clock port input handling was moved into the process/RT thread(s) during audioengine work, but MMC was left orphaned. Add it to the port(s) handled by the MIDI UI thread. Also, remove PortChange request from MidiUI because it has no meaning anymore
2013-10-23Report an error to stderr if creation of jack command line fails.Colin Fletcher
Output a simple message to stderr if get_jack_command_line_string() still fails for any reason.