ardour.git
2016-08-20 Robin GareusLua bind MonitorProcessor
2016-08-20 Julien "_FrnchFrgg_... Avoid jitter of track headers width when changing autom...
2016-08-20 Julien "_FrnchFrgg_... Make knobs size requests dynamic
2016-08-20 Julien "_FrnchFrgg_... Do not constrain vertical size without need
2016-08-20 Julien "_FrnchFrgg_... Use ArdourButton::Square mode instead of ad-hoc sizing
2016-08-20 Julien "_FrnchFrgg_... Use set_sizing_text in generic plugin ui
2016-08-20 Julien "_FrnchFrgg_... Invalidate char_pixel_* on possible font change
2016-08-20 Julien "_FrnchFrgg_... ArdourButton: add text for measuring decoupled from...
2016-08-19 Julien "_FrnchFrgg_... Fix colors of disabled spin buttons (and maybe others)
2016-08-19 Len OvensOSC: Add setup to GUI
2016-08-19 Robin Gareusfix optimized build compilation
2016-08-19 nick_mAmend last commit - remove some code.
2016-08-19 nick_mSwap tempo/meter colours when hovering. Use entered...
2016-08-19 nick_mAdd a colour for music-locked meters.
2016-08-19 Paul Davisfix missing API for no-app-nap when building on OS...
2016-08-19 nick_mRevert last commit (269a08a2b1).
2016-08-19 nick_mAllow both types of constrained drag (again).
2016-08-19 nick_mExtending an empty selection selects the clicked region.
2016-08-19 Robin Gareusand another typo gone in in 9702020
2016-08-19 Paul Davisadd code to disable AppNap on OS X/MacOS
2016-08-19 Robin Gareusfix typo in 9702020
2016-08-19 Julien "_FrnchFrgg_... Remove unused lines in clearlooks.rc.in
2016-08-19 Paul Davisad rest of Stripable API to lua
2016-08-19 John EmmasMove 'round()' / 'trunc()' etc so that they won't confl...
2016-08-19 John EmmasFor MSVC, 'using namespace whatever' doesn't help us...
2016-08-19 John Emmas'roundf()' wasn't introduced in MSVC until VS2013 ...
2016-08-19 Julien "_FrnchFrgg_... Avoid CamelCase in color names
2016-08-19 Robin Gareushandle edge-case where jack-meta-data may be NULL,...
2016-08-19 Paul Davisfix failure to remove keyvalue from Keyboard::state...
2016-08-19 Paul DavisMIDI polyphonic pressure, part 2
2016-08-19 Paul Davisattempt to handle poly-pressure (polyphonic aftertouch...
2016-08-19 Len OvensOSC:: needs the .h file too...
2016-08-19 Len OvensOSC: make remote port setting possible, add default...
2016-08-19 Robin Gareusinitialize uninitialized variable
2016-08-19 Robin GareusUpdate automated Plugin Controlls when seeking and...
2016-08-19 Julien "_FrnchFrgg_... Make automation state buttons active when not on Manual
2016-08-19 Julien "_FrnchFrgg_... Remove unused space in gain_meter's automation menu
2016-08-18 Robin Gareusfix Aux-Send Panner Linking
2016-08-18 Robin Gareusfix SNAFU in track-properties script
2016-08-18 Julien "_FrnchFrgg_... Add missing return
2016-08-18 Julien "_FrnchFrgg_... Make ArdourButton detect when a grab should stop being...
2016-08-18 Paul Davisdon't show empty time axis view context menus
2016-08-18 Julien "_FrnchFrgg_... Make buttons in track headers behave more like Gtk...
2016-08-18 Julien "_FrnchFrgg_... Make name_button behave more like a Gtk::MenuToolButton
2016-08-18 Julien "_FrnchFrgg_... Make in/out buttons behave more like Gtk::MenuToolButton
2016-08-18 Paul Davisremoved commented code, now that the comment is actuall...
2016-08-18 Paul Davisfix hard/impossible trimming situation
2016-08-17 Paul DavisGUI does an even stronger check on no undo/redo while...
2016-08-17 Paul Davisdo not allow undo/redo while actively recording
2016-08-17 Julien "_FrnchFrgg_... Use a real dropdown for AutoState in automation lanes
2016-08-17 Julien "_FrnchFrgg_... Align the currently selected automation state on dropdown
2016-08-17 nick_mReport quarter note rather than beat position to AU...
2016-08-17 nick_mUse quarter pulses (quarter notes) for VST's ppqBar...
2016-08-17 nick_mAdd methods for plugin APIs to obtsin quarter pulses...
2016-08-17 Robin Gareusadd some track properties example script
2016-08-17 Len OvensOSC: Add value feedback to strip fader and trim
2016-08-17 Robin Gareusfix ramped BPM reporting to AU and VST plugins
2016-08-17 Robin Gareusupcoming codenames
2016-08-17 Robin Gareusfix LV2 BPM report (use ramped tempo)
2016-08-17 Damien Zammita-Reverb: Fixed bug with the reverb all pass filters...
2016-08-17 Julien "_FrnchFrgg_... Make MixerStrip's automation menu behave like a dropdown
2016-08-17 Julien "_FrnchFrgg_... These are not the scripts you're looking for
2016-08-16 Julien "_FrnchFrgg_... Make the group button in MixerStrip behave like a dropdown
2016-08-16 Julien "_FrnchFrgg_... Fix anchored popups with separators in them
2016-08-16 Julien "_FrnchFrgg_... Replace positioning function with popup helper
2016-08-16 Paul Davisfix issue with WM close/delete ("X") button not working...
2016-08-16 Robin GareusAlso send lv2:timePosition whenever BBT or Tempo changes
2016-08-15 Robin Gareusfix copy/paste typo in bc0bb6cae
2016-08-15 Robin Gareusturn comments into doxygen doc
2016-08-15 Robin Gareusextend lua-doc to show properties
2016-08-15 Robin Gareusadd some missing enum bindings (for config variables)
2016-08-15 Robin Gareusallow for whitespace in XDG_DESKTOP_DIR
2016-08-15 Robin Gareusexpose SessionConfiguration as lua bindings
2016-08-15 Robin GareusRe-enable luabridge addProperty()
2016-08-15 Paul Davisallow constrained-drag of MIDI notes to work
2016-08-15 nick_mAdd missing line feed in midi_region_view.cc
2016-08-15 nick_mMidi region ghost note uses beat-based note time calcul...
2016-08-15 nick_mFix frame-based beat calculation in MidiRegionView...
2016-08-15 nick_mEnforce rounding to beat as >= 0.0
2016-08-15 Robin GareusExpose Stripable Color & Ordering API to Lua
2016-08-14 Paul Davisedit text regarding the "required" nature of JACK durin...
2016-08-14 Paul Davischange PBD::Transmitter code to use PBD::Signal<> not...
2016-08-13 Robin GareusDon't call any Transmitter from realtime context
2016-08-13 nick_mRemove assumption that the meter starts at frame 0...
2016-08-13 nick_mSync User Interactoin tooltips with new default settings.
2016-08-13 nick_mChoose some non-overlapping defaults for User Interacti...
2016-08-13 nick_mAdd a new modifier combination that allows overlap...
2016-08-13 nick_mUser Interaction pref shows the push points modifier...
2016-08-13 nick_mResolve potential ambiguity between the constraint...
2016-08-13 nick_mEnsure RelevantModifierKeyMask is updated on each modif...
2016-08-13 nick_mEnsure BBTRulerDrag operates within the tempo map.
2016-08-13 nick_mEnsure positive length whan drag-adding new midi region.
2016-08-13 nick_mAlways send start property changes when a midi region...
2016-08-13 nick_mAudio-locked midi region fixes.
2016-08-13 nick_mAllow negative return in TempoMap::beat_at_frame()...
2016-08-13 Robin Gareusadd nstewart to authors
2016-08-13 Nathan StewartAdd "Marker Toggle" #5193
2016-08-13 Robin GareusNobody expects the LV2 inquisition!
2016-08-13 Robin Gareustweak strings now that 5.0 is out
2016-08-13 Robin Gareusadd RMS region normalization option
next