summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-31Add keyboard option resetRobin Gareus
2016-12-31OSC: remove unused overall feedback calls and variablesLen Ovens
2016-12-31OSC: remove feedback enable from GUI (unused)Len Ovens
2016-12-31re-fine preferences dialog part eleven of 27 (probably)Robin Gareus
2016-12-31amend 3afe3f32df (remove unused global feedback option)Robin Gareus
That commit accidentally removed unrelated code in generic-midi surface which just happened to have the same name (get/set_midi_feedback) as the unused preference. Regardless, there was more cruft there. GMCP midicontrollables now use the control surfaces' feedback option.
2016-12-31Remove some (no longer needed) source files from our MSVC project (gtk2_ardour)John Emmas
2016-12-30Prefs treeview bordersRobin Gareus
2016-12-30re-fine preferences dialog part ten of 27 (probably)Robin Gareus
2016-12-30Remove cruft (old MIDI feedback API)Robin Gareus
2016-12-30re-group preferences part eight and nine of 27 (probably)Robin Gareus
2016-12-30re-group preferences part seven of 27 (probably)Robin Gareus
2016-12-30re-group preferences part six of 27 (probably)Robin Gareus
2016-12-30fix bug where hidden ghostregions were updated.nick_m
2016-12-30Removed the theRobin Gareus
2016-12-30Clarify some more preferencesRobin Gareus
2016-12-30Less verbose phrasing for prefs.Robin Gareus
2016-12-30Left align notes in Preferences.Robin Gareus
2016-12-30Tweak some open labelsRobin Gareus
2016-12-30re-group preferences part five of 27 (probably)Robin Gareus
2016-12-30re-group preferences part four of 27 (probably)Robin Gareus
2016-12-30re-group preferences part three of 27 (probably)Robin Gareus
2016-12-30Some more Spinbox size updatesRobin Gareus
2016-12-30Shrink some spinnersRobin Gareus
2016-12-30re-group preferences part two of 27 (probably)Robin Gareus
2016-12-29re-group preferences part one of 27 (probably)Robin Gareus
2016-12-29Consistent Session Props Dialog LayoutRobin Gareus
2016-12-29Fix updates of region-colorRobin Gareus
2016-12-29Turn Theme Manager into an OptionEditor (no direct use of Gtk)Robin Gareus
2016-12-29Consolidate Preferences/OptionEditorRobin Gareus
2016-12-30another small improvement to MGR::add_note() performance.nick_m
2016-12-30allow the use of static_cast for MGR ghost events (speeds things up a bit).nick_m
2016-12-30minor MidiRegionView::redisplay_model() cleanupnick_m
2016-12-30retain note selection for invalidated notes.nick_m
2016-12-29more note performance work (dereference less).nick_m
2016-12-29revert 7805217b5 (make note mode change work again).nick_m
2016-12-28Remove "Feedback" from Preferences Ctrl Surface pane.Robin Gareus
2016-12-28Tear down OSC settings GUI, when the protocol is disabledRobin Gareus
2016-12-28Move "Feedback" option to control-portocol settingsRobin Gareus
2016-12-28Fix AudioRegion RMS calc for multi-channelRobin Gareus
2016-12-28Add script to exercise AudioRegion Peak/RMS NormalizationRobin Gareus
2016-12-28Add Lua bindings for AudioRegion RMS+Peak calcRobin Gareus
2016-12-28Further preference-dialog re-layout work in progress..Robin Gareus
2016-12-28Add Scrollbar to MIDI Port Option ListRobin Gareus
2016-12-28NO-OP: whitespaceRobin Gareus
2016-12-28Prefs Dialog: consistent headings, spacing, reduce width,..Robin Gareus
2016-12-28Pack Color Theme Manager as Box - consistent spacingRobin Gareus
2016-12-29improve the performance of MidiRegionView::find_canvas_patch_change().nick_m
- also fixes patch changes appearing outside region bounds when copied/trimmed.
2016-12-29add ArdourCanvas::Flag::width()nick_m
2016-12-29add preference for showing non-quarter note tempi (Misc subsection Tempo).nick_m
2016-12-29tempo dialog shows note type on first row where applicable.nick_m