update Mackie code to use new API to get all actions
[ardour.git] / libs /
2016-02-22 Paul Davisupdate Mackie code to use new API to get all actions
2016-02-22 Paul Daviscleanup Bindings/ActionMap API to get all actions for...
2016-02-22 Paul Daviscreate a two-way association between an action map...
2016-02-22 Paul Davismore changes to Bindings, Keyboard APIs
2016-02-22 Paul Davisradically change Keyboard/Binding API design to disconn...
2016-02-22 Paul Davisvarious fixes for saving bindings state
2016-02-22 Paul Davisfix memory lifetime management issue
2016-02-22 Paul Davischange/extend/rework Bindings API to allow replacement...
2016-02-22 Paul Davisinitial compilable version of saving key bindings with...
2016-02-22 Paul Davissmall rationalization of naming and code for managing...
2016-02-22 Paul Davisbindings: prevent double registration and double signal...
2016-02-22 Paul Davisremove all action-registering API from Gtkmm2ext::Actio...
2016-02-22 Paul Davischanges to Bindings and Keyboard API to support (mostly...
2016-02-22 Paul Davisextend API for tabbable visibility management
2016-02-22 Paul Davisset "close-button" data on Tabbable contents.
2016-02-22 Paul Davisconvert CairoIcon into a NO_WINDOW widget that just...
2016-02-22 Paul Davisif _need_bg is set to false in a CairoWidget, then...
2016-02-22 Paul Davisclean up tabbable state maintainance; drop Gtk::Button...
2016-02-22 Paul Davisscale CairoIcon by Gtkmm2ext::UI::ui_scale
2016-02-22 Paul Davisrevert to thin lines for close cross icon
2016-02-22 Paul Davismove ui_scale static member from ARDOUR_UI to GtkUI
2016-02-22 Paul Davisremove unused lines
2016-02-22 Paul Davishopefully get dynamic tabbable menu state right this...
2016-02-22 Paul Davisthicken up lines of close cross icon
2016-02-22 Paul Davisprovide a sigc::signal to track display state changes...
2016-02-22 Paul Davischanges to get show/hide/attach/detach working
2016-02-22 Paul Davischange/extend Tabbable API to allow for show/hide/attac...
2016-02-22 Paul Davisuse new CairoIcon to add a tab-close "button" to tabs
2016-02-22 Paul Davissecond part of: add new CairoWidget-derived class that...
2016-02-22 Paul Davisadd new CairoWidget-derived class that does nothing...
2016-02-22 Paul Davisadd tab-closing buttons to tabs.
2016-02-22 Paul Davisadd ::make_visible() to Tabbable class
2016-02-22 Paul Davisremove debug output
2016-02-22 Paul Davisclasses derived from WindowProxy are responsible for...
2016-02-22 Paul Daviswidespread changes to get the new (oldArdour binding...
2016-02-22 Paul Davisadd suggestive tooltips for tabs; remove position argum...
2016-02-22 Paul Davissave/restore tabbable state
2016-02-22 Paul Davisbetter way to switch to a tab
2016-02-22 Paul Davismake tabs reorderable
2016-02-22 Paul Daviswhen tearing off a tab, make the window be the same...
2016-02-22 Paul Davisfirst compilable version of tabbable design.
2016-02-22 Paul Daviscompilable version of WindowProxy
2016-02-22 Paul Davisinitial versions of Tabbable object
2016-02-22 Paul Davisfirst version of Gtkmm2ext::WindowProxy
2016-02-22 Adrian KnothSpelling correction patch from Debian
2016-02-22 André NusserFix compilation warnings. (libs part)
2016-02-22 Paul Davisbetter system for managing kbd focus after cmd-w closin...
2016-02-22 Paul Davismanually revert most of previous commit related to...
2016-02-22 Paul Davisos x: an initial attempt at fixing loss of keyboard...
2016-02-21 Robin Gareusprepare for gcc6 rint() precision degradation
2016-02-21 Robin Gareusprevent some mess when automating control ports on...
2016-02-21 Paul Davisalsa: allow environment variable ARDOUR_ALSA_DEVICE...
2016-02-21 Paul Davismake threaded waveview rendering a configure time optio...
2016-02-21 Paul DavisOS X: fix the handling of SUPER,HYPER,META (see code...
2016-02-20 Robin Gareusadd an OOM check.
2016-02-20 Robin Gareushelp clang static analyzer
2016-02-20 Robin Gareusfix segfault in libardour unit-tests (possible crash...
2016-02-20 Robin Gareusadd processor lookup by PBD::ID via session
2016-02-19 Robin Gareusthird time lucky
2016-02-19 Robin Gareusand now without typo
2016-02-19 Robin Gareusfix Windows OSC support
2016-02-19 Robin GareusRevert "disable threaded waveform rendering for 4.7"
2016-02-18 Paul Davisdisable threaded waveform rendering for 4.7
2016-02-18 Paul Davisremove HYPER,SUPER,META modifier masks from Keyboard...
2016-02-18 Paul Davisadd a static utility function (should really be in...
2016-02-17 Robin Gareusnow with return value
2016-02-17 Robin Gareusallot to open OSX Finder with arbitrary paths
2016-02-17 John EmmasMake sure that MSVC knows which version of 'ceil()...
2016-02-16 Ben LoftisOSC: remove "/session/loaded" message altogether, for...
2016-02-16 Ben LoftisFill some more VST transport flags.
2016-02-16 Robin Gareusfix normalize + trim silence at end.
2016-02-16 Robin Gareusprepare threshold for silence trim
2016-02-16 Robin Gareuswork-around case where metric is NULL in split cycles.
2016-02-16 Robin Gareustry to catch https://github.com/rncbc/synthv1/issues...
2016-02-16 Robin GareusRevert "proper debug prints for Analyser"
2016-02-16 Robin Gareusre-bin analysis results to take silence striping into...
2016-02-16 Robin Gareuschunk data before analysis, prefer 8K
2016-02-16 Robin GareusAnalysis: 1 sample slack (for resampling rounding)
2016-02-16 Robin Gareusfix Export SRC buffer report:
2016-02-16 Robin GareusFix Analysis duration for added silence
2016-02-16 Robin Gareusdon't re-use variable names
2016-02-16 Robin Gareusproper debug prints for Analyser
2016-02-15 Ben Loftisfix typo in previous commit
2016-02-15 Ben LoftisDefer session_loaded until AFTER lo_server_new.
2016-02-15 Robin Gareusextend analysis spectral range to -120dB
2016-02-15 Robin GareusAdd normalization gain factor to Export Analysis
2016-02-14 Robin GareusEnsure export starts with a clean state
2016-02-14 Robin Gareusfix rare livelock in std::map thread_buffer_requests
2016-02-13 Robin Gareusand another typo in d442190b
2016-02-13 Robin Gareusfix typos in d442190b
2016-02-13 Robin Gareusremove C++11'isms from libptformat. back to C++98 compat.
2016-02-13 Robin Gareusslightly improved windows post-export hook support.
2016-02-13 Robin Gareussome half-baked support for windows command-arg substit...
2016-02-13 Damien ZammitAdd preliminary PTX support for Protools 10 and 11
2016-02-13 Damien ZammitUnjumble the PT5 wav ordering in regions/tracks
2016-02-13 Julien ROGERFix 6677: Post-export script reinterprets timestamp...
2016-02-13 Robin Gareusamend d814acb - SystemExec/Export debugging
2016-02-13 Ben Loftisadd some debugging capability for users of SystemExec...
2016-02-12 Robin Gareusadd NULL check for VST audioMasterSizeWindow
2016-02-12 Robin GareusAllow partial CairoWidget exposure
next