fix up indentation in libs/gtkmm2ext/bindings code, probably messed up by emacs on...
[ardour.git] / libs /
2016-03-08 Paul Davisfix up indentation in libs/gtkmm2ext/bindings code...
2016-03-07 Robin Gareusfix port-export analysis for > 2 channels.
2016-03-05 Paul Davisdon't downcase Home, End and other non-single-key keyco...
2016-03-05 Mathias BuhrSmall refactoring of keyboard bindings (first part)
2016-03-05 feandinFix issue #0006806
2016-03-05 Robin Gareusfix playlist channel-count when removing a connected...
2016-03-04 Robin Gareusallow to override FPU detection
2016-03-04 Robin Gareusfix processed region export (track output)
2016-03-02 Paul Davisforce all KeyboardKeys in Bindings to be lower case
2016-03-01 Robin Gareusremove debug output
2016-03-01 Paul DavisFix build on El Capitan
2016-03-01 Robin Gareusfix waveform flickering during recording
2016-03-01 Robin GareusNO OP, whitespace
2016-03-01 Robin Gareusprotect current_request with request_queue_lock
2016-03-01 Robin Gareususe glib mutex API
2016-02-29 Robin Gareusinitialize uninitialized variable
2016-02-29 Robin Gareusconfigurable export preroll
2016-02-29 Robin Gareuspre-process (silence) before export to flush reverb...
2016-02-29 Robin Gareusfix typo ba7835
2016-02-28 Robin Gareusprepare for update to waf 1.8
2016-02-28 Robin Gareusforce waveform images to be least 1px wide
2016-02-28 Robin Gareussilence clang analyzer: Memory Error, Memory leak
2016-02-28 Robin Gareusspecialize isfinite for MSVC compat
2016-02-27 Robin Gareustry to narrow down #6478
2016-02-27 Robin GareusISO C++03 14.2/4 compatibility for clang.
2016-02-27 John EmmasAccommodate 'lua' search paths in various projects...
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-27 John EmmasAccommodate newly introduced source(s) in our MSVC...
2016-02-27 Robin Gareusavoid "show_all" -- closes #6797
2016-02-26 Paul Davisimprove size and positioning of Tabbable's after being...
2016-02-26 Robin Gareusfix hang at exit (after freewheeling) with PA-nonblocki...
2016-02-26 Paul Daviswhen looking up a key event, switch to the lowercase...
2016-02-26 Robin Gareusprevent livelock on NaN, inf control parameters - fixes...
2016-02-25 Paul Davisremove declaration of non-existent method
2016-02-24 Robin Gareuspotential mem corruption at session close:
2016-02-23 Robin Gareusmissing include for rand() in self-tests
2016-02-23 Robin Gareusfix LV2Plugin::requires_fixed_sized_buffers()
2016-02-23 Robin GareusAdd new sources to MSVC project (libardour)
2016-02-23 Robin GareusImplement Lua session-scripts
2016-02-23 Robin GareusImplement Lua DSP processor/plugin
2016-02-23 Robin Gareuslibardour lua-script-manager
2016-02-23 Robin Gareusinclude static liblua with libardour & prepare bindings
2016-02-22 Robin Gareusbasic DSP lib (for lua bindings)
2016-02-22 Robin Gareusadd lua search path
2016-02-22 Robin Gareusadd realloc pool to MSVC project
2016-02-22 Robin Gareusrealloc-pool unit-test
2016-02-22 Robin Gareustime-bound memory-pool
2016-02-22 Robin GareusAdd a VC project for building the new lua branch with...
2016-02-22 Robin GareusLuaBridge: support argument references via table return
2016-02-22 Robin Gareuscustomize LuaBridge
2016-02-22 Robin Gareusadd liblua wrapper and build-scripts
2016-02-22 Robin GareusNO-OP whitespace
2016-02-22 Robin Gareusadd LuaBridge
2016-02-22 Robin Gareusadd lua-5.3.2
2016-02-22 Paul Davisfix merge/rebase mistake
2016-02-22 Paul Davisfix an error during merge/rebase fixups
2016-02-22 Paul Daviscleanup post-rebase-against-master messes
2016-02-22 Paul Davisa bunch of stuff to make tab/window switching work...
2016-02-22 Paul Davisprovide Tabbable::change_visibility(), which has slight...
2016-02-22 Paul Davisallow pixbuf_from_string() to return the full size...
2016-02-22 Paul Davisremove tab-related code for tabbed notebook, add toolti...
2016-02-22 Paul Davistab-free tabbed display, part 1.2
2016-02-22 Paul Davisadd syntax and scaffolding for MIDI binding maps to...
2016-02-22 Paul Davisfix tooltip text to accurately describe how to reattach...
2016-02-22 Paul Davisfix inadvertent case change
2016-02-22 Paul Davisadditional GTKOSX => __APPLE__ changes missed in previo...
2016-02-22 Paul Davisadd a clarifying comment
2016-02-22 Paul Davischange operator<< for Keyboardkey to show state in hex
2016-02-22 Paul Davisno more munging with keyvals/accels on OS X
2016-02-22 Paul Davisremove Bindings::ignored_state and use Keyboard::Releva...
2016-02-22 Paul Davisset PrimaryModifier on OS X to match the actual bits...
2016-02-22 Paul Davisremove Gtkmm2ext::possibly_translate_mod_to_make_legal_...
2016-02-22 Paul Davisremove all trace of SAE from source code.
2016-02-22 Paul Davisreplicate the remove-all-trailing whitespace commit...
2016-02-22 Paul Davischange suffix of keybinding files to ".keys" to avoid...
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...
next