summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-03MidiRegion::clone() needs to ensure that the model is loaded before calling ↵Paul Davis
MidiSource::write_to()
2017-01-03fix color file installationRobin Gareus
2017-01-04note display performance.nick_m
use boost::unordered_map as a note store for ghost & midi region views. as per otiginal method, only notes within regoin bounds are stored.
2017-01-03Extend/update LV2 license interfaceRobin Gareus
2017-01-03Update links to preference pagesRobin Gareus
2017-01-02s/GUI/Appearance/ -- part twelve of expected 27 prefs updatesRobin Gareus
2017-01-02Move items not relevant for appearance out of "GUI" preferencesRobin Gareus
2017-01-02fix VCA vertical alignmentRobin Gareus
2017-01-02allow to shrink mixer left-side paneRobin Gareus
2017-01-02remove VCA title/heading (increases min width)Robin Gareus
2017-01-02Enforce minimum pane sizesRobin Gareus
* enforce minimum size of child widgets * honor manually set child-minsize in size-requests * ignore hidden children (eg. VCA) * clamp divider position (instead of just ignoring out-of-bounds moves)
2017-01-02allow Lua session scripts to inject [immediate] RT-eventsRobin Gareus
2017-01-02Add an example script to start recording on a MIDI eventRobin Gareus
2017-01-02Whitelist bit32 Lua library for session rt-scriptsRobin Gareus
2017-01-02Match API: add rt_context option for en/disable_record()Robin Gareus
This allows to call maybe_enable_record () from Lua session or DSP scripts
2017-01-01Only display pull-up/down if it's being used.Robin Gareus
2016-12-31Fix flat buttons for the shuttle-ctrlRobin Gareus
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