Lua binding for pango_cairo_layout_path (text outlines)
[ardour.git] / libs /
2017-01-27 Paul Davisuse a lock when dealing with PresentationInfo::Change...
2017-01-27 Paul Davisshow what PresentationInfo::Change is being used for
2017-01-27 Paul Davisuse RAII for class-wide PresentationInfo::Change signal...
2017-01-26 nick_mmark session dirty when moving range markers or alterin...
2017-01-26 nick_mmark session dirty when dragging tempo markers.
2017-01-26 nick_mno-op - whitespace fix for libs/ardour/playlist.cc
2017-01-25 Paul Davisyet another case of misplaced parentheses during the...
2017-01-25 Paul Davisanother case of misplaced parentheses during the remova...
2017-01-24 Paul DavisThis wasn't supposed to be pushed to master.
2017-01-24 Paul Davisadd basic data members and methods for adding an explic...
2017-01-23 Paul DavisNO-OP: add a few spaces before function args
2017-01-23 Robin GareusSafe Mode: disable VST scan
2017-01-23 Paul Davisgeneric MIDI: put controllables into touch mode (if...
2017-01-23 Paul Davisat transport stop, clear all existing automation watche...
2017-01-22 Hiroki InagakiUpdate Japanese translation
2017-01-22 Paul Davisimplement Session::route_by_selected_count()
2017-01-22 Paul DavisPresentationInfo needs to emit Change for selection...
2017-01-22 Paul Davismore consistent terminology in a comment
2017-01-22 Paul Davisadd some comments
2017-01-21 Robin GareusLua: bindings for do_import()
2017-01-21 Robin GareusLua add an Empty/Nil shared-pointer constructor
2017-01-21 Robin GareusLuaBindings: prefer shared_ptr over weak_ptr
2017-01-21 Paul Davisdon't repeat-hard-code names for 3 automation types.
2017-01-21 Paul Davisuse SSE/AVX for scaling gain automation buffer via...
2017-01-21 Paul Davisremove debug cruft from wscript for push2 that breaks...
2017-01-21 Paul DavisAmp is the one place where we generate a per-sample...
2017-01-21 Paul DavisSlavableAutomationControl::get_value(), if doing automa...
2017-01-21 Robin Gareusupdate bbe62da55a - use last-modified-with, strip git-rev
2017-01-20 Robin GareusInstrument insert options:
2017-01-20 Robin GareusInstrument channel option when adding track
2017-01-20 Robin GareusAllow Lua bindings up to 10 args
2017-01-20 Robin GareusExtract program version that a session was created...
2017-01-20 Robin Gareusremove cruft
2017-01-20 Robin Gareusfix a -Wformat
2017-01-20 Robin GareusReap invalidation records
2017-01-20 Robin GareusFree dead request-buffers
2017-01-20 Robin GareusMIDI leaks -- the Controllergate conspiracy debunked
2017-01-20 Robin GareusPlug some libardour memory leaks
2017-01-20 Robin GareusYet another pane pain: allow deleting children using...
2017-01-20 Robin GareusPlug a memory leak (recent session list, session info)
2017-01-19 Robin GareusAdd a note.
2017-01-19 Robin GareusFix oddities when replacing VST-presets.
2017-01-19 Robin GareusScale default Atom Ringbuffer size with samplerate
2017-01-19 Paul Davisancillary change related to removal of boost::optional...
2017-01-19 Paul Davisremove use of boost::optional to define "undefined...
2017-01-19 Robin GareusRelax monitor-section processor channel restriction
2017-01-19 Robin GareusAdd some comment
2017-01-19 Robin GareusAdd alternative preroll record mode:
2017-01-19 Robin GareusRework preroll-rec API:
2017-01-19 Robin GareusMove preroll duration calc into libardour
2017-01-18 Paul Davisfix up Canvas::Grid child layout
2017-01-18 Paul Daviscorrect translation matrix for Canvas::Widget
2017-01-18 Paul Davisdo not add items twice to their canvas parent!
2017-01-18 Robin GareusImplement record with preroll
2017-01-17 Robin GareusImplement Count-In (before recording), fixed BPM, up...
2017-01-17 Robin GareusSplit metronome methods into re-usable parts (for count-in)
2017-01-16 Robin GareusPrepare session-wide implicit monitoring overrides
2017-01-16 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-01-15 Paul Daviscanvas::grid: get padding and margin to work; remove...
2017-01-15 Hiroki InagakiAdd Japanese translation
2017-01-15 Paul Davisget grid layout working
2017-01-15 Paul Davistweak Grid repositioning code to be a little more O(N)
2017-01-15 Paul Davisbasic (and probably wrong) Canvas::Grid child placement
2017-01-15 Paul Davisinclude Canvas::Grid in build script
2017-01-15 Paul Davisinitial skeleton for a Grid canvas item
2017-01-13 Robin GareusSet rate and blocksize for multi-instance VSTs
2017-01-13 John EmmasAccommodate newly introduced source(s) in our MSVC...
2017-01-12 Robin Gareusadd API to query name of bound action
2017-01-12 Len OvensOSC: We want to see aux buses even if the gui has them...
2017-01-11 Len OvensOSC: Fix aux mute to check stripable exists first
2017-01-10 Paul Davisfix nested templates for ye ancient compilers of the...
2017-01-10 Robin GareusFix MTC slave implicit return on transport-stop
2017-01-10 Len OvensOSC: Fix cue observer stop to zero controls
2017-01-10 Len OvensOSC: Add Talent individual monitor controls
2017-01-09 Paul Davisadd XML names/handling for additional Parameter types.
2017-01-09 Paul Davissave state of an automation list, even if empty, becaus...
2017-01-09 Paul Davisadd clamp for adding points to a ControlList from a...
2017-01-09 Paul Davistweak previous commit to make desc.max_unbound "more...
2017-01-09 Paul Davisfix ranges for LADSPA unbounded toggle parameters.
2017-01-08 Robin GareusNO-OP: whitespace
2017-01-08 Robin GareusFix Pane size allocation:
2017-01-08 Robin GareusFix crash when changing Pane widgets -- #7198
2017-01-08 Robin Gareusprototype track/bus sharing: state-export
2017-01-07 Robin GareusFix shared-pointer list creation from Lua
2017-01-06 nick_mamend massive thinko in last commit (actually works).
2017-01-06 nick_mfix incorrect _start after a split.
2017-01-06 nick_mTempoMap - do frame conversion outside the lock when...
2017-01-06 nick_mremove some excessive methods from TempoMap.
2017-01-06 nick_mmore no-op renaming - TempoSection::compute_c_func_...
2017-01-06 nick_mclear up _initial vs _locked_to_meter TempoSection...
2017-01-06 nick_mmore inactive tempi fixes.
2017-01-06 nick_mactually make import of tempo maps at selected point...
2017-01-06 nick_mrename TempoSection::c_func() -> c(). ensure constant...
2017-01-06 nick_mfix some inactive tempi bugs
2017-01-05 nick_mwarn when adding / replacing a tempo fails.
2017-01-05 nick_mmake previous commit compile (lua)
2017-01-05 nick_mprevent meter-locked tempi from being moved directly...
2017-01-05 nick_mensure tempo lines use correct tempo type (constant...
2017-01-05 Paul Davisvariation of a PR from ngeiwei that adds MIDI channel...
2017-01-05 Paul Davisfix assumed typo from LV2_SUPPORT PR recently committed
next