Commit Graph

13551 Commits

Author SHA1 Message Date
Tim Mayberry
f220d01132 Remove member filter argument from PathScanner methods and use normal filter for regex
Also use regfree to free memory of compiled patterns
2014-06-17 21:13:16 +10:00
Tim Mayberry
0e96d84079 Change PBD::PathScanner API to return results by value to avoid inadvertent memory leaks 2014-06-17 21:13:05 +10:00
Robin Gareus
e426c603b6 remove debug output 2014-06-16 23:58:52 +02:00
Robin Gareus
33ea2d25f1 hide "turn down volume" label for midi-latency measurement 2014-06-16 23:36:29 +02:00
Robin Gareus
019e987944 more alsa-midi debugging 2014-06-16 22:08:52 +02:00
Robin Gareus
43db6fd97e more midi latency detection debugging 2014-06-16 20:22:31 +02:00
Robin Gareus
fbe359e8c7 debug alsa midi latency measurement 2014-06-16 19:44:23 +02:00
Robin Gareus
f383f2b856 fix pango font style (prev commit) 2014-06-16 17:56:52 +02:00
Robin Gareus
5baa6ca5b4 no more red latency messages 2014-06-16 17:30:22 +02:00
Robin Gareus
a96036e3af fix typo in comment of prev. commit 2014-06-16 00:55:26 +02:00
Robin Gareus
c8fd1d26eb fix region un/combine, based on a patch by Tom Brand 2014-06-16 00:51:45 +02:00
Robin Gareus
c7c3c1e924 another edge-case, don't crash on invalid files with zero channels 2014-06-15 21:07:19 +02:00
Robin Gareus
443ccb866f fix edge case - handle error in device owner request 2014-06-15 21:07:19 +02:00
Robin Gareus
4651530d6f ARD: proper cleanup 2014-06-15 21:07:19 +02:00
Paul Davis
8050712503 comment correction regarding Canvas::visible_area() 2014-06-15 12:18:47 -04:00
Paul Davis
dae45f1d75 initialize _scroll_parent in Canvas::item 2014-06-15 12:17:12 -04:00
Robin Gareus
6c6afa4ecf optimize midi delayline. 2014-06-15 16:36:13 +02:00
Robin Gareus
b0bab058d0 offset automation by latency 2014-06-15 16:21:09 +02:00
Robin Gareus
b6e81dcdae offset automation by processor latency for bouncing/freezing
the same remains to be done for general route processing
2014-06-15 16:12:50 +02:00
Robin Gareus
36be1a3a9b plug some leaks 2014-06-15 13:24:41 +02:00
Robin Gareus
51cbf674d3 update valgrind suppression file (ignore system-wide libs) 2014-06-15 13:24:41 +02:00
Robin Gareus
80c7971f50 reset latency dialog every time. 2014-06-15 13:24:41 +02:00
Robin Gareus
61ab4f0fb0 be smart, use boost::shared_ptr 2014-06-15 13:24:41 +02:00
Robin Gareus
21ed2d6767 clear engine device combo when no devices are available 2014-06-15 13:24:40 +02:00
Robin Gareus
69af017315 initialize uninitialized variable 2014-06-15 13:24:40 +02:00
Robin Gareus
b17ec0c43d tweak ArdourButton focus outline 2014-06-15 13:24:40 +02:00
Robin Gareus
2708a145af remove debug output 2014-06-15 13:24:40 +02:00
Robin Gareus
12cf9d5be8 fix pathscanner / stl_vector related memory leaks 2014-06-15 13:24:39 +02:00
John Emmas
55d51d38ce Add newly introduced sources to our MSVC projects 2014-06-15 09:56:49 +01:00
John Emmas
e59210c402 Remove no longer needed sources from MSVC projects 2014-06-15 09:55:34 +01:00
Robin Gareus
f7acad4e5c strtok() is the root of all evil. 2014-06-14 16:45:55 +02:00
Robin Gareus
62ba8d23e3 tracking down concurrency issus is fun. 2014-06-14 16:38:47 +02:00
Robin Gareus
51b475467a if we don't have control over the device/backend, allow to proceed. 2014-06-14 16:26:14 +02:00
Robin Gareus
7b64448dbb simply future debugging of exit at start. 2014-06-14 16:25:18 +02:00
Robin Gareus
9268de566c fix initialization of audio-engine dialog 2014-06-14 16:01:46 +02:00
Paul Davis
ca1064e337 new anchored trim cursors (for now, just copies of the normal ones) 2014-06-13 18:45:12 -04:00
Paul Davis
23b1c59630 fix erroneous start of autoscroll when mouse pointer is left or above the left/upper scrolling boundary but we're already scrolled to zero on the relevant axes 2014-06-13 18:43:53 -04:00
Paul Davis
f7844f4893 do most of the work related to adding new anchored trim cursors (but debugging/analysis continues) 2014-06-13 18:43:53 -04:00
Robin Gareus
f312113163 enable ArdourButton focus in EngineDialog 2014-06-14 00:22:32 +02:00
Robin Gareus
bb2970e5e9 allow ardour button to handle focused keyboard events 2014-06-14 00:22:32 +02:00
Robin Gareus
e977b659af fix keyboard shorcuts in dialogs.
actually, for most dialogs, key-presses should never
be relayed. a get_modal() check might be the appropriate.
2014-06-14 00:22:32 +02:00
Paul Davis
902e202f3e disambiguate another use of Rect on OS X 2014-06-13 15:48:30 -04:00
Paul Davis
7a0b2e1c18 fix scrolling behaviour in track headers (event was stolen by rulers because event coordinates made it look as if the event happened there) 2014-06-13 14:27:59 -04:00
Paul Davis
7d678604fa add all the fonts, and use the right name for the rulers as a result 2014-06-13 12:51:46 -04:00
Paul Davis
bcdac3d06e no need to specify sans for ruler font 2014-06-13 12:38:29 -04:00
Paul Davis
fec46824bd use canvas ruler font specification rather than get_font_for_style() 2014-06-13 12:22:39 -04:00
Paul Davis
77caa045ec define ruler font style (to be subst'ed) in ardour3_ui_default.conf.in 2014-06-13 12:22:39 -04:00
Paul Davis
01b25b139b add first canvas string variable to canvas_vars.h - the ruler font 2014-06-13 12:22:39 -04:00
Paul Davis
3fa2302173 correct CANVAS_STRING_VARIABLE macro in UIConfiguration constructor 2014-06-13 12:22:39 -04:00
Paul Davis
16aa2fb61c build ardour3_ui_default.conf at build time, to allow font substitutions to be done (which are platform dependent) 2014-06-13 12:22:39 -04:00