summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-03Fix linux installer scriptRobin Gareus
2020-01-03installer-script ARM CPU supportRobin Gareus
2020-01-02Unconditionally save instant.xml on session-closeRobin Gareus
2020-01-01Fix crash when X11 is not available for VST UIsRobin Gareus
2020-01-01Remove debug outputRobin Gareus
2020-01-01Bump (C) year: the year of ArdourRobin Gareus
2019-12-31convert GenericMIDI into a real control protocol module, with its own event l...Paul Davis
2019-12-31ensure that xmlKeepBlankDefault() is called early in instance-life, from PBD:...Paul Davis
2019-12-31remove MIDI Control input and output ports from session-level objectsPaul Davis
2019-12-31Fix two more cases of of C99 strtoll()John Emmas
2019-12-30Fix MSVC builds, use C89 strtol() instead of C99 strtoll()Robin Gareus
2019-12-30restore early-return from fixup_bundle_environment() on macOS if not running ...Paul Davis
2019-12-30use a local version (copy) of the G_SOURCE_FUNC macro, since it is not availa...Paul Davis
2019-12-30Fix formatting samplecnt_t (aka int64_t aka long long int)Robin Gareus
2019-12-30Revert "fix a cast warning (as recommended in GTK+ docs"Robin Gareus
2019-12-29move Transport Masters prefs tab under Transport, with LTC and MTC as subtabsPaul Davis
2019-12-29expand use of new BasicUI API for transport button state to all control surfacesPaul Davis
2019-12-29use new Session API to deal with transport statePaul Davis
2019-12-29use new BasicUI and Session API to deal with transport statePaul Davis
2019-12-29provide new methods for BasicUI that wrap the "complexity" of how to show tra...Paul Davis
2019-12-29recomment a DEBUG_TRACE statement that generates too much output with -D tran...Paul Davis
2019-12-29add EMIT_SIGNAL commentPaul Davis
2019-12-29add Session::transport_stopped_or_stopping()Paul Davis
2019-12-29fix a cast warning (as recommended in GTK+ docsPaul Davis
2019-12-29Use human-numeric-sort for plugin scale-pointsRobin Gareus
2019-12-29Add a numerically_less compare operatorRobin Gareus
2019-12-27fix JACK transport syncPaul Davis
2019-12-27add new Session method to return the worst_latency_preroll() value rounded up...Paul Davis
2019-12-27register TransportState enum for use with enumwriterPaul Davis
2019-12-27NO-OP: whitespaceRobin Gareus
2019-12-27Consolidate mini-timeline renderingRobin Gareus
2019-12-27Preferences/Config changes for image-surface settingsRobin Gareus
2019-12-27Replace explicit image-surface with cairo pattern/groupRobin Gareus
2019-12-27Allow for per-widget image-surface backingRobin Gareus
2019-12-27remove unused memberPaul Davis
2019-12-27variable renamePaul Davis
2019-12-27improve parseability of a commentPaul Davis
2019-12-26Vkeybd: force release notes on panicRobin Gareus
2019-12-25Use weak-ptr for source added/removed signals (2/2)Robin Gareus
2019-12-25Use weak-ptr for source added/removed signals (1/2)Robin Gareus
2019-12-25Prevent copy-construction of sources to be destroyed listRobin Gareus
2019-12-25NO-OP: comment signal emissionRobin Gareus
2019-12-25Vkeybd: improve velocity dropdown usabilityRobin Gareus
2019-12-24Vkeybd: use ArdourWidgets for all GUI elementsRobin Gareus
2019-12-23use new method in MidiPatchManager to use MIDNAM data when setting a MidiTime...Paul Davis
2019-12-23add a mechanism to use existing MIDNAM info and connect to PatchesChanged in ...Paul Davis
2019-12-23basics of threaded MIDNAM loadingPaul Davis
2019-12-19Vkeybd: numeric only spinboxes for octave and velocityRobin Gareus
2019-12-19slightly enhanced error handling when loading MIDNAM dataPaul Davis
2019-12-19handle MIDI rendering correctly when there are no regionsPaul Davis