summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-15plug some leaksRobin Gareus
2014-06-15update valgrind suppression file (ignore system-wide libs)Robin Gareus
2014-06-15reset latency dialog every time.Robin Gareus
2014-06-15be smart, use boost::shared_ptrRobin Gareus
2014-06-15clear engine device combo when no devices are availableRobin Gareus
2014-06-15initialize uninitialized variableRobin Gareus
2014-06-15tweak ArdourButton focus outlineRobin Gareus
2014-06-15remove debug outputRobin Gareus
2014-06-15fix pathscanner / stl_vector related memory leaksRobin Gareus
2014-06-15Add newly introduced sources to our MSVC projectsJohn Emmas
2014-06-15Remove no longer needed sources from MSVC projectsJohn Emmas
2014-06-14strtok() is the root of all evil.Robin Gareus
2014-06-14tracking down concurrency issus is fun.Robin Gareus
2014-06-14if we don't have control over the device/backend, allow to proceed.Robin Gareus
2014-06-14simply future debugging of exit at start.Robin Gareus
2014-06-14fix initialization of audio-engine dialogRobin Gareus
2014-06-13new anchored trim cursors (for now, just copies of the normal ones)Paul Davis
2014-06-13fix erroneous start of autoscroll when mouse pointer is left or above the lef...Paul Davis
2014-06-13do most of the work related to adding new anchored trim cursors (but debuggin...Paul Davis
2014-06-14enable ArdourButton focus in EngineDialogRobin Gareus
2014-06-14allow ardour button to handle focused keyboard eventsRobin Gareus
2014-06-14fix keyboard shorcuts in dialogs.Robin Gareus
2014-06-13disambiguate another use of Rect on OS XPaul Davis
2014-06-13fix scrolling behaviour in track headers (event was stolen by rulers because ...Paul Davis
2014-06-13add all the fonts, and use the right name for the rulers as a resultPaul Davis
2014-06-13no need to specify sans for ruler fontPaul Davis
2014-06-13use canvas ruler font specification rather than get_font_for_style()Paul Davis
2014-06-13define ruler font style (to be subst'ed) in ardour3_ui_default.conf.inPaul Davis
2014-06-13add first canvas string variable to canvas_vars.h - the ruler fontPaul Davis
2014-06-13correct CANVAS_STRING_VARIABLE macro in UIConfiguration constructorPaul Davis
2014-06-13build ardour3_ui_default.conf at build time, to allow font substitutions to b...Paul Davis
2014-06-13missing part of ColorVariable commitPaul Davis
2014-06-13rationalize and coordinate handle of region (time axis view item) opacity.Paul Davis
2014-06-13rename UIConfigVariable as ColorVariable since that is really it should be us...Paul Davis
2014-06-13Engine Dialog: Don't save duplicate states (and remove old dups)Robin Gareus
2014-06-13ALSA backend: set latencies to zero when measuring latencyRobin Gareus
2014-06-13send-delayline: proper debug output (and sort includes on the way)Robin Gareus
2014-06-13add CANVAS_STRING_VARIABLE, the first step in being able to avoid using GTK r...Paul Davis
2014-06-13MIDI Device Button StyleRobin Gareus
2014-06-13update ALSA backend, MIDI device configRobin Gareus
2014-06-13add GUI for midi-device settings (and properly indent the code)Robin Gareus
2014-06-13add AudioEngine API to configure individual MIDI devicesRobin Gareus
2014-06-12Fix opening of recent sessions with mismatched directory & file namesColin Fletcher
2014-06-12Prevent creation of session directory with leading or trailing space.Colin Fletcher
2014-06-12Show Soundcloud credentials and upload options only when requiredColin Fletcher
2014-06-12Use Ardour 3 credentials for soundcloud uploadColin Fletcher
2014-06-12Add #include guards to soundcloud_export_selector.hColin Fletcher
2014-06-12Actually pass Soundcloud downloadable flag to export handlerColin Fletcher
2014-06-12Remove unused functionColin Fletcher
2014-06-12Export dialog: tidy code, & remove some superfluous debug outputColin Fletcher