summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-16fix copy/paste typo in bc0bb6caeRobin Gareus
2016-08-16turn comments into doxygen docRobin Gareus
2016-08-16extend lua-doc to show propertiesRobin Gareus
2016-08-16add some missing enum bindings (for config variables)Robin Gareus
2016-08-15allow for whitespace in XDG_DESKTOP_DIRRobin Gareus
2016-08-15expose SessionConfiguration as lua bindingsRobin Gareus
2016-08-15Re-enable luabridge addProperty()Robin Gareus
2016-08-15allow constrained-drag of MIDI notes to workPaul Davis
2016-08-16Add missing line feed in midi_region_view.ccnick_m
2016-08-16Midi region ghost note uses beat-based note time calculation.nick_m
2016-08-16Fix frame-based beat calculation in MidiRegionView::snap_frame_to_grid_undern...nick_m
2016-08-16Enforce rounding to beat as >= 0.0nick_m
2016-08-15Expose Stripable Color & Ordering API to LuaRobin Gareus
2016-08-14edit text regarding the "required" nature of JACK during installation processPaul Davis
2016-08-14change PBD::Transmitter code to use PBD::Signal<> not sigc::signal<>, since t...Paul Davis
2016-08-14Don't call any Transmitter from realtime contextRobin Gareus
2016-08-14Remove assumption that the meter starts at frame 0 in Editor::apply_midi_note...nick_m
2016-08-14Sync User Interactoin tooltips with new default settings.nick_m
2016-08-14Choose some non-overlapping defaults for User Interaction modifier keys.nick_m
2016-08-14Add a new modifier combination that allows overlap with snap-related defaults.nick_m
2016-08-14User Interaction pref shows the push points modifier in the 'beginning a drag...nick_m
2016-08-14Resolve potential ambiguity between the constraint modifier and the copy modi...nick_m
2016-08-14Ensure RelevantModifierKeyMask is updated on each modifier change.nick_m
2016-08-14Ensure BBTRulerDrag operates within the tempo map.nick_m
2016-08-14Ensure positive length whan drag-adding new midi region.nick_m
2016-08-14Always send start property changes when a midi region trim alters position.nick_m
2016-08-14Audio-locked midi region fixes.nick_m
2016-08-14Allow negative return in TempoMap::beat_at_frame() and its exact_ variant.nick_m
2016-08-13add nstewart to authorsRobin Gareus
2016-08-13Add "Marker Toggle" #5193Nathan Stewart
2016-08-13Nobody expects the LV2 inquisition!Robin Gareus
2016-08-13tweak strings now that 5.0 is outRobin Gareus
2016-08-13add RMS region normalization optionRobin Gareus
2016-08-13Another step towards gcc-ABI detection when installing as rootRobin Gareus
2016-08-12revert 388a8fc9; prefer gcc4 if we can't determine the ABIRobin Gareus
2016-08-12check for null pointer in Locations::remove()Paul Davis
2016-08-12fix path to glibmm that we checkRobin Gareus
2016-08-12allow to manually override gcc ABI selection in the installerRobin Gareus
2016-08-10fix crash when copy'ing latent plugins5.0Robin Gareus
2016-08-09remove debug outputPaul Davis
2016-08-10remove debug outputRobin Gareus
2016-08-10don't bundle no-inst scriptsRobin Gareus
2016-08-10prefix no-inst script with an underscore and skip installRobin Gareus
2016-08-10prefix blessed scripted DSP plugins with a-*Robin Gareus
2016-08-09merge source-defaults into system-config fileRobin Gareus
2016-08-09clean up plugin ttls - always add semicolon for compatibilityRobin Gareus
2016-08-10Fix test compilation error.nick_m
2016-08-10BBTTest::addTest() should add a meter rather than replacing the first one.nick_m
2016-08-10Make tempo tests use the api more correctly.nick_m
2016-08-10Allow -ve framepos handling in TempoMap::framepos_plus_beats()nick_m