ardour.git
2014-06-21 Paul Davisuse newly factored canvas in gtk2_ardour
2014-06-21 Paul Davisrefactor Canvas so that all Items have children; add...
2014-06-21 Paul Davisfix some confusion when redrawing editor/mixer track...
2014-06-19 Paul Davisensure that all waveviews have ALL their colors set...
2014-06-19 Paul Davisexplanatory comment
2014-06-19 Paul Daviscorrect conversion of drop y-position into trackview...
2014-06-19 Robin Gareusno more stack smashing, renice debug messages
2014-06-19 Robin Gareuslatency measurement dialog updates:
2014-06-19 Robin Gareusengine-dialog: properly restore previous active state
2014-06-19 Robin Gareusrework raw-midi drain strategy (workaround for sync...
2014-06-19 Robin Gareusfix port-unregister (on failed latency measurement)
2014-06-19 Paul Davisfix non-working cmd-Q on OS X. For some reason the...
2014-06-19 Paul Davischange the way font specifications are used in UI confi...
2014-06-19 Paul Davismodifications to region drag implementation
2014-06-19 Paul Davisvarious fixes for places that used get_font_for_style...
2014-06-19 Paul Davisadd bold monospace font specs to canvas_vars/ardour3_ui...
2014-06-19 Paul Davisuse new canvas cursor API to manage cursors while embed...
2014-06-19 Paul Davisfix potential crash in Editor::set_canvas_cursor()...
2014-06-19 John EmmasRemove (no longer needed) sources from an MSVC project
2014-06-19 John EmmasMove the definition for 'strtok_r' (to avoid clashing...
2014-06-19 Paul Davischange verbose cursor font selection to use canvas...
2014-06-19 Paul Davismore work on cursor tracking state
2014-06-19 Paul Davisexplanatory comment
2014-06-19 Paul Davisfix naming of selection rect-related items
2014-06-19 Paul Davisif we're not going to notify parents of bbox changes...
2014-06-18 nick_mSummary changes :
2014-06-18 Paul DavisMerge branch 'canvas_tweaks' of https://github.com...
2014-06-18 Paul Davisa whole slew of changes related to centralizing and...
2014-06-18 nick_mCanvas tweaks.
2014-06-17 Paul DavisMerge branch 'cache_fixes' of https://github.com/nmains...
2014-06-17 Paul Davisa set of 3 fixes that cure Canvas::Text leaving dirty...
2014-06-17 Paul Davisuse a different approach for indicating expose rects...
2014-06-17 Robin Gareusprepare midi-latency measurement using sysex messages
2014-06-17 Robin Gareushighlight send-panner
2014-06-17 nick_mCache entries are now region colour aware.
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Paul DavisMerge branch 'summary_background' of https://github...
2014-06-17 Paul Davisa set of inter-related subtle changes to get vertical...
2014-06-17 nick_mRender tracks and regions to a background image in...
2014-06-17 Tim MayberryRemove PathScanner class from libpbd
2014-06-17 Tim MayberryReplace all use of PathScanner with equivalent function...
2014-06-17 Tim MayberryRemove unused header includes
2014-06-17 Tim MayberryAdd default arguments to match those in PathScanner...
2014-06-17 Tim MayberryMove member functions from PathScanner to functions...
2014-06-17 Tim MayberryMove PathScanner::operator() into header
2014-06-17 Tim MayberryRemove unused methods in PathScanner
2014-06-17 Tim MayberryRename PathScanner::run_scan_internal to PathScanner...
2014-06-17 Tim MayberryRemove PathScanner::run_scan and use PathScanner::run_s...
2014-06-17 Tim MayberryAdd PathScanner::find_files_matching_regex and move...
2014-06-17 Tim MayberryRemove member filter argument from PathScanner methods...
2014-06-17 Tim MayberryChange PBD::PathScanner API to return results by value...
2014-06-16 Robin Gareusremove debug output
2014-06-16 Robin Gareushide "turn down volume" label for midi-latency measurement
2014-06-16 Robin Gareusmore alsa-midi debugging
2014-06-16 Robin Gareusmore midi latency detection debugging
2014-06-16 Robin Gareusdebug alsa midi latency measurement
2014-06-16 Robin Gareusfix pango font style (prev commit)
2014-06-16 Robin Gareusno more red latency messages
2014-06-15 Robin Gareusfix typo in comment of prev. commit
2014-06-15 Robin Gareusfix region un/combine, based on a patch by Tom Brand
2014-06-15 Robin Gareusanother edge-case, don't crash on invalid files with...
2014-06-15 Robin Gareusfix edge case - handle error in device owner request
2014-06-15 Robin GareusARD: proper cleanup
2014-06-15 Paul Daviscomment correction regarding Canvas::visible_area()
2014-06-15 Paul Davisinitialize _scroll_parent in Canvas::item
2014-06-15 Robin Gareusoptimize midi delayline.
2014-06-15 Robin Gareusoffset automation by latency
2014-06-15 Robin Gareusoffset automation by processor latency for bouncing...
2014-06-15 Robin Gareusplug some leaks
2014-06-15 Robin Gareusupdate valgrind suppression file (ignore system-wide...
2014-06-15 Robin Gareusreset latency dialog every time.
2014-06-15 Robin Gareusbe smart, use boost::shared_ptr
2014-06-15 Robin Gareusclear engine device combo when no devices are available
2014-06-15 Robin Gareusinitialize uninitialized variable
2014-06-15 Robin Gareustweak ArdourButton focus outline
2014-06-15 Robin Gareusremove debug output
2014-06-15 Robin Gareusfix pathscanner / stl_vector related memory leaks
2014-06-15 John EmmasAdd newly introduced sources to our MSVC projects
2014-06-15 John EmmasRemove no longer needed sources from MSVC projects
2014-06-14 Robin Gareusstrtok() is the root of all evil.
2014-06-14 Robin Gareustracking down concurrency issus is fun.
2014-06-14 Robin Gareusif we don't have control over the device/backend, allow...
2014-06-14 Robin Gareussimply future debugging of exit at start.
2014-06-14 Robin Gareusfix initialization of audio-engine dialog
2014-06-13 Paul Davisnew anchored trim cursors (for now, just copies of...
2014-06-13 Paul Davisfix erroneous start of autoscroll when mouse pointer...
2014-06-13 Paul Davisdo most of the work related to adding new anchored...
2014-06-13 Robin Gareusenable ArdourButton focus in EngineDialog
2014-06-13 Robin Gareusallow ardour button to handle focused keyboard events
2014-06-13 Robin Gareusfix keyboard shorcuts in dialogs.
2014-06-13 Paul Davisdisambiguate another use of Rect on OS X
2014-06-13 Paul Davisfix scrolling behaviour in track headers (event was...
2014-06-13 Paul Davisadd all the fonts, and use the right name for the ruler...
2014-06-13 Paul Davisno need to specify sans for ruler font
2014-06-13 Paul Davisuse canvas ruler font specification rather than get_fon...
2014-06-13 Paul Davisdefine ruler font style (to be subst'ed) in ardour3_ui_...
2014-06-13 Paul Davisadd first canvas string variable to canvas_vars.h ...
2014-06-13 Paul Daviscorrect CANVAS_STRING_VARIABLE macro in UIConfiguration...
2014-06-13 Paul Davisbuild ardour3_ui_default.conf at build time, to allow...
2014-06-13 Paul Davismissing part of ColorVariable commit
next